@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #172f6d;
	background-color: #aad7dc;
	background-image:url(/images/bg.jpg);
	background-repeat:repeat-x;
	margin-left:auto;
	margin-right:auto;
}
#container {
	width:895px;
	margin-left:auto;
	margin-right:auto;
}
#header {
	width:876px;
	height:256px;
	background-image: url(/images/header.jpg);
	background-repeat:no-repeat;
}
#content {
	width:876px;
	background-color:#FFFFFF;
}

#content h1{
	margin:0px;
	padding:0px;
}

#content table{
	margin:0px;
	padding:0px;
}
#footer {
	width:895px;
	height:184px;
	background-image: url(/images/footer.png);
	background-repeat:no-repeat;
	padding-top:100px;
	font-size:10px;
	color:#FFFFFF;
	clear:both;
}

#leftnav h1 {
	color: #003366;
	font-family: Cambria;
	font-weight: bold;
	font-size: 30px;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 0px;
}
#rightcontent {
	width: 567px;
	float: left;
}

#column_left{
	float:left;
}


/******************* PARAGRAPH TAG *******************/
/* no padding and margin prevents problems while styling */
/* Use <br> to create extra page break after paragraphs */
p {
	padding: 0px;
	margin: 0px;
}
/******************* HEADINGS *******************/
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #104f66;
	padding: 0px;
	margin: 0px;
}

h1.banner {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #104f66;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	border-bottom:solid 1px #FFCC00;
	}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #104f66;
	padding: 0px;
	margin: 0px;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0066FF;
	padding: 0px;
	margin: 0px;
}
/******************* Fixes Browser Bugs *******************/
.clearFix {
	clear: both;
}
/******************* BODY LINKS *******************/
a:link, a:visited {
	color: #04668b;
	padding: 0px;
	margin: 0px;
}
a:hover {
	color: #000066;
	padding: 0px;
	margin: 0px;
}

/* fix wierd outline*/ 

a:focus, a:active {
        outline: none;
      }


/******************* COPYRIGHT *******************/
#copyright 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
}
#copyright a {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#copyright a:hover {
	color: #FF9900;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
}
/******************* COPYRIGHT *******************/
.form_fonts input, textarea, option {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}
/******************* transparent png fix *******************/

img, div { behavior: url(iepngfix.htc) }

/** places padding around content **/
.padded_text_20 {
	padding:20px;
    line-height:18px;
}
.padded_text_40 {
	padding:20px 40px;
    line-height:18px;
}

/************** INFO BOX LIGHT BLUE*************/
.infobox_box_toplight {
	background-image: url(/images/lghtblue_boxtop.jpg);
	background-repeat:no-repeat;
	width:273px;
	height:39px;
	margin-top:21px;
}
.infobox_box_middlelight { 
	background-image: url(/images/lghtblue_boxmiddle.jpg);
	background-repeat:repeat-y;
	padding:15px;
	width:243px;
	font-size:12px;
	color: #FFFFFF;
	font-weight:bold;
	height:180px;
}

.infobox_box_middlelight h1{
	color:#fdce45;
	font-size:14px;padding-top:0px; margin-top:0px;
}
.infobox_box_bottomlight {
	background-image: url(/images/lghtblue_boxbottom.jpg);
	background-repeat:no-repeat;
	width:273px;
	height:26px;
}


/************** INFO BOX DARK BLUE*************/
.infobox_box_topdark {
	background-image: url(/images/drkblue_boxtop.jpg);
	background-repeat:no-repeat;
	width:261px;
	height:85px;
}
.infobox_box_middledark { 
	background-image: url(/images/drkblue_boxmiddle.jpg);
	background-repeat:repeat-y;
	padding:15px;
	width:231px;
	font-size:12px;
	color: #FFFFFF;
	font-weight:bold;
	height:159px;
}
.infobox_box_bottomdark {
	background-image: url(/images/drkblue_boxbottom.jpg);
	background-repeat:no-repeat;
	width:261px;
	height:25px;
}

.infobox_box_middledark h1{
	color:#fdce45;
	font-size:14px;
}
	
	/************** CONTACT BOX *************/
.contact_box{
	float:left;
	width:195px;
}

.contactbox_top {
	background-image: url(/images/contact_top.jpg);
	background-repeat:no-repeat;
	width:195px;
	height:36px;
}
.contactbox_middle { 
	background-image: url(/images/contact_middle.jpg);
	background-repeat:repeat-y;
	width:171px;
	padding:12px;
	color:#FFFFFF;
	font-weight:bold;
}
.contactbox_bottom {
	background-image: url(/images/contact_bottom.jpg);
	background-repeat:no-repeat;
	width:195px;
	height:40px;
}
.contactbox h1 {
	color:#fdce45;
	font-size:12px;
}

	/************** FORM *************/
	.form_bg {
	background-image: url(/images/form_bg.jpg);
	background-repeat:no-repeat;
	width:302px;
	height:266px;
	padding:15px;
	}
	