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

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;
}

#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;
    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;
}
