@charset "utf-8";
#page_wrapper {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin: 0 auto;
	text-align: left;

}
.onionskin_left { 
	min-width: 980px; 
	max-width: 1100px; 
	background: url(../images/onion_left.png) repeat-y left; 
	padding-left: 16px;
	margin:  0 auto;
}
.onionskin_right {
	background: url(../images/onion_right.png) repeat-y right; 
	padding-right: 16px; 
}

.content_wrapper { 
	clear: both;  
	text-align: left;
}
/* Logged Status */
#logged_status {
	text-align:  right;
	padding: 1em;
}
	#logged_status form { padding:  0; margin: 0;}
	#logged_status label { padding: 0 1em; width: 5em; float: left;}
	#logged_status input { float:  left; margin: 0 1em;}
	
#header {
	clear: both;
	min-height: 100px;
	position: relative;
}
#banner_wrapper {
	position: relative;
	background-color: #f9f9f9;
}
#logo {
	position: absolute;
	left: 0;
	top: 0;
	padding: 1em 0 0 20px;
}
#logo a {
	background-color: transparent;
}
#breadcrumbs {
	clear: both;
	padding: 8px 2%;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	background: url(../images/breadcrumb_bg.gif) repeat-x top;
}
	#breadcrumbs a {}

/* Column Layout Styles */
.col {	float: left; }
.col_spacer {
	padding: 0 1.5em;
}
/*  Center column Styles, for 3 cols, 2cols left and right aligned and Single column  */
.middle-3col, .middle-2col, .singlecol {}

.singlecol { width: 100%;  }


.middle-2col { 	width: 74%;  				}
.LHS-2col {		width: 26%; 				}
.RHS-2col { 	width: 26%; float: right; 	}


.middle-3col {	width: 52%;		}
.LHS-3col { 	width: 24%;  	}
.RHS-3col { 	width: 24%;  	}

.RHS-3col {
	float: right;
}

.equal3col {
	width: 33%;
}

/* Footer stuff, including bottom buttons  */
#footer {
	margin: 5em 0 0 0;
	background: url(../images/footer_bg.jpg) repeat-x top center;
	position: relative;
	min-height: 120px;
}
#footer_logos {
	text-align: center;
}
#footer_logos img { margin: 0 10px;}
#footer_logos a { background: none;}

#contact_details {
	position: absolute;
	left: 0;
	top: 5em;
	text-align: left;
}

#address {
	position: absolute;
	right: 0em;
	top: 1.8em;
	text-align: right;
}
#address p, #contact_details p {
	margin: 0;
	padding: 0;
	line-height: 125%;
	color: black;
	padding-right: 1em;
}
#address p span, #contact_details p span  {
	background-color: #e9b80d;

}
#verseOne {
	color: #8d8d8d;
	text-align: center;
	line-height: 16px;
	margin-top:0.5em;
	padding: .5em;
	font-size: 90%;
}
#verseOne a { text-decoration: none;}
#verseOne a:hover { }
#verseOne img { vertical-align: middle;}
