body {
background: #ebf0f5 url('images/backgrounds/body.jpg') repeat-x top left;
margin: 0;
padding: 0;
}

#container {
width: 971px;
margin: 0 auto;
padding: 0;
}

a:link { color: #FFFFFF; text-decoration: none; }
a:visited { color: #FFFFFF; text-decoration: none; }
a:hover { color: #FFFFFF; text-decoration: none; }


.chromestyle{
width: 601px;
}




.chromestyle ul{
background: url('images/backgrounds/nav.png') repeat-x top left;
width: 601px;
height: 40px;
padding: 0;
margin: 0;
text-align: center;
}

.chromestyle ul li{
display: inline;
}

.chromestyle li {
padding: 0;
}


.chromestyle ul li a{
text-align: center;
font-family: arial;
font-size: 13px;
color: #FFFFFF;
font-weight: bold;
padding: 0;
margin: 0;
text-decoration: none;
}

.text_definitions li a{
font-family: arial;
font-size: 12px;
color: #373737;
font-weight: bold;
}

.text_definitions li a:link { color: #373737; text-decoration: none; }
.text_definitions li a:active { color: #373737; text-decoration: none; }
.text_definitions li a:visited { color: #373737; text-decoration: none; }
.text_definitions li a:hover { color: #373737; text-decoration: none; }

.standard {
font-family: arial;
font-size: 12px;
color: #373737;
font-weight: bold;
}

a.standard:link { color: #373737; text-decoration: none; }
a.standard::active { color: #373737; text-decoration: none; }
a.standard::visited { color: #373737; text-decoration: none; }
a.standard::hover { color: #373737; text-decoration: none; }

.learn_more a{
font-family: arial;
font-size: 14px;
color: #373737;
font-weight: bold;
}

.learn_more a:link { color: #373737; text-decoration: none; }
.learn_more a:visited { color: #373737; text-decoration: none; }
.learn_more a:hover { color: #373737; text-decoration: none; }

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
font-family: arial;
font-size: 13px;
color: #FFFFFF;
font-weight: bold;
z-index:100;
background-color: #001e40;
visibility: hidden;
border: 0px solid #002b5c;

}


.dropmenudiv a{
text-align: center;
width: auto;
display: block;
padding: 4px;
text-decoration: none;
font-family: arial;
font-size: 11px;
color: #FFFFFF;
font-weight: bold;
border-bottom: 0px solid #002b5c;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ 
color: #cfd9e2;
}



.with_corners {
-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-webkit-border-bottom-right-radius: 6px;
-moz-border-radius-topright: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-bottomright: 6px;
-moz-border-radius-bottomleft: 6px;
}

.with_corners_bottom {
-webkit-border-bottom-left-radius: 6px;
-webkit-border-bottom-right-radius: 6px;
-moz-border-radius-bottomright: 6px;
-moz-border-radius-bottomleft: 6px;
}

.contact_title{font-size:15px;font-weight:bold;color:#6b6b66;}

#content .colLeftOnly {
text-align: left;

margin-top:0px;
padding-top:0px;
}
.colLeftOnly h2 {
margin-left:0px;

}

#formThanks {
border-color: #d27c38;
border-style: solid;
border-width: 1px;
margin-right: auto;
margin-left: auto;
width: 450px;
padding: 10px;
text-align: center;
}

.formarea {
color:#6b6b66;
font-weight:bold;
}




.input {
border-width: 1px;
border-style: solid;
border-color: #6b6b66;
width: 220px;
color: #6b6b66;;
}

#theModal{
float:right;
padding-top: 35px;
padding-right: 15px;
}

#content .colLeftOnly {
	text-align: left;
	margin-left:350px;
	margin-top:0px;
	padding-top:0px;
}
.colLeftOnly h2 {
	margin-left:0px;

}
