/* ------------------------------------------------------- */
/* --------------------GENERAL LAYOUT--------------------- */
/* ------------------------------------------------------- */
body {
	margin-top:6px;
	margin-bottom: 6px;
	background-image:url(images/bg.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#wrapAll {
	margin-left: auto;
	margin-right: auto;
	padding-top:6px;
	padding-bottom:6px;
	width: 990px;
	position:relative;
	background-color:#3b3b3b;
}
#innerWrap {
	margin-left: auto;
	margin-right: auto;
	width: 978px;
	position:relative;
	background-color:#fff;
}
#logoBanner {
	height:150px;
	width:978px;
}
img.floatLeft {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 15px;
}
img.floatRight {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
}
.submitBtn {
	background-image: url('images/blank.gif');
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding-right: 15px;
	text-align: center;
}
.formMessage{
	color:#F00;
}
/* ------------------------------------------------------- */
/* -----------------------MAIN PAGE----------------------- */
/* ------------------------------------------------------- */
#mainPage {
	margin-top:15px;
	margin-left: 20px;
	margin-bottom: 15px;
	text-align: justify;
	width:680px;
	float:left;
	font-size:14px;
}
div#mainPage ul {
	margin-top:-8px;
	margin-bottom:15px;
}
div#mainPage ul li {
	font-size:14px;
	list-style:circle;
	list-style-position: outside;
}
div#mainPage p {
	padding-top:0px;
	padding-bottom:10px;
	margin:0px;
}
div#mainPage a:link, div#mainPage a:visited {
	text-decoration:none;
	color:#00F;
}
div#mainPage a:hover {
	text-decoration:underline;
}
/* ------------------------------------------------------- */
/* -----------------------COPYRIGHT----------------------- */
/* ------------------------------------------------------- */
#copyright {
	width:978px;
	height:40px;
	clear:both;
	color:#FFF;
	background-image:url(images/copyrightBg.png);
	text-align:center;
	font-size:10px;
}
#copyright a:link, a:visited {
	color:#FFF;
	text-decoration:none;
}
#copyright a:hover {
	text-decoration:underline;
}
/* ------------------------------------------------------- */
/* ---------------------PAGE TITLES----------------------- */
/* ------------------------------------------------------- */
.pageTitle {
	font-size:22px;
	font-weight:bold;
	padding-bottom:5px;
	color:#305386;
}
.subTitle {
	font-size:18px;
	font-weight:bold;
	color:#305386;
	padding-top:0px;
	margin:0px;
}
/* ------------------------------------------------------- */
/* -----------------------SIDE NEWS----------------------- */
/* ------------------------------------------------------- */
#sideNews {
	width: 250px;
	display:block;
	float: right;
	margin-top:15px;
	margin-right:10px;
	margin-bottom: 15px;
}
#sideNewsSection {
	margin-bottom:16px;
	background-color:#8AA1B3;
}
.sideNewsTitle {
	font-size:16px;
	text-align:center;
	font-weight:bold;
	color:#000;
	padding-bottom:2px;
	border-bottom:2px #FFF solid;
}
.articleTitle, .articleTitle a:link, .articleTitle a:visited {
	font-size:12px;
	color:#000;
	font-weight:bold;
}
div#sideNews p {
	margin-top:0px;
	font-size:12px;
	color:#000;
	padding-left:5px;
	padding-right:5px;
}
.more, .more a:link {
	color: #fff;
	text-align:right;
	font-size:12px;
	padding-bottom:2px;
}
.article {
	margin-bottom:5px;
	margin-top:2px;
	border-bottom:thin #FFF dotted;
}
/* ------------------------------------------------------- */
/* ------------------------TOP NAV------------------------ */
/* ------------------------------------------------------- */
#mainNav {
	width: 978px;
	height: 30px;
	margin: 0px auto;
	position: relative;
	z-index: 9998;
}
#mainNav #topNav {
	margin: 0;
	padding: 0;
}
#mainNav #topNav li {
	display: inline;
}
#mainNav #topNav li a {
	float: left;
	width: 163px;
	height: 0;
	padding-top: 30px;
	overflow: hidden;
}
#mainNav #topNav li a {
	background-image: url(images/navBar.png);
	_background-image: url(images/navBar.jpg);
	background-repeat: no-repeat;
}
/* BUTTONS */
#mainNav #topNav li#home a {
	background-position: 0 0;
}
#mainNav #topNav li#adr a {
	background-position: -163px 0;
}
#mainNav #topNav li#cpc a {
	background-position: -326px 0;
}
#mainNav #topNav li#dgsa a {
	background-position: -489px 0;
}
#mainNav #topNav li#os a {
	background-position: -652px 0;
}
#mainNav #topNav li#contact a {
	background-position: -815px 0;
}
/* OVER STATES */
#mainNav #topNav li#home a:hover {
	background-position: 0 -30px;
}
#mainNav #topNav li#adr a:hover {
	background-position: -163px -30px;
}
#mainNav #topNav li#cpc a:hover {
	background-position: -326px -30px;
}
#mainNav #topNav li#dgsa a:hover {
	background-position: -489px -30px;
}
#mainNav #topNav li#os a:hover {
	background-position: -652px -30px;
}
#mainNav #topNav li#contact a:hover {
	background-position: -815px -30px;
}
/* PRESSED STATES */
#mainNav #topNav li#home a:active {
	background-position: 0 -60px;
}
#mainNav #topNav li#adr a:active {
	background-position: -163px -60px;
}
#mainNav #topNav li#cpc a:active {
	background-position: -326px -60px;
}
#mainNav #topNav li#dgsa a:active {
	background-position: -489px -60px;
}
#mainNav #topNav li#os a:active {
	background-position: -652px -60px;
}
#mainNav #topNav li#contact a:active {
	background-position: -815px -60px;
}
/* ON STATES */
#mainNav.home #topNav li#home a {
	background-position: 0 -90px !important;
	cursor: default;
}
#mainNav.adr #topNav li#adr a {
	background-position: -163px -90px !important;
	cursor: default;
}
#mainNav.cpc #topNav li#cpc a {
	background-position: -326px -90px !important;
	cursor: default;
}
#mainNav.dgsa #topNav li#dgsa a {
	background-position: -489px -90px !important;
	cursor: default;
}
#mainNav.os #topNav li#os a {
	background-position: -652px -90px !important;
	cursor: default;
}
#mainNav.contact #topNav li#contact a {
	background-position: -815px -90px !important;
	cursor: default;
}