.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;
	}
}/* SpryMenuBarVertical.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 0;
	list-style-type: none;
	cursor: default;
	width: 100%;
	color: #fff;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 10px 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: right;
	z-index: 1010;
}

ul.MenuBarVertical li a, ul.MenuBarVertical li a:visited {
	border: none;
	text-decoration: none;
	color: #dfad2e;
}

ul.MenuBarVertical li a:hover {
	color: #f9e194;
}

/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	margin: -5% 0 0 97%;
	padding: 0;
	list-style-type: none;
	position: absolute;
	z-index: 1020;
	cursor: default;
	left: -1000em;
	top: 0;
	width: 170px;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 8px;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 170px;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
	border: none;
	border-bottom: 1px solid #dfad2e;
	background-color: #000;
	color: #dfad2e;
	position: relative;
	z-index: 1040;
}

ul.MenuBarVertical ul li a, ul.MenuBarVertical ul li a:visited
{
	padding: 5px;
	display: block;
	font-size: 13px;
	cursor: pointer;
	background-color: #000;
	color: #dfad2e;
	position: relative;
	z-index: 1060;
}

ul.MenuBarVertical ul li a:hover {
	border: none;
	color: #f9e194;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{
}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{
	border: 1px solid #dfad2e;
	border-bottom: none;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenu
{
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenuHover
{
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* 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.MenuBarVertical ul li.MenuBarItemIE
	{
		display: inline;
		f\loat: right;
	}
}


.body-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
}

.headline-italic {
	font-family: "Times New Roman", serif;
	font-size: 1.75em;
	font-weight: bold;
	color: #15469b;
    font-style:italic;
}

.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #15469b;
}

.subheadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	color: #15469b;
}

.subheadline-italic {
	font-family: "Times New Roman", serif;
	font-size: 1.25em;
	font-weight: bold;
	color: #15469b;
    font-style:italic;
}

.subheadline-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.125em;
	font-weight: bold;
	color: #15469b;
}

.sitename {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #15469b;
}

.bodysmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #000;
}

.bodysmallgrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #444;
}

.system {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #000;
}

.syssmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: normal;
	color: #000;
}

.printlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: normal;
	color: #5191cd;
}

.footer, .bottom_links, a.footer, a.bottom_links, a.footer:visited, a.bottom_links:visited {
	font-size: 12px;
	color: #fde9ad;
}

a, a:visited {
	text-decoration: underline;
	color: #5191cd;
}

a:hover {
	text-decoration: none;
}

ul.navigation a, ul.navigation a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #dfad2e;
}

ul.navigation a:hover {
	color: #f9e194;
}

/* ---------- 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: 14px;
    line-height: 18px;
	background: #04365b url('../../../site/1/template/page_bg.jpg') no-repeat top center;
}

/* ---------- DIVS ---------- */

#wrapper {
	width: 900px;
	min-height: 820px;
	height: auto !important;
	height: 820px;
	margin: 0 auto;
	padding: 0 11px;
	position: relative;
	background: url('../../../site/1/template/wrapper_bg.png') repeat-y top center;
}

#header {
    width: 900px;
	height: 219px;
	background: url('../../../site/1/template/header_home_bg.jpg') no-repeat top left;
}

#container {
    width: 900px;
	min-height: 635px;
	height: auto !important;
	height: 635px;
	padding-bottom: 38px;
	overflow: auto;
	background: url('../../../site/1/template/container_home_bg.gif') repeat-y top left;
}

#navigation {
	width: 140px;
	min-height: 84px;
	height: auto !important;
	height: 324px;
	padding: 0 9px 311px 10px;
	position: relative;
	text-align: right;
	background: url('../../../site/1/template/sidebar_bg.jpg') no-repeat top left;
}

#content {
	width: 655px;
	min-height: 617px;
	height: auto !important;
	height: 617px;
	padding: 0 38px 38px;
}

#sidebar {
	width: 184px;
	min-height: 595px;
	height: auto !important;
	height: 595px;
	padding: 40px 10px 0;
}

#search {
	width: 185px;
	height: 22px;
	position: absolute;
	top: 216px;
	right: 30px;
}

#slideshow {
	width: 355px;
	height: 166px;
	margin-right: -48px;
	padding: 10px 0 0 10px;
	position: relative;
	overflow: hidden;
	background: transparent url('../../../site/1/template/slideshow_bg.gif') no-repeat top left;
border:0 one;
}

#footer {
	width: 100%;
	padding-top: 13px;
	text-align: center;
	background: url('../../../site/1/template/footer_bg.png') no-repeat top center;
	color: #fff;
}

/* ---------- ARTICLE ---------- */

#container.article {
	background: url('../../../site/1/template/container_article_bg.gif') repeat-y top left;
}

#header.article {
	background-image: url('../../../site/1/template/header_article_bg.jpg')
}

#content.article {
	width: 500px;
	min-height: 635px;
	height: auto !important;
	height: 635px;
	padding: 0 9px 0 18px;
}

/* ---------- ADMIN ---------- */

#wrapper.admin {
	position: static;
}

#header.admin {
	background-image: url('../../../site/1/template/header_admin_bg.jpg')
}

#navigation.admin {
	width: 900px;
	min-height: 1px;
	height: auto !important;
	height: 1px;
	padding: 10px 0;
	text-align: center;
	background: url('../../../site/1/template/admin_nav_bg.gif') repeat-y top left;
}

#container.admin {
	background-image: url('../../../site/1/template/container_admin_bg.gif');
}

#content.admin {
	width: 846px;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	padding: 20px 27px 10px;
	background: url('../../../site/1/template/sidebar_admin_bg.jpg') no-repeat top left;;
}

/* ---------- STYLES ---------- */

.alignLeft {
	float: left;
}

.alignRight {
	float: right;
}

.clearfix:after {
	clear: both;
	height: 0;
	content: '.';
	display: block;
	visibility: hidden;
}

/* ---------- HEADER ---------- */

#header img.feature {
	width: 285px;
	height: 196px;
	position: absolute;
	top: 10px;
	right: 11px;
}

/* ---------- CONTAINER ---------- */

#container img.painting {
	width: 306px;
	height: 366px;
	position: absolute;
	bottom: -15px;
	left: -125px;
}

#container img.footer_text {
	width: 731px;
	height: 38px;
	position: absolute;
	bottom: 0;
	right: 21px;
}

/* ---------- NAVIGATION ---------- */

#navigation ul.navigation {
	margin: 0;
	list-style: none;
}

#navigation ul.navigation li {
	margin: 8px 0;
}

#navigation ul.navigation li.navigation_separator {
	display: none;
}

#navigation.admin ul.navigation {
	margin: 0;
	font-weight: bold;
	list-style: none;
	color: #dfad2e;
}

#navigation.admin ul.navigation li {
	margin: 0;
	display: inline;
}

#navigation.admin ul.navigation li.navigation_separator {
	display: inline;
}

/* ---------- CONTENT ---------- */

#content.home span.printlink {
	padding-left: 355px;
	float: left;
}

/* ---------- SEARCH ---------- */

#search input.search_field {
	width: 156px;
	height: 16px;
}

#search input.search_btn {
	padding-top: 5px;
	vertical-align: top;
}
