@charset "utf-8";
body {
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#header{
height:270px;
background:url(images/header-bg.jpg) repeat-x left;
}
.wrap{
width:950px;
margin:auto;
clear:both;
}
.logo{
background:url(images/logo.jpg) no-repeat left bottom; 
width:255px;
height:47px;
padding-top:32px;
}
.h-text{
background:url(images/header-shade.jpg) no-repeat left;
height:155px;
}
p{
margin:0px;
}
a img{
border:none;
}
.menu{
line-height:35px;
font-family:Tahoma, Verdana;
font-size:13px;
font-weight:bold;
color:#fff;
}
.menu a{
color:#fff;
text-decoration:none;
padding-left:10px;
padding-right:10px;
}
.menu a:hover{
color:#a6ce39;
text-decoration:overline;
}
#content{
background:url(images/white-bg.jpg) repeat-x top;
padding-top:30px;
/*border:solid 1px #000;*/
}
.left{
width:200px;
float:left;
}
.right{
width:620px;
float:left;
margin-left:20px;
}
#footer{
background:url(images/footer-bg.jpg) repeat-x top;
height:92px;
color:#fff;
clear:both;
}
.clr{
clear:both;
}
.lefthead{
font-family:Tahoma, Verdana;
font-size:15px;
font-weight:bold;
color:#55700c;
}
.leftsubhead, .leftsubhead a{
font-family:Tahoma, Verdana;
font-size:11px;
font-weight:bold;
color:#272727;
line-height:17px;
text-decoration:none;
}
#content ul{
list-style: square;
}
.leftsubhead a:hover{
color:#0046e4;
}

#footer ul{
padding-top:20px;
}
#footer li{
display:inline;
}
#footer a{
padding-left:10px; 
padding-right:10px;
color:#fff;
}
#footer a:hover{
color:#999;
}
.mrgn-tp-20{
margin-top:20px;
}
.header-head{
font-family:"Myriad Pro", Tahoma;
font-size:20px;
color:#fff;
padding-top:30px;
padding-left:90px;
}
.header-txt{
font-family:"Myriad Pro", Tahoma;
font-size:13px;
color:#fff;
padding-left:90px;
padding-top:8px;
line-height:20px;
}