.subpages {
	text-decoration: none;
}.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;
	}
}

/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 960px;
	height: 60px;
	padding: 10px 0 0;
	position: relative;
}
/* 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 a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	text-align: center;
	cursor: pointer;
	float: left;
	border-right: 2px solid #fff;
}

ul.MenuBarHorizontal li.last { border: none; }

/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	position: absolute;
	top: 49px;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: 0;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	border-right: 1px solid #fff;
	text-align: left;
}

ul.MenuBarHorizontal ul li.noBorder { border: none; }

/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	display: none;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a {
	display: block;
	cursor: pointer;
	color: #fff;
	padding: 0 20px;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	outline: none;
}


/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus, ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible, ul.MenuBarHorizontal ul a.MenuBarItemHover, ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal ul a.MenuBarSubmenuVisible
{
	color: #f5b750;
}
/*
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text 
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	color: #f5b750;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text 
ul.MenuBarHorizontal ul a.MenuBarItemHover, ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal ul a.MenuBarSubmenuVisible
{
	color: #f5b750;
}
*/

ul.MenuBarHorizontal ul a {
	padding: 0 15px;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
}

ul.MenuBarHorizontal ul a:hover, ul.MenuBarHorizontal ul a:focus {
	color: #f5b750;
}

/*******************************************************************************

 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.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
	{
		position: static;
		display: block;
		background: transparent;
	}
	ul.MenuBarHorizontal li.MenuBarItemIE ul
	{
		text-align: left;
	}
	
	ul.MenuBarHorizontal li.MenuBarItemIE li.MenuBarItemIE {
		text-align: left;
		float: left;
	}
	
	ul.MenuBarHorizontal li.MenuBarItemIE li.MenuBarItemIE a {
		display: block;
		padding: 0 15px;
	}
}
.body-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}

.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #21064d;
}

.subheadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #21064d;
}

.smallheadline-black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000;
}

.sitename {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #21064d;
}

.bodysmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

.bodysmallgrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #525252;
}

.system {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}

.syssmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

.printlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #21064d;
}

.footer, .bottom_links, a.footer, a.bottom_links, a.footer:visited, a.bottom_links:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a16303;
}

a.footer:hover, a.bottom_links:hover {
	color: #21064d;
}

a, a:visited {
	color: #5817a3;
}

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: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #fff url('../../../site/1/template/2012_design/body_bg.png') repeat-x top left;
}

/* ---------- DIVS ---------- */

#wrapper {
	width: 978px;
	min-height: 1100px;
	height: auto !important;
	height: 1100px;
	margin: 0 auto;
	position: relative;
	background: url('../../../site/1/template/2012_design/wrapper_bg.png') repeat-y top center;
}

#header {
    width: 960px;
	height: 182px;
	margin: 0 9px;
	position: relative;
	border-top: 4px solid #21064d;
	border-bottom: 2px solid #2b1155;
	background: url('../../../site/1/template/2012_design/header_bg.gif') repeat-x top left;
}

#navigation {
	width: 960px;
	height: 100px;
	margin: 0 9px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #0C2F2E;
	background: #21064d url('../../../site/1/template/2012_design/navigation_bg.gif') repeat-x bottom left;
}

#container {
    width: 960px;
	min-height: 840px;
	height: auto !important;
	height: 840px;
	padding: 0 9px;
	background: transparent url('../../../site/1/template/2012_design/container_bg.png') no-repeat bottom center;
}

#mid_section {
	width: 960px;
	height: 347px;
	position: relative;
	border-bottom: 2px solid #2b1155;
	background: url('../../../site/1/template/2012_design/mid_section_bg.gif') repeat-x top left;
}

#content {
	width: 664px;
	min-height: 812px;
	height: auto !important;
	height: 812px;
	padding: 28px 44px 0 19px;
}

#sidebar {
	width: 200px;
	min-height: 632px;
	height: auto !important;
	height: 632px;
	padding: 208px 16px 0 17px;
	position: relative;
	background: #fff url('../../../site/1/template/2012_design/sidebar_bg.png') repeat-x top left;
}

#red_stripe {
	width: 500px;
	height: 70px;
	padding: 27px 60px 16px 400px;
	font-size: 15px;
	border-top: 2px solid #2b1155;
	border-bottom: 2px solid #2b1155;
	overflow: hidden;
	clear: both;
	background: #fff url('../../../site/1/template/2012_design/red_stripe_bg.png') no-repeat center center;
	color: #fff;
}

#bottom {
	width: 960px;
	height: 205px;
	text-align: center;
	background: url('../../../site/1/template/2012_design/bottom_bg.gif') repeat-y top center;
}

#footer {
	width: 100%;
	height: 28px;
	padding: 42px 0 0;
	text-align: center;
	background: transparent url('../../../site/1/template/2012_design/footer_bg.gif') no-repeat top center;
	color: #fff;
}

/* ---------- HOME ---------- */

#navigation.home {
	height: 71px;
	border-bottom: none;
	background: #0C2F2E url('../../../site/1/template/2012_design/navigation_home_bg.gif') repeat-x bottom left;
}

#content.home {
	width: 920px;
	min-height: 125px;
	height: 125px;
	padding: 45px 20px 0;
	background: #fff url('../../../site/1/template/2012_design/content_home_bg.png') repeat-x top left;
}

/* ---------- ARTICLE ---------- */

/* ---------- ADMIN ---------- */

#wrapper.admin {
	min-height: 700px;
	height: auto !important;
	height: 700px;
	position: static;
}

#container.admin {
	min-height: 490px;
	height: auto !important;
	height: 490px;
	background: transparent url('../../../site/1/template/2012_design/container_admin_bg.png') no-repeat bottom center;
}

#content.admin {
	width: 920px;
	min-height: 490px;
	height: auto !important;
	height: 490px;
	padding: 15px 20px;
}

/* ---------- STYLES ---------- */

.alignLeft {
	float: left;
}

.alignRight {
	float: right;
}

.clearfix:after {
	clear: both;
	height: 0;
	content: '.';
	display: block;
	visibility: hidden;
}


/* ---------- WRAPPER ---------- */



/* ---------- HEADER ---------- */

#header a.logo_link {
	width: 569px;
	height: 164px;
	display: block;
	position: absolute;
	top: 16px;
	left: 85px;
	text-indent: -9999px;
	outline: none;
	background: url('../../../site/1/template/2012_design/logo.png') no-repeat top center;
}

#search {
	width: 216px;
	height: 77px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url('../../../site/1/template/2012_design/search_bg.png') no-repeat bottom right;
}

#search input.search_field {
	width: 165px;
	height: 18px;
	padding: 2px 0 0;
	position: absolute;
	bottom: 6px;
	right: 28px;
	border: 1px solid #c27d11;
	background: #fff url('../../../site/1/template/2012_design/search_field_bg.gif') repeat-x top left;
}

#search input.search_btn {
	width: 27px;
	height: 20px;
	position: absolute;
	bottom: 6px;
	right: 0;
	border: 1px solid #c27d11;
	border-left: none;
}

/* ---------- NAVIGATION ---------- */


/* ---------- MID_SECTION ---------- */

#mid_section_right {
	width: 205px;
	height: 248px;
	padding: 58px 20px 0 0;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 13px;
	background: url('../../../site/1/template/2012_design/mid_right_bg.jpg') no-repeat center 10px;
	color: #000;
}

/* ---------- CAROUSEL ---------- */

#carousel_main1 {
	width: 757px;
	height: 388px;
	position: absolute;
	top: 0;
	left: 0;
	background: url('../../../site/1/template/2012_design/carousel_bg.jpg') no-repeat left top;
}

#carousel_main1 .carousel_item {
	width: 100%;
	height: 320px;
	display: none;
	position: absolute;
	top: 5px;
	right: 0;
	overflow: hidden;
}

#carousel_main1 .carousel_item:first-child { display: block; }

#carousel_main1 .carousel_pic {
	width: 505px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 23px;
}

#carousel_main1 .carousel_text {
	width: 185px;
	height: 238px;
	position: absolute;
	top: 53px;
	left: 20px;
	color: #000;
}

#carousel_main1 .carousel_title {
	display: block;
	font-size: 15px;
	font-weight: bold;
}

#carousel_main1 .carousel_desc {
	font-size: 13px;
}

#carousel_main1 .carousel_thumbnails {
	width: 503px;
	height: 30px;
	position: absolute;
	top: 338px;
	left: 230px;
	text-align: center;
}

#carousel_main1 .carousel_thmb_holder {
	display: inline;
}

#carousel_main1 .thmb_link {
	width: 18px;
	height: 18px;
	margin: 0 9px;
	display: inline-block;
	background: url('../../../site/1/template/2012_design/carousel_thmb_link_bg.png') no-repeat center top;
}

#carousel_main1 .thmb_link:hover, #carousel_main1 .thmb_link.current {
	background-position: center bottom;
}

#mid_section .carousel_left, #mid_section .carousel_right {
	position: absolute;
	top: 0;
	z-index: 100;
}

#mid_section .carousel_left {
	left: 229px;
}

#mid_section .carousel_right {
	right: 226px;
}


/* ---------- SIDEBAR ---------- */

#sidebar img.side_shadow {
	position: absolute;
	top: 0;
	left: 0;
}

#sidebar #sidebar_photo {
	width: 237px;
	height: 161px;
	padding: 13px 6px 16px 12px;
	position: absolute;
	top: 8px;
	right: 13px;
}

#sidebar img.side_photo_bg {
	position: absolute;
	top: 0;
	left: 0;
}

/* ---------- BOTTOM ---------- */

#bottom div.bottom_section, #bottom div.bottom_middle_section {
	width: 253px;
	height: 177px;
	padding: 18px 20px 10px 42px;
}

#bottom div.bottom_middle_section {
	width: 268px;
}

#bottom img.leftImg {
	padding: 0 15px 0 0;
	float: left;
}

#bottom a, #bottom a:visited, #bottom a.btm_link, #bottom a.btm_link:visited {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #21064d;
}

#bottom a:hover, #bottom a.btm_link:hover {
	color: #4e2691;
}

/* ---------- FOOTER ---------- */

