.subpages {
	text-decoration: none;
}.headline {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 27px;
	color: #005556;
	line-height: 27px;
	border-top: 1px solid #f1b250;
	border-bottom: 1px solid #f1b250;
	display: block;
}

.subheadline {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #005556;
	line-height: 27px;
	border-top: 1px solid #f1b250;
	border-bottom: 1px solid #f1b250;
	display: block;
}

.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-size: 12px;
	color: #1e8e8d;
}

a.footer:hover, a.bottom_links:hover {
	color: #a7f8f7;
}

a, a:visited {
	color: #005556;
}

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: #000 url(../../../site/1/template/bg.png) top left repeat-x;
}

/* ---------- DIVS ---------- */

#wrapper {
	width: 960px;
	margin: 0 auto;
}

#header {
    width: 800px;
	height: 136px;
	background: url(../../../site/1/template/banner.png) top left no-repeat;
	padding: 0 100px 0 60px;
	text-align: center;
}

#search {
    width: 960px;
	height: 20px;
	background: url(../../../site/1/template/search.png) top left no-repeat;
	position: relative;
}

.search_field {
    width: 192px;
    height: 20px;
    position:absolute;
	right: 32px;
    border: 0 none;
    background: url(../../../site/1/template/searchbox.png) no-repeat;
	color: #fefefe;
}

.search_btn {
    width: 32px;
    height: 20px;
    position:absolute;
    right: 0;
}

#navigation-top{
	width: 960px;
	height: 16px;
	background: url(../../../site/1/template/nav_top.png) top left no-repeat;	
}

#navigation {
	width: 960px;
	background: url(../../../site/1/template/nav_bg.png) top left repeat-y;
	min-height: 25px;
	height: auto !important;
	height: 25px;	
}

#navigation-bottom{
	width: 960px;
	height: 23px;
	background: url(../../../site/1/template/nav_bottom.png) top left no-repeat;	
}

#container {
    width: 960px;
	background: url(../../../site/1/template/ctnt_bg.png) top left repeat-y;		
}

#content {
	width: 611px;
	padding: 0 15px;
	min-height: 350px;
	height: auto !important;
	height: 350px;
	float: right;
}

/*#content > table:first-child { margin: 0 0 15px }*/

#content > table:first-child + div > span.headline { display: block; margin: 15px 0 0; }


#sidebar {
	width: 289px;
	min-height: 350px;
	height: auto !important;
	height: 350px;
	float: left;
	padding: 0 15px;
}

#footer{
	width: 960px;
	height: 109px;
	background: url(../../../site/1/template/footer.png) top left no-repeat;	
}

#admin {
	width: 100%;
	text-align: center;
	color: #fff;
}

/* ---------- ARTICLE ---------- */



/* ---------- ADMIN ---------- */

.admin #navigation-bottom{
	width: 960px;
	height: 23px;
	background: url(../../../site/1/template/nav_bottom_admin.png) top left no-repeat;	
}

.admin #container {
    width: 960px;
	background: url(../../../site/1/template/ctnt_bg_admin.png) top left repeat-y;		
}

.admin #content {
	width: 930px;
	padding: 0 15px;
	min-height: 350px;
	height: auto !important;
	height: 350px;
}

.admin #footer{
	width: 960px;
	height: 109px;
	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;}

