@charset "utf-8";
/* CSS Document */

/* GLOBAL CSS SETUP */

img{
	max-width:100%;
/*	display:block;	*/
}

p, h1, h2, h3, 
h4, h5, h6 {
	margin:0.818em 0;
}

h1, h2, h3, 
h4, h5, h6 {
	color:#50C8E8;
	font-weight:normal;
}

p:first-child,
h1:first-child, h2:first-child, h3:first-child, 
h4:first-child, h5:first-child, h6:first-child{
	margin-top:0;
}

p:last-child,
h1:last-child, h2:last-child, h3:last-child, 
h4:last-child, h5:last-child, h6:last-child{
	margin-bottom:0;
}

h1{
	font-size:127.3%;	
}

h2{
	font-size:118.2%;
	text-decoration:none;
}

h3{
	font-size:109.1%;
}

h4{
}

h5{
	font-size:90.9%;
}

h6{
	font-size:81.8%;
}

a{
	font-style:italic;
	color:#333;
	text-decoration:none;
}

a:focus, a:hover{
	color:#111;
	background-color:#E9F8FC;
}

ul, ol{ 
	margin:0.5em 0em 0.5em 0em;
	padding:0em 0em 0em 25px;
}

ul {
	list-style-type:disc;
}

table{
	font-size:1em;
	margin-bottom:0.5em;
	border-collapse:collapse;
	max-width:100%;
}

table th, table td{
	padding:0.5em;
}

table#heading th, table#heading td{
	padding:0.25em 0.5em;
}

table:not(.borderlessCells) th, table:not(.borderlessCells) td{
	border:1px solid #e3f0fc;
}

.error{
	color:#C33;
    background: #FFEEEE url('../images/overlay.png') left top repeat-x; /* fallback color + image */
	border:1px solid #FFDDDD;
	padding:1em;
	margin:1em;
}

.left {
	float:left;
}

.right {
	float:right;
}

ul.left, ul.right {
	list-style:none;
	overflow:auto;
	padding:0;
	margin:0;
}

ul.left li, ul.right li{
	float:left;
	vertical-align:middle;
	margin:0;
	padding:0;
	border:0;
	line-height:20px;
}

ul.left li{
	padding-right:5px;
}

ul.right li{
	padding-left:5px;
}

li.divider{
	font-size:1.2em;
	color:#50C8E8;
}


/* SPECIFIC STYLES */

body{
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-color:#23263E;
}

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, .pp_pic_holder
{ 
	width:100%;  /* this will create a container 100% of the browser width */
	font-size:85%;
} 

#container{ 
	background:transparent;
	width:902px;
	margin:0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:15px;
} 

#logout {
	font-style:normal;
	float:right;
	text-decoration:none;
	color:#FFF;
}

#logout:focus, #logout:hover {
	background-color:transparent;
}

#subheader {
	color:#FFF;
/*	margin-bottom:0.5em;
*/}

#header{
	background-image:url(../images/header.png);
	min-height:95px;
	position:absolute;
	width:902px;
	z-index:15;
}

#header a:focus, #header a:hover
{
	background-color:transparent;
}

#menubar{
	display:inline-block;
	float:left;
	position:relative;
	z-index:15;
	width:685px;
	height:95px;
}

#menubar ul {
	list-style:none;
	padding:0 0 0 0;
	margin:0;
}

#menubar ul.menu_level_1 {
	position:relative;
	height:95px;
}

#menubar li{
	display:block;
	margin:0;
	padding:0;
	border:0;
}

#menubar ul.menu_level_1 > li
{
	float:left;
	height:95px;
}

#menubar ul.menu_level_1 > li:hover,
#menubar ul.menu_level_1 > li:focus
{
	background-image:url(../images/menu_over.png);
	background-repeat:repeat-x;
}

#menubar a, 
#menubar span
{
	font-style:normal;
	display:inline-block;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	text-decoration:none;
}

#menubar ul.menu_level_1 > li a,
#menubar ul.menu_level_1 > li span
{
	font-size:1.2em;
	padding:10px 10px 0 10px;
}

#menubar ul.menu_level_2
{
	display:none;
	position:relative;
	overflow:hidden;
	background-image:url(../images/menu_secondary.png);
}

#menubar ul.menu_level_2 > li a, 
#menubar ul.menu_level_2 > li span
{
	font-size:0.9em;
	color:#50C8E8;
	padding:5px 10px 0 10px;
}

#menubar ul.menu_level_1 > li a:hover,
#menubar ul.menu_level_1 > li span:hover,
#menubar ul.menu_level_1 > li a:focus,
#menubar ul.menu_level_1 > li span:focus,
#menubar ul.menu_level_2 > li a:hover,
#menubar ul.menu_level_2 > li span:hover
#menubar ul.menu_level_2 > li a:focus,
#menubar ul.menu_level_2 > li span:focus
{
	cursor:pointer;
}

#menubar ul.menu_level_2.hasactivepath
{
	display:block;
}

#menubar ul.menu_level_2 > li a.activeleaf
{
	background-image:url(../images/menu_secondary_active.png);	
}

#logobar{
	margin-left:695px;
	padding:10px;
}

#logobar img{
	float:right;
	display:block;
}

#mediabox {
	background-color:#FFF;
	height:490px;
	overflow:hidden;
	position:relative;
	z-index:1;
}

#mediabox .flashreplace object{
	display:block;
	position:relative;
	z-index:1;
}

#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;
	z-index:10;
	min-height:400px;
	background-image:url(../images/ContentMiddle.jpg);
	background-repeat:repeat-y;
	padding:0 31px;
}

a.rss_link{
	float:right;
	margin-right:0.393em;
	opacity:0.6;
	filter: alpha(opacity = 60);
	display:none;
}

a.rss_link:focus, a.rss_link:hover{
	opacity:1;
	filter: alpha(opacity = 100);
	background-color:transparent;
}

a.rss_link img{
	vertical-align:middle;
}

#active_list_item{
	background-color:#E9F8FC;
}

#footer{
	background-color:#FFF;
	background-image:url(../images/footer.jpg);
	background-repeat:repeat-x;
	min-height:36px;
	padding:0 16px;
	font-size:1.1em;
}

#subfooter{
	background-image:url(../images/footer_glow.png);
	background-repeat:repeat-x;
	min-height:20px;
}

#footer li{
	min-height:36px;
	line-height:36px;
	color:#000;
	overflow:hidden;
}

#footer li.divider{
	color:#50C8E8;
}

#footer li a{
	color:#000;
	font-style:normal;
	text-decoration:none;
}

#footer li a:focus, #footer li a:hover{
	background-color:transparent;
}

#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;
	font-style:normal;
	text-decoration:none;
}

#subfooter li a:focus, #subfooter li a:hover{
	background-color:transparent;
}
