@charset "UTF-8";
/* CSS Document */

/* --- Global Style ---*/

body, html {
width:100%;
height:100%;
margin:0px;
padding:0px;
background:#f1f8ff url('../images/bg.png');
text-align:center;
font-family: Helvetica, Verdana, Arial, sans-serif;
font-weight:normal;
color:#666666;
font-size:11px;
line-height:17px;
}

div{
margin:0px;
padding:0px;
}

p {
line-height:20px;
margin-bottom:25px;
margin-top:0px;
font-size:12px;
line-height:17px;
}
h1 {
margin:0px 0px 25px 0px;
font-weight:normal;
font-size:14px;
line-height:14px;
text-transform:uppercase;
}
	h1.header { font: 16px Georgia, Helvetica, sans-serif; }
h2 {
	font-size:11px;
	font-weight:normal;
	text-transform:uppercase;
	/*color:#669933;*/
	color:#00529b;
}
	h2.h1-title { font-size:16px; margin-bottom:6px; }
	
h3 {
font-weight:normal;
padding:0px;
margin:0px;
color:#00529b;
font-size:11px;
text-transform:uppercase;
}
	h3.tagline { 
		font-size:14px;
		font-weight:normal;
		color:#666666;
		margin:0px 0px 25px 0px;
	}
img {
padding: 0px 0px;
margin: 0px 0px;
border: 0px;
}
a {
color:#00519a;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
a:active, a:focus {
      outline: 0;
}
.clear {
	height:0px;
	width:100%;
	clear:both;
	line-height:1px;
}

hr { color: #E3E3E3;}
/* --- End Global Style ---*/

#sitewrapper {
width:925px;
height:auto;
margin: 0px auto;
text-align:left;
}
#header {
	width:925px;
	height:160px;
	overflow:hidden;
	padding-top:20px;
}
#header p {
	display:none;
	visibility:hidden;
}

#sitecontent {
	width:925px;
	min-height:400px;
	background: url(../images/bg-content.png) bottom no-repeat;
	text-align:center;
}
.content {
	width:842px;
	margin:0px auto;
	text-align:left;
	padding-bottom:20px;
}
#bottomnav {
	text-align:center;
}
#bottomnav p {
	padding:20px;
	font-size:12px;
}
#bottomnav a, #bottomnav p {
	font-family:Arial, Helvetica, sans-serif;
	color:#7b92c5;
}
#flash-banner {
	width:842px;
	height:256px;
	margin-bottom:20px;
}
.home-box {
	width:260px;
	height:153px;
	background:#dde3d9 url(../images/bg-home-box.png);
	float:left;
	position:relative;
}
#home-box1 {
}
#home-box2 {
	left:29px;
}
#home-box3 {
	left:58px;
}
.home-box div {
	width:234px;
	height:127px;
	position:relative;
	float:left;
	top:13px;
	left:13px;
}
.home-box div p {
	margin:0px;
	color:#7f877f;
	padding:0px 16px;
	font-size:11px;
	line-height:14px;
	}
.home-box div a {
	display:block;
	position:absolute;
	float:right;
	right:10px;
	bottom:10px;
	color:#7f877f;
	line-height:11px;
}
#footer {
	padding:20px 0px;
}
#footer p {
	font-size:10px;
	line-height:14px;
	margin-bottom:0px;
}
#footer p.left, #footer p.left a {
	color:#b6b6b6;
}
#footer p.left {
	float:left;
}
#footer p.right {
	float:right;
	text-align:right;
}
.sidebar {
	width:183px;
	float:left;
	padding-top:10px;
}
.sidebar .btn {
	margin-bottom:10px;
}
.main {
	width:620px;
	float:right;
	padding-top:10px;
}
.breadcrumbs {
	margin-bottom:24px;
	font-size:10px;
}
img.hdr {
	margin-bottom:30px;
	clear:both;
	display:block;
}
p.info {
	padding-bottom:20px;
	border-bottom: 1px solid #e3e3e3;
}
p.info2 {
	padding-bottom:20px;
}
.floatleft {
	border:1px solid #cececa;
	float:left;
	margin:0px 24px 10px 0px;
}
.floatright {
	float:right;
}
ul#sub-nav{
height:auto;
list-style:none;
text-align:left;
margin:0px;
padding:0px;
position:relative;
margin-bottom:20px;
border:1px solid #c8d3e6;
border-top:0px;
}
ul#sub-nav li {
display:block;
margin:0px;
padding:5px 0px;
border:1px solid white;
border-bottom:1px dotted #d0d0c3;
}
#last {
	border-bottom:0px solid #FFF!important;
	
}
ul#sub-nav li ul {
	margin:0px;
	padding:0px;
}
ul#sub-nav li ul li {
	border-bottom:1px solid #ffffff;
}
ul#sub-nav li a {
display:block;
padding: 2px 0px 2px 13px;
color:#666666;
}
ul#sub-nav li a:hover {
color:#2a63af;
}
ul#sub-nav ul li a {
display:block;
padding: 2px 0px 2px 25px;
font-weight:normal;
}
ul#sub-nav li a:hover {
}
ul#sub-nav ul li a:hover {
}
.sidebar .signup-text {
	font-size:10px;
	line-height:12px;
	margin-bottom:0px;
	color:#424242;
}
#signup #email {
	width:143px;
	/*padding:5px 0px 5px 5px;*/
	background:#ffffff;
	margin:0px;
	border:1px solid #d6d6d6;
	color:#a9a9a9;
	font-size:10px;
	float:left;
}
#signup input#go {
padding:0px;
margin:0px;
float:right;
width:25px;
height:25px;
border:none;
}
#signup {
padding:5px 0px 0px 0px;
margin: 0px 0px 20px 0px;
}

/* -- Navigation -- */
#nav-container {
	width:842px;
	height:31px;
	background:#00529b;
	border-top:2px solid #adbbdb;
	padding:0px;
	margin:0px 0px 3px 0px;
	display:block;
	clear:both;
	position:relative;
	overflow:visible;
	z-index:20;
}
ul.nav{
height:31px;
width:842px;
overflow:visible;
list-style:none;
text-align:left;
margin:0px;
padding:0px;
position:relative;
z-index:20;
}
.nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index:20;
}
.nav li {
	position:relative;
	float: left;
}
.nav li ul {
	display:block;
	position: absolute;
	left: -999em;
	top:31px;	
	z-index: 40;
	clear:none;
	overflow:hidden;
	background: #94a7d0 url(../images/bg-dropdown.png) top left repeat-x;
}

.nav li:hover ul{
	display:block;
	z-index:9000;
	float:left;
	position:absolute;
	left: 0px;
	overflow:visible;
	z-index:40;
}
.nav li.sfhover ul{
	display:block;
	z-index:9000;
	position:absolute;
	float:left;
	clear:both;
	left:0px;
	z-index:40;
	overflow:visible;
}
.nav li ul li {
	clear:both;
	overflow:visible;
	
}
.nav li ul li a {
	display: block;
	font-size:11px;
	font-weight: normal;
	text-decoration:none;
	width:158px;
	color:#ffffff;
    padding:10px 0px 10px 17px;
	text-align: left;
	border-bottom:1px solid #b4c2de;
	cursor:pointer;
}

.nav li ul li a:hover{
	text-decoration:underline;
}
a#nav1 {
	display:block;
	float:left;
	height:31px;
	width: 43px;
	background: url('../images/nav1.png') no-repeat;
	background-position: 0 0px;
}
a#nav2 {
	display:block;
	float:left;
	height:31px;
	width: 283px;
	background: url('../images/nav2.png') no-repeat;
	background-position: 0 0px;
}
a#nav3 {
	display:block;
	float:left;
	height:31px;
	width: 208px;
	background: url('../images/nav3.png') no-repeat;
	background-position: 0 0px;
}
a#nav4 {
	display:block;
	float:left;
	height:31px;
	width: 129px;
	background: url('../images/nav4.png') no-repeat;
	background-position: 0 0px;
}
a#nav5 {
	display:block;
	float:left;
	height:31px;
	width: 106px;
	background: url('../images/nav5.png') no-repeat;
	background-position: 0 0px;
}

a#nav6 {
	display:block;
	float:left;
	height:31px;
	width: 68px;
	background: url('../images/nav6.png') no-repeat;
	background-position: 0 0px;
}

a#nav7 {
	display:block;
	float:left;
	height:31px;
	width: 113px;
	background: url('../images/nav7.png') no-repeat;
	background-position: 0 0px;
}

a#nav8 { 
	display:block;
	float:left;
	height:31px;
	width: 44px;
	background: url('../images/nav8.png') no-repeat;
	background-position: 0 0px;
}

a#nav1, a#nav2, a#nav3, a#nav4, a#nav5, a#nav6, a#nav7, a#nav8 {
	text-indent:-9999em;
}
a#nav1:hover, a#nav2:hover, a#nav3:hover, a#nav4:hover, a#nav5:hover, a#nav6:hover, a#nav7:hover, a#nav8:hover {
	background-position: 0 -31px;
	border-bottom:0px;
}
.nav-spacer {
float:left;
width:1px;
height:31px;
background: url(../images/nav-spacer.png);
}

/* -- Contact Form -- */

#contact label { display:block; }
#contact div { margin-bottom:15px; }
#contact label.error { color:#F00; }



/* ------------------------ form elements ------------------------ */

form#contact-quick { width:158px; margin-left:1px; }
form label	{ font-size:.95em; } 

form br { line-height:0; height:0; }

input, textarea, select { 
	background-color:#fff !important;
	border:1px solid #D6D6D6;
	color:#000;
	width:138px;
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px;
	padding:1px 0 0 4px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}

select { width:128px; padding:0; }

textarea { height:90px; overflow:auto; }

form#contact-quick input#contact_business { display: none; }

fieldset { border: 1px solid #C8D3E6; padding:10px; }
	#contact-quick fieldset { width:158px;}
	
/* ------------------------ main contact form ------------------------ */
#contact-main { margin:20px 0 10px 0; }

#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}

#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}

#contact-main label select { width:175px; } /* fixes display issue - 5px larger than input field */

#contact-main label textarea { height:100px; overflow:auto; }


/* ------------------------ submit button form elements ------------------------ */

input.submit, input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:95px 0 0 243px; } /* defines placement of contact-main submit button */

