
/*
	(1) html elements
	(2) global structures
	(3) formatting for global structures
	(4) general purpose */

/*
	(1) html elements */
body {
	margin: 0;
	margin-top: 20px;
	padding: 0;
	font-family: arial, helvetica;
	font-size: 75%;
	color: #000;
}

h1 {
	font-size: 1.4em;
	padding: 0;
	margin: 5px 0 8px 0;
}

h2 {
	font-size: 1.2em;
	padding: 0;
	margin: 3px 0 4px 0;
}

p {
	padding: 0;
	margin: 5px 0 10px 0;
}

a img {
	border: none;
}

form {
	margin: 0;
	padding: 0;
}
	
/*
	(2) global structures */
	
	
#main {
	background: #fff url(../images/bg_main_home.gif) 36px 0px no-repeat;
	width: 840px;
	margin: 0 auto;
}

#header {
	height: 128px;
}

#logo {
	float: left;
	padding-top: 13px;
	padding-left: 50px;
}

#utility-nav {
	float: right;
	width: 422px;
	height: 60px;
	padding-top: 12px;
	padding-left: 10px;
	background: transparent url(../images/bg_utility_nav.gif) 0 0 no-repeat;
	
}

#identity {
	padding-left: 250px;
}

#content-secondary {
	width: 152px;
	padding: 80px 12px 0 4px;
	float: left;
}

#content-primary {
	width: 405px;
	margin-top: 6px;
	float: left;
	line-height: 1.7em;
}

#home-nav {
	background: transparent url(../images/nav/bg_homenav_bottom.gif) bottom left no-repeat;
}

#callout {
	float: right;
	width: 235px;
	margin-top: -50px;
	padding-right: 5px;
}

#featured-message {
	background: transparent url(../images/home_banners/bnr_message_alt_right.gif) 0 0 no-repeat;
	/*home_banners/bnr_message_dan_right.gif*/
	margin-top: 4px;
	width: 186px;
	height: 35px;
	padding: 55px 12px 0 0px;
	font-size: .9em;
	text-align: right;
}

#featured-message.alt {
	background-image: url(../images/home_banners/bnr_message_alt_right.gif);
}

#footer {
	clear: both;
	margin: 15px 0;
	text-align: center;
}

/*
	(3) formatting for global structures */

#utility-nav ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 5px;

}

#utility-nav ul li {
	margin: 0;
	padding: 0;
	display: inline;
}

#utility-nav ul li a {
	margin: 0;
	padding: 0;
}

#utility-nav ul li img {
	float: left;
}

#utility-nav form {
	padding-right: 10px;
	font-size: .9em;	
}

#utility-nav input {
	font-size: .9em;	
}

#utility-nav #txtSearch {
	width: 80px;
	margin-right: 5px;
	float: left;
}

#utility-nav #txtGo {
	float: left;
}

#utility-nav #ddlQuestions {
	width: 280px;
	margin-left: 6px;
	font-size: .9em;
}


#identity img {
	float: left;
}

/* overwrite caption element rules for content-secondary element */
#content-secondary div.caption { width: 152px; margin-top: 10px; }
#content-secondary div.caption-body { padding: 10px; font-size: .9em;}

/* overwrite caption element rules for content-primary element */
#content-primary div.caption { width: 418px; background-image: url(../images/bg_caption_top_wide_khaki.gif); }
#content-primary div.caption-body { padding: 10px 20px; background-image: url(../images/bg_caption_bottom_wide_khaki.gif); }

/*
#callout ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#callout ul li {
	margin: 0;
	padding: 35px 20px 0 25px;
	width: 182px;
	height: 92px;
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
	cursor: hand;
}

#callout #worship { background-image: url(../images/callout_worship.jpg); }
#callout #grow { background-image: url(../images/callout_grow.jpg); }
#callout #serve { background-image: url(../images/callout_serve.jpg); }
#callout #about { background-image: url(../images/callout_about.jpg); }
#callout #welcome { background-image: url(../images/callout_welcome.jpg); }

#callout a {
	text-decoration: none;
	color: #000;
	font-size: 1.2em;
	font-weight: normal;
}

#callout a.sermon-link {
	font-size: .9em;
}

#callout a.feature {
	text-decoration: underline;
	font-size: .9em;
	color: #000;
	margin-top: 7px;
	display: block;
}
*/

#callout ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#callout ul li {
	margin: 0;
	padding: 0;
}


/* homenav */
#home-nav ul {
	background: transparent url(../images/nav/bg_homenav_top.gif) top left no-repeat;
	list-style: none;
	margin: 0;
	padding: 20px 0 25px 0;
}

#home-nav ul li {
	margin: 0;
	padding: 0;
	display: inline;
}

#home-nav ul li a {
	display: block;
	padding: 8px 0 4px 20px;
	height: 20px;
	color: #000;
	text-decoration: none;
	background: transparent url(../images/nav/bg_homenav_item.gif) bottom left no-repeat;
}

#home-nav ul li a:hover {
	background-image: url(../images/nav/bg_homenav_item_active.gif);
	color: #fff;
	font-style: italic;
	font-weight: bold;
}


#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

#footer ul li a {
	background: transparent url(../images/bg_sep_footer.gif) 0 2px no-repeat;
	padding-left: 6px;
	padding-right: 4px;
	color: #000;
	font-size: .9em;
}

#footer ul li.first a {
	padding-left: 0;
	background-image: none;
}

#sub-ministries {
	position: absolute;
	background-color: orange;
	margin-top: 10px;
}

#utility-nav #sub-ministries li {
	display: block;
	padding-left: 100px;
}

/*
	(4) general purpose */


div.caption {
	margin-top: 10px;
	padding-top: 15px;
	margin-bottom: 10px;
	background: transparent url(../images/bg_caption_top_blue.gif) 0 0 repeat-y;
}

div.caption-body {
	background: transparent url(../images/bg_caption_bottom_blue.gif) bottom left no-repeat;
}

#vision-events { 
	float: right;
}

#current-events {
	background-image: url(../images/home_banners/bg_feature-pink.gif)
}

#current-events div.feature-body {
	background-image: url(../images/home_banners/bg_feature_bottom-pink.gif);
}

div.feature {
	background: transparent url(../images/home_banners/bg_feature.gif) 0 0 no-repeat;
	float: left;
	margin-top: 10px;
	margin-bottom: 15px;
}

div.feature-body {
	width: 160px;
	padding: 15px 20px 10px 20px;
	background: transparent url(../images/home_banners/bg_feature_bottom.gif) bottom left no-repeat;

}

div.feature h2 {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	text-align: center;
}

div.feature {
	line-height: 1.2em;
}

div.clear {
	clear: both;
}

select.questions {
	font-size: .9em;
}

.left {
	float: left;
	margin-right: 10px;
}

.right {
	float: right;
	margin-left: 10px;
}
