.headline {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #F37421;
}

.subheadline-orange {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #e67323;
}

.subheadline-green {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #586825;
}

.body-text {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #000;
}

.bodygrey {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #586825;
}

.bodysmall {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000;
}

.bodysmallgrey {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #586825;
}

.sitename {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #fff;
}

.system {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #000;
}

.syssmall {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000;
}

.printlink {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #586825;
}

.footer, .bottom_links, a.footer, a.bottom_links, a.footer:visited, a.bottom_links:visited {
	font-size: 12px;
	color: #ecd8d2;
	text-decoration: none;
}

a.footer:hover, a.bottom_links:hover {
	color: #fba572;
	text-decoration: underline;
}

a, a:visited {
	color: #586825;
	text-decoration: none;
}

a:hover {
	color: #e67323;
}

/* ---------- 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: #39251f url(../../../site/1/template/bg_gradient.jpg) top left repeat-x;
}

/* ---------- DIVS ---------- */

#wrapper {
	width: 985px;
	margin: 0 auto;
	min-height: 650px;
	height: auto !important;
	height: 650px;
}

#header {
    width: 985px;
	height: 134px;
	background: url(../../../site/1/template/banner.png) top left no-repeat;
}

#container {
    width: 985px;
	background: url(../../../site/1/template/home_bg.png) top left repeat-y;
	min-height: 450px;
	height: auto !important;
	height: 450px;
}

#content {
	width: 480px;
	padding: 15px;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	float: left;
}

#sidebar {
	width: 170px;
	padding: 15px 15px 15px 25px;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	float: left;
}

#sidebar-right {
	width: 220px;
	padding: 15px 30px 15px 15px;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	float: right;
}

#bottom-graphic-wrapper {
    width: 960px;
	height: 125px;
	padding: 0 15px 0 10px;
	background: url(../../../site/1/template/admin_bg.png) top left repeat-y;
}

#bottom-graphic {
    width: 960px;
	height: 119px;
	padding: 3px 0;
	background-color: #fff;
}

#footer {
	width: 985px;
	height: 47px;
	padding-top: 15px;
	text-align: center;
	color: #fff;
	background: url(../../../site/1/template/footer.png) top left no-repeat;
}

#admin {
	width: 100%;
	text-align: center;
	color: #ecd8d2;
}

/* ---------- ARTICLE ---------- */

.article #container {
    width: 985px;
	background: url(../../../site/1/template/article_bg.png) top left repeat-y;
	min-height: 450px;
	height: auto !important;
	height: 450px;
}

.article #content {
	width: 730px;
	padding: 15px 30px 15px 15px;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	float: right;
}

/* ---------- ADMIN ---------- */

.admin #navigation {
	width: 930px;
	margin: 0 15px 0 10px;
	padding: 5px 15px 5px 15px;
	height: 25px;
	text-align: center;
	background-color: #b0c271;
}

.admin ul.navigation {
    margin:0;
    padding:0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
	font-weight: bold;
	list-style: none;
}

.admin ul.navigation li {
    display: inline;
    color: #fff;
}

.admin ul.navigation a {
	margin: 3px 6px;
	display: inline-block;
    text-decoration: none;
    color: #fff;
}

.admin ul.navigation a:hover {
    text-decoration:none;
    color: #d1331a;
}

.admin ul.navigation li.navigation_separator {
    display:none;
}

.admin #container {
    width: 985px;
	background: url(../../../site/1/template/admin_bg.png) top left repeat-y;
	min-height: 350px;
	height: auto !important;
	height: 350px;
}

.admin #content {
	width: 930px;
	padding: 15px 30px 15px 25px;
	min-height: 350px;
	height: auto !important;
	height: 350px;
	float: none;
}

/* ---------- STYLES ---------- */

.clearfix:after {
	clear: both;
	height: 0;
	content: '.';
	display: block;
	visibility: hidden;
}


/* ---------- WRAPPER ---------- */



/* ---------- HEADER ---------- */



/* ---------- NAVIGATION ---------- */

ul.navigation {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.navigation li {
    margin-bottom: 12px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
	font-weight: bold;
	text-align: right;
	color: #fff;
}

ul.navigation a {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
	font-weight: bold;
	text-align: right;
    text-decoration: none;
	color: #fff;
}

ul.navigation a:hover {
    text-decoration:none;
    color: #F37421;
}

ul.navigation li.navigation_separator {
    display: none;
}

/* ---------- CONTENT ---------- */



/* ---------- SIDEBAR ---------- */



/* ---------- BOTTOM ---------- */



/* ---------- FOOTER ---------- */



/* ---------- OTHER ---------- */

:focus {outline: 0;}

a img {border:0;}
