/* CSS Document */

#subOff{
	min-width: 920px;
	margin-top:0;
	color:#000;
	background-image: url(images/nonav_bg.gif);
	background-repeat: repeat-x;
	background-color:#047391;
}
#subOn{
	min-width: 920px;
	margin-top:0;
	color:#000;
	background-image: url(images/interior_bg.gif);
	background-repeat: repeat-x;
	background-color:#047391;
}
#wrap {
	margin:0 auto;
	width:920px;
}

/* -- image treatments -- */

.image-right {
	margin-left:20px;
	margin-bottom:20px;
	}
	
.image-left {
	margin-right:20px;
	margin-bottom:20px;
	}


/* -- top banner -- */

#header {
	width: 880px;
	height: 82px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.logo {
	margin-top: 20px;
}
.utility {
	float:right;
	vertical-align: top;
	position: relative;
	left: -20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 20px;
}
.utility a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #047391;	
}

/* -- navigation -- */

#navigation {
	float: left;
	width: 920px;
	height: 37px;
}
#navigation ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 19px;
}
#navigation li {
	float: left;
	background-image: url(images/norm-right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#navigation a {
	display: block;
	background-image: url(images/norm-left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
	padding-top: 8px;
	padding-right: 23px;
	padding-bottom: 8px;
	padding-left: 22px;
	font-weight: bold;
}
#navigation a:hover {
	color: #000000;
}
#navigation #current a:hover {
	color: #FFFFFF;
}
#navigation #current {
	background-image: url(images/norm-right-on.jpg);
}
#navigation #current a {
	background-image: url(images/norm-left-on.jpg);
}

/* -- navigation -- */

#subNav {
	float: left;
	width: 840px;
	height: 26px;
	padding-right: 40px;
	padding-left: 40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding-top:4px;
	color:#6aa9bb;
}
#subNav #selected{
	color:#FFFFFF;
	font-weight:bold;
}
#subNav a {
	color:#6aa9bb;
	text-decoration:none;
}
#subNav a:hover {
	text-decoration:underline;
}

/* -- call to action style #1 -- */

.cta1 {
	background-color: #000000;
	width: 210px;
}
.cta1 a{
	color: #FFF;
}
.cta1 h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #919ebd;
	margin: 0px;
}
.cta1 h1 a{
	color: #919ebd;
	text-decoration: none;
}
.cta1 h1 a:hover{
	color: #919ebd;
	text-decoration: underline;
}
.cta1 .content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #FFFFFF;
	width: 170px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.cta1 .top {
	background-image: url(images/cta1-top.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 210px;
}
.cta1 .bottom {
	background-image: url(images/cta1-bottom.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 210px;
}

/* -- call to action style #2 -- */

.cta2 {
	background-color: #919ebd;
	width: 210px;
}

.style3 {color: #FFFF00}
.style4 {color: #FFFFFF}

.cta2 .graphic{
	float: right;
	margin-top: 10px;
	margin-right: -20px;
	margin-left: 10px;
}
.cta2 h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
}
.cta2 h1 a{
	color: #FFF;
	text-decoration: none;	
}
.cta2 h1 a:hover{
	color: #FFF;
	text-decoration: underline;	
}
.cta2 .content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #022b37;
	width: 170px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	line-height: 18px;
}
.cta2 a{
	color: #024557;
}
.cta2 .top {
	background-image: url(images/cta2-top.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 210px;
}
.cta2 .bottom {
	background-image: url(images/cta2-bottom.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 210px;
}


#bodyContainer {
	background-image: url(images/body-bg.gif);
	width: 920px;
}
#bodyContainer #main {
	background-color: #FFF;
	width: 610px;
	float: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 40px;
	background-image: url(images/main-bg.gif);
}
#bodyContainer #main input{
	background-color:#FFFFFF;
}
#bodyContainer #main ul {
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
}
#bodyContainer #main td{
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#0000CC;
}
#bodyContainer #main a{
	color:#047391;
	font-weight:bold;
	}
#bodyContainer #main h1{
	margin-top:0px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
#bodyContainer #main h2{
	margin-top:0px;
	color: #0000CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
#bodyContainer #main p{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
#bodyContainer #main strong2{
	color: #999999;
	font-style: italic;
}
#bodyContainer #side {
	width: 210px;
	float: right;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	position: relative;
	top: -20px;
}
#intro {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 13px;
	line-height: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#title {
	width:920px;
}
#title h1{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: lighter;
	color: #FFFFFF;
	margin: 0px;
	padding-top:25px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 40px;
}
.strong2 {
	color: #999999;
	font-style: italic;
}

/* -- footer -- */

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	margin-top: 10px;
	padding-bottom: 15px;
}
#footer #links {
	float: left;
	padding-left: 20px;
}
#footer #legal {
	float: right;
	padding-right: 20px;
}
#footer a {
	color: #FFFFFF;
}

/* -- Samples -- */

#sample{
	margin-left:20px;
	margin-right:20px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	margin-bottom:30px;
}
#sample #label{
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 8px;
}
#sample #description{
	color:#000000;
	font-size: 12px;
	font-weight: bold;
}
#sample #details{
	border-bottom-color: #666666;
	padding-bottom: 5px;
}

/* -- Testimonials -- */

#testimonial{
	margin-left:20px;
	margin-right:20px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	margin-bottom:20px;
}
#testimonial #author{
	font-style: italic;
	color:#000000;
}

/* -- FAQs -- */

#faq{
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	margin-bottom:20px;
}
#faq #question{
	color:#000000;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}

