
	
	/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */
	
	/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
	
			/*End of styles for the edit box*/
	
	/*******************************************************************************
	
	BROWSER HACKS: the hacks below should not be changed unless you are an expert
	
	*******************************************************************************/
	
	.MenuBarItemIE 
	{
		position: static;
	}
	
	/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
	ul.MenuBarHorizontal iframe
	{
		position: absolute;
		z-index: 1010;
	}
	/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
	@media screen, projection
	{
		ul.MenuBarHorizontal li.MenuBarItemIE
		{
			display: inline;
			float: left;
			background-color: #FFF;
		}
	}
	
	

.body-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
}

.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #000;
}

.headline-orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #cc6600;
}

.subheadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
}

.subheadline-orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #cc6600;
}

.sitename {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #000;
}

.bodysmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000;
}

.bodysmallgrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #2c2c2c;
}

.system {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #2c2c2c;
}

.syssmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #2c2c2c;
}

.printlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #297c8a;
}

.footer, .bottom_links, a.footer, a.bottom_links, a.footer:visited, a.bottom_links:visited {
	font-size: 1em;
	color: #cfcfcf;
}

a, a:visited {
	text-decoration: underline;
	color: #297c8a;
}

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: 12px;
	background: #666 url('site/1/template/body_bg.png') repeat-x top left;
}

/* ---------- DIVS ---------- */

#wrapper {
	width: 1200px;
	min-height: 788px;
	height: auto !important;
	height: 788px;
	margin: 0 auto;
	background: url('site/1/template/wrapper_bg.png') repeat top left;
}

#header {
    width: 1200px;
	height: 140px;
	position: relative;
	background: #2c2c2c url('site/1/template/header_bg.gif') no-repeat center 36px;
}

#search {
	width: 215px;
	height: 25px;
	position: absolute;
	top: 52px;
	right: 86px;
}

#navigation {
	width: 899px;
	height: 21px;
	padding: 4px 16px 0 31px;
	position: absolute;
	bottom: 0;
	right: 64px;
	background: url('site/1/template/nav_bg.gif') repeat-x top left;
}

#feature {
	width: 1136px;
	height: 264px;
	padding: 0 0 0 64px;
	overflow: hidden;
	background: url('site/1/template/feature_bg.png') repeat-x top left;
}

#container {
    width: 1080px;
	min-height: 410px;
	height: auto !important;
	height: 410px;
	margin: -34px 0 0 120px;
	padding: 0 0 8px;
	position: relative;
	overflow: auto;
	z-index: 10;
}

#content {
	width: 560px;
	min-height: 372px;
	height: auto !important;
	height: 372px;
	margin: 16px 4px 0 2px;
	padding: 0 7px 0 0;
	position: relative;
	background: url('site/1/template/side_shadow.png') repeat-y top right;
}

#sidebar {
	width: 204px;
	min-height: 388px;
	height: auto !important;
	height: 388px;
	padding: 0 7px 0 0;
	position: relative;
	background: url('site/1/template/side_shadow.png') repeat-y top right;
}

#customContainer {
	width: 238px;
	min-height: 388px;
	height: auto !important;
	height: 388px;
}

#bottom {
	width: 1078px;
	height: 20px;
	margin: 0 0 0 65px;
	background: url('site/1/template/container_article_btm.png') no-repeat top center;
}

#footer {
	width: 100%;
	min-height: 12px;
	height: auto !important;
	height: 12px;
	margin-top: 18px;
	padding: 8px 0;
	border-top: 1px solid #fff;
	text-align: center;
	background: #2c2c2c;
	color: #fff;
}

/* ---------- ARTICLE ---------- */

#feature.article {
	height: 60px;
	background: url('site/1/template/feature_article_bg.gif') repeat-x top left;
}

#container.article {
	width: 1070px;
	min-height: 598px;
	height: auto !important;
	height: 598px;
	margin: -23px 0 0 66px;
	padding: 0 7px 9px 0;
	position: relative;
	background: url('site/1/template/container_article_bg.png') repeat-y top left;
}

#content.article {
	width: 767px;
	min-height: 574px;
	height: auto !important;
	height: 574px;
	margin: 0;
	padding: 12px 12px 12px 41px;
	border: none;
	border-top: 1px solid #2c2c2c;
	background: none;
}

#sidebar.article {
	width: 228px;
	min-height: 574px;
	height: auto !important;
	height: 574px;
	padding: 12px 9px 12px 13px;
	border: none;
	border-top: 1px solid #2c2c2c;
	background: none;
}

#container.article .containerCorner {
	width: 7px;
	height: 8px;
	position: absolute;
	top: -1px;
	right: 0;
	z-index: 10;
}

#container.article .containerBtm {
	width: 1077px;
	height: 9px;
	position: absolute;
	bottom: 0;
	left: 0;
}

#footer.article {
	margin-top: 0;
}


/* ---------- ADMIN ---------- */

#container.admin {
	width: 1078px;
	min-height: 600px;
	height: auto !important;
	height: 600px;
	margin: -23px auto 0;
	padding: 0 0 10px;
	position: static;
	background: url('site/1/template/container_admin_bg.png') no-repeat bottom left;
}

#content.admin {
	width: 1040px;
	min-height: 585px;
	height: auto !important;
	height: 585px;
	margin: 0;
	padding: 5px 22px 15px 16px;
	position: static;
	border: none;
	background: url('site/1/template/content_admin_bg.png') repeat-y top left;
}

#container .adminContentTop {
	width: 1078px;
	height: 8px;
	display: block;
	position: relative;
	top: 0;
	left: 0;
}

/* ---------- STYLES ---------- */

.alignLeft {
	float: left;
}

.alignRight {
	float: right;
}

.clearfix:after {
	clear: both;
	height: 0;
	content: '.';
	display: block;
	visibility: hidden;
}


/* ---------- WRAPPER ---------- */



/* ---------- HEADER ---------- */

#header #logo {
	width: 155px;
	height: 152px;
	display: block;
	position: absolute;
	top: 13px;
	left: 66px;
	outline: none;
	text-indent: -9999px;
	background: url('site/1/template/logo.png') no-repeat center center;
	z-index: 10;
}

/* ---------- SEARCH ---------- */

#search input.search_field {
	width: 180px;
	height: 18px;
	padding: 2px;
	border: 1px solid #2c2c2c;
	background: url('site/1/template/search_bg.gif') repeat-x top left;
}

#search input.search_btn {
	padding-bottom: 1px;
	vertical-align: bottom;
}

/* ---------- NAVIGATION ---------- */

ul.navigation {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #f29727;
}

ul.navigation li {
	display: inline;
}

ul.navigation a, ul.navigation a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	color: #f29727;
}

ul.navigation a:hover {
	color: #fff;
}

ul.navigation li.navigation_separator {
	margin: 0 4px;
}

#navigation img.rightNav {
	width: 16px;
	height: 25px;
	position: absolute;
	top: 0;
	right: 0;
}

/* ---------- FEATURE ---------- */

#feature .featureImg {
	width: 1064px;
	height: 265px;
	position: absolute;
	top: 0;
	left: 100px;
	z-index: 0;
}

/* ---------- SIDEBAR ---------- */

#sidebar a, #sidebar a:visited {
	color: #f29727;
}

#sidebar span.sidebarContents {
	width: 186px;
	min-height: 372px;
	height: auto !important;
	height: 372px;
	padding: 8px;
	display: block;
	border: 1px solid #f29727;
	background: #666 url('site/1/template/grey_box_bg.gif') repeat-x bottom left;
	color: #ccc;
}

#sidebar img.btmSidebar {
	width: 210px;
	height: 8px;
	position: absolute;
	bottom: -8px;
	left: 0;
}

/* ---------- CONTENT ---------- */

#content span.contentContents {
	width: 534px;
	min-height: 348px;
	height: auto !important;
	height: 348px;
	padding: 12px;
	display: block;
	border: 1px solid #696969;
	background: #fff;
}

#content img.btmContent {
	width: 567px;
	height: 8px;
	position: absolute;
	bottom: -8px;
	left: 0;
}

/* ---------- CUSTOMCONTAINER ---------- */

div.orangeCustom {
	width: 231px;
	min-height: 30px;
	height: auto !important;
	height: 30px;
	margin: 0 0 13px;
	padding: 0 7px 0 0;
	position: relative;
	background: url('site/1/template/side_shadow.png') repeat-y top right;
}

div.orangeCustom span.orangeCustomContent {
	width: 215px;
	min-height: 20px;
	height: auto !important;
	height: 20px;
	padding: 8px;
	display: block;
	border: 1px solid #fff;
	background: #f29727 url('site/1/template/orange_box_bg.gif') repeat-x bottom left;
}

div.orangeCustom img.orangeBtm {
	width: 239px;
	height: 8px;
	position: absolute;
	bottom: -8px;
	left: 0;
}

div.orangeCustom a, div.orangeCustom a:visited {
	color: #000;
}

/* ---------- BOTTOM ---------- */



/* ---------- FOOTER ---------- */
