.subpages {
	text-decoration: none;
}.body-text {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #000;
}

.headline {
	font-family: Georgia, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #1d5b89;
}

.subheadline {
	font-family: Georgia, Arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #1d5b89;
}

.bodygrey {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #525252;
}


.bodysmall {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color:  #000;
}

.bodysmallgrey {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #525252;
}


.sitename {
	font-family: Georgia, serif;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
}

.system {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #333;
}

.printlink {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #999;
}

.footer, .bottom_links, a.footer, a.bottom_links, a.footer:visited, a.bottom_links:visited {
	font-family: Verdana, helvetica, sans-serif;
	font-size : 11px;
	line-height: 1.5em;
	text-align : center;
	color : #447a83;
}

.footer, .bottom_links, a.footer, a.bottom_links, a.footer:visited, a.bottom_links:visited {
	font-size: 12px;
	color: #1d5b89;
}

a.footer:hover, a.bottom_links:hover {
	color: #5eb2ea;
}

a, a:visited {

}

a:hover {

}

/* ---------- 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: #4e82ac url('../../../images/aqua_chill/body_bg.png') repeat-x left top;
}

/* ---------- DIVS ---------- */

#wrapper {
	width: 966px;
	margin: 0 auto;
	background: url('../../../images/aqua_chill/wrapper_bg.png') repeat-y;
}

#header {
	width: 920px;
	min-height: 56px;
	padding: 20px 26px 6px 20px;
	position: relative;
	overflow: hidden;
	font-family: Georgia, serif;
	text-align: right;
	background: url('../../../images/aqua_chill/header_bg.jpg') no-repeat scroll 0 0 transparent;
}

#search {
	position: absolute;
	bottom: 3px;
	left: 20px;
}

#navigation {
	width: 940px;
	min-height: 33px;
	padding: 0 10px;
	overflow: hidden;
	background: url('../../../images/aqua_chill/nav_bg.gif') #FFF repeat-x;	
}

#container {
	width: 960px;
	min-height: 50px;
	padding: 0;
	overflow: hidden;
	background: url('../../../images/aqua_chill/container_bg.gif') repeat-x top;
}

#content {
	width: 674px;
	min-height: 50px;
	float: right;
	padding: 20px;
}

#sidebar {
	width: 206px;
	min-height: 50px;
	padding: 20px;
	float: left;
}

#footer {
	width: 960px;
	height: 57px;
	margin: 0 auto;
	padding: 12px 6px 0 0;
	position: relative;
	text-align: center;
	background: url("../../../images/aqua_chill/footer_bg.png") no-repeat left top;
}

/* ---------- ARTICLE ---------- */
.article #wrapper{
	background: url('../../../images/aqua_chill/wrapper_article_bg.png') repeat-y;
}

/* ---------- ADMIN ---------- */
.admin #wrapper{
	background: url('../../../images/aqua_chill/wrapper_admin_bg.png') repeat-y;
}

.admin #content{
	width: 920px;
	float: none;
}

/* ---------- STYLES ---------- */

.clearfix:after {
	clear: both;
	height: 0;
	content: '.';
	display: block;
	visibility: hidden;
}

#header h1.sitename {
	font-size: 36px;
}

.search_btn{
	position: relative;
	top: 3px;
}

/* ---------- WRAPPER ---------- */



/* ---------- HEADER ---------- */

#header p.site_slogan {
	margin-top: 9px;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #fff;
}

/* ---------- NAVIGATION ---------- */
ul.navigation {
	margin: 0;
	padding: 10px 0;
	padding-bottom: 10px;
	font-family: Arial, helvetica, sans-serif;
	font-weight: bold; 
	font-size: 14px;
	text-decoration: none;
	text-align:center;
}

ul.navigation li {
	display: inline;
	margin: 0 5px;
}

ul.navigation li.navigation_separator {
	color: #1d5b89;
}

ul.navigation a {
	font-family: Georgia, Helvetica, sans-serif;
	font-weight: bold; 
	font-size: 14px;
	text-decoration: none;
	color: #1d5b89;
}

ul.navigation a:hover {
	text-decoration: underline;
}
