
div#main_holder {
	position:absolute;
	height:100%;
	width:915px;
	height:auto;
	left:50%;
	margin-left:-457.5px;
	margin-top:10px;
	z-index:1;
	}
	
span#tagline_top {
	position:absolute;
	top:10px;
	left:10px;
	z-index:2;
	color:#9edce1;
	font-size:1.1em;
	font-family:arial narrow,arial;
	font-weight:normal;
	}
	
	span#tagline_top a {
		color:#fff;
		text-decoration:none;
		}
		
body, html {
	height:100%;
	margin:0px;
	}

#ss_iframe {
	position:absolute;
	z-index:20;
	background-color:transparent;
	display:none;
	top:0px;
	left:0px;
	width:100%;
	}
	
#greyout {
	position:absolute;
	display:none;
	background-color:#333;
	width:100%;
	height:100%;
	filter: Alpha(Opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	z-index:101;
	}
	
	
div#bkgd_black {
	position:absolute;
	width:915px;
	height:700px;
	left:50%;
	margin-left:-457.5px;
	background:#000;
	filter: Alpha(Opacity=55);
	-moz-opacity:0.55;
	-khtml-opacity: 0.55;
	opacity: 0.55;
	z-index:0;
	top:128px;
	}
	
div#bkgd_content_black_full {
	position:absolute;
	width:889px;
	height:255px;
	left:50%;
	margin-left:-444.5px;
	background:#000;
	filter: Alpha(Opacity=55);
	-moz-opacity:0.55;
	-khtml-opacity: 0.55;
	opacity: 0.55;
	z-index:0;
	top:180px;
	}
	
div#bkgd_content_black_left {
	position:absolute;
	width:670px;
	height:255px;
	left:50%;
	margin-left:-444.5px;
	background:#000;
	filter: Alpha(Opacity=55);
	-moz-opacity:0.55;
	-khtml-opacity: 0.55;
	opacity: 0.55;
	z-index:0;
	top:180px;
	}
	
div#bkgd_content_main_full {
	position:absolute;
	width:889px;
	height:auto;
	left:50%;
	margin-left:-444.5px;
	background:transparent;
	z-index:1;
	top:180px;
	}
	
div#bkgd_content_main_left {
	position:absolute;
	width:670px;
	height:auto;
	left:50%;
	margin-left:-444.5px;
	background:transparent;
	z-index:1;
	top:180px;
	}
	
div#subnav_container {
	position:absolute;
	float:right;
	width:220px;
	height:auto;
	top:170px;
	right:0px;
	z-index:101;
	}
	
	div#subnav_container ul {
		list-style:disc;
		list-style-position:inside;
		}
	
	div#subnav_container ul li {
		padding:0 0 4px 0;
		margin:0 0 0 -10px;
		}
	
	div#subnav_container ul li a {
		color:#fff;
		font-size:1.1em;
		text-decoration:none;
		}
		
	div#subnav_container ul li a:hover {
		font-size:1.2em;
		}
		
	div#subnav_container ul ul {
	list-style: none;
	margin: 5px 0 0 25px;
	padding-left: 0;
	text-indent: 0;

	}
		
	div#subnav_container ul ul li {
		line-height:1.4em;
		padding:0 0 4px;
		font-size:.8em;
	}
	
	div#bkgd_content_main_full div#content, div#bkgd_content_main_left div#content {
		position:relative;
		float:left;
		width:100%;
		height:auto;
		color:#fff;
	}
	
	h2.headline {
		color:#fd4239;
		margin:0 0 8px 0;
		font-size:1.4em;
		}
		
	h3.headline {
		color:#fd4239;
		margin:0 0 8px 0;
		font-size:1em;
		}
		
	div#bkgd_content_main a {
		color:#fd4239;
	}
	
div#main {
	position:absolute;
	z-index:29;
	top:135px;
	left:50%;
	margin-left:-450.5px;
	width:901px;
	height:30px;
	background-color:transparent;
	}
	
a.popuplink, span.popuplink {
	color:#457e81;
	}
	
.popuplink:hover {
	cursor:pointer;
	color:blue;
	}
	
div#line_one_top {
	position:absolute;
	z-index:4;
	top:22px;
	left:0px;
	width:100%;
	height:12px;
	border-style:solid;
	border-width:0 1px 3px 1px;
	border-color:#9ddbe0;
	}
	
div#line_two_top {
	position:relative;
	width:100%;
	top:6px;
	height:5px;
	border-style:solid;
	border-width:3px 0 0 0;
	border-color:#457e81;
	}
	
	
div#line_one_bottom {
	clear:both;
	position:absolute;
	z-index:4;
	top:285px;
	width:100%;
	height:12px;
	border-style:solid;
	border-width:3px 1px 0 1px;
	border-color:#9ddbe0;
	}
	
div#line_two_bottom {
	position:relative;
	width:100%;
	top:3px;
	height:5px;
	border-style:solid;
	border-width:3px 0 0 0;
	border-color:#457e81;
	}

	
	
div#mod_ministry {
	position:absolute;
	z-index:3;
	width:901px;
	height:278px;
	top:185px;
	left:50%;
	margin-left:-450.5px;
	background-color:transparent;
	}
	
	div.ministry {
		position:relative;
		float:left;
		width:291px;
		margin-left:7px;
		height:100%;
		background-color:transparent;
		}
		
		div.ministry_header {
			position:relative;
			width:100%;
			height:50px;
			background-image:url("../images/stpete_13.jpg");
			background-repeat:repeat-x;
			filter: Alpha(Opacity=65);
			-moz-opacity:0.65;
			-khtml-opacity: 0.65;
	opacity: 0.65;
			}
			
		div.ministry_main {
			position:relative;
			margin-top:3px;
			width:100%;
			height:194px;
			filter: Alpha(Opacity=95);
			-moz-opacity:0.95;
			-khtml-opacity: 0.95;
	opacity: 0.95;
			}
			
		div.ministry_main:hover {
			filter: Alpha(Opacity=100);
			-moz-opacity:1;
			-khtml-opacity: 1;
	opacity: 1;
			}
			
		div.ministry_footer {
			position:relative;
			width:100%;
			margin-top:3px;
			height:28px;
			background-image:url("../images/stpete_27.jpg");
			background-repeat:repeat-x;
			filter: Alpha(Opacity=65);
			-moz-opacity:0.65;
			-khtml-opacity: 0.65;
	opacity: 0.65;
			}
			
div#footer {
	display:none;
	position:absolute;
	width:100%;
	height:30px;
	left:0px;
	top:350px;
	}
	
	div#footer div {
		margin:14px;
		background:transparent;
		border-style:solid;
		border-width:1px 0 0 0;
		border-color:#fff;
		}
		
		div#footer div span#left {
			float:left;
			position:relative;
			margin:10px 0 0 0;
			font-size:.8em;
			color:#fff;
			}
		div#footer div span#right {
			float:right;
			position:relative;
			margin:10px 0 0 0;
			font-size:.8em;
			color:orange;
			}