/* CSS Document */
body {	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: url(images/bg.jpg) repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-face:Verdana, Helvetica, Sans-serif;
	color:#0E5798;
	font-size:18px;
	font-weight:bold;
	padding:0px;
	margin:0px;
	}
h2 {
	font-size:14px;
	color:#0E5798;
	margin:10px 0px 0px 0px;
	padding:0px;
}
form{
	margin:0px;
}

#container {
	text-align:left;
	margin-left:auto;
	margin-right: auto;
	width: 760px;
}
/******** Header *************/
#header {
	width:760px;
	height:215px;
	background: url(images/header-logos-revised.jpg) no-repeat;
}
#header ul {margin:0px 0px 0px 70px;padding:0px;}
#header li {list-style-type:none;float:left;display:block;margin:0px 5px 0px 5px;}
#header li a{color:#fff;background:#252525;text-decoration:none;font-weight:bold;display:block;padding:9px 5px 9px 5px;}
#header li a:hover {background-color:#fff;color:#000;}
/******** MAIN CONTENT *************/

/****** COLUMN 1 **********/
#column1 {
	margin:0px 0px 0px 32px;
	float:left;
	width:279px;
_width:300px;
	background-color:#fff;
	padding:20px;
	font-size:13px;
	/*border:1px solid red;*/
}
* html #column1{
	margin:0px 0px 0px 16px; /*  adjusts position of column1 in IE  */
}

/****** COLUMN 2 **********/
#column2Home {
	float:left;
	width:375px;
	height:315px;
_margin-left:-20px;	
	background:  url(images/home-form-bg2.gif) no-repeat;
	/*border:1px solid red;*/
}
#column2Home h3 {color:#0E5798;padding:0px;margin:0px;}
#c2HContent {
	padding: 0;
	margin:8px 0px 0px 47px;
	width:310px;
	color:#87C7FF;
	/* border:1px solid red; */ 
	}
#c2CL {margin-left:80px;margin-top:54px;}/* controls left margin */

#button { 
	margin-top: 54px;
	clear:left;
	display:block;
	}

/*-----Branch information style (locations page)--------*/
.branch_info{
	font-size:11px;
}

/***** after zip - form pages *****/
#column2Inside {
	margin-left:32px;
	float:left;
	width:343px;
	/* height:101px; */
	background:  url(images/inside-column2-bg3.gif) no-repeat;
	background-color:#EDEAD9;
	/* border:1px solid red; */
}
#c2HContentInside {
	margin:8px 0px 0px 20px;
	width:310px;
	color:#87C7FF;
	}
	
.formb {
margin:55px 0px 35px 20px;
font-size:12px;
}
.formb2{
	margin-top:-25px;
}

.formb h3 {
color:#0E5798;
padding:0px;
margin:10px 0px 0px 0px;
}

.formb select{ /* make select box text small so it doesn't break out of container */
font-size:12px;
}

* html .formb select{ /* make it smaller for IE */
font-size:11px;
}

.formb select.field{ /* resize program select box to fit inside container */
/*width:300px;*/
}

.rfont {
color:#0E5798;
font-size:12px;}

fieldset {
font-size:12px;
background-color:#F7F5E7;
border:1px solid #D3CFB9;
margin:10px 20px 10px 0px;}

.formfields {
padding:5px 8px 5px 10px;
float:left;}

.formfieldsBR {
padding:5px 8px 5px 10px;
float:left;}

.pform {
margin:10px 0px 0px 0px;}

.formbutton {
padding-bottom:25px;}

.bang{
color:#fff;
padding-right:10px;
font-size:22px;}

.formerror{
color:#fff;
width:250px;
background-color:Maroon;
padding:10px;}
/******** footer *************/

#footerb {
	clear:both;
	background-color:#252525;
	border-top:3px solid #1E588E;
	margin:0px;
	padding:0px;  
	height:8px;
	width:100%;
}
/*********** site map ***********/
#siteMap li{list-style-type:none;}

/**********video div*************/
#videoDiv table {
		border-top:1px solid #ccc;
		border-bottom:1px solid #ccc;	
		width:300px;
}
#videoDiv table p {
		font-size:12px;
		margin:0px;
}
#header ul#logos{
	width:250px;
	margin:0 0 0 76px;
	padding:0px;
	list-style:none;
	clear:both;
	position:absolute;
	z-index:10;
	top:56px;
	left:auto;
}

#header ul#logos li{
	margin:0px;
	padding:0px;
	list-style:none;
	display:block;
	float:left;
}
#header ul#logos li a{
	padding:0px;
	margin:0px;
	width:auto;
	color:blue;
	background:none;
	text-decoration:underline;
	display:block;
}
#header ul#logos li a{
	color:blue;
	background:none;
}
#Text1{
	color: black;
}
