/*------------------------------------reset--------------------------------------------*/
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,label,blockquote,fieldset,input { margin: 0; padding: 0; }

ul, ol {
	list-style:none;
}
.floatleft {
	float:left;
	padding:0px 10px 0px 0px;
}
.floatright {
	float:right;
	padding-left:20px;
	padding-bottom:10px;
}
img {
	border:none;
}

/*layout*/
.clear {
	clear:both;
}
.clearer { 
clear: both;
height:40px;
}
.clearfix { 
clear: both;
height:20px;
}

/* ---------------------- end reset ---------------------------------*/
body {
	background:url(/media/template/mainbg.jpg) repeat-x #909090;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:12px;
	color:#000000;
	text-align:center;
}
#wrapper {
	width:914px;
	margin:0px auto;
	padding:0px;
	text-align:left;
}

/* ---------------------- start header ---------------------------------*/
/* NB: Header menu CSS in separate common file in media/template dir    */

/* ---------------------- start mainbody -------------------------------*/
#mainbody {
	width:900px;
	padding:0px 7px 0px 7px;
	background:url(/media/template/bodybg.png) repeat-y 0 0;
	behavior:url(images/iepngfix.htc);
}
#banner {
	width:900px;
	height:190px;
	padding:0px 0px 0px 0px;
	background: #e6e6e6;
}
#content {
	width:100%;
	background: url(/media/template/separator.gif) repeat-y 255px 10px; 
	padding: 0px; 
	margin-top: 20px;
	background-color:#fff;
	overflow:hidden;
}
#content-left {
	width:200px;
	margin:0;
	float: left;
	padding: 0px 25px 0px 30px;
}
#content-left a {
	color: rgb(0,0,0);
}
#content-left hr {
	height: 1px;
	background-color: #e6e6e6;
	color: #e6e6e6;
	border: none;
}
#content-right {
	width:585px;
	margin:0;
	float: left;
	padding: 0px 30px 0px 30px;
}
#content-right a {
	color: rgb(0,0,0);
}
#content p {
	line-height:19px;
	margin-bottom:5px;
}
h1, h2, h3 {
	font-size: 18px;
	color: black;
	font-weight: bold;
	margin-bottom: 15px;
}
h2, h3 {
	margin-top:5px;
}
#sub-content {
	width:794px;
	border-top:1px solid #c2c4c4;
	padding:8px 0px 0px 0px;
}
#sub-content img {
	float:right;
	border:1px solid #c2c4c4;
	margin:0px 0px 0px 10px;
}
#sub-content p {
	font-weight:bold;
	font-size:12px;
	color:#010101;
	padding:0px 0px 17px 0px;
	line-height:15px;

}
#sub-content p a {
	text-decoration:underline;
	color:#010101;
}
#sub-content p a:hover {
	text-decoration:none;
}

/* ---------------------- start footer ---------------------------------*/
#footer {
	width:914px;
	height:82px;
	margin-bottom:30px;
}
#footer-link {
	width:914px;
	height:65px;
	background:url(/media/template/footerbg.png) no-repeat;
	behavior:url(images/iepngfix.htc);
}
#footer-link p {
	padding:18px 0px 0px 0px;
	text-align:center;
}
#footer-link p a {
	font-size:11px;
	font-family:Tahoma, Arial, sans-serif;
	color:#fff;
	text-decoration:none;
}
#footer-link p span {
	padding:0px 10px 0px 10px;
}
#footer-link p a:hover {
	text-decoration:underline;
}
#footer p.copyright {
	text-align:center;
	padding:0px 0px 0px 0px;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:11px;
	color:#000;
}
#footer p.copyright a {
	font-size:11px;
	color:#000;
	text-decoration:none;
}
#footer p.copyright a:hover {
	text-decoration:underline;
}
div#footer ul#menu {
	list-style-type: none;
	margin: 0 auto;
	padd/ing: 0 10px 0 10px;
	height: 35px;
	width: 660px; /* WIDTH FOR CENTERING BOTTOM MENU */
	line-height: 1.2em;
	bor/der: #F00 solid 1px;
	padding:18px 0px 0px 0px;
	text-align:center;
	}
	div#footer ul#menu li {
		display: block;
		float: left;
		padding: 0 10px 0 10px !important;
		border-left: #fff solid 1px;
		height: 18px;
		margin: 8px 0px 8px 0px;
		}
		div#footer ul#menu li a {
			display: block;
			font-size: 12px;
			font-weight: normal;
			color: #fff;
			text-decoration: underline;
		}
	div#footer ul#menu li.menu-first {
		border-left: none;
	}
/* ---------------------- end footer ---------------------------------*/


