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

#calendarmonth {
	position: relative;
}
#leftcalmonthtitle {
	position: relative;
	margin: 0;
	left: 0;
	text-align: left;
}
#rightcalmonthtitle {
	font-size: 1em;
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
}
#rightcalviewlinks {
	margin-right: 1px;
	position: relative;
	text-align: right;
}
#calmonthtitle {
	margin: 0 auto;
	font-size: 1.5em;
	text-align: center;
	color: #000;
}

.body-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2d2d2d;
}

.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0a4bbe;
}

.subheadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2d2d2d;
}

.sitename {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0a4bbe;
}

.bodysmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2d2d2d;
}

.bodysmallgrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #bbb;
}

.sidebar-links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #003086;
}

.system {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #2d2d2d;
}

.syssmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #2d2d2d;
}

.printlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #5674b9;
}

.footer, .bottom_links, a.footer, a.bottom_links, a.footer:visited, a.bottom_links:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1c6eff;
}

a, a:visited {
	text-decoration: underline;
	color: #0a4bbe;
}

a:hover {
	text-decoration: none;
}



a.sidebar-links, a.sidebar-links:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #003086;
}

a.sidebar-links:hover {
	color: #004bbe;
}

/* ---------- 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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #2d2d2d;
}

#body {
	background: #00338e url('site/1/template/page_bg.gif') repeat-x top left;
}

/* ---------- DIVS ---------- */

#wrapper {
	width: 960px;
	min-height: 548px;
	height: auto !important;
	height: 548px;
	margin: 0 auto;
	padding: 0 12px;
	position: relative;
	overflow: auto;
	background: url('site/1/template/wrapper_bg.png') repeat-y top center;
}

#header {
    width: 960px;
	height: 112px;
	position: relative;
	background: #fff;
}

#navigation {
	width: 888px;
	height: 37px;
	padding: 0 0 10px 72px;
	text-align: center;
	background: url('site/1/template/nav_bg.gif') repeat-x bottom left;
}

#container {
    width: 960px;
	min-height: 385px;
	height: auto !important;
	height: 385px;
	overflow: auto;
}

#carousel {
	width: 920px;
	height: 390px;
	margin: 0 auto;
	padding: 0 0 16px;
	position: relative;
	background: url('site/1/template/carousel_bottom.gif') no-repeat bottom center;
}

#feature_boxes {
	width: 960px;
	height: 200px;
	padding-top: 5px;
	position: relative;
}

#content {
	width: 703px;
	min-height: 375px;
	height: auto !important;
	height: 375px;
	padding: 10px 25px 5px 20px;
}

#sidebar {
	width: 172px;
	min-height: 375px;
	height: auto !important;
	height: 375px;
	padding: 5px 20px 5px 20px;
}

#contact {
	width: 984px;
	min-height: 25px;
	height: auto !important;
	height: 25px;
	margin: 0 auto;
	padding: 30px 0 0;
	text-align: center;
	background: url('site/1/template/contact_bg.png') no-repeat top center;
}

#footer {
	width: 100%;
	text-align: center;
	color: #fff;
}

/* ---------- ARTICLE ---------- */

#container.article {
	position: relative;
	background: url('site/1/template/article_container_bg.gif') repeat-y top left;
}

#sidebar.article {
	background: url('site/1/template/container_top_bg.png') repeat-x top left;
}

#content.article {
	background: url('site/1/template/container_top_bg.png') repeat-x top left;
}

#contact.article {
	background-image: url('site/1/template/article_contact_bg.png');
}

/* ---------- ADMIN ---------- */

#content.admin {
	width: 920px;
	min-height: 375px;
	height: auto !important;
	height: 375px;
	padding: 10px 20px;
	background: url('site/1/template/container_top_bg.png') repeat-x top left;
}

/* ---------- PRINTS ---------- */

#wrapper.print, #content.print {
	background: #fff;
}

/* ---------- STYLES ---------- */

.alignLeft {
	float: left;
}

.alignRight {
	float: right;
}

.clearfix:after {
	clear: both;
	height: 0;
	content: '.';
	display: block;
	visibility: hidden;
}

h3, h4, h5 {
	padding: 0.5em 0;
}

ul.childpages, ul.siblingpages {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.childpages li, ul.siblingpages li {
	margin: 12px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

ul.childpages li a, ul.siblingpages li a, ul.childpages li a:visited, ul.siblingpages li a:visited {
	text-decoration: none;
	color: #003086;
}

ul.childpages li a:hover, ul.siblingpages li a:hover {
	color: #004bbe;
}

.unbold {
	font-weight: normal;
}

.hidden {
	display: none;
}

/* ---------- WRAPPER ---------- */

/* ---------- HEADER ---------- */

#header a.logo {
	width: 323px;
	height: 76px;
	display: block;
	position: absolute;
	top: 16px;
	left: 117px;
	background: url('site/1/template/logo.gif') no-repeat center center;
}

#header a.logo span {
	display: none;
}

#header #search {
	width: 245px;
	height: 39px;
	padding: 11px 0 0 35px;
	position: absolute;
	top: 0;
	right: 74px;
	background: #eff5ff url('site/1/template/search_bg.gif') no-repeat bottom center;
}

#header #search input.search_field {
	width: 167px;
	height: 15px;
	padding: 2px 5px 3px;
	border: none;
	vertical-align: middle;
	background: url('site/1/template/search_box.gif') no-repeat center center;
}

#header #search img.search_divider {
	margin: 0 3px;
	vertical-align: middle;
}

#header ul#header_links {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 72px;
	right: 90px;
}

#header ul#header_links li {
	margin: 0 5px;
	font-family: ArialNarrow, "Myriad Pro", Myriad, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	display: inline;
	color: #0a4bbe;
}

#header ul#header_links li a, #header ul#header_links li a:visited {
	text-decoration: none;
	color: #0a4bbe;
}

#header ul#header_links li a:hover {
	color: #8bb5fe;
}

/* ---------- NAVIGATION ---------- */

#navigation ul.navigation {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation ul.navigation li {
	display: inline;
	float: left;
}

#navigation ul.navigation li a, #navigation ul.navigation li a:visited {
	padding: 0 26px 0 0;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	background: url('site/1/template/nav_right.gif') no-repeat top right;
	color: #fff;
}

#navigation ul.navigation li a span {
	padding: 13px 0 8px 30px;
	display: block;
	background: url('site/1/template/nav_left.gif') no-repeat top left;
}

#navigation ul.navigation li.first a span {
	padding: 13px 0 8px 49px;
	background: url('site/1/template/nav_first.gif') no-repeat top left;
}

#navigation ul.navigation li.last a {
	padding: 0 45px 0 0;
	background: url('site/1/template/nav_last.gif') no-repeat top right;
}

#navigation ul.navigation li a:hover {
	background-position: bottom right;
	color: #d8b361;
}

#navigation ul.navigation li a:hover span {
	background-position: bottom left;
}


#navigation ul.navigation li.navigation_separator {
	display: none;
}

/* ---------- CONTAINER ---------- */

#container img.sidebar_top {
	position: absolute;
	top: 0;
	left: 0;
}

#container img.affiliates {
	padding: 5px 0 0 24px;
}

/* ---------- CAROUSEL ---------- */

#carousel_side {
	width: 130px;
	height: 342px;
	padding: 14px 0 0 15px;
	background: url('site/1/template/carousel_left_bg.gif') no-repeat top left;
}

#carousel_main {
	width: 771px;
	height: 356px;
	position: relative;
	background: url('site/1/template/carousel_right_bg.gif') no-repeat top right;
}

#carousel_side ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#carousel_side ul li {
	margin: 10px 0;
}

#carousel_side ul li a, #carousel_side ul li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
}

#carousel_side ul li a:hover {
	color: #d8b361;
}

#carousel_main p.carousel_title {
	width: 210px;
	height: 36px;
	position: absolute;
	top: 14px;
	right: 20px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color: #d8b361;
}

#carousel_main p.carousel_text {
	width: 210px;
	height: 270px;
	position: absolute;
	top: 52px;
	right: 20px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #fff;
}

#carousel_main p.carousel_text a.more_link {
	padding-right: 12px;
	background: url('site/1/template/arrow_gold.png') no-repeat right 60%;
	color: #fff;
}

#carousel_main a, #carousel_main a:visited {
	text-decoration: underline;
	color: #d8b361;
}

#carousel_main a:hover {
	text-decoration: none;
}

#carousel #btn_prev {
	position: absolute;
	bottom: 20px;
	left: 125px;
}

#carousel #btn_next {
	position: absolute;
	bottom: 20px;
	right: 235px;
}

/* ---------- FEATURE_BOXES ---------- */

#feature_boxes #feature_topLeft, #feature_boxes #feature_btmLeft, #feature_boxes #feature_topRight, #feature_boxes #feature_btmRight  {
	width: 372px;
	height: 86px;
	padding: 2px 4px 6px;
	position: absolute;
	background: url('site/1/template/feature_long_bg.gif') no-repeat top left;
}

#feature_boxes #feature_middle {
	width: 161px;
	height: 188px;
	padding: 2px 4px 6px;
	position: absolute;
	top: 0;
	left: 395px;
	background: url('site/1/template/feature_center_bg.gif') no-repeat top left;
}

#feature_boxes #feature_topLeft {
	top: 0;
	left: 9px;
}

#feature_boxes #feature_btmLeft {
	top: 100px;
	left: 9px;
}

#feature_boxes #feature_topRight {
	top: 0;
	right: 9px;
}

#feature_boxes #feature_btmRight {
	top: 100px;
	right: 9px;
}

#feature_boxes div.feature_boxes_content {
	width: 185px;
	height: 60px;
	position: absolute;
	top: 13px;
}

#feature_boxes #feature_middle div.feature_boxes_content {
	width: 136px;
	height: 64px;
	position: absolute;
	top: 114px;
	left: 15px;
}

#feature_boxes #feature_topLeft div.feature_boxes_content, #feature_boxes #feature_btmLeft div.feature_boxes_content {
	right: 16px;
}

#feature_boxes #feature_topRight div.feature_boxes_content, #feature_boxes #feature_btmRight div.feature_boxes_content {
	left: 16px;
}

#feature_boxes .feature_boxes_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #02163b;
}

#feature_boxes .feature_boxes_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #8bb5fe;
}

#feature_boxes .feature_boxes_text a.more_link {
	padding-right: 12px;
	background: url('site/1/template/arrow_blue.png') no-repeat right 60%;
	color: #8bb5fe;
}

#feature_boxes img.feature_boxes_left {
	position: absolute;
	top: 0;
	left: 13px;
}

#feature_boxes img.feature_boxes_right {
	position: absolute;
	top: 0;
	right: 13px;
}

#feature_boxes img.feature_boxes_middle {
	position: absolute;
	top: 0;
	right: 400px;
}

/* ---------- CONTENT ---------- */

/* ---------- PROGRAM_HEADER ---------- */

#program_header {
	width: 738px;
	min-height: 187px;
	height: auto !important;
	height: 187px;
	padding: 13px 10px 2px 0;
	background: #02163b url('site/1/template/heading_bottom_bg.gif') no-repeat bottom right;
}

#program_header img {
	display: block;
}

/* ---------- DEPT_HEADER ---------- */

#dept_header {
	width: 934px;
	min-height: 283px;
	height: auto !important;
	height: 283px;
	padding: 9px 10px 0 16px;
	background: #02163b url('site/1/template/heading_bottom_bg.gif') no-repeat bottom right;
}

#dept_header img {
	display: block;
}

/* ---------- SIDEBAR ---------- */

/* ---------- CONTACT ---------- */

#contact p {
	margin: 3px 0;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

/* ---------- FOOTER ---------- */