
	
	/* 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;
		}
	}
	
	/* 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
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 13px;
	cursor: default;
	width: 108px;
	font-family: Helvetica, Arial, sans-serif;
	text-align: right;
}
/* 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: 0;
	padding: 0;
	list-style-type: none;
	font-size: 13px;
	position: relative;
	text-align: right;
	cursor: pointer;
	display: block;
}
/* 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: 3px 0 0 100%;
	padding: 0;
	list-style-type: none;
	font-size: 13px;
	position: absolute;
	z-index: 1020;
	cursor: default;
	left: -1000em;
	top: 0;
	text-align: left;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: auto;
	text-align: left;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{
	border: none;
}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{
	border: 1px solid #2c2468;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a, ul.MenuBarVertical a:visited
{
	display: block;
	cursor: pointer;
	padding: 7px 3px 7px 0;
	color: #2C2468;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

ul.MenuBarVertical ul a, ul.MenuBarVertical ul a:visited
{
	background-color: #fff;
	padding: 2px 0.5em;
	color: #2C2468;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	text-transform: capitalize;
	white-space: nowrap;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	color: #8e86c7;
}
/* 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
{
	color: #8e86c7;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical ul a.MenuBarItemHover, ul.MenuBarVertical ul a.MenuBarItemSubmenuHover, ul.MenuBarVertical ul a.MenuBarSubmenuVisible
{
	background-color: #8e86c7;
	color: #fff;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical ul a:hover, ul.MenuBarVertical ul a:focus
{
	background-color: #8e86c7;
	color: #fff;
}

/*******************************************************************************

 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 li.MenuBarItemIE, ul.MenuBarVertical li.MenuBarItemIE li
	{
		display: inline;
		f\loat: none;
		padding: 0;
		margin: 0;
		line-height: 1em;
		text-align: right;
	}
	
	ul.MenuBarVertical li.MenuBarItemIE a, ul.MenuBarVertical li.MenuBarItemIE a:visited
	{
		line-height: 1em;
		padding: 7px 3px 7px 0;
	}
	
	ul.MenuBarVertical li.MenuBarItemIE li a, ul.MenuBarVertical li.MenuBarItemIE li a:visited
	{
		padding: 5px;
		font-size: 12px;
		text-align: left;
	}
	
	ul.MenuBarVertical li.MenuBarItemIE ul
	{
		text-align: left;
	}
}



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: 13px;
	color:#000000;
}

.headline {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color:#2c2468; 
}

.subheadline {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color:#000000; 
}

a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color:#347a94; 
    text-decoration:none;
} 

a:hover {
    text-decoration:underline;
}  

#sidebar.headline {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color:#2c2468; 
}

#sidebar.subheadline {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color:#000000; 
}



.bodysmallgrey, .printlinks {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color:#2398ad; 
}

.footer, .bottom_links {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color:#458299; 
}

.footer a, footer a:visited, .bottom_links a,.bottom_links a:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color:#458299; 
}

.footer a:hover, .bottom_links a:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color:#88b8ca; 
}

.search_field {
    width:130px;
    height:17px;
    font-family: arial, helvetica, sans-serif;
    color : #000000;
    font-size : 13px;
 }


/* ---------- DIVS ---------- */

#background {
    background-image:url(site/1/template/background.jpg);
    background-repeat:repeat-x;
    width:auto;
    height:auto;
}

#site-capsule {
    padding:0px;
    border:0px;
    width : 900px;
    min-height: 500px;
    height: auto !important;
    height: 500px;
	/*padding: 0 0 38px;
	background: url('site/1/template/footer2.jpg') no-repeat bottom center;*/

}

#header {
    position:relative;
    padding:0;
    border:0;
    background-image:url(site/1/template/header.jpg);
    background-repeat:no-repeat;
    height: 92px;
    width: 900px;
}

#logo {
    position:relative;
    padding:0;
    border:0;
    height: 105px;
    width: 900px;
}

#spacer {
    position:relative;
    padding:0;
    border:0;
    height: 15px;
    width: 900px;
    background-color:#ffffff;
}

#content_capsule_home {
    position:relative;
    background:#ffffff url(site/1/template/content_back.jpg) repeat-y center top;
    width : 900px;
    min-height: 500px;
    height: auto !important;
    height: 500px;
    overflow:auto;
}

#content-bg-home {
    width:533px;
    height:auto;
}

#content-home {
    width:503px;
    height:auto;
    text-align:left;
}

#sidebar-bg-left {
    background-image:url(site/1/template/sidebar.jpg); 
    background-repeat:no-repeat;
    width: 183px;
    min-height: 498px;
    height: auto !important;
    height: 498px;
    float:left;
    position: relative;
    z-index: 20;
}

#sidebar {
    width:153px;
    height:auto;
    text-align:left;
}

#sidebar-bg-right {
    background-image:url(site/1/template/sidebar.jpg); 
    background-repeat:no-repeat;
    width: 183px;
    min-height: 498px;
    height: auto !important;
    height: 498px;
    float:right; 
}

#footer {
    position:relative;
    width : 900px;
    height : 25px;
    background-image:url(site/1/template/footer.jpg);
    clear:both;
}


/* ----- NAVIGATION ----- */

#sidebar ul.navigation {
	margin: 0;
	padding: 0;
    font-weight: bold;
	font-size: 15px;
    /*line-height:2;*/
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	color: #2c2468;
}

#sidebar ul.navigation li {
	margin: 0;
	padding: 7px 0 7px 0;
}

#sidebar ul.navigation li a {
	text-decoration: none;
	color: #2c2468;
}

#sidebar ul.navigation li a:hover {
	color: #8e86c7;
}
#sidebar ul.navigation li.navigation_separator {
    display:none;
}



/*article divs*/

#content_capsule_artleftsb {
    position:relative;
    background:#ffffff url(site/1/template/content_back_leftside.jpg) repeat-y center top;
    width : 900px;
    min-height: 500px;
    height: auto !important;
    height: 500px;
    overflow:auto;
}

#content-bg-artleftsb {
    width:700px;
    height:auto;
    float:right;
}

#content-artleftsb {
    width:687px;
    height:auto;
    text-align:left;
}

#sidebar-bg-left {
    background-image:url(site/1/template/sidebar.jpg); 
    background-repeat:no-repeat;
    width: 183px;
    min-height: 498px;
    height: auto !important;
    height: 498px;
    float:left;
}

#footer-artleftsb {
    position:relative;
    width : 900px;
    height : 25px;
    background-image:url(site/1/template/footer-left-sb.jpg);
    clear:both;
}

/*admin divs*/

#content_capsule_admin {
    position:relative;
    background:#ffffff;
    width : 900px;
    min-height: 500px;
    height: auto !important;
    height: 500px;
    overflow:auto;
}

#content-admin {
    width:870px;
    height:auto;
    text-align:left;
}

#footer-admin {
    position:relative;
    width : 900px;
    height : 25px;
    background-image:url(site/1/template/footer-admin.jpg);
    clear:both;
}

/* ----- HOME PAGE VIDEO ------ */

div#drImg {
    width: 500px;
    height: 352px;
    position: relative;
    display: none;
    z-index: 1;
    background: url('site/1/template/doc_4.jpg') no-repeat top center;
}
span#drLink {
    width: 165px;
    height: 46px;
    display: block;
    position: absolute;
    top: 253px;
    left: 168px;
    cursor: pointer;
}

a#player {
    z-index: 1;
}
