





@import url(../styles/reset.css);
@import url(../styles/basics.css);
@import url(../styles/nav.css);

body {
	background-color: #4775BE;
	background-image: url(../images/bgBody.gif);
	}

#bgGrad {
	background-image: url(../images/bgBodyGrad.gif);
	height: 285px;
	width: 100%;
	margin-bottom: -285px;
	}
	
	#container {
		border: solid 5px #2F4E7F; 
		background-color: white;
		width: 900px;
		padding: 0;
		margin: 1pt auto 1pt;
		text-align: justify;
		}
	
		#header, #header a    {
			display: block;
			background: url("../images/bgHeader.jpg") no-repeat;
			width: 900px;
			height: 203px;
			}
		
		#content      {
			background: url("../images/bgContent.gif") repeat;
			padding-top: 30px;
			padding-left: 0px;
			padding-right: 30px;
			padding-bottom: 30px;
			}

			div.col1  {
			height: 250px;
			width: 215px;
			float: left;
			margin: 0 0 0 0pt;
			}
			
			div.col2 {
				width: 587px;
				float: right;
				text: align;
				padding-right: 20px;
			}

		#footer {
			width: 639px;
			padding: -4px -2px 5px 0px;
			margin: 5px 5px 5px 0px;
			line-height: 25px;
			color: black;
			}


#content .pushRight {
	margin-right: -39px;
	margin-left: 20px;
	}

#content .pushLeft {
	margin-left: 0px;
	margin-right: 10px;
	}

div.callout {
	background: url("../images/btBox2.gif");
	padding: 0px 36px 0 8px;
	}
	
	div.callout .blockHead {
	display: block;
	background: url("../images/btBox1.gif") no-repeat;
	height: 38px;
	margin: 0 -36px -29px -8px;
	}
	
	div.callout .blockFoot {
	display: block;
	background: url("../images/btBox3.gif") no-repeat;
	height: 64px;
	margin: -5px -36px 0 -8px;
		}
	
div.splitColLMain  {
width: 72%;
float: left;
}
		
div.splitColRMain {
width: 23.9%;
float: right;
}

div.splitColL  {
width: 49.9%;
float: left;
}
		
div.splitColR {
width: 49.9%;
float: right;
}
			
#title {
	image: url("../images/textTitle.jpg") no-repeat 0px 7px;
	margin: 0 auto;
	width: 445px;
	height: 80px;
	}


/*=====  TYPOGRAPHY  =====*/

		
#Col2 {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	}


#footer p   {
	color: black;
	font-size: 1.3em;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	line-height: 1.58333333em;
	text-align: center;
	margin: 0;
	padding: 0 }

#footer a, #footer a:hover, #footer a:active, #footer a:visited { color: #8894AD }
.callToAction p {
	display: block;
	color: black;
	background: url("../images/bgFooter.gif");
	}

form h3 {
	font-size: 1.4em;
	text-align: center;
	margin-bottom: 1em }



/*=====  FORMS  =====*/
form  {
	font-size: 0.9em;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif }

form  {
	background-color: #dde0e5;
	background-image: url("../images/bgFormBottom.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-bottom: 10px;
	width: 587px }

fieldset {
	background-image: url("../images/bgFormTop.gif");
	background-repeat: no-repeat;
	padding-top: 10px }

label   {
	color: #5e6a7a;
	text-align: right;
	display: block;
	padding-right: 10px;
	width: 100px;
	float: left;
	clear: left }


form input, form select, form textarea  {
	color: #424f62;
	font-size: 1em;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	background-color: #f1f4f9;
	width: 450px;
	border-width: 1px }


input#city {
	width: 346px;
	margin-right: 4px;
	float: left }

select#state {
	width: 46px;
	margin-right: 4px;
	float: left }

input#zip {
	width: 48px;
	float: left }

p.formPhone  {
	padding-top: 5px;
	clear: both }

p.formSubject { /* spamtrap */
	display: none !important;
	}

input#submit {
	background-color: #fff;
	margin-left: 110px }

form input.error   {
	margin-bottom: 0;
	clear: left;
	border: dotted 1px red }



form label.error   {
	color: red;
	background-color: #fff4f4;
	text-align: center;
	display: block;
	margin-top: 0;
	margin-right: 8px;
	margin-left: 110px;
	width: auto;
	float: none;
	clear: left }


/*=====  OVERRIDES  =====*/

.dropCap {
	color: #424f62;
	font-size: 1.5em;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	line-height: 1.2em;
	background-color: #dde0e5;
	text-align: center;
	display: block;
	margin: 0 0.2em 0 0;
	padding: 0.15em;
	width: 1em;
	height: 1em;
	float: left }

img.floatRight {
	margin-left: 20px;
	}

img.floatLeft {
	margin-right: 20px;
	}

ol.upperRoman   {
	list-style-type: upper-roman }


ol.lowerRoman  {
	list-style-type: lower-roman;
	padding-left: 2em }

ol.decimal   {
	list-style-type: decimal;
	padding-left: 1.5em }



ul.indent  {
	margin-left: 2em !important }


ul.bullets, dl.bullets dt   {
	list-style: disc }


ul.checks, ul.bust  {
	list-style-type: none;
	margin-left: 0 }

ul.checks li, ul.bust li, ul.bustEm li, ul.subtle li   {
	background-repeat: no-repeat;
	list-style-type: none;
	margin-left: -20px;
	padding-left: 20px }


ul.checks li  {background-image: url("../images/iconCheckBullet.gif");}
ul.bust li   {
	background-image: url("../images/iconBustBullet.gif");
	background-position: 0 4px;
	margin-left: 0 }

ul.bustEm li   {
	background-image: url("../images/iconBustEmBullet.gif");
	background-position: 0 4px;
	margin-left: 0 }

ul.subtle li   {
	background-image: url("../images/iconSubtleBullet.gif");
	background-position: 0 6px;
	margin-left: -14px;
	padding-left: 14px;
	}


.expandomatic {
	cursor: pointer;
	}
