.body-text {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #000;
}

.headline {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #8c0b12;
}

.subheadline {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #075763;
}

.subheadline-arrow {
	padding: 0 0 0 11px;
	position: relative;
	left: -11px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background: url('../../../images/blue_mountain/subheadline_bg.png') no-repeat left center;
	color: #075763;
}

.bodygrey {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #333;
}

.bodysmall {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000;
}

.bodysmallgrey {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333;
}

.sitename {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #8c0b12;
}

.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: #8c0b12;
}

.footer, .bottom_links, a.footer, a.bottom_links, a.footer:visited, a.bottom_links:visited {
	font-size: 12px;
	color: #179fb3;
}

a.footer:hover, a.bottom_links:hover {
	color: #52d0e3;
}

a, a:visited {
	outline: none;
	text-decoration: underline;
	color: #8c0b12;
}

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: #043a48 url('../../../images/blue_mountain/body_bg.jpg') repeat top center;
}

/* ---------- DIVS ---------- */

#page {
	width: 100%;
	border-bottom: 2px solid #050505;
	background: #a1aba4;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 10px 12px 0;
}

#navigation {
	width: 720px;
	padding: 0 0 0 240px;
	border-bottom: 2px solid #000203;
	background: url('../../../images/blue_mountain/nav_bg_left.gif') repeat top left;
}

#header {
	width: 832px;
	height: 122px;
	padding: 32px 64px;
	overflow: hidden;
	background: url('../../../images/blue_mountain/header_bg.jpg') no-repeat top center;
}

#container {
    width: 960px;
	background: #728174;
}

#content {
	width: 654px;
	min-height: 320px;
	margin: 0 0 -85px;
	padding: 30px 46px 25px 20px;
	float: right;
	position: relative;
	top: -33px;
	right: 0;
	overflow: hidden;
	-moz-box-shadow: -3px 5px 10px #000;
	-webkit-box-shadow: -3px 5px 10px #000;
	box-shadow: -3px 5px 10px #000;
	background: #fff;
}

#sidebar {
	width: 221px;
	padding: 43px 12px 0 7px;
	float: left;
	position: relative;
	overflow: hidden;
	color: #f5f3eb;
}

#footer {
	width: 100%;
	padding: 50px 0 10px;
	text-align: center;
	color: #179fb3;
}

/* ---------- HOME ---------- */

.home #content {
	background: #fff url('../../../images/blue_mountain/content_side_bg.gif') repeat-y top left;
}

.home #content_main {
	width: 364px;
	padding: 0;
	float: left;
}

.home #content_side {
	width: 255px;
	padding: 0;
	float: right;
}

.home #content_side hr {
	width: 285px;
	height: 2px;
	position: relative;
	left: -15px;
	border: none;
	background: #e5e1ce;
}

/* ---------- ARTICLE ---------- */

.article #header {
	width: 220px;
	min-height: 122px;
	max-height: 230px;
	height: auto;
	padding: 10px;
	float: left;
	background: url('../../../images/blue_mountain/header_article_bg.jpg') no-repeat top left;
}

.article #content {
	width: 700px;
	min-height: 365px;
	margin: 0 0 -52px;
	padding: 10px;
	top: 0;
}

/* ---------- ADMIN ---------- */

.admin #content {
	width: 920px;
	margin: 0 0 -52px;
	padding: 20px;
	float: none;
	position: static;
	border-top: 6px solid #3f4740;
	-moz-box-shadow: -2px 10px 15px #000;
	-webkit-box-shadow: -2px 10px 15px #000;
	box-shadow: -2px 10px 15px #000;
}

.admin #footer p.footer_content {
	width: 960px;
	padding: 12px 0;
}

/* ---------- STYLES ---------- */

.clearfix:after {
	clear: both;
	height: 0;
	content: '.';
	display: block;
	visibility: hidden;
}

/* ---------- NAVIGATION ---------- */

#navigation ul.navigation {
	width: 700px;
	margin: 0;
	padding: 13px 10px 11px;
	list-style: none;
	text-align: center;
	background: #022433 url('../../../images/blue_mountain/nav_bg.png') repeat-x top left;
}

#navigation ul.navigation li {
	display: inline;
}

#navigation ul.navigation li.navigation_separator {
	font-weight: bold;
	color: #e3bc52;
}

#navigation ul.navigation li a, #navigation ul.navigation li a:visited {
	display: inline-block;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #e3bc52;
}

#navigation ul.navigation li a:hover, #navigation ul.navigation li a:active {
	color: #f7f0cd;
}


/* ---------- HEADER ---------- */

#header .site_name, #header .site_slogan {
	font-weight: bold;
	text-shadow: 2px 2px 6px #000;
	filter: dropshadow(color=#000000, offx=2, offy=2); 
	zoom: 1; /* adds hasLayout for above filter */
	color: #f5f3eb;
}

#header .site_name {
	font-size: 36px;
}

#header .site_slogan {
	font-size: 24px;
}

/* ---------- SIDEBAR ---------- */

#sidebar #search {
	width: 240px;
	height: 33px;
	position: absolute;
	top: 0;
	left: 0;
	background: #3f4740 url('../../../images/blue_mountain/search_bg.png') repeat-y top right;;
}

#sidebar #search .search_field {
	width: 179px;
	padding: 4px 1px 3px;
	position: absolute;
	top: 4px;
	left: 13px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	border: 1px solid #002025;
	background: #fff url('../../../images/blue_mountain/search_field_bg.png') no-repeat top center;
}

#sidebar #search .search_btn {
	width: 23px;
	height: 23px;
	position: absolute;
	top: 6px;
	right: 16px;
}

#sidebar .bodytext, #sidebar .headline, #sidebar .subheadline, #sidebar .subheadline-arrow, #sidebar .bodysmall, #sidebar .bodygrey, #sidebar .bodysmallgrey {
	color: #f5f3eb;
}

#sidebar a, #sidebar a:visited {
	color: #043549;
}

/* ---------- FOOTER ---------- */

#footer p.footer_content {
	width: 720px;
	margin: 0 auto;
	padding: 12px 6px 0 246px;
	text-align: center;
}
