/* CSS Document */

body{
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#75390d;
	background:#432d1e;
}

*{
	margin:0px;
	padding:0px;
}

p{
	line-height:18px;
	text-align:justify;
}

.clr{
	clear:both;
}

.fl{
	float:left;
}

.fr{
	float:right;
}

#mainwrapper{
	width:1003px;
	height:auto;
	background:#ffffff;
	margin:0 auto;
}

#mainwrapper .header{
	height:287px;
	background:url(../images/topbanner.jpg) no-repeat;
}

#mainwrapper .header .logo{
	padding:52px 0 17px 221px;
}

#mainwrapper .header .contact{
	padding:0 0 0 286px;
	font-size:33px;
	font-family:Arial, Helvetica, sans-serif;
	color:#773b0f;
	font-weight:bold;
}

#mainwrapper #topnavigation{
	margin:3px 0;
	background:url(../images/topnav-bg.gif) repeat-x;
	width:1003px;
}

#mainwrapper #topnavigation ul{
	list-style:none;
	margin:0px;
	padding:0px;
}

#mainwrapper #topnavigation ul li{
	float:left;
	height:58px;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	color:#773b0f;
	
}

#mainwrapper #topnavigation ul li a{
	text-decoration:none;
	color:#773b0f;
	display:block;
	background:url(../images/foot-normal.gif) no-repeat 0 15px;
	padding:15px 0 15px 42px;
	margin:0px 0 0px 20px;
}

#mainwrapper #topnavigation ul li a:hover{
	color:#ffffff;
	text-decoration:none;
	background:url(../images/foot-hover.gif) no-repeat 0 15px;
}


#mainwrapper #topnavigation ul li a.active {
	color:#ffffff;
	text-decoration:none;
	background:url(../images/foot-hover.gif) no-repeat 0 15px;
}


#mainwrapper #maincontent{
	background:#e6decb url(../images/content-bg.gif) repeat-x top left;
	height:auto;
	padding:13px 11px 18px 11px;
	margin-bottom:11px;
}

#mainwrapper #maincontent .sidebar{
	width:214px;
	height:auto;
}

#mainwrapper #maincontent .sidebar .borderbox{
	height:auto;
	background:#f3edde;
	border:1px solid #d2c8b1;
	padding:0 0 8px 0;
	margin-bottom:13px;
}

#mainwrapper #maincontent .sidebar .borderbox h3{
	background:url(../images/heading-bg.gif) no-repeat;
	font-weight:bold;
	font-size:14px;
	line-height:32px;
	border-bottom:1px solid #d2c8b1;
	padding-left:35px;
	margin-bottom:4px;
}

#mainwrapper #maincontent .sidebar .borderbox .login{
	padding:0 0px 10px 37px;
	color:#61480c;
	font-size:11px;
	/*line-height:22px;*/
}

.register{
	padding:0 24px 0 17px;
	color:#61480c;
	font-size:11px;
	line-height:18px;
}

.register a{
	color:#61480c;
	text-decoration:underline;
}

.register a:hover{
	color:#61480c;
	text-decoration:none;
}

.loginbtn{
	padding:5px 0 0 0;
}

.loginbtnlast{
	padding:5px 0 0 0;
	width:150px;}

.loginbtn a.btn{
	background:url(../images/loginbtn.gif) no-repeat;
	width:82px;
	height:20px;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#78564F;
	line-height:20px;
	text-decoration:none;
}

.loginbtn a.btn:hover{
	background:url(../images/loginbtn-hover.gif) no-repeat;
	color:#000000;
}


.loginbtn a.btnone{
	background:url(../images/loginbtn.gif) no-repeat;
	width:82px;
	height:20px;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#78564F;
	line-height:20px;
	text-decoration:none;
	margin-top:10px;
}

.loginbtn a.btnone:hover{
	background:url(../images/loginbtn-hover.gif) no-repeat;
	color:#000000;
}



.loginbtn a.btnlast{
	background:url(../images/loginbtn.gif) no-repeat;
	width:82px;
	height:20px;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#78564F;
	line-height:20px;
	text-decoration:none;
	
	margin-left:15px;
	float:left;
}

.loginbtn a.btnlast:hover{
	background:url(../images/loginbtn-hover.gif) no-repeat;
	color:#000000;
}




input.inputbg{
	background:url(../images/input-bg.gif) no-repeat;
	width:149px;
	height:23px;
	line-height:23px;
	border:0px;
}
input.inputbgone{
	background:url(../images/inputbgone.jpg) repeat-x;
	border: solid 1px #BBBBBB;
	height:23px;
	line-height:23px;
	margin-top:5px;
}


input.inputbgrht{
	background:url(../images/select-bg.gif) repeat-x;
	height:21px;
	border:1px solid #bbbbbb;
}

.checkbg{
	background:url(../images/check-bg.gif) no-repeat;
	border:0px;
	width:13px;
	height:13px;
	margin:10px 5px 0 0;
}

.community{
	padding:6px 0 22px 21px;
	font-size:12px;
	color:#773b0f;
}

.community ul{
	list-style:none;
	padding:12px 0 0 0;
}

.community ul li{
	font-size:12px;
	font-weight:bold;
	color:#773b0f;
	padding-left:24px;
	line-height:26px;
	background:url(../images/arrow.gif) no-repeat 0 6px;
}

.community ul li a{
	color:#773b0f;
	text-decoration:underline;
}

.community ul li a:hover{
	color:#000000;
	text-decoration:underline;
}

.selectbg{
	background:url("../images/select-bg.gif") repeat-x scroll 0 0 transparent;
	border:1px solid #BBBBBB;
	color:#61480C;
	font-size:11px;
	height:21px;
	line-height:21px;
	padding-left:5px;
	width:183px;
}

.contactus{
	height:auto;
}

.contactus .head{
	padding:39px 0 0 16px;
	line-height:44px;
	font-size:19px;
	font-weight:bold;
	color:#70350a;
	background:url(../images/contact-head.gif) no-repeat;
}

option{
	padding-left:5px;
}

.contactus .contacttxt{
	font-size:12px;
	line-height:18px;
	font-weight:bold;
	color:#ffffff;
	background:url(../images/contact-bot.gif) no-repeat;
	height:87px;
	padding:5px 0 0 14px;
}

.contactus .contacttxt span{
	color:#70350a;
}


#mainwrapper #maincontent .content .contentbox{
	background:#ffffff;
	border:1px solid #ded8b7;
	height:auto;
	padding:12px 20px 20px 16px;
	margin-bottom:10px;
}

.contentbox .title{
	font-size:14px;
	font-weight:bold;
	color:#75390d;
	line-height:20px;
}

.contentbox span.pic{
	padding-right:14px;
}

.readbtn{
	padding:20px 0 0 0;
}

a.readmore{
	display:block;
	width:88px;
	height:23px;
	background:url(../images/readmore.gif) no-repeat;
	text-indent:-9999999px;
}

a.readmore:hover{
	background:url(../images/readmore-hover.gif) no-repeat;
}


.txtarea{
	height:86px;
	width:163px;
	border:1px solid #a8acad;
}


#mainwrapper #maincontent .content{
	width:531px;
	padding:0 11px;
	zoom:1;
}

#footer{
	padding:30px 0 35px 0;
	background:url(../images/footer-bg.gif) repeat-x;
	text-align:center;
	color:#ffffff;
}

#footer .links a, #footer .links{
	color:#773b0f;
	text-decoration:none;
}

#footer a:hover{
	color:#ffffff;
	text-decoration:none;
}

ul.pack{ padding-left:55px;
	line-height:18px;
}

.divi{ background:url(../images/divi.jpg) repeat-x;
	height:2px;
	margin-top:10px;
	margin-bottom:10px;
	vertical-align:middle;
}

a.linkssite{ font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px; 
	color:#FDAE01; 
	text-decoration:none;
}

a.linkssite:hover{ color:#000000; 
	text-decoration:underline;
}
