
	
	/* 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;
		}
	}
	
	

.headline {
	padding: 5px 15px;
	position: relative;
	top: -12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	background: #ff9f10 url('site/1/template/headings_bg.gif') repeat-y top center;
	color: #fff;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	color: #fff;
}

.bodysmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

.quote-text {
	width: 272px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	color: #b17338;
}

.author {
	width: 272px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: right;
	color: #fff;
}

/* --- POSSIBLE CENTERING FIX */
a.navlinks, a.navlinks:visited {
	width: 98px;
	height: 57px;
	padding: 0 17px;
	display: table-cell;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1.2em;
	vertical-align: middle;
	color: #fff;
}

/*
a.navlinks, a.navlinks:visited {
	width: 98px;
	height: 57px;
	padding: 0 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.2em;
	display: block;
	float: left;
	color: #fff;
}
 */

a.navlinks:hover {
	color: #000;
	background: #fff;
}

.footer, .bottom_links, a.footer, a.bottom_links, a.promotion, a.footer:visited, a.bottom_links:visited, a.promotion:visited {
	font-size: 12px;
	color: #fff;
}

/* ---------- RESET DEFAULT SETTINGS ---------- */
body,div,dt,dd,dl,h1,h2,h3,h4,h5,h6,form,fieldset,pre,p,ol,ul,li,blockquote,th,td { margin: 0; padding: 0;}
table {border-collapse: collapse; border-spacing: 0; }
fieldset,img {border: 0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style: normal; font-weight: normal;}
ol,ul {list-style: none;}
caption,th {text-align: left;}
q:before,q:after {content:'';}
a { text-decoration: none; }

 
 html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background: #e05117;
}

/* ---------- DIVS ---------- */

#page {
	width: 100%;
	height: 100%;
	background: #fa6e19 url('site/1/template/page_bg.jpg') repeat-x top left;
}

#wrapper {
	width: 924px;
	min-height: 660px;
	height: auto !important;
	height: 660px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#header {
	width: 620px;
	height: 98px;
	position: relative;
}

#contact {
	width: 220px;
	height: 99px;
	position: relative;
}

/* --- POSSIBLE CENTERING FIX */
#navigation {
	width: 924px;
	height: 57px;
	display: table;	
	font-size: 0;
	text-align: center;
    line-height: 0;
	background: url('site/1/template/navs_bg.gif') repeat-x top left;
}

/* ---
#navigation {
	width: 924px;
	height: 57px;
	font-size: 0;
	text-align: center;
    line-height: 0;
	background: url('site/1/template/navs_bg.gif') repeat-x top left;
}
 */
 
#subnav_box {
        width: 924px;
        height: auto;
		padding: 12px 0;
        position: absolute;
        top: 156px;
		display: none;
		background: #fff;
}

#top_image {
	width: 900px;
	min-height: 164px;
	height: auto !important;
	height: 164px;
	margin: 20px 0;
	border: 12px solid #fff;
	background: #fff;
	overflow: hidden;
}

#container {
	width: 924px;
	min-height: 312px;
	height: auto !important;
	height: 312px;
	text-align: center;
	position: relative;
}

#content {
	width: 552px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	padding: 0 25px 15px;
	border: 6px solid #fff;
	border-bottom: 0;
	background: #e05117;
}

#content_left {
	width: 288px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	margin-left: 12px;
	border: 6px solid #fff;
	border-bottom: 0;
	background: #e05117;
}

#content_right {
	width: 288px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	margin-left: 12px;
	border: 6px solid #fff;
	border-bottom: 0;
	background: #e05117;
}

#sidebar {
	width: 272px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	padding: 0 8px;
	border: 6px solid #db4912;
	border-bottom: 0;
	background: #4d3226 url('site/1/template/sidebar_bg.gif') repeat-x top left;
}

#footer {
	width: 100%;
	padding: 15px 0;
	text-align: center;
}

/* ---------- NEW_ADMIN DIVS ---------- */

#content.admin {
	width: 876px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	padding: 0;
	border: 24px solid #fff;
	text-align: left;
	background: #fff;
}

#content.admin a, #content.admin a:visited {
	font-weight: normal;
	text-decoration: underline;
	color: #2d77dc;
}

#content td {
	padding: 5px;
}

#content.admin .headline {
	margin: 0;
	padding: 0;
	top: 0;
	background: none;
	text-align: left;
    color: #000;
}

/* ---------- LARGE CONTENT DIVS ---------- */

#content.large {
	width: 860px;
	padding: 0 20px;
	border-bottom: 6px solid #fff;
}

/* ---------- "EXPANDING" DIVS ---------- */

#container.sidebar_right {
	background: url('/site/1/template/sidebar_right_bg.gif') repeat-y top center;
}

#container.sidebar_left {
	background: url('/site/1/template/sidebar_left_bg.gif') repeat-y top center;
}

#container.three_columns {
	background: url('/site/1/template/three_column_bg.gif') repeat-y top center;
}

#container p.content_bottom {
	margin: 0;
	padding: 0;
}

/* ---------- STYLES ---------- */

.alignLeft {
	float: left;
}

.alignRight {
	float: right;
}

.clearfix:after {
	clear: both;
	height: 0;
	content: '.';
	display: block;
	visibility: hidden;
}


a, a:visited {
	font-weight: normal;
	text-decoration: underline;
	color: #fff;
}



a:hover {
	text-decoration: none;
}

span.system ul {
	margin-left: 15px;
}

/* ---------- HEADER ---------- */


/* ---------- HEADER ---------- */

h1 {
	width: 617px;
	height: 99px;
	text-indent: -9999px;
	background: url('site/1/template/header_bg.jpg') no-repeat top left;
}

h1  a{
	width: 617px;
	height: 60px;
	display: block;
	position: relative;
	top: 20px;
}


/* ---------- CONTACT ---------- */

#contact p {
    margin-top: 15px;
    font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.2em;
    color: #fff;
}

#contact a.contact_link, #contact a.contact_link:visited {
	width: 132px;
	height: 16px;
	padding: 3px 0;
	display: block;
	position: absolute;
	bottom: 1px;
	right: 0;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: url('site/1/template/contact_bg.gif') no-repeat top center;
}

#contact a.contact_link:hover {
	background: #fff;
	color: #000;
}

/* ---------- NAVIGATION ---------- */

#navigation ul#menu {
	list-style: none;
	text-align: center;
}

#navigation ul#menu li {
	vertical-align: middle;
	text-align: center;
	float: left;
}

#navigation ul#menu li span.navigation-text {
	text-align: center;
}

/* ---------- SUBNAV BOX---------- */

#subnav_box ul {
	width: 108px;
	padding: 0 12px;
	float: left;
}

#subnav_box ul li {
	padding: 3px 0;
	line-height: 1.1em;
}

#subnav_box ul li a, #subnav_box ul li a:visited {
	font-family: Frutiger, "Myriad Pro", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: .8em;
	color: #000;
}

#subnav_box ul a:hover {
	border-bottom: 3px solid #e05117;
}


/* ---------- TOP_IMG---------- */


/* ---------- CONTAINER---------- */

/* ---------- CONTENT ---------- */

#content td {
	padding: 5px;
}

#content div.content {
	text-align: left;
}

#content div.content div {
	text-align: center;
}

#content form, #content div.content form div {
	text-align: left;
}

/* ---------- CONTENT_LEFT ---------- */


/* ---------- CONTENT_RIGHT ---------- */


/* ---------- SIDEBAR ---------- */

#sidebar div.sidebar {
	width: 272px;
}

#sidebar div.subarticles {
	width: 140px;
	margin-left: 66px;
	text-align: left;
}

#sidebar .quote-text, #sidebar .author {
	margin-bottom: -15px;
	display: block;
}

/* ---------- SIBLINGS ---------- */

ul.childpages, ul.siblingpages {
	width: 140px;
	margin: 0 auto;
}

ul.childpages li, ul.siblingpages li {
	padding: 3px 0;
	line-height: 1.1em;
	text-align: left;
}

ul.childpages li a, ul.childpages li a:visited, ul.siblingpages li a, ul.siblingpages li a:visited {
	font-family: Frutiger, "Myriad Pro", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.3em;
	color: #fff;
}

ul.childpages li a:hover, ul.siblingpages li a:hover {
	border-bottom: 2px solid #c33e1b;
}

ul.siblingpages li.siblingpages_current a {
	border-bottom: 2px solid #c33e1b;	
}