@charset "utf-8";
											/* Basics */
body{
	margin:0px;
	padding:0px;
	background:url(../images/bg_body.gif);
	color:#2f2f2f;
	font-size:13px;
	font-family:Lucida Sans Unicode, Arial, Helvetica, sans-serif;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clearB{
	clear:both;
}
.marginA{
	margin:auto;
}
a img{
	border:0px;
}
form{
	padding:0px;
	margin:0px;
}
p, h1, h2, h3, h4, h5{
	padding:0px 0px 13px 0px;
	margin:0px;
}
h1{
	font-size:22px;
	color:#220607;
	font-weight:normal;
	letter-spacing:-1px;
	padding-bottom:15px;
}
h1 span{
	color:#000000;
	font-size:90%;
}
h2{
	font-size:20px;
	color:#220607;
	font-weight:normal;
	letter-spacing:-1px;
	padding-bottom:15px;
}
h3{
	font-size:12px;
	color:#220607;
	font-weight: bold;
}		
a {
	color:#00477F;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color:#00477F;
	text-decoration: underline;
	font-weight: bold;
}
ul {
	padding: 0px 0px 13px 40px;
	margin: 0px;
}
										
											/* Container */
#cont{
	background:url(../images/bg_bodytop.gif) repeat-x top;
}
.contshadow{
	width:780px;
}
#cont2{
	padding:0px 10px 5px 10px;
}
									
											/* Header */
#header{}
#menu{
	background:url(../images/bg_menu.jpg) no-repeat;
	height:323px;
	padding:7px 65px 10px 18px;
}
#menu ul{
	padding:0px;
	margin:0px;
	list-style:none;
}
#menu ul li{
	display:block;
	height: 24px !important;
	margin: 0px;
	padding: 0px;
}
#menu ul li a{
	display:block;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:6px 0px;
	height:12px !important;
	color:#cfc3a8;
	font-weight:bold;
	text-decoration:none;
	background:url(../images/menu_bg.gif) bottom repeat-x;
}
#menu ul li.sub a {
	padding:7px 0px 7px 15px;
}
#menu ul li#last a {
	background: none;
}
#menu ul li a:hover{
	color:#FFFFFF;
}								
											/* Body */
.banners {
	padding: 6px 0px 6px 0px;
	text-align: center;
}

#body{}
.col1{
	width:215px;
	position:relative;
}
.col2{
	background:url(../images/bg_head.jpg) no-repeat;
	width:545px;
	position:relative;
}
#flash {
	height: 360px;
	width: 545px;
	overflow:hidden;
}
#hotnews{
	margin-left:12px;

}
.date{
	display:block;
	padding-bottom:8px;	
}
#news{
	color:#3a0d0f;
	padding:15px;
}
#news a{
	text-decoration:none;
	font-weight:bolder;
	color:#2f2f2f;
}
#content{
	padding:23px 19px 23px 19px;
}
#contbg{
	background:url(../images/bg_content.gif) repeat-y -3px 0px;
	width:760px;
}
.carddiv{
	width:145px;
	height:90px;
}
#bannerbottom{
	position:relative;
	bottom:-3px;
}
.more{
	text-align:right;
	/*padding-bottom:25px;*/
	padding: 0px;
	margin: 0px;
}
.inputx{
	width:150px;
	margin-bottom:5px;
}
.textx{
	width:330px;
	height:80px;
	margin-bottom:5px;	
}												
											/* Footer */
.footlinks{
	width:530px;
	border-left:1px solid #180405;
	padding:15px 0px 15px 5px;
}
.copy{
	width:175px;
	border-right:1px solid #a55c5f;
	padding:15px 0px 15px 0px;
}
#footer{
	background:#3a0d0f;
	padding:15px 0px 15px 25px;
	margin:3px 5px 0px 11px;
	color:#d8cdb6;
}
#footer ul{
	list-style:none;
	text-align:center;
	margin:0px;
	padding:0px;
}
#footer ul li{
	display:block;
	float:left;
}
#footer ul li a {
	display:block;
	float:left;
	padding:0px 3px;
	line-height:100%;
	border-right:1px solid #d8cdb6;
	color:#d8cdb6;
	text-decoration:none;
}
#footer ul li#last a {
	border-right:none;
}
#footer a {
	display:block;
	padding:0px 3px;
	line-height:100%;
	color:#d8cdb6;
	text-decoration:none;
}
#footer ul li a:hover {
	text-decoration:underline;
}
#footer a:hover {
	text-decoration:underline;
}
#nb a{
	border:0px !important;
}
