
/*Reset All Styles */
@charset "utf-8";
/* CSS Document */

/* Reset styles in all browsers */
html {margin:0; padding:0;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}
caption,th,td{text-align:left; font-weight:normal;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/*Clearfix hack also in ie.css*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}  /* for IE/Mac */

/*End Reset All Styles*/

/*General Markup Styles*/
html, body {
	font-family: Calibri,Verdana, Arial, Helvetica, sans-serif;
	background:url(../images/body-bkgrnd.gif) white repeat-x;
	color:#373737;
	height:100%;
}
p {
	font-size: 14px;
	line-height: 1.3em;
	padding-bottom: 10px;
}

h1, h2, h3 {color: #00aedb; line-height: 1.3em; padding-bottom: 10px;}
h2 {font-size: 20px; font-weight: normal;}
h3 {font-size: 14px; font-weight: bold; color:#373737;}

a, a:link, a:visited {color: #00aedb; text-decoration: none;}
a:hover {text-decoration: underline;}

#container {
	width:1000px;
	margin: 0 auto;
	padding-bottom:170px;
	padding-top:0px;
	position:relative;
}

#unv {
	display: block;
	min-height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}
/*Header Styles*/

#header {
	position:relative;
	height:119px;
	width: 1000px;
	border-bottom:4px solid #373737;
}

#contactNav {
	position:absolute;
	top:0px;
	right:0px;
	margin-top:0px;
	padding:0px;
}

#contactNav ul {
	list-style:none;
}

#contactNav ul li, #contactNav ul li.phone {
	float:left;
	padding: 0px 4px;
	margin:0px 1px;
	background:url(../images/nav-contacttab-rt.gif) no-repeat top right;
	height:28px;
	line-height:28px;
	display: block;
	padding-right:20px;
}

#contactNav ul li.phone {
	background: #373737;
	color:white;
	font-size:14px;
	padding:0px 15px;
	height:25px;
	margin-right:0px;
}

#contactNav ul li a {
	background:url(../images/nav-contacttab-left.gif) no-repeat top left;
	color:white;
	height:28px;
	line-height:27px;
	font-size:16px;
	padding-left:20px;
	display:block;
	font-weight:bold;
	
}

#mainNav {
	position:absolute;
	top:88px;
	right:0px;
}

#mainNav ul {
	list-style:none;
}

#mainNav ul li {
	border-right: 1px solid #3cbdde;
	height: 31px;
	line-height:31px;
	font-size:14px;
	display:block;
	margin:0px;
	float:left;
}

#mainNav ul li a {
	color:white;
	font-weight:bold;
	text-transform:uppercase;
	padding:0px 15px;
	background:url(../images/nav-off-bkgrnd.gif) #3cbdde repeat-x;
	display:block;
}

#mainNav ul li a:hover {
	background:url(../images/nav-hover-bkgrnd.gif) #3cbdde repeat-x;
	text-decoration:none;
}

#mainNav ul li.active a {
	background:url(../images/nav-active-bkgrnd.gif) #3cbdde repeat-x;
	text-decoration:none;
}

#mainNav ul li.active {
	background:url(../images/nav-active-triangle.gif) no-repeat 5px 5px !important;
	text-decoration:none;
}

#logo {
	width: 216px;
	height:64px;
	background:url(../images/logo.gif) no-repeat;
	position: absolute;
	top:32px;
	left:0px;
}

#logo h1, #logo h1 a {
	width:216px;
	height:64px;
	display:block;
}

#logo h1 {
	text-indent:-1000em;
}

/*Home Styles*/
#homeBanner {
}
#homeHeadline, #secHeadline {
	height:65px;
	background:url(../images/header-bkgrnd.gif) #4d4d4d repeat-x;
}


#homeHeadline h1, #secHeadline h1 {
	line-height:65px;
	height:65px;
	display:block;
	font-weight:bold;
	font-size:30px;
	margin-left:20px;
}

#homeHeadline h1 span, #secHeadline h1 span {
	color:white;
	font-weight:normal;
}

#content {
	margin: 20px 0px;
	width:1000px;
}

#gContent {
	margin:10px 0px 20px;
	width:1000px;
}

#sbCol {
	width:250px;
	float:left;
}

#sbCol ul {
	font-size:14px;
	margin:0px;
	padding:0px;
	list-style:none;
}

#sbCol ul li {
	line-height:30px;
	margin:0px;
	padding:0px;
	list-style:none;
}

#homeContent1 {
	width:320px;
	float:left;
	margin-left:20px;
}

#homeContent2 {
	margin-right: 40px;
	float:right;
	width:320px;
}

#homeContent1, #homeContent2 {
	margin-top:7px;
}

#homeContent1 p, #homeContent2 p {
	font-size:14px;
	line-height:20px;
}

#footer {
	background:url(../images/footer-bkgrnd.png) repeat-x #012c05;
	height:160px;
	position:absolute;
	bottom:0;
	width:100%;
}

#footer p {
	padding-top:100px;
	padding-left:15px;
	color:white;
	width:1000px;
	margin: 0px auto;
}

#footer a  {
	color:white;
}

/*Secondary Page Styles */
#rightCol {
	float:right;
	border-top: 4px solid #373737;
	width: 480px;
}

#leftCol {
	float:left;
	width:450px;
}

#leftCol ul {
	font-size:14px;
	margin-bottom:10px;
	
}

#leftCol ul li {
	list-style:square outside;
	line-height:20px;
	margin-left:30px;
}

.offset10 {
	margin-top:10px;
}

/*Gallery structure*/
	
#gallLeftCol {
	float:left;
	border-top: 4px solid #373737;
	width: 450px;
}

#gallRtCol {
	float:right;
	width:516px;
}

.thickbox img, .gallery img {
	border: 4px solid #373737;
	margin:1px 0px;
}

#secNav {
	width:1000px;
	margin-top:10px;
}

#secNav h3 {
	float:left;
	padding-right:15px;
	line-height:20px;
	height:20px;
	margin:0;
	padding-bottom:0px;
}

#secNav ul {
	list-style:none;
	font-size:14px;
}

#secNav ul li {
	float:left;
	line-height:20px;
	height:20px;
	display:block;
	font-weight:bold;
	text-transform:uppercase;
}

#secNav ul li a {
	display:block;
	line-height:20px;
	height:20px;
	padding:0px 6px;
}

/*contact us form stuff*/

select{
	display:block;
	margin:10px 0 1px 0;
	padding:0;
	font-size:11px;
}

textarea{
	width:350px;
	height:100px;
	overflow:auto;
	margin:3px 0 10px 0px;
	padding:3px;
	border:1px #373737 solid;
	font-size:12px;
	color:#666;
}
 label {
 	width:200px;
	font-size:14px;
	line-height:12px;
	color:#373737;
	margin:0;
}
input {
	margin:3px 0 10px 0px;
	padding:3px;
	border:1px #373737 solid;
	font-size:11px;
	color:#666;
	width:350px;
}

.submit {
	width:100px;
	height:30px;
	border:none;
}

iframe {
	border:1px solid #373737;
}
/*honeypot*/

input.setoff {
	margin-left:-9999em !important;
	display:block;
	float:left;
}


#secNav ul li.active a {
	color:white;
	background:url(../images/nav-active-bkgrnd.gif);
}
