@charset "utf-8";
/* CSS Document */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/****************************************************************************************************************/
.clear {
	clear:both;
	font-size:1px;
}
/****************************************************************************************************************/
body {
	background:url(../images/bg.jpg) top repeat;
}
/****************************************************************************************************************/
.top-bg {
	background:url(../images/top-bg.png) top no-repeat;
}
/****************************************************************************************************************/
#wrapper {
	width:1000px;
	background:#010b21;
	margin:0 auto;
}
/****************************************************************************************************************/
#header {
	height:174px;
	background:url(../images/header.jpg) top no-repeat;
}
#header .title {
	float:left;
	width:511px;
}
#header .title h1 {
	color:#FFFFFF;
	font-size:26px;
	line-height:114px;
	margin:0 0 0 20px;
}
#header .title h1 a {
	color:#FFFFFF;
	text-decoration:none;
}
#header .title h1 a:hover {
	color:#FFFF00;
}
/****************************************************************************************************************/
#banner {
	height:230px;
	width:960px;
	margin:0 auto;
	padding:10px 0px;
}
/****************************************************************************************************************/
#menu {
	height:50px;
	background:url(../images/menu.jpg) top no-repeat;
}
#menu ul {
	line-height:50px;
	text-transform:uppercase;
	font-weight:bold;
}
#menu ul li {
	float:left;
	background:url(../images/menu-line.png) right no-repeat;
	padding:0px 2px 0px 0px;
}
#menu ul li a {
	color:#FFFFFF;
	text-decoration:none;
	display:block;
}
#menu ul li a span {
	padding:0px 25px;
	display:block;
}
#menu ul li a:hover {
	color:#FFFF00;
}
#menu ul li a:hover span {
	background:url(../images/menu-hover.jpg) top repeat-x;
}
#current-ul a {
	background:url(../images/menu-hover.jpg) top repeat-x;	
}
#current-ul a span {
	background:url(../images/menu-left.jpg) left no-repeat !important;
}
/****************************************************************************************************************/
#breadcrump {
	height:50px;
	background:url(../images/menu.jpg) top no-repeat;
	margin:0px 0px 10px 0px;
}
#breadcrump p {
	color:#FFFF00;
	line-height:50px;
	padding:0 10px;
}
#breadcrump p a {
	color:#FFFF00;
	text-decoration:underline;
}
#breadcrump p a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
/****************************************************************************************************************/
#container {
	position:relative;
}
/****************************************************************************************************************/
#left {
	width:200px;
	position:absolute;
	top:0px;
	left:0px;
}
#left p {
	color:#FFFFFF;
	font-weight:bold;
	font-style:italic;
	text-align:center;
}
/****************************************************************************************************************/
#right {
	width:200px;
	position:absolute;
	top:0px;
	right:0px;
}
#right p {
	color:#FFFFFF;
	font-weight:bold;
	font-style:italic;
	text-align:center;
}
/****************************************************************************************************************/
.toptitle {
	color:#FFFFFF;
	background:url(../images/h3.jpg) top no-repeat;
	line-height:50px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}
h3 {
	color:#FFFFFF;
	background:url(../images/h3.jpg) top no-repeat;
	line-height:50px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}
h2 {
	color:#FFFFFF;
	font-size:26px;
	line-height:30px;
	padding:0 20px;
}
/****************************************************************************************************************/
#content {
	width:590px;
	border-left:dashed #AFAC9D 1px;
	border-right:dashed #AFAC9D 1px;
	padding:1px 0px;
	margin:0px auto;
}
#content p {
	color:#FFFFFF;
	line-height:20px;
	padding:3px 20px;
}
#content ul {
	color:#FF9900;
	list-style:square;
	padding:0 20px 0 40px;
}
#content ol {
	color:#FFFFFF;
	list-style:decimal;
	padding:0 20px 0 45px;
}
#content li {
	line-height:20px;
	padding:3px 0px;
}
#content a {
	color:#FF9900;
	font-weight:bold;
	text-decoration:underline;
}
#content a:hover {
	color:#FFC671;
	text-decoration:none;
}
/****************************************************************************************************************/
#footer {
	height:60px;
	background:url(../images/footer.jpg) top no-repeat;
}
#footer p {
	color:#FFFF00;
	font-weight:bold;
	text-align:center;
	line-height:60px;
}
#footer p a {
	color:#FFFF00;
	font-weight:bold;
	text-decoration:underline;
}
#footer p a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
/****************************************************************************************************************/
.banner-top {
	float:right;
	width:468px;
	height:60px;
	margin:20px 20px 20px 0;
}
.banner-left {
	width:120px;
	height:240px;
	border:dashed #AFAC9D 1px;
	padding:3px;
	margin:10px auto;
}
.banner-right {
	width:125px;
	height:125px;
	border:dashed #AFAC9D 1px;
	padding:3px;
	margin:10px auto;
}
.banner-center {
	width:468px;
	height:60px;
	border:dashed #AFAC9D 1px;
	padding:3px;
	margin:10px auto;
}
.left_img {
	float:left;
	border:solid #AFAC9D 1px;
	padding:3px;
	margin:10px 5px 0 20px;
}
.right_img {
	float:right;
	border:solid #AFAC9D 1px;
	padding:3px;
	margin:10px 20px 0 5px;
}