/*------------------- GENERAL --------------------*/
.invisible {
	display: none;
}
body {
	margin: 0;
	padding: 0;
	color: #666666; 
	background: #E4E6E3 url(images/main-bg.html) 0 0 repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
div, p, img, a, ul, h1, h2, h3 {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	outline: none;
	color: #067597;
}
ul {
	list-style: none;
	fo
}
img {
	border: none;
}
.spacer {
	font-size: 0;
	line-height: 0;
	clear: both;
}

/*--------- HEADER ----------*/
#header {
	width: 778px;
	height: 236px;
	margin: 0 auto;
	padding: 70px 0 0;
	background: url(images/header-bg.jpg) 0 0 no-repeat;
}
#header a.logo {
	color: #5A5858;
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 0 550px;
	display: block;
	width: 220px;
	height: 56px;
}
#header ul {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	padding: 66px 0 0 326px;
}
#header ul li, div.bottomMenu ul li {
	padding: 0 13px 0 14px;
	float: left;
	background: url(images/topmenu-devider.gif) 0 50% no-repeat;
}
#header ul li.first, div.bottomMenu ul li.first {
	background: none;
}
#header ul li a, div.bottomMenu ul li a {
	color: #5A5858;
	background-color: inherit;
}
#header ul li a:hover, #header ul li span, div.bottomMenu ul li a:hover, div.bottomMenu ul li span {
	color: #067597;
	background-color: inherit;
}

/*---------- BODY ------------*/
#body {
	width: 647px;
	margin: 0 auto 1px auto;
	border-bottom: #F6F6F6 2px solid;
	padding: 0 15px 0 16px;
	background: #fff;
	color: #666666;
}
#body h2 {
	color: #067597;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	padding: 0 0 22px;
}
#leftPanel {
	width: 206px;
	float: left;
}
#leftPanel h2 {
	padding: 5px 0;
}
#leftPanel ul {
	padding: 0 0 10px 10px;
	font-weight: bold;
}
#leftPanel ul li a, #leftPanel ul li span {
	font-size: 13px;
	line-height: 16px;
}
#leftPanel ul li.active span, #leftPanel ul li a:hover {
	color: #5A5858;
}

/*---------- RIGHT PANEL --------------*/
#rightPanel {
	width: 426px;
	float: left;
	padding: 0 0 0 14px;
	position: relative;
	border-left: #989998 1px dashed;
}
#rightPanel p {
	font-size: 12px;
	line-height: 14px;
	padding: 0 0 18px;
}
#rightPanel h1 {
	color: #067597;
	font-size: 25px;
}
#rightPanel h2 {
	padding-top: 5px;
	color: #067597;
	font-size: 14px;
}
#rightPanel a {
  color:#666666;
  font-weight:bold;
}
/*#rightPanel a:hover {
	text-decoration: underline;
}*/
div.bottomMenu {
	width: 678px;
	margin: 0 auto;
	border-bottom: #D0D1D0 2px solid;
	background: url(images/bottom-menu-bg.gif) 0 0 repeat-x;
	margin-bottom: 2px;
}
div.bottomMenu ul {
	height: 23px;
	width: 156px;
	margin: 0 auto;
	font-size: 12px;
	line-height: 23px;
	font-weight: bold;
}

/*---------- FOOTER ------------*/
#footer {
	background: #01A8DC url(images/footer-bg.jpg) 0 0 no-repeat;
	width: 778px;
	margin: 0 auto;
	line-height: 22px;
	color: #E9E9E9;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
}
/*---------- MISCLENIOUS ------------*/
.noBg {
	background: none !important;
}
.ce_comments {
	margin: 50px 0;
}
.ce_comments .comment_default {
	margin-bottom: 30px;
	clear: both;
}
.ce_comments .form {
	margin: 50px 0;
	font-size: 12px;
}
.ce_comments .form input, .ce_comments .form textarea {
	border: 1px solid #A0A0A0;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 0 2px;
	width: 200px;
	color: #666666;
}
.ce_comments .form textarea {
	width: 300px;
}
p.info {
	color: #A0A0A0;
}

