@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:#1F2A32;
}

body a img{
	border-style:none;
}

body.mceContentBody{
	background-image:none;
	text-align:left;
	width:auto;
	padding:31px;
	font-family:inherit;
}

body .hidden{
	display:none !important;
}

body .flashreplace img.crossrefimage, body .flashreplace p.flashdescription{
	display:none;
}

body #previewmode{
	display:inline-block;
	position:fixed;
	z-index:10000;
	bottom:15px;
	background-color:#333;
	color:#FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	padding:0.7em;
	border-style:solid;
	border-color:#AAA;
	border-width:1px 1px 1px 0px;
	opacity:0.4;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";	
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    -webkit-border-top-right-radius:10px; 
    -moz-border-radius-topright:10px;
    -webkit-border-bottom-right-radius:10px; 
    -moz-border-radius-bottomright:10px;
	cursor:default;
}

body #previewmode:hover{
	opacity:0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";	
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}

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

#menubar{
	display:inline-block;
	float:left;
	position:relative;
	width:685px;
	height:95px;
}

#menubar ul {
	list-style:none;
	padding:0 0 0 0;
	margin:0;
}

#menubar ul.primary {
	position:relative;
	height:95px;
}

#menubar li{
	display:block;
	margin:0;
	padding:0;
	border:0;
}

#menubar ul.primary li.primary{
	float:left;
	height:95px;
}

#menubar ul li.primary:hover{
	background-image:url(../images/menu_over.png);
	background-repeat:repeat-x;
}

#menubar a{
	display:inline-block;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	text-decoration:none;
}

#menubar ul.primary li.primary a{
	font-size:1.2em;
	padding:10px 10px 0 10px;
}

#menubar ul.secondary {
	display:none;
	position:relative;
	overflow:hidden;
	background-image:url(../images/menu_secondary.png);
}

#menubar ul.secondary li.secondary a{
	font-size:0.9em;
	color:#6CAEDF;
	padding:5px 10px 0 10px;
}

#menubar ul.secondary li.secondary a:hover{
}

#menubar li.primary ul.activeprimary{
	display:block;
}

#menubar ul.secondary li.secondary a.activesecondary{
	background-image:url(../images/menu_secondary_active.png);	
}

#logobar{
	margin-left:695px;
	padding:10px 0 0 10px;
}

#logobar img{
	display:block;
}

#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;
	min-height:400px;
	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;
	color:#6CAEDF;
	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;
	color:#6CAEDF;
	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;
	color:#6CAEDF;
	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;
	color:#6CAEDF;
	margin-top:0em;
	margin-bottom:0.456em;		/* 0.456 of 1.1 = 0.5 of original */
}

.content h5{
	font-size:0.83em;
	color:#6CAEDF;
	margin-top:0em;
	margin-bottom:0.6em;		/* 0.6 of 0.83 = 0.5 of original */
}

.content h6{
	font-size:0.67em;
	color:#6CAEDF;
	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:#E9F3FA;
}

.content a:hover{
	color:#111;
	background-color:#E9F3FA;
}

.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:#E9F3FA;
}

#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:#6CAEDF;
}

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