@charset "utf-8";

html { 
	overflow-y: scroll; /* Always shows vertical scrollbars to stop content shift between long and short pages. */
}
body {
	font: 14px/20px "Century Gothic", Arial, sans-serif;
	background: url(../images/bg_body.jpg) repeat-x;
	margin: 0;	
}
img {  
	border-style: none; /* Removes generic image border. */
}
a {
	font-weight: bold;
	color: #3356e3;
	outline: none; /* Removes dotted effect surrounding links in Mozilla based browsers. */
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
h1 , h2{
	font-size: 20px;
	font-weight: bold;
	color: #3356e3;
	padding: 0;
	margin: 0;
}
h3 {
	font-size: 14px;
	padding: 0;
	margin: 0;
}
p {
	padding: 0;
	margin: 15px 0 0 0;
}
table {
	margin-top: 5px;
}
th , td  {
	padding: 10px 15px;
}
th {
	background-color: #EBEBEB;
	text-align: center; /* Necessary to declare or IE7 aligns left. */
	border-top: 15px solid #FFF;
}
td {
	background-color: #D9E7F2;
	padding-top: 7px;
}
.clear {
	clear: both;
}
.inline-image {
	margin-top: 20px;
}
.boxed {
	background-color: #EBEBEB;
	padding: 10px 15px 12px 15px;
}
.boxed span {
	display: block;
	margin-bottom: 10px;
}
.boxed .small-text {
	font-size: 11px;
	margin-bottom: 0px;
}
#wrapper {
	width: 906px;
	margin: 0 auto;
}
#header {
	background-image: url(../images/bg_header.jpg);	
	height: 180px;
	border: 3px solid #FFF; 
	border-top: 0;
	border-bottom: 0;
	position: relative;
}
#logo {
	background-image: url(../images/bethel.png);
	text-indent: -100em;
	overflow: hidden;
	height: 103px;
	width: 305px;
	float: left; /* Required to fix weird background image crop on header (probably something to do with position relative). */
	margin: 21px 0 0 21px;
}
#logo a {
	display: block;
	height: 103px;
	width: 305px;
}
#strapline {
	background-image: url(../images/strapline.png);
	text-indent: -100em;
	overflow: hidden;
	height: 23px;
	width: 405px;
	position: absolute;
	left: 346px;
	top: 101px;
}
#navigation {
	height: 35px;
	width: 900px;
	padding: 0;
	margin: 0;	
	position: absolute;
	bottom: 0px;
	left: 2px;
	list-style: none;	
}
#navigation li {
	height: 35px;
	width: 146px;
	float: left;
	margin-right: 4px;
}
#navigation li .last {
	margin-right: 0px;
}
#navigation a , #navigation li.active{
	font-weight: normal;
	text-transform: capitalize;
	text-decoration: none;
	line-height: 35px;
	color: #FFF;
	background-image: url(../images/bg_nav.png);
	display: block;
	text-align: center;
	height: 35px;	
	width: 146px;
}
#navigation li.active {
	font-weight: bold;
	background-position: 0px 35px;
}
#navigation a:hover {
	background-position: 0px 70px;
}
#content {
	background-color: #E1E1E1;
	padding: 0 15px 15px;
	border: 3px solid #FFF;	
}
.left, .right {
	background-color: #FFF;
	padding: 15px;
	margin-top: 15px;
	border: 2px solid;
	-moz-border-radius: 10px 10px 10px 10px; 
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px; /* CSS3 for rounded corners in Webkit and Mozilla (Javascript used for IE). */
}
.left {
	float: left;
	width: auto;
	border-color: #3356e3;
}
.right {
	float: right;
	width: auto;
	border-color: #999;
}
.image {
	text-indent: -100em;  
	overflow: hidden;
	padding: 0px; /* Style removes text from visible area of the page. Images need to be background images rather than HTML to allow round corners to function correctly. */
}
#footer {
	font-size: 10px;
	line-height: normal;
	color: #FFF;
	background-image: url(../images/bg_footer.png);	
	text-align: center;
	height: 25px;
	padding-top: 6px;	
}
#footer span {
	padding-right: 15px;
}
#footer span a {
	text-decoration: none;
	color: #FFF;
}
#footer span a:hover {
	text-decoration: underline;
}
#footer .divider {
	padding: 0 30px 0 15px;
}
