@charset "UTF-8";
/*
Author: Brett Darnell | Woodridge Baptist Church
Author URI: http://www.woodridge.org
*/

/*
============================================================================
GENERAL
============================================================================
*/
html {
	width: 100%;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

body {
	background: #134069 url('images/background.jpg') repeat-x;
	display: table;
	width: 100%;
	height: 100%;
	color: #FFFFFF;
	font: 80%/125% Helvetica, Arial, sans-serif;
	line-height: 18px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h1, h2, h3, h4 {
	font: 100% Helvetica, Arial, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

ul	{
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

ol	{
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

li	{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

a {
	color: #ffffff;
	text-decoration: underline;
}

a:hover {
	color: #E7B909;
}

.no {
	display: none;
}

.clear {
	clear: both;
}


/*
============================================================================
CONTENT
============================================================================
*/

#top {
	margin: 0px auto 0px auto;
	width: 850px;
}

#woodridge {
	background: url('images/woodridge_logo.png') no-repeat;
	width: 140px;
	height: 83px;
	position: relative;
	margin: auto;
	padding: auto;
}

#dir_button {
	position: absolute;
	top: 0px;
	right: 100px;
	clear: both;
}

#dir_button a {
	display: block;
	background: #2776B1;
	color: #ffffff;
	text-decoration: none;
	margin-top: 0px;
	padding: 4px 11px 4px 11px;
	font: lighter 150%/160% Helvetica, Arial, sans-serif;
}

#dir_button a:hover {
	background: #E7B909;
	color: #ffffff;
}


#main_image {
	background: url('images/main_img.jpg') no-repeat;
	width: 1020px;
	height: 782px;
	padding: 15px 0px 0px 0px;
	margin: 0px auto 0px auto;
}

#title_bar {
	background: #113356;
	position: relative;
	margin-top: -425px;
	padding: auto;
	width: 100%;
	height: 75px;
}

#title {
	background: url('images/title.png') no-repeat center;
	margin: 0px auto 0px auto;
	padding-top: 30px;
	position: relative;
	height: 45px;
	width: 617px;	
}

#content {
	width: 850px;
	height: 640px;
	padding: 0px 0px 0px 0px;
	margin: 25px auto 15px auto;
}

#content_header {
    background: url('images/pp_info.png') no-repeat center;
	padding: auto;
	width: 825px;
	height: 150px;
	margin: 0px 0px 15px 0px;
}

#content_header h1 {
	font-weight:bold;
	line-height: 24px;
	font: lighter 160%/160% Helvetica, Arial, sans-serif; 
	text-transform: uppercase;
	padding: 0px 0px 5px 0px;
}

#content_header h2 {
	font-weight:200;
	line-height: 24px;
	font: lighter 130%/160% Helvetica, Arial, sans-serif; 
	padding: auto;
	float: left;
}

#video {
	background: #113356;
	width: 400px;
	padding: 15px 15px 15px 15px;
	margin: 25px 10px 0 10px;
	float: left;
}

#about {
	width: 350px;
	padding: 0px;
	margin: 15px 15px 0px 15px;
	float: right;
}

#about p {
	margin: 0px 0px 10px 0px;
	line-height: 20px;
}

#about h1 {
	font-weight:bold;
	line-height: 24px;
	font: lighter 190%/190% Helvetica, Arial, sans-serif; 
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 0px 0px 5px 0px;
}

#about h2 {
	font-style: italic;
	font: lighter 140%/110% Helvetica, Arial, sans-serif; 
	letter-spacing: 2px;
	padding: 0px 0px 5px 0px;
	margin: 10px 0px 10px 0px;
}

/*
============================================================================
FOOTER
============================================================================
*/

#footer {
	width: 850px;
	height: 50px;
	padding: 0px 0px 10px 20px;
	margin: 0px auto 0px auto;
}

#copyright {
	position: relative;
	color: #ffffff;
	font: lighter 80%/100% Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	padding: auto;
	margin: 10px auto 0px auto;
}

#address {
	position: relative;
	color: #ffffff;
	font: lighter 100%/100% Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	padding: auto;
	margin: 10px auto 0px auto;
}

