html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td, table{margin:0; padding:0;}
table{border-collapse:collapse; border-spacing:0}
fieldset, img{border:0}
address, caption, cite, code, dfn, em, strong, th, var{font-style:normal; font-weight:normal}
ol, ul, li{list-style:none}
caption, th{text-align:left}
h1, h2, h3, h4, h5, h6{font-size:100%; font-weight:normal}
q:before, q:after{content:''}

strong{font-weight:bold}
em{font-style:italic}
a img{border:none}



/* General Styles */ 
html {
	height:100%;
}

body, td {
	padding:0;
	margin:0;
	color:#851607;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	
}
p {
	line-height:16px;
}

form, p, h1, h2, h3, h4, h5, ul, ol {
	margin:0;
	padding:0;
}

img a, a img {
	border:none;
}
.clear {
	clear: both;
}
h1 {
	font:normal 18px  Arial, Helvetica, sans-serif;
	color:#ffffff;
	background:url(images/titleBg.jpg);
	line-height:28px;
}
h2 {
	font:normal 18px  Arial, Helvetica, sans-serif;
	color:#851607;
}
h3 {
	font:normal 18px  Arial, Helvetica, sans-serif;
	color:#e68818;
}
h4 {
	font:bold 11px  Verdana, Arial, Helvetica, sans-serif;
	color:#851607;
}
h5 {
	font:bold 11px  Verdana, Arial, Helvetica, sans-serif;
	color:#e68818;
}

.border {
	border: 1px solid #cdcdcd;
}
hr {
 	color:#000000;
 	height:1px;
 	width:100%;
}

/* Header */
.header {
	background: url(images/header.jpg) no-repeat top left #ffffff;
	height:83px;
	width:999px;
	margin:0 auto;
}

/* Menu */
.nav {
	top:0;
	height:57px;
	margin:0 auto;
	width:999px;
	background:url(images/nav.jpg) repeat-x;
}
.nav ul {
	list-style:none;
	float:left;
	margin:0;
	padding:0 1px;
	position:relative;
}
.nav li {
	display:inline;
	float:left;
	margin:0;
	padding:0;
	background: url(images/navBg.jpg) no-repeat left bottom;
}
.nav a {
	background:url(images/navR.jpg) no-repeat right bottom;
	width:166px;
	text-decoration:none;
	border:0;
	display:block;
	float:left;
	margin:0;
	padding:0;
}
.nav a span {
	display:block;
	background: url(images/navL.jpg) no-repeat left bottom;
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	color:#FFFFFF;
	line-height:28px;
	padding:0 11px;
}
.nav a:hover,.nav li.item_active a {
	background-position:right top;
}
.nav a:hover span,.nav li.item_active a span {
	background-position:left top;
	color:#851607;
	font-style:normal;
	text-decoration:none;
}
.nav ul ul {
	position: absolute;
	z-index: 500;
	top:100%;
	width:100%;
	left:0;
	height:29px;
	padding:0;
	background: url(images/subnavBg.jpg) repeat-x;
}


.nav ul ul li {
	display:block;
	padding:0;
	background:none;
	line-height:29px;
	
}
.nav ul ul li a {
	text-decoration: none;
	font-weight:normal;
	color:#851607;
	float:left;
	display:block;
	width:auto;
	padding:0px 21px 0px 20px;
	background: url(images/navLimit.jpg) no-repeat right;
}

.nav ul ul li a.last {
	background:none;
}


/* Banner */
.banner {
	background: url(images/banner.jpg) no-repeat top left #ffffff;
	height:201px;
	width:999px;
	margin:0 auto;
}


/* Main Area */
.main {
	background: url(images/contentBg.jpg) repeat-x top left #ffffff;
	width:969px;
	margin:0 auto;
	padding:15px;
}

/* Content */
.content {
	width:670px;
	float:left;
	margin-right:24px;

}
.content a, .content a:visited{
	font:bold 11px  Verdana, Arial, Helvetica, sans-serif;
	color:#e68818;
}
.content ul li {
	list-style-position: outside;
	margin-left:20px;
	list-style-image:url(images/bullets.gif);
	line-height:16px;
}
.content ol li {
	list-style-position: outside;
	margin-left:20px;
	line-height:16px;
	list-style-type: decimal;
}
.content .breadcrumbs a{
	color:#FFFFFF;
	padding:0 10px;
}
.welcome {
	background: url(images/welcomeT.jpg) no-repeat;
	width:670px;
	padding-top:10px;
}
.detail {	
	background: url(images/welcomeB.jpg) no-repeat bottom #ffffff;
	width:640px;
	padding:0 15px;
}
.contentDt {	
	float:right;
	width:55%;
}
.box {
	background: url(images/boxBg.jpg) repeat-x top #ffffff;
	padding:15px 10px;
	border:solid 1px #cdcdcd;
}

/* right */
.right {
	width:275px;
	float:right
}
.icon {
	background: url(images/rightT.jpg) no-repeat top;
	height:87px; 
}
.news {
	width: 235px;
	padding:20px;
	background:url(images/rightBg.jpg) repeat-x #ffffff;
	line-height:16px;
	height:180px;
}
.news a{
	font:bold 11px  Verdana, Arial, Helvetica, sans-serif;
	color:#851607;
}

/* Footer */
.footer {
	background:url(images/footerBg.jpg) repeat-x top #ffffff;
	padding:10px;
	width:979px;
	margin:0 auto;
	line-height:30px;
}

.footer a {
	text-decoration:none;
	color:#851607;
	padding:0 10px;
}
