@charset "utf-8";
body {
	font: 14px  Geneva, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	text-size:14px;
	background:url(../images/background_image.jpg) no-repeat top center;
	
}
.oneColFixCtrHdr #container {
	width: 975px;  /* using 20px less than a full 1024px width allows for browser chrome and avoids a horizontal scroll bar */
	border:4px solid #fff ;
	border-bottom:none;
	background: #d6d5d5;
	min-height: 100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background:url(../images/title_image.jpg) left top no-repeat;
	width:975px;
	height:287px;	
	padding: 0;  
	margin:0;
	overflow:hidden;
	
}
.oneColFixCtrHdr #main_menu {
	width:975px;
	height:41px;
	padding:0;
	margin:0;
	background:url(../images/menu_bg.jpg)  repeat-x;
	overflow:hidden; /* stops ie6 bug with expanding box problem */
		}
		
/* main menu markup*/
#main_menu ul li {
	float: left;
}

#main_menu ul {
	margin: 0;
	padding: 0;
	padding-top:7px;
	padding-left:1%;
	list-style: none;
	width: 975px;
	float: left;
	

}	
#main_menu ul	 a {
	display: block;
	padding: 0 1.1em;
	line-height: 2.1em;
	text-decoration: none;
	font-size:14px;
	background:url(../images/menu_divide.jpg) right top no-repeat;
	color: #fff;
}
#main_menu  ul	 a.last{
	background:none;
}
#main_menu ul a:hover {
	color:#abd8fe;
	font:bold;
}

/* end of menu markup*/

 h2 {
	margin-top: 20px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; 
	font-size:16px;
	color:#3165a6;
}
.oneColFixCtrHdr #mainContent {
	padding: 0px; 
	width:975px;
	min-height:755px;
	overflow:hidden;
	_overflow:auto;
	scroll:none;
	/*_height:755px; /* IE 5.5 and 6 work around*/
	background: #d6d5d5;
}
.oneColFixCtrHdr #right_col a.offers{
	border-style:none;
}
.oneColFixCtrHdr #text_col {
	width:60%;
	margin-left:10px;
	float:left;
	clear:right;
	
	}
.oneColFixCtrHdr #text_col_larger {
	width:950px;
	_width:930px;
	margin-left:10px;
	float:left;
	clear:right;
	}
.oneColFixCtrHdr #right_col {
	_display:inline;
	width:307px;
	float:right;
	margin:5% 3% 0 0;
	
	}
.oneColFixCtrHdr #offers {
	width:950px;
	_width:930px;
	height:auto;
	overflow:auto;
	margin-left:10px;
	border-style:none;
	}
.oneColFixCtrHdr #offers img{
	float:left; 
	clear:right;
	margin-right:20px;
}
	
	
#flash_holder{
	padding-left:20%;
	}
.oneColFixCtrHdr #quote_box {	
	background:url(../images/quote_block.jpg) left bottom no-repeat;
	width:260px;
	height:200px;
	padding:10px;
	font-style:italic;
	}
 p.quote{
	padding:40px 20px 10px 20px;	
	}

.oneColFixCtrHdr #huge_bottom{
	position:relative;
	bottom:0px;
	background:url(../images/huge_bottom.jpg) top center no-repeat;
	height:71px;
	}

.main_list ul{
	display:inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display:inline;
}
.main_list li {
	background: url(../images/bullet.jpg) no-repeat 0 50%;
	list-style-type: none;
	padding-top:3px;
	padding-left: 30px;
	
}

p.footer {
	margin:0;
	padding-top:10px;
	left:10px;	
	color:#155a94;
	}
