/* @group CSS Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1.22em;
	font-family: inherit;
	vertical-align: baseline;
}

html {
	overflow-y: auto;
}

a {
	outline-color: invert;
	outline-style: none;
	outline-width: medium;
}

a img, :link img, :visited img {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol, ul {
	list-style: none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
}

strong {font-weight: bold;}
em {font-style: italic;}
.underline {text-decoration: underline;}
.green {color: #00ff00;}
.red {color: #ff0000;}
.blue {color: #0000ff;}
.yellow {color: #ffff00;}
.orange {color: #ff6600;}
.gold {color: #c49922;}

/* @end */

/* @group Structure */

body {
	color: #000;
	font-family: "Lucidia Grande", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: #051265 url(../images/body.png) repeat-x 0 0;
}

#wrapper {
	width: 850px;
	margin: 0 auto;
}

#container {
	width: 826px;
	text-align: left;
	border-left: 12px solid #fff;
	border-right: 12px solid #fff;
}

#header, #main-navigation, #main-navigation li.on ul, #content, #top-row ul, #btm-row ul, .media-item, .staff-row, .staff-entry, #ministries-body, #basic-body, .right-image, .left-image {
	display: inline-block;
}

#header, #main-navigation, #main-navigation li.on ul, #content, #top-row ul, #btm-row ul, .media-item, .staff-row, .staff-entry, #ministries-body, #basic-body, .right-image, .left-image {
	display: block;
}

#header:after, #main-navigation:after, #main-navigation li.on ul:after, #content:after, #top-row ul:after, #btm-row ul:after, .media-item:after, .staff-row:after, .staff-entry:after, #ministries-body:after, #basic-body:after, .right-image:after, .left-image:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* @end */

/* @group Container */

#container-top {
	width: 850px;
	height: 15px;
	margin-top: 15px;
	background: #fff url(../images/container-top.png) no-repeat 0 0;
}

#container-btm {
	width: 850px;
	height: 15px;
	margin-bottom: 15px;
	background: #fff url(../images/container-btm.png) no-repeat 0 bottom;
}

/* @group Header */

#header {
	height: 109px;
	width: 826px;
	background: url(../images/header.png) no-repeat 0 0;
}

#logo {
	width: 234px;
	height: 102px;
	background: url(../images/logo.png) no-repeat 0 4px;
	float: left;
}

#logo a {
	height: 0;
	padding-top: 102px;
	display: block;
	overflow: hidden;
}

#top-navigation {
	font-size: 75%;
	padding: 5px 4px 0 0;
	float: right;	
}

#top-navigation li {
	display: inline;
	padding: 0 3px 0 6px;
	border-left: 1px solid #000;
}

#top-navigation li#first {
	border-left: none;
}

#top-navigation li a {
	color: #000;
	text-decoration: none;
}

#top-navigation li a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Main Navigation */

#main-navigation {
	height: 25px;
	background: url(../images/main_navigaiton.png) no-repeat 0 0;
}

#main-navigation li {
	display: inline;
}

#main-navigation li a.tab-link {
	height: 0;
	padding-top: 25px;
	background: url(../images/main_navigaiton.png) no-repeat;
	display: block;
	overflow: hidden;
	float: left;
}

#main-navigation li#media-tab a.tab-link {
	width: 79px;
	background-position: 0 0;
}

#main-navigation li#media-tab a.tab-link:hover {
	background-position: 0 -25px;
}

#main-navigation li#media-tab-active a.tab-link {
	width: 79px;
	background-position: 0 -25px;
}

#main-navigation li#about-tab a.tab-link {
	width: 94px;
	background-position: -79px 0;
}

#main-navigation li#about-tab a.tab-link:hover {
	background-position: -79px -25px;
}

#main-navigation li#about-tab-active a.tab-link {
	width: 94px;
	background-position: -79px -25px;
}

#main-navigation li#news-tab a.tab-link {
	width: 65px;
	background-position: -173px 0;
}

#main-navigation li#news-tab a.tab-link:hover {
	background-position: -173px -25px;
}

#main-navigation li#news-tab-active a.tab-link {
	width: 65px;
	background-position: -173px -25px;
}

#main-navigation li#calendar-tab a.tab-link {
	width: 93px;
	background-position: -238px 0;
}

#main-navigation li#calendar-tab a.tab-link:hover {
	background-position: -238px -25px;
}

#main-navigation li#calendar-tab-active a.tab-link {
	width: 93px;
	background-position: -238px -25px;
}

#main-navigation li#prayer-tab a.tab-link {
	width: 74px;
	background-position: -331px 0;
}

#main-navigation li#prayer-tab a.tab-link:hover {
	background-position: -331px -25px;
}

#main-navigation li#prayer-tab-active a.tab-link {
	width: 74px;
	background-position: -331px -25px;
}

#main-navigation li#contact-tab a.tab-link {
	width: 107px;
	background-position: -405px 0;
}

#main-navigation li#contact-tab a.tab-link:hover {
	background-position: -405px -25px;
}

#main-navigation li#contact-tab-active a.tab-link {
	width: 107px;
	background-position: -405px -25px;
}

#main-navigation li ul.menus {
	/*put the subnavs below and hide them all*/
	width: 800px;
	height: 16px;
	padding: 8px 0 10px 4px;
	margin-top: 2px;
	top: 162px;
	display: none;
	position: absolute;
}

#main-navigation li.on ul {
	/*display active subnav list*/
	display: block;
	
}

#main-navigation li ul li {
	font-size: 75%;
}

#main-navigation li.on ul a, #main-navigation li.off ul a {
	color: #fff;
	width: auto;
	padding: 0 8px 0 8px;
	margin-top: 1px;
	border-left: 1px solid #fff;
	text-decoration: none;
	float: left;
}

#main-navigation li ul li.first a {
	border-left: none;
}

#main-navigation li ul li.active a, #main-navigation li.on ul a:hover, #main-navigation li.off ul a:hover {
	text-decoration: underline;
}

#main-navigation li.off:hover ul, #main-navigation li.over ul {
	/*  display the other topics when their parent is hovered */
	margin-top: 2px;
	display: block;
	z-index: 6000;
	background: #12239a url(../images/sub-nav-bkgd.png) repeat 0 0;
}

/* @end */

/* @group Sub Navigation */

#sub-navigation {
	height: 35px;
	background: #12239a url(../images/sub-nav-bkgd.png) repeat 0 0;
}

/* @end */

/* @group Content */

#content {
	padding-left: 7px;
	background: #fff url(../images/content.png) repeat-x 0 0;
}

#content p {
	font-size: 87.5%;
	line-height: 1.3em;
}

#content p.indent {
	text-indent: 20px;
}

#content-sidebar {
	width: 225px;
	padding: 0 10px 5px;
	margin-left: -2px;
	border-left: 2px solid #666;
	float: left;
}

#content-sidebar h3 {
	font-size: 92.5%;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	padding-bottom: 5px;
}

#content-sidebar h4 {
	font-size: 87.5%;
	font-weight: bold;
	text-decoration: underline;
	padding-bottom: 2px;
	margin-left: 10px;
}

#content-sidebar ul {
	margin-left: 10px;
}

#content #content-sidebar ul li {
	font-size: 75%;
	padding-bottom: 2px;
}

#content #content-sidebar li.active {
	color: #12239a;
	font-size: 92.5%;
}

#content #content-sidebar li a {
	color: #c49922;
	text-decoration: none;
}

#content #content-sidebar li a:hover {
	text-decoration: underline;
}

#content-sidebar .sermons {
	text-align: center;
}

#content-sidebar .sermons a {
	color: #000099;
	text-decoration: none;
}

#content-sidebar .sermons a:hover {
	text-decoration: underline;
}

#safe-subscribe {
	text-align: center;
}

#safe-subscribe a img {
	padding: 3px;
	border: 1px solid #0000cc;
}

#safe-subscribe a:hover img:hover {
	border: 1px solid #0000cc;
}	

/* @end */

/* @group Basic */

#basic {
	background: url(../images/content-bkgd.png) no-repeat 0 0;
	padding: 10px;
}

#basic-head {
	height: 125px;
	width: 789px;
	margin-bottom: 15px;
}

#media-basic-head {
	width: 789px;
	margin-bottom: 15px;
}

#basic-body {
	padding: 0 11px;
}

#basic-content {
	width: 511px;
	padding-right: 15px;
	border-right: 2px solid #666;
	float: left;
}

#basic-content h1 {
	font-size: 112.5%;
	font-weight: bold;
	font-variant: small-caps;
	padding-bottom: 20px;
}

#basic-content h2 {
	font-size: 92.5%;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: underline;
	padding-bottom: 20px;
}

#basic-content p {
	font-size: 75%;
	line-height: 1.4em;
	padding-bottom: 20px;
}

#basic-content ul, #basic-content ol {
	font-size: 75%;
	margin-left: 35px;
	padding-bottom: 10px;
}

#basic-content li {
	padding-bottom: 2px;
}

#basic-content ol li {
	list-style: decimal;
}

#basic-content ol.inset li {
	font-size: 125%;
	list-style: lower-alpha;
}

#basic-content ul.inset li {
	font-size: 125%;
}

/*divs containing the image*/
.right-image, .left-image {
	padding-bottom: 5px;
}

.image-right, .image-left {
	width: 205px;
	padding-bottom: 5px;
}

#basic-content .image-left {
	padding: 5px 10px 0 0;
	float: left;
}

#basic-content .image-right {
	padding: 5px 0 0 10px;
	float: right;
}

#basic-content img {
	border: 5px solid #666;
}

#basic-content a img:hover {
	border: 5px solid #999;
}

#basic-content a, #basic-content a:hover {
	color: #c49922;
	font-weight: bold;
	text-decoration: underline;
}

/* @end */

/* @group Slideshow */

#show {
	padding: 5px;
	background: #000 url(../images/slideshow-bkgd.png) no-repeat 0 0;
	float: left;
}

/* @end */

/* @group Main Links */

#main-links {
	width: 400px;
	height: 252px;
	padding: 5px;
	margin: 0 0 10px 7px;
	text-align: center;
	background: url(../images/home/links-bkgd.png) no-repeat 0 0;
	float: left;
}

#top-row li, #btm-row li {
	width: 125px;
	height: 30px;
	padding-top: 100px;
	margin-right: 12px;
	float: left;
}

#top-row li.last, #btm-row li.last {
	margin-right: 0;
}

#main-links li a {
	color: #fff;
	text-decoration: none;
}

#main-links li a:hover {
	color: #f3da57;
	text-decoration: underline;
}

#connect {
	background: url(../images/home/connect.png) no-repeat 0 0;
}

#connect:hover {
	background: url(../images/home/connect-active.png) no-repeat 0 0;
}

#missions {
	background: url(../images/home/missions.png) no-repeat 0 0;
}

#missions:hover {
	background: url(../images/home/missions-active.png) no-repeat 0 0;
}

#serve {
	background: url(../images/home/serve.png) no-repeat 0 0;
}

#serve:hover {
	background: url(../images/home/serve-active.png) no-repeat 0 0;
}

#journey {
	background: url(../images/home/journey.png) no-repeat 0 0;
}

#journey:hover {
	background: url(../images/home/journey-active.png) no-repeat 0 0;
}

#worship {
	background: url(../images/home/worship.png) no-repeat 0 0;
}

#worship:hover {
	background: url(../images/home/worship-active.png) no-repeat 0 0;
}

#organizations {
	background: url(../images/home/organizations.png) no-repeat 0 0;
}

#organizations:hover {
	background: url(../images/home/organizations-active.png) no-repeat 0 0;
}

/* @end */

/* @group Welcome */

#welcome-text {
	width: 395px;
	padding-bottom: 15px;
	float: left;
}

#welcome-text h1 {
	font-size: 100%;
	font-weight: bold;
	font-variant: small-caps;
	padding-bottom: 3px;
}

#welcome-text p {
	font-size: 75%;
	text-indent: 15px;
	line-height: 1.3em;
	padding-bottom: 10px;
}

#welcome-text a {
	color: #d6b508;
	text-decoration: none;
}

#welcome-text a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Current Sermon */

#current-sermon {
	width: 400px;
	height: 190px;
	margin: 0 0 0 7px;
	padding: 5px;
	background: url(../images/home/current-sermon-bkgd.png) no-repeat 0 0;
	float: left;
}

#sermon-text {
	color: #fff;
	font-style: italic;
	padding: 5px 0 0 2px;
	line-height: 1.3em;
}

#sermon-text a {
	color: #d6b508;
	text-decoration: none;
}

#sermon-text a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Media */

#media-basic-head p {
	color: #fff;
}

#media-basic-head a {
	color: #f4dd2d;
	text-decoration: none;
}

#media-basic-head a:hover {
	text-decoration: underline;
}

#basic #media-list {
	color: #000;
}

#basic .media-item {
	border-top: 2px solid #999;
	padding: 10px 0 20px;
}

#basic .media-info {
	width: 226px;
	float: left;
}

#basic .media-info h1 {
	font-size: 100%;
	font-weight: normal;
	font-variant: normal;
	padding-bottom: 2px;
}

#basic .media-info h2 {
	font-size: 112.5%;
	font-weight: normal;
	font-variant: normal;
	padding-bottom: 2px;
	text-decoration: none;
}

#basic .media-info p {
	padding-bottom: 0;
	margin-bottom: 0;
}

#basic .media-item .audio, #basic .media-item .windows, #basic .media-item .podcast {
	color: #000;
	font-size: 75%;
	width: 75px;
	height: 20px;
	margin: 0 10px;
	padding-top: 65px;
	text-align: center;
	float: left;
}

#basic .audio a, #basic .windows a, #basic .podcast a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

#basic .audio a:hover, #basic .windows a:hover, #basic .podcast a:hover {
	text-decoration: underline;
}

.media-item .audio {
	background: url(../images/media/media-audio.png) no-repeat center top;
}

.media-item .windows {
	background: url(../images/media/media-windows.png) no-repeat center top;
}

.media-item .podcast {
	margin-right: 0;
	background: url(../images/media/media-podcast.png) no-repeat center top;
}

#basic .sermon-archive {
	color: #000;
	width: 214px;
	padding: 0 0 10px 10px;
	margin-left: -2px;
	float: left;
}

#basic .sermon-archive h3 {
	font-size: 112.5%;
	font-weight: normal;
	padding-bottom: 5px;
	text-align: center;
	text-transform: uppercase;
}

#basic .monthly-archive h4 {
	font-size: 85%;
	font-weight: normal;
	padding: 10px 0 10px 10px;
	margin: 0;
	text-decoration: none;
	border-top: 2px solid #666;
}

#basic .monthly-archive h4 a {
	color: #000;
	text-decoration: none;
}

#basic .monthly-archive h4 a:hover {
	text-decoration: underline;
}

#basic .sermon-archive p {
	font-size: 75%;
	padding-bottom: 10px; 
}

/* @end */

/* @group Staff */

#staff {
	width: 791px;
	padding: 10px 9px;
	background: url(../images/content-bkgd.png) no-repeat 0 0;
}

.staff-row {
	margin-bottom: 34px;
}

.staff-entry {
	width: 363px;
	height: 116px;
	padding: 10px 7px;
	float: left;
}

#top-row .staff-entry {
	background: #232534 url(../images/staff/top-row-bkgd.png) no-repeat 0 0;
}

#mid-row .staff-entry {
	background: #232534 url(../images/staff/mid-row-bkgd.png) no-repeat 0 0;
}

#btm-row .staff-entry, .row .staff-entry {
	background: #232534 url(../images/staff/btm-row-bkgd.png) no-repeat 0 0;
}

#btm-row {
	margin-bottom: 10px;
}

#staff-entry-blank {
	float: left;
}

.first-entry {
	margin-right: 36px;
}

.staff-entry img {
	width: 87px;
	height: 113px;
	float: left;
}

.staff-info {
	color: #fff;
	width: 265px;
	padding-left: 5px;
	line-height: 1.2em;
	float: left;
}

.staff-info h1 {
	color: #f7c231;
	font-size: 100%;
	padding-bottom: 2px;
}

.staff-info h1 a, .staff-info h1 a:hover {
	color: #f7c231;
	text-decoration: underline;
}

.staff-info h2 {
	font-size: 112.5%;
}

#staff .staff-info p {
	font-size: 75%;
	line-height: 1.3em;
}

.elder-image img {
	width: 125px;
	height: 116px;
	margin-right: 3px;
}

.elder-info {
	color: #fff;
	width: 230px;
	padding-left: 5px;
	line-height: 1.2em;
	float: left;
}

.elder-info h3 {
	color: #f7c231;
	font-size: 100%;
	padding-bottom: 2px;
}

.elder-info a {
	color: #f7c231;
	text-decoration: none;
}

.elder-info a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Ministries */

#ministries {
	background: url(../images/content-bkgd.png) no-repeat 0 0;
	padding: 10px;
}

#ministries-head {
	height: 125px;
	width: 789px;
	margin-bottom: 15px;
	text-indent: -9999px;
	background: url(../images/ministries/ministries-head.png) no-repeat 0 0;
}

#ministries-body {
	padding: 0 11px;
}

#ministries-body-left {
	width: 310px;
	margin-right: 70px;
	float: left;
}

#ministries-body-right {
	float: left;
}

#ministries-body #reach {
	padding-top: 60px;
	background: url(../images/ministries/ministries-reach.png) no-repeat 0 0;
}

#ministries-body #equip {
	padding-top: 60px;
	background: url(../images/ministries/ministries-equip.png) no-repeat 0 0;
}

#ministries-body #adore {
	padding-top: 60px;
	background: url(../images/ministries/ministries-adore.png) no-repeat 0 0;
}

#ministries-body #love {
	padding-top: 60px;
	background: url(../images/ministries/ministries-love.png) no-repeat 0 0;
}

#ministries-body #support {
	padding-top: 60px;
	background: url(../images/ministries/ministries-support.png) no-repeat 0 0;
}

#ministries-body #para {
	padding-top: 60px;
	background: url(../images/ministries/ministries-para.png) no-repeat 0 0;
}

#ministries-body ul {
	margin-bottom: 15px;
}

#ministries-body ul li {
	font-size: 92.5%;
	margin-left: 5px;
	padding-bottom: 2px;
}

#ministries-body ul li a {
	color: #c49922;
	text-decoration: underline;
}

#ministries-body ul li a:hover {
	text-decoration: underline;
}

#ministries-content {
	width: 511px;
	padding-right: 15px;
	float: left;
}

#ministries-content h1 {
	font-size: 112.5%;
	font-weight: bold;
	font-variant: small-caps;
	padding-bottom: 20px;
}

#ministries-content h2 {
	font-size: 92.5%;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: underline;
	padding-bottom: 20px;
}

#ministries-content p {
	font-size: 75%;
	line-height: 1.4em;
	padding-bottom: 20px;
}

#ministries-content ul {
	font-size: 75%;
	margin-left: 35px;
	padding-bottom: 5px;
}

#ministries-content a, #ministries-content a:hover {
	color: #c49922;
	font-weight: bold;
	text-decoration: underline;
}

/* @end */

/* @group Footer */

#footer {
	color: #fff;
	font-size: 75%;
	line-height: 1.3em;
	height: 100px;
}

#footer p {
	padding-bottom: 5px;
}

#footer span {
	padding: 0 5px;
}

#footer a {
	color: #d6b508;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* @end */