@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%;
}
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.gif) repeat;
	margin:0px;
	padding:0px;
}
.tail {
	background:url(../images/top-bg.png) top repeat-x;
	margin:0px;
	padding:12px 0 0 0;
}
/****************************************************************************************************************/
#header {
	width:1000px;
	height:100px;
	margin:0px auto;
}
#header .title {
	float:left;
	width:511px;
	margin:0px;
}
#header .title h1 {
	color:#FE8917;
	line-height:100px;
	font-size:28px;
	margin:0 0 0 20px;
}
#header .title h1 a {
	color:#FE8917;
	text-decoration:none;
}
#header .title h1 a:hover {
	color:#FFFFFF;
}
/****************************************************************************************************************/
#wrapper {
	width:1000px;
	background:url(../images/cont.png) top repeat-y;
	margin:0 auto;
}
/****************************************************************************************************************/
.wrapper {
	background:url(../images/cont-top.jpg) top no-repeat;
	margin:0px;
	padding:6px 6px;
}
/****************************************************************************************************************/
#menu {
	height:38px;
	margin:10px 0;
	padding:0px;
}
#menu ul {
	line-height:38px;
	text-transform:uppercase;
	font-weight:bold;
}
#menu ul li {
	float:left;
	display:inline;
	background:url(../images/menu-line.jpg) right no-repeat;
	margin:0px;
	padding:0px;
}
#menu a {
	color:#333333;
	text-decoration:none;
	background:url(../images/tableft.png) left 0px no-repeat;
	padding:0 0 0 20px;
	margin:0 10px;
	display:block;
}
#menu a span {
	line-height:38px;
	background:url(../images/tabright.png) right 0px no-repeat;
	padding:0 30px 0 10px;
	display:block;
}
#menu a:hover {
	color:#FFFFFF;
	background-position:0% -38px;
}
#menu a:hover span {
	color:#FFFFFF;
	background-position:100% -38px;
}
#current a {
	color:#FFFFFF;
	background-position:0% -38px;
}
#current a span {
	color:#FFFFFF;
	background-position:100% -38px;
}
.last {
	background:none !important;
}
/****************************************************************************************************************/
#breadcrumb {
	height:35px;
	background:#000000;
}
#breadcrumb p {
	color:#FFFF00;
	line-height:35px;
	margin:0 10px;
	padding:0px;
}
#breadcrumb a {
	color:#FFFF00;
	text-decoration:underline;
}
#breadcrumb a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
/****************************************************************************************************************/
#banner {
	height:200px;
	margin:10px;
}
/****************************************************************************************************************/
#container {
	background:url(../images/content.jpg) repeat-y;
	margin:10px 0 0 0;
}
.container {
	position:relative;
	background:url(../images/content-bot.jpg) bottom no-repeat;
	margin:0px;
	padding:0px;
}
/****************************************************************************************************************/
#left {
	position:absolute;
	width:200px;
	top:0px;
	left:5px;
}
#left p {
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	font-style:italic;
}
/****************************************************************************************************************/
#right {
	position:absolute;
	width:200px;
	top:0px;
	right:5px;
}
#right p {
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	font-style:italic;
}
/****************************************************************************************************************/
#content {
	width:552px;
	margin:0px auto;
	padding:0px;
}
#content p {
	color:#FFFFFF;
	line-height:20px;
	margin:0 10px;
	padding:3px 0px;
}
#content ul {
	color:#FFFF00;
	list-style:square;
	margin:10px 10px 0 30px;
}
#content ol {
	color:#FFFFFF;
	list-style:decimal;
	margin:0 10px 0 35px;
}
#content li {
	line-height:20px;
	padding:3px 0px;
}
#content a {
	color:#FFFF00;
	font-weight:bold;
	text-decoration:underline;
}
#content a:hover {
	color:#FFFF9D;
	text-decoration:none;
}
/****************************************************************************************************************/
.toptitle {
	color:#FFFFFF;
	background:url(../images/h3-bg.jpg) top no-repeat;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	line-height:35px;
	margin:0px;
}
h3 {
	color:#FFFFFF;
	background:url(../images/h3-bg.jpg) top no-repeat;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	line-height:35px;
	margin:0px;
}
h2 {
	color:#FFFFFF;
	background:url(../images/h2-bg.jpg) top no-repeat;
	font-size:20px;
	font-weight:bold;
	line-height:35px;
	margin:0px;
	padding:0 10px;
}
/****************************************************************************************************************/
#footer {
	width:988px;
	height:60px;
	background: url(../images/cont-bot.png) top no-repeat;
	margin:0px auto; 
	padding:0 30px;
}
#footer p {
	color:#85B7C1;
	text-align:center;
	font-weight:bold;
	line-height:60px;
}
#footer a {
	color:#85B7C1;
	text-decoration:underline;
}
#footer a:hover {
	color:#FFFF00;
	text-decoration:none;
}
/****************************************************************************************************************/
.banner-top {
	float:right;
	width:468px;
	height:60px;
	margin:20px 20px 20px 0px;
}
.banner-left {
	width:120px;
	height:240px;
	margin:0 auto;
	padding:10px 0;
}
.banner-right {
	width:125px;
	height:125px;
	margin:0 auto;
	padding:10px 0;
}
.banner-center {
	width:468px;
	height:60px;
	margin:0 auto;
	padding:10px 0;
}
.left_img {
	padding: 3px;
	float: left;
	border: 1px solid #CCCCCC;
	margin:10px 5px 0 10px;
}
.right_img {
	padding: 3px;
	float: right;
	border: 1px solid #CCCCCC;
	margin:15px 20px 0 0;
}

