@charset "utf-8";
/* CSS Document */

html{
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

body{
	margin:0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding:0;
	text-align:center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #wrapper selector */
	color:#666;
	width:100%;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-color:#424242;
}

body a img{
	border-style:none;
}

body .hidden{
	display:none !important;
}

body .flashreplace img.crossrefimage, body .flashreplace p.flashdescription{
	display:none;
}

#wrapper{ 
	width:100%;  /* this will create a container 100% of the browser width */
} 

#container{ 
	background:transparent;
	width:902px;
	margin:0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align:left; /* this overrides the text-align: center on the body element. */
	padding:15px;
} 

#header{
	background-image:url(../images/header.png);
	min-height:95px;
	position:absolute;
	width:902px;
	z-index:15;
}

#header img{
	display:block;
}

#titlebar{
	float:left;
	margin:30px 0 0 30px;
}

#logobar{
	float:right;
}

#logobar a{
	float:right;
	clear:both;
	margin:17px 17px 0 0;
}

#mediabox {
	background-color:#FFF;
	height:490px;
	overflow:hidden;
}

#mediabox .flashreplace object{
	display:block;
	position:relative;
	z-index:5;
}

#content_top, #content_bottom{
	background-repeat:no-repeat;
}

#content_top{
	background-image:url(../images/ContentTop.jpg);
	padding-top:31px;
}

#content_bottom{
	background-color:#FFF;
	background-image:url(../images/ContentBottom.jpg);
	padding-bottom:31px;
	background-position:bottom;
}

#content{
	position:relative;
	background-image:url(../images/ContentMiddle.jpg);
	background-repeat:repeat-y;
	padding:0 31px;
}

.content{
	font-size:1em;
}

.content img{
	max-width:100%;
/*	display:block;	*/
}

.content div{
	border-width:0px;
}

.content p{
	font-size:1em;
	margin-top:0em;
	margin-bottom:0.5em;
}

.content h1{
	font-size:1.273em;
	margin-top:0em;
	margin-bottom:0.393em;		/* 0.393 of 1.273 = 0.5 of original */
	font-weight:normal;
}

.content h2{
	font-size:1.5em;
	margin-top:0em;
	margin-bottom:0.334em;		/* 0.334 of 1.5 = 0.5 of original */
	text-decoration:none;
	font-weight:normal;
}

.content h3{
	font-size:1.3em;
	margin-top:0em;
	margin-bottom:0.385em;		/* 0.385 of 1.3 = 0.5 of original */
	font-weight:normal;
}

.content h4{
	font-size:1.1em;
	font-weight:normal;
	margin-top:0em;
	margin-bottom:0.456em;		/* 0.456 of 1.1 = 0.5 of original */
}

.content h5{
	font-size:0.83em;
	margin-top:0em;
	margin-bottom:0.6em;		/* 0.6 of 0.83 = 0.5 of original */
}

.content h6{
	font-size:0.67em;
	margin-top:0em;
	margin-bottom:0.75em;		/* 0.75 of 0.67 = 0.5 of original */
}

.content a{
	font-style:italic;
	color:#333;
	text-decoration:none;
}

.content a:focus{
	color:#111;
	background-color:#E9F8FC;
}

.content a:hover{
	color:#111;
	background-color:#E9F8FC;
}

.content ul, .content ol{ 
	margin:0.5em 0em 0.5em 0em;
	padding:0em 0em 0em 25px;
}

.content table{
	width:100%;
	margin-bottom:0.5em;
}

.content .error{
	color:#F00;
	font-weight:bold;
}

#content div.clearfloat{
	height:1px;
	clear:both;
}

#content a.rss_link{
	float:right;
	margin-right:0.393em;
	opacity:0.6;
	filter: alpha(opacity = 60);
	display:none;
}

#content a.rss_link:focus, #content a.rss_link:hover{
	opacity:1;
	filter: alpha(opacity = 100);
	background-color:transparent;
}

#content a.rss_link img{
	vertical-align:middle;
}

#content #active_list_item{
	background-color:#E9F8FC;
}

#footer{
	clear:both;
	overflow:auto;
	background-color:#FFF;
	background-image:url(../images/footer.jpg);
	background-repeat:repeat-x;
	min-height:36px;
	padding:0 16px;
	font-size:1.1em;
}

#subfooter{
	clear:both;
	overflow:auto;
	background-image:url(../images/footer_glow.png);
	background-repeat:repeat-x;
	min-height:20px;
}

#footer ul, #subfooter ul {
	float:right;
	list-style:none;
	overflow:auto;
	padding:0;
	margin:0;
}

#footer li, #subfooter li{
	float:left;
	vertical-align:middle;
	margin:0;
	padding:0 0 0 0;
	border:0;
}

#footer ul.left {
	float:left;
}

#footer li{
	min-height:36px;
	line-height:36px;
	color:#000;
	overflow:hidden;
}

#footer ul.left li{
	padding-right:5px;
}

#footer ul.right li{
	padding-left:5px;
}

#footer li.divider{
	font-size:1.2em;
	color:#50C8E8;
}

#footer li a{
	color:#000;
	text-decoration:none;
}

#footer li img{
	vertical-align:middle;
}

#subfooter li{
	height:20px;
	line-height:20px;
	padding-left:2px;
	color:#FFF;
}

#subfooter li a{
	display:block;
	color:#FFF;
	text-decoration:none;
}
