@charset "UTF-8";
/* CSS Document */

#ministry {  
    position:relative;
	float: none;  
    width: 100%;  
    text-align: center;  
	margin: 0;
	z-index:5000;
	left: 0;
	top: 0;
}  

.span-5 {
width: 182px;}

#panel {  
	background: #c60c0c;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;  
    -khtml-opacity: 0.90;  
    opacity: 0.90; 
    width: 100%;  
    position: relative;  
    top: 0px;  
    height: 24px;  
	margin: 0;
    z-index: 5000;  
    overflow: hidden;  
    text-align: left;  
	left: 0;
}  
#panel_contents {  
    height: 100%;  
    width: 990px;  
    z-index: 5000;
	margin-left:auto;
	margin-right:auto;
}  

#guide {  
    color: #FFF;  
    line-height: 18px;  
	text-align: center;
	margin: 12px auto 0 20px;
	font-size: 12px;
	font-weight:500;

}

#guide  a {
	color:#FFF;
	padding-left:5px;

}

#guide a:hover {
		text-decoration:underline;
}


#guide h2 {
	font-size:14px;
	font-weight:normal;
	color: #FFF;
	letter-spacing:200;
	background:#000;
	padding-left:5px;
	width:90%;
	margin-bottom:0;
}

#guide h1 {
	font-size:13px;
	font-weight:bold;
	color: #FFF;
	text-align:right;
}

#guide h3 {
	font-size:18px;
	font-weight:500;
	color: #FFF;
	text-align:left;
}

.pbutton a {
width: 110px;}

#prenav {
height:17px;
width:990px;
color: #FFF;  
line-height: 1.1em;  
text-align: right;
margin: 0;
font-weight:500;
position:relative;
top:5px;
z-index:5000;
font-size: 1em;
padding: 0;
max-height: 17px;
}


#prenav a, .panel_button a {font-size: 1em; color:#FFFFFF; padding-left: 10px; padding-bottom: 3px; padding-top: 3px;}

.panel_button a:hover, #prenav a:hover {font-size: 1em; color:#FFCCCC; padding-top: 3px;}

#wrapper {
position:fixed;
z-index:5000;
width:100%;
left:0;
top: 0;
}