.subpages {
	text-decoration: none;
}.headline {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #0b234d;
        font-weight: bold;
}

.subheadline {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #0b234d;
	font-weight: bold;
}

.bodygrey {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #666667;
}

.bodysmall {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000;
}

.bodysmallgrey {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666667;
}

.sitename {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: #fff;
}

.address {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 17px;
	color: #fff;
}

.system {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #000;
}

.syssmall {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000;
}

.printlink {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666667;
}

.footer, .bottom_links, a.footer, a.bottom_links, a.footer:visited, a.bottom_links:visited {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #fff;
}

a.footer:hover, a.bottom_links:hover {
	color: #0b234d;
}

a, a:visited {
	color: #0b234d;
}

a:hover {
	text-decoration: none;
}

/* ---------- RESET DEFAULT SETTINGS ---------- */

body,div,dt,dd,dl,h1,h2,h3,h4,h5,h6,form,fieldset,pre,p,blockquote { margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset,img {border: 0;}
caption,th {text-align: left;}
q:before,q:after {content:'';}


html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

#body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	background: #7d98c3 url(../../../site/1/template/bg.png) top left repeat-x;
}

/* ---------- DIVS ---------- */

#wrapper {
	width: 961px;
	margin: 0 auto;
}

#header {
    width: 961px;
	height: 110px;
	background: url(../../../site/1/template/banner.png) top left no-repeat;
}

/* Main images */

#mainImageWrapper {
	width: 961px;
	height: 172px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	border: 0px;
	padding: 0px;
}

#mainImageFrame {
	border: 0px;
	padding: 0px;
	width: 961px;
	height: 172px;
	margin: 0px;
	position: absolute;
	z-index: 2;
	background-image: url(../../../site/1/template/features_overlay.png);
	background-repeat: no-repeat;
	background-position: left top;
	left: 0;
	top: 0;
}

#mainImageLeft {
	border: 0px;
	padding: 0px;
	margin: 0px;
	width: 307px;
	height: 161px;
	position: absolute;
	z-index: 1;
	overflow: hidden;
	left: 10px;
	top: 0;
}

#mainImageMiddle {
	border: 0px;
	padding: 0px;
	margin: 0px;
	width: 307px;
	height: 161px;
	position: absolute;
	z-index: 1;
	overflow: hidden;
	left: 327px;
	top: 0;
}

#mainImageRight {
	border: 0px;
	padding: 0px;
	margin: 0px;
	width: 307px;
	height: 161px;
	position: absolute;
	z-index: 1;
	overflow: hidden;
	right: 10px;
	top: 0;
}

#navigation {
	width: 961px;
	background: url(../../../site/1/template/nav_bg.png) top left repeat-y;
	min-height: 25px;
	height: auto !important;
	height: 25px;	
}

#navigation-bottom{
	width: 961px;
	height: 27px;
	background: url(../../../site/1/template/nav_bottom.png) top left no-repeat;	
}

#container {
    width: 961px;
	background: url(../../../site/1/template/ctnt_bg.png) top left repeat-y;		
}

#content {
	width: 511px;
	padding: 0 15px;
	min-height: 350px;
	height: auto !important;
	height: 350px;
	float: left;
}

#sidebar-left {
	width: 171px;
	min-height: 350px;
	height: auto !important;
	height: 350px;
	float: left;
	padding: 0 15px 0 25px;
}

#sidebar-right {
	width: 169px;
	min-height: 350px;
	height: auto !important;
	height: 350px;
	float: right;
	padding: 0 25px 0 15px;
}

#footer{
	width: 961px;
	height: 41px;
	background: url(../../../site/1/template/footer.png) top left no-repeat;	
}

#admin {
	width: 100%;
	text-align: center;
	color: #fff;
}

/* ---------- ARTICLE ---------- */

.article #navigation-bottom{
	width: 961px;
	height: 27px;
	background: url(../../../site/1/template/nav_bottom_art.png) top left no-repeat;	
}

.article #container {
    width: 961px;
	background: url(../../../site/1/template/ctnt_bg_art.png) top left repeat-y;		
}

.article #content {
	width: 710px;
	padding: 0 25px 0 15px;
	min-height: 350px;
	height: auto !important;
	height: 350px;
	float: right;
}

.article #sidebar-left {
	width: 171px;
	min-height: 350px;
	height: auto !important;
	height: 350px;
	float: left;
	padding: 0 15px 0 25px;
}

.article #footer{
	width: 961px;
	height: 41px;
	background: url(../../../site/1/template/footer_art.png) top left no-repeat;	
}

/* ---------- ADMIN ---------- */

.admin #navigation-bottom{
	width: 961px;
	height: 27px;
	background: url(../../../site/1/template/nav_bottom_admin.png) top left no-repeat;	
}

.admin #container {
    width: 961px;
	background: url(../../../site/1/template/ctnt_bg_admin.png) top left repeat-y;		
}

.admin #content {
	width: 911px;
	padding: 0 25px;
	min-height: 350px;
	height: auto !important;
	height: 350px;
        float: none;
}

.admin #footer{
	width: 961px;
	height: 41px;
	background: url(../../../site/1/template/footer_admin.png) top left no-repeat;	
}

/* ---------- STYLES ---------- */

.clearfix:after {
	clear: both;
	height: 0;
	content: '.';
	display: block;
	visibility: hidden;
}


/* ---------- WRAPPER ---------- */



/* ---------- HEADER ---------- */



/* ---------- NAVIGATION ---------- */

ul.navigation {
	margin:0;
	padding:0;
	font-family: Helvetica, Arial, sans-serif;
	list-style: none;
	text-align: center;
}

ul.navigation li {
	display: inline;
	color: #fefefe;
	font-size: 15px;
	font-weight: bold;
}

ul.navigation a {
	margin: 0 auto;
	padding: 3px 15px;
	display: inline-block;
	text-decoration: none;
	color: #fefefe;
	font-size: 15px;
	font-weight: bold;
/*---IE7 hack---*/
zoom: 1;
*display: inline;
}

ul.navigation a:hover {
    text-decoration:none;
    color: #fddfbb;
}

ul.navigation li.navigation_separator {
    display:none;
}

/* ---------- CONTENT ---------- */



/* ---------- SIDEBAR ---------- */



/* ---------- BOTTOM ---------- */



/* ---------- FOOTER ---------- */



/* ---------- OTHER ---------- */

:focus {outline: 0;}

a img {border:0;}

