@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

html {
	font-size:100.01%;
}
body {
	background:#430102;
	margin:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:22px;
	background-image:url(images/pagebg.png);
	background-repeat:repeat-x;
}

p{
	margin-top:5px;
	margin-bottom:10px;
	padding:0;
}
* {
	margin: 0;
	padding: 0;/*   -webkit-text-size-adjust:none; */
}
img {
	border:0;
}
form {
	margin: 0px;
}
#mainwrap {
	width: 1000px;
	margin: 0 auto;
	background-color:#E4CCA8;
}
#topheader{
	width:1000px;
	height:460px;
	float:left;
	overflow:hidden;
	background-color:#E4CCA8;	
}

#topmenu{
	width:1000px;
	float:right;
	height:42px;
	position:absolute;
	z-index:100;
}

#topmenuwrap{
	width:auto;
	height:42px;
	float:right;
}
#topmenu_left{
	background-image:url(images/topmenubg_left.png);
	background-repeat:no-repeat;
	width:15px;	
	float:left;	
	height:42px;	
}
#topmenu_body{
	background-image:url(images/topmenubg_body.png);
	background-repeat:repeat-x;
	float:left;
	height:42px;
	color:#FFF;
	
}
#topmenu_body ul{
	font-size:12px;
	margin-top:3px;
}
#topmenu_body ul li{
	list-style:none;
	float:left;
}
.topmenuseparator{
	width:20px;
	padding-left:8px;
	color:#E4CCA8;
	padding-right:8px;
}
#topmenu_body ul li a{
	text-decoration:none;
	color:#E4CCA8;
}
#topmenu_body ul li a:hover{
	color:#FFF;
	text-decoration:none;
}
#topmenu_right{
	background-image:url(images/topmenubg_right.png);
	background-repeat:no-repeat;
	width:15px;	
	float:left;	
	height:42px;
	margin-right:20px;
}

#mainmenu{
	width:316px;
	float:left;
	position:absolute;	
	margin-top:113px;	
	padding-left:20px;	
	
}
#mainmenu_wrap{
	float:left;
	padding-left:20px;

}
#mainmenu_logo{
	width:314px;
	float:left;
	height:125px;
}
#mainmenu_top{
	width:314px;
	float:left;
	height:109px;	
}

#mainmenu_body{
	width:314px;
	float:left;
	background-image:url(images/m_body.png);
	background-repeat:repeat-y;
}
#mainmenu_bot{
	width:314px;
	float:left;
	background-image:url(images/m_bot.png);
	background-repeat:no-repeat;
	height:83px;
}
#mainmenu_body ul {
	width:240px;
	margin:0;
	padding:0;
	margin-left:40px;
	color:#FFF;
	list-style:none;
	list-style-image:url(images/arrow.gif);
}
#mainmenu_body ul li{
	margin-left:10px;
	margin-bottom:5px;
}
#mainmenu_body ul li a{
	text-decoration:none;
	color:#E4CCA8;
}
#mainmenu_body ul li a:hover{
	text-decoration:none;
	color:#FFF;
}


#mainwrap_contents {
	width: 1000px;
	background-color:#E4CCA8;
	background-image:url(images/bodybg.png);
	background-repeat:no-repeat;
	min-height:400px;
	float:left;
}
#mainwrap_body{
	width:620px;;
	float:left;
	margin-left:350px;
	margin-top:-100px;
	text-align:justify;
	min-height:500px !important;
}

a{
	color:#000;
}
a:hover{
	color:#FFF;
}


#mainwrap_body h1{
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:32px;
	font-weight:lighter;
	line-height:32px;
	color:#FFF;
}

#mainwrap_body h2{
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:26px;
	font-weight:lighter;
	line-height:26px;
	color:#600;
	margin-top:15px;
	margin-bottom:15px;
	}

#mainwrap_body h3{
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:22px;
	font-weight:lighter;
	line-height:22px;
	color:#600;
	margin-top:15px;
	margin-bottom:15px;
}

#mainwrap_body ul{
	margin-left:20px;
}

.highlight{
	color:#600;
	font-weight:bold;
}

#partnerdiv{
	width: 1000px;
	float:left;
	padding:18px;
	margin-top:30px;
}
#partner_top{
	width:964px;
	float:left;
	background-image:url(images/partner_top.png);
	background-repeat:no-repeat;
	height:10px;
	overflow:hidden;
}
#partner_body{
	width:964px;
	float:left;
	background-image:url(images/partner_body.png);
	background-repeat:repeat-y;
}

#partner_body_wrap{
	padding:5px;
}
#partner_bot{
	width:964px;
	float:left;
	background-image:url(images/partner_bot.png);
	background-repeat:no-repeat;
	height:46px;
	overflow:hidden;
}


#footer{
	width: 1000px;
	float:left;	
	background-image:url(images/footerbg.jpg);
	background-repeat:no-repeat;
	height:383px;
}

#footer_wrap{
	width: 1000px;
	float:left;
	margin-top:355px;
	font-size:10px;
	padding-left:35px;
	
}
fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
	border:0;
	margin-top:20px;	
}

fieldset legend{
	color:#000;
	padding-right:5px;
	margin:0;


}

label {
;
}

.form-row {
	clear: both;
	padding: 0.5em;
	
}

.field-label {
	width:150px;
	float:left;
}

.field-widget {
	width:auto;
	float:left;

}
label.error {
	margin-left: 10px;
	width: auto;
	display: inline;
	color:#F00;
	text-decoration:blink;
	padding:5px;
}