body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	background-color: #B2B2B2;
	background-image: url(../images/body-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}
h1, h2, h3, h4, h5, div, p{
	margin:0px;
}
li{
	margin:0px;
	padding:0px;
}
ul{
	margin:0px;
	padding:0px;
}
img{
	borde:0px;
	vertical-align:middle;
}

a:link, a:visited{
	color:#FFCC00;
	text-decoration:none;
}
a:hover{
	color:#b17b00;
}
.main{
	width:1040px;
	margin:0px auto;
}
.header{
	margin:0px;
	background:url(../images/hed-bg.png) no-repeat right top;
}

/****************dropdown***********/

.menu{
	clear:both;
}
.chromestyle{
	padding:0px 0px 0px 65px;
	
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	width: 100%;
	padding: 0px;
	margin: 0px;
	text-align: left; 
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #000;
	padding:15px 10px 14px 10px;
	margin: 0;
	font-size:16px;
	text-decoration: none;
	text-transform:uppercase;
	font-family:"Trajan Pro", Arial, Helvetica, sans-serif;
	float:left;
}
.chromestyle ul li a:hover{
	
}
.chromestyle ul li a:hover, .chromestyle ul li a.selected{ 
color:#af1b21;
	background:#f9f9f9; /*THEME CHANGE HERE*/
	
}

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

.dropmenudiv{
position:absolute;
top: 0;
 /*border: 1px solid #BBB;THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px ;
line-height:18px;
z-index:100;
background:url(../images/drop-bg.png) repeat left top;
width: 200px;
visibility: hidden;
/*margin-left:20px;*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
 /*border-bottom: 1px solid #BBB;THEME CHANGE HERE*/
padding: 10px;
text-decoration: none;
 /*font-weight: bold;*/
color: #fff;
text-transform:uppercase;
font-size:10px;
font-family:"Trajan Pro", Arial, Helvetica, sans-serif;

}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background:#670f05 ;
color:#fff;
}


.news-hed{
	float:right;
	width:117px;
	margin-top:-18px;
	margin-right:-27px;
}
.content-area{
	float:left;
	margin:0px;
	width:898px;
	background:url(../images/contentarea-bg.png) repeat-y left top;
	padding-left:73px;
	padding-right:69px;
}
.home-left{
	width:543px;
	float:left;
	
	
}
.home-right{
	width:355px;
	float:left;
	background:url(../images/left-shade.png) repeat-y left top;
}
.right-cont{
	background:url(../images/right-bg.png) no-repeat left top;
	padding-left:20px;
}
.right-text{
	line-height:18px;
	color:#fff;
	font-size:13px;
}
.hed01{
	color:#de8689;
	font-size:13px;
	padding-top:20px;
	padding-bottom:14px;
	clear:both;
}
.welcome{
	font-size:24px;
	color:#aacde1;
	padding-bottom:16px;
	font-family:Georgia;
}

.left-text{
	line-height:18px;
	color:#efefef;
	padding-right:16px;
	font-size:13px;
}
.major-benfits{
	color:#7d090d;
	font-size:24px;
	padding-top:30px;
	padding-bottom:15px;	
	font-family:Georgia;
}
.footer{
	background:#191818;
	padding:14px; 0px;
	clear:both;
}
.footer-main{
	width:891px;
	margin:0px auto;
	color:#fff;
}
.footer-main a:link, .footer-main a:visited{
	color:#fff;
	text-decoration:none;
}
.footer-main a:hover{
	color:#af1b21;
}

.inner_content{
	width:800px;
	float:left;
	margin-top:10px;
	min-height:400px
