/*------------------------------------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;
}
hr {
	height: 1px;
	color: #d5eaeb;
}
/*layout*/
.clear {
	clear:both;
}
.clearer { 
clear: both;
height:40px;
}
.clearfix { 
clear: both;
height:20px;
}

/* ---------------------- end reset ---------------------------------*/
body {
	background:url(images/mainbg.jpg) repeat-x #fff;
	font-family: Calibri, Arial, sans-serif;
	font-size:14px;
	color:#000;
	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 -------------------------------*/
#header-section {
	width:900px;
	padding:0px 7px 0px 7px;
	background:url(images/bodybg.png) repeat-y 0 0;
	behavior:url(images/iepngfix.htc);	
}

#mainbody {
	width:900px;
	padding:0px 7px 0px 7px;
	background:url(images/bodybg.png) repeat-y 0 0;
	behavior:url(images/iepngfix.htc);
}
#banner {
	width:900px;
	height:186px;
	padding:0px 0px 0px 0px;
	background: #e6e6e6;
}
#content {
	width: 100%;
	background: url(images/separator.gif) repeat-y 255px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #fff;
	overflow: hidden;
}
#content-left {
	width:200px;
	margin:0;
	float: left;
	padding: 20px 25px 0px 30px;
}
#content-left a, #content-right a {
	color: #01545a;
}
#content-left a:hover, #content-right a:hover {
	color: #94005d;
}
#content-left hr {
	height: 1px;
	background-color: #e6e6e6;
	color: #e6e6e6;
	border: none;
}
#content-right {
	width:585px;
	margin:0;
	float: left;
	padding: 20px 30px 5px 30px;
}
#content p {
	line-height:19px;
	margin-bottom:8px;
}
#content-left p {
	margin-bottom:3px;
}
#content-right ul {
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 15px;
	margin-bottom: 8px;
}
h1, h2, h3 {
	font-size:20px;
	color: #028587;
	font-weight:bold;
	margin-bottom: 5px;
}
h2 {
	font-size:18px;
	margin-top:15px;
}
h3 {
	font-size:16px;
	margin-top:15px;
}
h1 a {
	text-decoration: none;
}
.content-left-box {
	border: 1px solid #028587;
	background-color: #e5f1f1;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
}

.content-left-box-title {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #028587;
	height: 18px;
	border-top: 1px solid #028587;
	border-left: 1px solid #028587;
	border-right: 1px solid #028587;
	padding-left: 5px;
}

.content-left-box-title a, .content-left-box-title a:hover {
	text-decoration: none;
	color: #fff;
}

.toplink {
	font-size: 10px;
	margin-top: 15px;
	color: Gray;
}

.toplink a {
	color: Gray;
	text-decoration: none;
	border-bottom: none;
}

.toplink a:hover {
	color: Gray;
	text-decoration: underline;
	border-bottom: none;
}

#sitemap ul {
	list-style-position: inside;
	list-style-type: disc;
}

#sitemap ul ul {
	list-style-image: none;
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
}

#sitemap ul ul ul {
	list-style-image: none;
	list-style-position: inside;
	list-style-type: lower-roman;
	padding-left: 40px;
}

#sitemap li {
	padding-bottom: 5px;
}

#sitemap li li {
	padding-bottom: 5px;
}
