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

/*******************************************************************************

 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: auto;
    padding: 0px;
	list-style: none;
	font-size: 100%;
	cursor: default;
        /*text-align: center;*/  }

/* 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: 100;
}
/* 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%;
	position: relative;
	text-align: left;
	cursor: pointer;
	/*float: left;*/
}
/* 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: 100;
	cursor: default;
	width: 132px;
	position: absolute;
	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: auto;
        
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 132px;
	z-index: 100;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
	z-index: 100;

}
/* 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

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul, ul.MenuBarHorizontal ul a
{
	background: url('/site/1/template/blurb_bg.png') repeat top left;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	width: 132px;
	height: 24px;
       	display: block;
	cursor: pointer;
	padding: 0;
	padding-top: 7px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	border-top: 7px solid #57728f;
	color: #31363e;
        
}
/* Menu items that have mouse over or focus have a dark green background and white text */
ul.MenuBarHorizontal a:hover
{
	border-top: 7px solid #7194b9;
	color: #336699;
}

/* 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: #31363e;
}

/* ******************************************************************************

 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.MenuBarHorizontal a.MenuBarItemSubmenu
{
	width: 132px;
	height: 24px;
       	display: block;
	cursor: pointer;
	padding: 0;
	padding-top: 7px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	border-top: 7px solid #57728f;
	color: #31363e;

} 

ul.MenuBarHorizontal a.MenuBarItemSubmenu:hover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	border-top: 7px solid #7194b9;
}

ul.MenuBarHorizontal ul a.MenuBarItemSubmenu:hover, ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
border-top: 1px solid #525A96;
color: #000;
background: #fff;
	z-index: 100;
}

/* 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.MenuBarHorizontal ul a.MenuBarItemSubmenu
{       
	width: 132px;
	min-height: 24px;
	height: auto !important;
	height: 24px;
       	display: block;
	cursor: pointer;
	padding: 0;
	padding-top: 7px;
	text-align: center;
font-size: 10px;
font-weight: normal;   
border-top: 1px solid #525A96;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	z-index: 100;
}
/* 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.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
/*
        background-image: url(images/clear.gif);
	background-repeat: no-repeat;
	//background-position: 90% 50%;
	padding-right: 0px;
	*/
}
/* 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.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
/*
	background-repeat: no-repeat;
	background-position: 90% 50%;
*/
}



/*Firefox Over-rides and additions*/

ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: 0 0 0 100%;

}
ul.MenuBarHorizontal li
{
	float: left;
	text-align:center;
}
ul.MenuBarHorizontal ul
{
	margin: 0px;
	position: absolute;
	width: 132px;
	
}
ul.MenuBarHorizontal a
{
}
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	//padding-right: 20px;
}
ul.MenuBarHorizontal a:hover
{
	color: #336699;
}
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible

{
	color: #336699;
}
ul.MenuBarHorizontal ul li {
width: 132px;
text-align: left;
}
ul.MenuBarHorizontal ul  a{
width: 132px;
	min-height: 24px;
	height: auto !important;
	height: 24px;
border: none;
font-size: 10px;
font-weight: normal;
border-top: 1px solid #525A96;
color: #fff;
}

ul.MenuBarHorizontal ul  a:hover{
width: 132px;
color: #000;
background: #fff;
border-top: 1px solid #525A96;
}



ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: 0 0 0 100%;
	width: 132px;
border-left: 1px solid #525A96;
}
/* Note that these below will be used only IE */
ul.MenuBarHorizontal
{
	*margin-left: 0px;
}
ul.MenuBarHorizontal ul
{
	position: absolute;
	*margin-right: 0px;
}
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	padding-right: 0px;     
}
ul.MenuBarHorizontal ul li
{
	*position: absolute;
	*margin-right: 0px;
	*padding-right: 0px;
	*z-index: 100;
        
}
*ul.MenuBarHorizontal ul  a{
	width: 132px;
color: #fff;
	z-index: 100;
}
*ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: 0 0 0 100%;
	z-index: 100;
}
*ul.MenuBarHorizontal a:hover
{
      color: #000;
	z-index: 100;
}

*ul.MenuBarHorizontal ul  a:hover{
width: 132px;
color: #000;
background: #fff;
	z-index: 100;
}





ul.MenuBarHorizontal a.MenuBarItemSubmenu:hover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	border-top: 7px solid #7194b9;
}

ul.MenuBarHorizontal ul a.MenuBarItemSubmenu:hover, ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
border-top: 1px solid #525A96;
color: #000;
background: #fff;
}

ul.MenuBarHorizontal ul a:focus {
border-top: 1px solid #525A96;
}

.headline {
	display: block;
    font-weight: bold;
	font-size: 17px;
	line-height: 3em;
	color: #000;
}

.headline_single {
	display: block;
    font-weight: bold;
	font-size: 17px;
	line-height: 1.5em;
	color: #000;
}

.headline-grey {
	display: block;
    font-weight: bold;
	font-size: 17px;
	line-height: 3em;
	color: #333;
}

.body-text {
	font-size: 12px;
	color: #000;
}

.body-text-grey {
	font-size: 12px;
	color: #333;
}

.hr {
	width: 100%;
	height: 1px;
	display: block;
	line-height: 0;
	background: #ccc;
}

.bolder {
	font-size: 13px;
	font-weight: bold;
}

.purple {
	font-weight: bold;
	color: #616bb1;
}

.title {
	font-size: 14px;
	font-weight: bold;
	color: #616bb1;
}

.content-box {
	width: 98%;
	margin: 2px;
	padding: 5px;
	font-size: 12px;
	border: 1px solid #000;
	background-color: #ccc;
	color: #000;
}

.blurb-title {
	margin-bottom: 5px;
	padding-bottom: 10px;
	font-size: 23px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: normal;
	color: #616bb1;
}

.blurb-text {
	font-size: 14px;
	padding: 20px 0 0 10px;
	display: block;
	line-height: 20px;
	color: #eee;
}

.blurb-link {
	font-weight: bold;
	line-height: 0em;
	color: #fff;
}

.sidebar-header {
	padding-bottom: 10px;
	display: block;
	font-size: 23px;
	font-weight: bold;
	line-height: 1.2em;
	color: #7194B9;
}

.sidebar-subheader {
	font-size: 13px;
	font-weight: bold;
	line-height: normal;
	color: #777;
}

.sidebar-purple {
	font-size: 13px;
	font-weight: bold;
	color: #616bb1;
}

.sidebar-text {
	font-size: 13px;
	color: #999;
}

.sidebar-link-inline {
	font-size: 12px;
	font-weight: bold;
	color: #ccc;
}

.sidebar-hr {
	width: 100%;
	height: 1px;
	margin: 10px 0 8px;
	display: block;
	line-height: 0;
	background: #ccc;
}

.blog-title {
	font-size: 2.4em;
	margin-bottom: 5px;
	padding-bottom: 8px;
	letter-spacing: -1px;
	line-height: normal;
	color: #325766;
}

.date {
	font-size: 0.9em;
	font-weight: bold;
	color: #333;
}

.archive-links {
	line-height: 1.8em;
	color: #bbb;
}

.content-box-purple {
	width: 98%;
	margin: 2px;
	padding: 2px;
	display: block;
	font-size: 12px;
	border: 2px solid #000;
	background-color: #626bb1;
	color: #fff;
}

.download-title {
	margin-bottom: 5px;
	font-family: Georgia, serif;
	font-size: 24px;
	letter-spacing: 2px;
	line-height: normal;
	color: #326ea1
}

.important {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

.slogan-text {
	font-family: Georgia, serif;
	font-size: 11px;
	font-style: italic;
	line-height: 1.8em;
	color: #ccc;
}

.headline-home {
	margin-top: 15px;
	display: block;
    font-weight: bold;
	font-size: 17px;
	color: #000;
}

.director-content-box {
	width: 425px;
	margin: 2px;
	padding: 5px;
	display: block;
	border: 1px solid #000;
	background-color: #ccc;
	float: right;
}

.copyright {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	color: #666;
}

.blurb-link:hover {
	border-bottom: 1px solid #7f7f7f;
}

.gallery_image {
	width: 146px;
	height: 139px;
	display: block;
	position: relative;
}

/* ---------- 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;}
caption,th {text-align: left;}
q:before,q:after {content:'';}
a { text-decoration: none; }
 
 html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.75 em;
	line-height: 1.3em;
	color: #333;
}

/* ---------- DIVS ---------- */

#page {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0;
	padding: 0;
	background: url('/site/1/template/page_bg.png') no-repeat top center;
}

#wrapper {
	width: 945px;
	min-height: 718px;
	height: auto !important;
	height: 718px;
	margin: 0 auto 10px;
	padding: 0;
	position: relative;
}

#header {
    width: 660px;
	height: 100px;
	padding-top: 51px;
	position: relative;
	background: url('/site/1/template/header_trans.png') no-repeat bottom left;
}

#banner {
	width: 223px;
	height: 100px;
	padding: 40px 16px 0;
	position: absolute;
	top: 0;
	right: 12px;
	background: url('/site/1/template/banner_bg.png') no-repeat top center;
}

#navigation {
	width: 925px;
	height: 38px;
	margin: 1px auto 0;
	border: 10px solid #181d26;
	border-bottom: none;
	position: relative;
	background: #efefef url('/site/1/template/nav_full_bg.png') repeat-x top left;
	z-index: 100;
}

#top_content {
	width: 925px;
	height: 264px;
	position: relative;
	border: 10px solid #181d26;
	border-top: none;
	overflow: hidden;
	background: #efefef;
	z-index: 10;
}

#blurb {
	width: 213px;
	height: 247px;
	padding: 17px 21px 0;
	position: absolute;
	top: 0;
	right: 0;
	background: transparent url('/site/1/template/blurb_bg.png') repeat top left;
	z-index: 25;
}

#container {
    width: 925px;
	min-height: 378px;
	height: auto !important;
	height: 378px;
	overflow: auto;
	margin: 16px auto 0;
	border: 10px solid #181d26;
	background: #1d232d url('/site/1/template/container_bg.png') repeat-y top left;
}

#content {
	width: 630px;
	min-height: 180px;
	height: auto !important;
	height: 180px;
	margin: 0;
	padding: 20px 20px 15px;
	background: #fff url('/site/1/template/content_bg.png') no-repeat top left;
}

#sidebar {
	width: 204px;
	min-height: 149px;
	height: auto !important;
	height: 149px;
	margin: 0;
	padding: 56px 15px 15px 30px;
	background: transparent url('/site/1/template/sidebar_bg.png') no-repeat top left;
}

#breadcrumb {
	width: 925px;
	height: 26px;
	padding-top: 7px;
	font-size: 12px;
	font-weight: bold;
	border: 10px solid #181d26;
	border-top: 0;
	border-bottom: 0;
	text-align: right;
	background: #333 url('/site/1/template/breadcrumb_bg.gif') repeat-x top left;
	color: #666;
}

#bottom {
	width: 925px;
	min-height: 30px;
	height: auto !important;
	height: 30px;
	margin: 0;
	padding: 5px 10px;
	overflow: auto;
	border-bottom: 	5px solid #1e242f;
	line-height: normal;
	text-align: left;
	background: #181d26;
	color: #fff;
}

#footer {
	width: 100%;
	min-height: 30px;
	height: auto !important;
	height: 30px;
	margin: 0;
	padding: 5px 0;
	border-bottom: 	5px solid #1e242f;
	line-height: normal;
	text-align: center;
	background: #181d26;
	color: #fff;
}

/* ---------- HOME ---------- */

div.home-boxes {
	width: 98%;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	margin: 10px auto;
	padding: 2px;
	display: block;
	position: relative;
	overflow: auto;
	border: 2px solid #000;
	background: transparent url('/site/1/template/contentHome_bg.gif') no-repeat bottom right;;
}

div.home-content {
	width: 394px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	padding: 0 18px;
	background: #ccc;
	float: right;
}

div.home-boxes img {
	margin: 9px;
	float: left;
}

a span.download-title, a:visited span.download-title {
	margin-bottom: 5px;
	font-family: Georgia, serif;
	font-size: 24px;
	letter-spacing: 2px;
	line-height: normal;
	text-decoration: none;
	color: #326ea1
}

a:hover span.download-title, a:active span.download-title {
	color: #778aa1;
}

.sidebar-link-inline a {
	color: #ccc;
}

/* ---------- ARTICLE ---------- */

#container.article {
	margin-top: 0;
}

#container.article2 {
	margin-top: 0;
	background: none;
}

#content.article2 {
	width: 865px;
	min-height: 348px;
	height: auto !important;
	height: 348px;
	padding: 15px 30px;
	overflow: auto;
}

div.blueSpace {
	width: 100%;
	height: 16px;
	background: #1d232d;
}

table.grey {
	width: 100%;
	margin-left: 2px;
	padding: 5px;
	border: 1px solid #000;
	display: block;
	background: #ccc;
}

#content.article table td, #content.article2 table td {
	padding: 10px;
}

/* ---------- ADMIN ---------- */

#container.admin {
	min-height: 678px;
	height: auto !important;
	height: 678px;
	margin: 0;
	border-top: 0;
	background: #fff;
	background-image: none;
}

#content.admin {
	width: 845px;
	padding: 20px 40px;
	background: #fff;
}

#content.admin li {
	padding: 0;
	background: 0;
}

#content.admin dl ul {
	padding-left: 25px;
}

td.headline {
	display: table-cell;
}

form .form-input {
	width: 98%;
	background: #f4f4f4;
}


/* ---------- STYLES ---------- */

.alignLeft {
	float: left;
}

.alignRight {
	float: right;
}

.clearfix:after {
	clear: both;
	height: 0;
	content: '.';
	display: block;
	visibility: hidden;
}

a, a:visited {
	text-decoration: underline;
	color: #326ea1;
}

a:hover {
	color: #778aa1;
}

div.half {
	width: 48%;
}

div.active_link {
	width: 132px;
	height: 7px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: #7194b9;
}

/* ---------- PAGE ---------- */

/* ---------- WRAPPER ---------- */

/* ---------- HEADER ---------- */


/* ---------- BANNER ---------- */

#banner .headline {
	padding-top: 20px;
	line-height: .1em;
	color: #ccc;
}

#banner input.search_field {
	width: 160px;
	height: 13px;
	padding: 2px 0 3px;
	border: 1px solid #444;
	background: #222;
	color: #ccc;
}


/* ---------- BLURB ---------- */

#blurb a, #blurb a:visited {
	text-decoration: none;
}



/* ---------- NAVIGATION ---------- */

/*

ul.navigation {
	list-style: none;
}

ul.navigation li {
	padding: 0;
	display: inline;
	background: none;
	float: left;
}

ul.navigation li a {
	width: 132px;
	height: 24px;
	padding-top: 7px;
	display: block;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	border-top: 7px solid #57728f;
	color: #31363e;
}

ul.navigation li a:hover {
	border-top: 7px solid #7194b9;
	color: #336699;
}

ul.navigation li a.current {
	border-top: 7px solid #7194b9;
}

ul.navigation li.navigation_separator {
	width: 1px;
	height: 24px;
	margin: 7px -11px 0 -1px;
	display: block;
	text-indent: -9999px;
	background: transparent url(/site/1/template/navlinks_bg.gif) no-repeat top left;
}

*/


/* ---------- TOP_CONTENT ---------- */

#top_content img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}


/* ---------- CONTENT ---------- */

#content ul {
	list-style-type: disc;
	list-style-position: inside;
}

#content ol {
	list-style-position: inside;
}

#content ul.square {
	padding: 0;
	list-style-position: inside;
	list-style-type: none;
}

#content ul.square li {
	padding-left: 7px;
	background: transparent url('/site/1/template/bullet_square.gif') no-repeat;
	background-position: 0 9px;
}

#content span.content-box {
	display: block;
}

/* ---------- SIDEBAR ---------- */

#sidebar a {
    text-decoration: none;
}



/* ---------- BREADCRUMBS ---------- */

#breadcrumb p {
	padding-right: 10px;
}

ul.breadcrumbs {
	padding-left: 10px;
	list-style: none;
	font-size: 15px;
	float: left;
	color: #888;
}

ul.breadcrumbs li {
	padding: 0 3px;
	display: inline;
	float: left;
}

ul.breadcrumbs li.breadcrumbs_current, ul.breadcrumbs li a, ul.breadcrumbs li a:visited {
	text-decoration: none;
	color: #ccc;
}

ul.breadcrumbs li a:hover {
	color: #fff;
}

ul.breadcrumbs li.breadcrumbs_separator {
	width: 9px;
	height: 22px;
	display: block;
	font-size: 0;
	line-height: 0;
	background: #333 url('/site/1/template/breadcrumb_separator.gif') no-repeat center center;
}


/* ---------- BOTTOM ---------- */

#bottom p {
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
}

#bottom a, #bottom a:visited {
	text-decoration: none;
	color: #fff;
}

#bottom a:hover {
	text-decoration: underline;
}

/* ---------- FOOTER ---------- */

#footer p {
	font-size: 12px;
	line-height: 1.2em;
}

#footer a, #footer a:visited {
	text-decoration: none;
	color: #fff;
}

#footer a:hover {
	text-decoration: underline;
}


/* ---------- SITEMAP LINK ---------- */

#sitemap_box {
	background-color:black;
	border-top-color:#525A96;
	border-top-style:solid;
	border-top-width:1px;
	height:31px;
	left:10px;
	position:absolute;
	top:200px;
	width:132px;
	z-index:100;
	display:none;
}

#sitemap_box.hover {
	background-color:white;
}

#sitemap_box a {
	color:white;
	font-size:10px;
	position:absolute;
	text-decoration:none;
	text-transform:uppercase;
	padding: 7px 46px;
}

#sitemap_box.hover a {
	color: black;
}


/* ---------- TWITTER ---------- */

div.twtr-hd h3 {
	display: none;
}

