@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}
body{
	font:100% Arial, Helvetica, sans-serif;
	text-align:center;
	background:#900 url(images/bg.jpg) no-repeat fixed center;
}
html, body{
	height:100%;
}

a{
	color:#AC421E;
	text-decoration:none;
}
a:visited{
	color:#AC421E;
}
a:hover{
	color:#fff;
	background-color: #E28B72;
}
a:active{
	color:#AC421E;

}

#wrapper{
	text-align:left;
	width:100%;
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 0 -288px 0;
}
#header{
	width:960px;
	height: 216px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: 250px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#hright{
	text-align:right;
	padding:20px;
}
#hright h1 {
	font-size: 20px;
}
#hright p{
	color:#fff;
	font-size:12px;
	font-weight:bold;
}
#nav{
	width:970px;
	margin:0 auto 10px auto;
	background:url(images/menubar.png) no-repeat center;
	height:60px;
}
#nav ul {
	list-style:none;
	margin:0 22px;
	
}
#nav li {
	display:inline;
}
#nav a {
	float:left;
	text-decoration:none;
	color: #999;
	padding:18px 17px 19px 17px ;
	font-size:14px;
}
#nav li a:hover{
	
	text-decoration:none;
	color:#fff;
	background:url(images/menu_over.png) repeat-x;
	
}
#abovemain{
	width:920px;
	padding: 20px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#mainwrap{
	width:960px;
	margin:0 auto;
}
#footer1{
	height:250px;
	background: #333 url(images/footerbg.jpg) repeat-x;
}
.push{
	height:290px;
}
#footer2{
	background:#000;
	height:38px;
}
.footerint{
	width:940px;
	padding:10px;
	color: #CCC;
	text-align: left;
	background-image: url(images/bottom_logo.jpg);
	background-repeat: no-repeat;
	background-position: 500px 20px;
	height: 230px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.footerint2{
	width:940px;
	padding:10px;
	color: #CCC;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size:12px;
}
#footerleft{
	float: left;
	width: 50%;
}
#footerright{
	float: right;
	width: 40%;
	text-align: right;
}
.clearfloat{
	clear:both;
}
.footerint h1 {
	font-size: 16px;
	color: #FFF;
	padding-bottom: 10px;
	padding-top: 10px;
}
.footerint p {
	font-size: 12px;
	line-height: 30px;
}
#mainleft {
	background-image: url(images/mainbg.png);
	width: 580px;
	float: left;
	padding: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #AC421E;
	min-height:279px;
}
#mainright {
	margin:0 0 10px 640px;
	border: 10px solid #333;
	overflow: hidden;
	height: 300px;
}
#mainright.greyout{
	background: #333;
	margin:0 640px 10px 0;	
}
#mainleft.ml{
	float:right;

}
.mainrightg {
	margin:0 0 10px 640px;
	border: 10px solid #333;
	background: #333;
}
.mainrightg1 {
	margin:0 640px 10px 0;
	border: 10px solid #333;
	background: #333;
}
#footerright a {
	color: #F90;
	text-decoration:none;
}
#footerright a:visited {
	color: #F90;
	text-decoration:none;
}
#footerright a:hover {
	color: #fff;
	background:none;
	text-decoration:none;
}
.footerint a {
	color: #666;
	text-decoration:none;
}
.footerint a:visited {
	color: #666;
	text-decoration:none;
}
.footerint a:hover {
	color: #fff;
	text-decoration:none;
	background:none;
}
.yellow{
	color:#FC0;
}
.mainlarge {
	font-size: 30px;
	color: #000;
	padding-right: 40px;
	font-weight: normal;
	margin-bottom: 20px;
}
#mainleft h1 {
	color: #333;
	font-size: 26px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AC421E;
	margin-bottom: 16px;
}
/* formage */
fieldset{
	padding:20px;
	border-top:2px dotted #AC421E;
	border-bottom:none;
	border-left:none;
	border-right:none;
	margin:10px 0 -24px 0;
}
legend{
	padding:0 8px;
	font-size:20px;
	font-weight:bold;
	color: #000;
}

label{
float: left;    
width: 300px;    
margin-right: 1em; 
clear:both;
text-align:right;
	
}
#fs label{
	width: 200px;   
}
fieldset ol {  
padding: 1em 1em 0 1em;  
list-style: none;
font-size:12px;
}  
fieldset li {  
padding-bottom: 1em;  
}  
select, input, textarea{
	width:200px;
}
.rbtn{
	width:auto;
}
#mainleft p {
	font-size: 12px;
}
#sbtn{
	text-align:right;
padding-right:34px;
}
#sbtn2{
	text-align:right;
padding-right:134px;
}
#mainleft h2 {
	font-size: 16px;
	color: #792509;
}
#contactbox1 {
	padding: 0 10px;
	float: left;
	width: 45%;
	border-right:2px dotted #AC421E;
}
#contactbox2 {
	padding: 0 10px;
	float: left;
	width: 45%;
}
#mainright h1, .mainrightg h1, .mainrightg1 h1 {
	font-size: 16px;
	color: #AC421E;
	margin-bottom: 16px;
}
#mainright p, .mainrightg p, .mainrightg1 p {
	font-size: 12px;
	color: #FFF;
}
.difcol {
	color: #AC421E;
}
#wrapper #mainwrap #mainleft ul li {
	font-size: 12px;
	margin-left: 20px;
	list-style-type: disc;
}
