/* =Pre-hide
----------------------------------------------------------------------*/

#ministry_menu,
#pane_members,
.sub_nav
{
	display: none;
}

.sub_nav.alt
{
	display: block;
}

/* =Basic HTML
----------------------------------------------------------------------*/

body
{
	background: #f9f6ef;
	/*color: #807464;*/
        color: #61594f;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif; 
	margin: 0;
	position: relative;
}

a
{
	color: #963;
	text-decoration: none;
}

em
{
	background: none;
}

blockquote
{
	color: #678193;
	font-family: Georgia, Times, "Times New Roman", serif;
}

p {
	font-size:13px;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	line-height: 1;
	margin: 0;
	padding: 15px 0 5px;
}

h1
{
	font-size: 25px;
	font-weight: bold;
	padding-top: 0;
}

h2
{
	color: #796141;
	font: bold 20px Georgia, Times, "Times New Roman", serif;
}

h3
{
	color: #a45f26;
	font-size: 16px;
	font-weight: bold;
}

h4
{
	color: #9a9082;
	font-size: 14px;
	font-weight: bold;
}

h5
{
	color: #630;
	font-size: 14px;
	font-weight: normal;
}

h6
{
	color: #2b5d80;
	font-size: 14px;
	font-weight: normal;
}

/* =Misc Classes
----------------------------------------------------------------------*/

.center
{
	text-align: center;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

p.bubble
{
	background: #ddc url(../../img/site/p_bubble.gif) no-repeat;
	border-bottom: 1px solid #987;
	color: #321;
	padding: 50px 20px 20px;
}

/* =Accessibility
----------------------------------------------------------------------*/

#access
{
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -99999px;
	width: 0;
	height: 0;
}

/* =Header
----------------------------------------------------------------------*/

#header,
#header .container
{
	background-position: center top;
	background-repeat: repeat-x;
	height: 143px;
}

#header
{
	width: 100%;
}

#header .container
{
	overflow: hidden;
	position: relative;
}

/* =Logo
----------------------------------------------------------------------*/

#logo,
#logo a
{
	display: block;
	width: 224px;
	height: 44px;
}

#logo
{
	position: absolute;
	top: 52px;
	left: 0;
}

#logo a
{
	background-repeat: no-repeat;
	font-size: 0;
	text-indent: -99999px;
}

/* =Campus Links
----------------------------------------------------------------------*/

#header dl
{
	color: #ccc;
	font: 11px Arial, sans-serif;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0;
	width: 610px;
	height: 26px;
}

#header dt,
#header dd
{
	display: inline;
	float: left;
}

#header dt
{
	font-style: italic;
	font-weight: normal;
	padding: 7px 10px 0 0;
	text-transform: lowercase;
}

#header dd
{
	margin: 0;
	padding: 7px 0 0;
	text-transform: uppercase;
}

#header dd a
{
	border-style: solid;
	border-width: 1px;
	color: #ccc;
	padding: 3px 10px 2px;
}

#header dd a:hover
{
	color: #fff;
}

#header dd.current a
{
	background: none;
	border: 0;
	color: #fff;
	cursor: default;
	font-weight: bold;
	text-decoration: underline;
}

#header dd.alt a
{
	background: none;
	border: 0;
	font-weight: normal;
	padding-left: 15px;
	padding-right: 5px;
}

/* =Header Search
----------------------------------------------------------------------*/

#header form
{
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	width: 228px;
	height: 33px;
}

#header form p
{
	margin: 0;
	padding: 0;
}

#header label
{
	display: block;
	overflow: hidden;
	width: 0;
	height: 0;
}

#search_field
{
	background: transparent;
	border: 0;
	color: #a19d8d;
	font: 11px Arial, sans-serif;
	position: absolute;
	top: 8px;
	left: 13px;
	width: 175px;
	height: 14px;
}

#search_field:focus
{
	color: #000;
}

#search_button
{
	border: 0;
	cursor: pointer;
	font-size: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 5px;
	right: 4px;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	width: 20px;
	height: 20px;
}

/* =Navigation
----------------------------------------------------------------------*/

#header ol
{
	list-style: none;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	position: absolute;
	top: 114px;
	left: 0;
	width: 950px;
	height: 29px;
}

#header li
{
	float: left;
	padding: 0 1px 0 0;
	width: 157px;
}

#header ol a
{
	background: url(../../img/site/header_tab.png);
	color: #ccc;
	display: block;
	line-height: 29px;
	text-align: center;
	width: 157px;
	height: 29px;
}

#header ol a:hover
{
	color: #fff;
	text-decoration: underline;
}

#header ol li.alt a
{
	background: #ddb url(../../img/site/header_tab_alt.gif);
	color: #654;
}


/* =Sub Navigation
----------------------------------------------------------------------*/

.sub_nav li.active a {
	text-decoration: underline;
	}

.sub_nav,
.sub_nav ul
{
	background: url(../../img/site/sub_nav.gif) repeat-x bottom left;
}

.sub_nav
{
	border-bottom: 1px solid #cca;
	font-size: 11px;
	font-weight: bold;
	width: 100%;
	height: 32px;
}

.sub_nav ul
{
	border-bottom: 1px solid #cca;
	line-height: 32px;
	list-style: none;
	overflow: hidden;
	margin: 0 auto -1px;
	width: 950px;
	height: 32px;
}

.sub_nav li
{
	float: left;
}

.sub_nav a
{
	color: #654;
	display: block;
	padding: 0 15px;
	height: 32px;
}

.sub_nav li.alt a
{
	color: #000;
	background: url(../../img/site/sub_nav_arrow.gif) no-repeat center bottom;
}

.sub_nav a:hover,
.sub_nav li.alt a:hover,
#header ol li.alt a:hover
{
	color: #a45f26;
	text-decoration: underline;
}

/* =Article
----------------------------------------------------------------------*/

#article
{
	background: #fff url(../../img/site/article.gif) repeat-y;
	border-top: 1px solid #ddd;
	float: left;
	margin-right: 14px;
	padding: 20px 30px 0;
	width: 460px;
}

#article_inner
{
	min-height: 650px;
}


#article img,
#article div.csc-textpic.csc-textpic-border img
{
	border: 2px solid #ddd;
	display: inline;
	margin-top: 0;
	padding: 3px;
}


#article a:hover img
{
	border-color: #bba;
}


#article img.clean,
#article div.csc-textpic img
{
	border: 0;
	padding: 0;
}


#article img.left
{
	margin-right: 10px;
}

#article img.right
{
	margin-left: 10px;
}




#article .span-quarter,
#article .span-three-quarter,
#article .span-half,
#article .span-third,
#article .span-two-third
{
	float: left;
	margin-right: 20px;
}


#article .span-half
{
	width: 220px;
}

#article .span-third
{
	width: 140px;
}

#article .span-two-third
{
	width: 300px;
}

#article .span-quarter
{
	width: 100px;
}

#article .span-three-quarter
{
	width: 340px;
}


#article .last
{
	margin: 0;
}

#article a
{
	color: #a45f26;
}

#article a.keyword
{
	color: #678193;
}

#article a:hover
{
	text-decoration: underline;
}

#article blockquote
{
	background: #eee;
	margin-left: 0;
	margin-right: 0;
	padding: 15px 15px 1px;
}

#article ul li
{
	list-style-image: url(../../img/site/article_ul_li.gif);
}

#article_bottom
{
	background: url(../../img/site/article_bottom.gif) no-repeat left bottom;
	clear: both;
	font-size: 0;
	margin: 0 -30px;
	padding: 10px 0 0;
	overflow: hidden;
	width: 520px;
	height: 10px;
}

#article.wide
{
	background-image: url(../../img/site/article_wide.gif);
	margin: 0;
	width: 700px;
}

#article.wide #article_bottom
{
	background-image: url(../../img/site/article_wide_bottom.gif);
	width: 760px;
}

#article.wide .span-quarter,
#article.wide .span-three-quarter,
#article.wide .span-half,
#article.wide .span-third,
#article.wide .span-two-third
{
	float: left;
	margin-right: 20px;
}

#article.wide .span-quarter
{
	width: 160px;
}

#article.wide .span-three-quarter
{
	width: 520px;
}

#article.wide .span-half
{
	width: 340px;
}

#article.wide .span-third
{
	width: 220px;
}

#article.wide .span-two-third
{
	width: 460px;
}

#article.wide .last
{
	margin: 0;
}

/* =Article Steps List
----------------------------------------------------------------------*/

#article ol.steps
{
	color: #c3bcab;
	font-size: 25px;
	font-weight: bold;
	margin-left: 30px;
	padding: 20px 0 0;
}

#article ol.steps li
{
	margin: 0 0 30px;
}

#article ol.steps div
{
	color: #630;
	font-size: 12px;
	font-weight: normal;
	margin: -10px 0 0;
}

#article ol.steps strong
{
	color: #a45f26;
	font-size: 20px;
}

/* =Article Table
----------------------------------------------------------------------*/

#article table
{
	width: 100%;
}

#article caption
{
	background: none;
	color: #a45f26;
	font-size: 14px;
	font-weight: bold;
}

#article th
{
	border: 0;
}

#article td
{
	border: 0;
	border-top: 1px solid #ccc;
}

/* =Sidebar Left
----------------------------------------------------------------------*/

#sidebar_left
{
	background: #f8f5ee url(../../img/site/sidebar_left.gif) repeat-y right top;
	border-color: #000 #000 #bbb #ddd;
	border-style: solid;
	border-width: 0 0 1px 1px;
	font-size: 11px;
	margin-right: -5px;
	overflow: hidden;
	padding: 20px 0 10px;
	position: relative;
	z-index: 10;
}

#sidebar_left h5
{
	margin: 0 20px 5px;
}

#sidebar_left h6
{
	background: url(../../img/site/sidebar_h6.gif) no-repeat;
	line-height: 35px;
	margin: -20px 0 10px;
	padding: 0 0 0 15px;
	height: 35px;
}

#sidebar_left p
{
	margin: 0 20px 15px;
}

#sidebar_left ul
{
	list-style: none;
	margin-left: 10px;
	margin-right: 0;
	margin-bottom: 0;
}

/* =Tree Menu
----------------------------------------------------------------------*/

#tree a
{
	color: #796141;
	display: block;
	font-weight: bold;
	padding: 5px 0 5px 10px;
}

#tree a:hover
{
	text-decoration: underline;
}

#tree a.alt
{
	background: #dee3e6 url(../../img/site/tree_a_alt.gif) repeat-y right top;
	color: #1e415a;
}

#tree li li
{
	padding: 5px 0;
}

#tree li li a
{
	display: inline;
	font-weight: normal;
	padding: 0;
}

#tree li li li
{
	border-left: 1px solid #ccc;
	padding-left: 10px;
}

#tree li li a.arrow
{
	background: url(../../img/site/tree_arrow.gif) no-repeat left bottom;
	display: inline;
	float: left;
	font-size: 0;
	margin: 2px 5px 0 0;
	overflow: hidden;
	width: 10px;
	height: 10px;
}

#tree li li a.arrow.alt
{
	background-position: 0 0;
}

#tree img
{
	margin: 0;
}

/* =Sidebar Right
----------------------------------------------------------------------*/

#sidebar_right blockquote
{
	background: url(../../img/site/sidebar_blockquote.gif);
	border: 1px solid #ddd;
	margin: 0 0 15px;
	padding: 20px;
}

#sidebar_right blockquote p
{
	margin: 0;
}

#sidebar_right img
{
	background: #fff;
	border: 2px solid #ddd;
	margin: 0 0 10px;
	padding: 5px;
}

#sidebar_right a:hover img
{
	border-color: #bba;
}

#sidebar_right table
{
	background: url(../../img/site/sidebar_dl.gif) repeat-y;
	font-size: 11px;
	margin: 0 0 15px;
	width: 100%;
}

#sidebar_right caption
{
	background: url(../../img/site/sidebar_dt.gif) no-repeat left center;
	font-size: 14px;
	font-weight: normal;
	line-height: 40px;
	overflow: hidden;
	padding: 0 15px;
	height: 40px;
}

#sidebar_right td
{
	border-bottom: 1px solid #ddd;
	padding: 10px 15px;
}

/* =Content
----------------------------------------------------------------------*/

#content
{
	background: url(../../img/site/content.gif) repeat-x center top;
	width: 100%;
}

#content .container
{
	background: url(../../img/site/content.gif) repeat-x center top;
	padding: 35px 0;
}

#home_wrap
{
	background: url(../../img/site/home_wrap.gif) no-repeat center top;
	padding: 35px 0 0;
	width: 100%;
}

#home_wrap .container
{
	background: none;
	padding-top: 0;
}


/* =Home Main
----------------------------------------------------------------------*/

#home_main
{
	background: #fff;
}

#home_main img
{
	display: block;
	margin: 0;
	padding: 5px;
	width: 470px;
	height: 280px;
}

/* =Section Main
----------------------------------------------------------------------*/

#section_main
{
	background: url(../../img/site/section_main.gif) no-repeat;
	height: 240px;
	margin-top: -10px;
	margin-bottom: 20px;
	position: relative;
}

#section_main p
{
	color: #630;
	overflow: hidden;
	position: absolute;
	top: 35px;
	left: 20px;
	width: 180px;
	height: 180px;
}

#section_main img
{
	margin: 0;
	position: absolute;
	top: 17px;
	right: 22px;
	width: 460px;
	height: 210px;
}

/* =Group for Section Page
----------------------------------------------------------------------*/

#group
{
	margin: 0 0 -20px;
}

#group p a
{
	display: block;
}

#group h4
{
	color: #a45f26;
	margin-bottom: 10px;
}

#group li
{
	float: left;
	list-style: none;
	padding: 0 30px 30px 0;
	width: 320px;
}

#group img
{
	background: #fff;
	border: 2px solid #ddd;
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	padding: 3px;
}

#group a:hover img
{
	border-color: #bba;
}

#group p
{
	margin: 0;
}

/* =Image Rotators
----------------------------------------------------------------------*/

.slow *, .medium *
{
	cursor: pointer;
}

.slow, .medium
{
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#main_feature ul.slow,
#main_feature .slow li,
#main_feature ul.medium,
#main_feature .medium li
{
	width: 470px;
	height: 290px;
}

#home_latest ul.slow,
#home_latest .slow li,
#home_latest ul.medium,
#home_latest .medium li
{
	width: 340px;
	height: 110px;
	clear: both;
	}

#home_feature ul.slow,
#home_feature .slow li,
#home_feature ul.medium,
#home_feature .medium li
{
	width: 350px;
	height: 270px;
}

/* =Visitors / Members, Tabs
----------------------------------------------------------------------*/

#visitors_members
{
	background: url(../../img/site/visitors_members.gif) no-repeat;
	list-style: none;
	margin: 0;
	padding: 8px 0 0 0;
	position: relative;
	width: 230px;
	height: 36px;
}

#visitors_members.alt
{
	background-position: right top;
}

#visitors_members li
{
	position: absolute;
	top: 8px;
	width: 89px;
	height: 28px;
}

#li_visitors
{
	left: 17px;
}

#li_members
{
	left: 106px;
}

#visitors_members a
{
	display: block;
	font-size: 0;
	text-indent: -99999px;
	width: 89px;
	height: 28px;
}

#visitors_members li.current a
{
	cursor: default;
}

/* =Visitors / Members, Panes
----------------------------------------------------------------------*/

#pane_members
{
	display: none;
}

#pane_visitors p,
#pane_members p
{
	padding: 10px 10px 0;
}

#pane_visitors ul,
#pane_members ul
{
	border-top: 1px solid #edc;
	font-weight: bold;
	list-style: none;
	margin: 0 20px 0 10px;
}

#pane_visitors li,
#pane_members li
{
	border-bottom: 1px solid #edc;
}

#pane_visitors li a,
#pane_members li a
{
	display: block;
	color: #ad8c71;
	padding: 5px 0 5px 35px;
	width: 165px;
}

#pane_icon_map a,
#pane_icon_times a,
#pane_icon_expect a,
#pane_icon_questions a,
#pane_icon_podcasts a,
#pane_icon_events a,
#pane_icon_newsletter a,
#pane_icon_give a
{
	background-position: left center;
	background-repeat: no-repeat;
}

#pane_icon_map a:hover,
#pane_icon_times a:hover,
#pane_icon_expect a:hover,
#pane_icon_questions a:hover,
#pane_icon_podcasts a:hover,
#pane_icon_events a:hover,
#pane_icon_newsletter a:hover,
#pane_icon_give a:hover
{
	background-position: right center;
	background-color: #ffd;
	color: #a45f26;
}

#pane_icon_map a
{
	background-image: url(../../img/site/pane_icon_map.gif);
}

#pane_icon_times a
{
	background-image: url(../../img/site/pane_icon_times.gif);
}

#pane_icon_expect a
{
	background-image: url(../../img/site/pane_icon_expect.gif);
}

#pane_icon_questions a
{
	background-image: url(../../img/site/pane_icon_questions.gif);
}

#pane_icon_podcasts a
{
	background-image: url(../../img/site/pane_icon_podcasts.gif);
}

#pane_icon_events a
{
	background-image: url(../../img/site/pane_icon_events.gif);
}

#pane_icon_newsletter a
{
	background-image: url(../../img/site/pane_icon_newsletter.gif);
}

#pane_icon_give a
{
	background-image: url(../../img/site/pane_icon_give.gif);
}



/* =Home Latest
----------------------------------------------------------------------*/

#home_latest
{
	background: url(../../img/site/home_latest.jpg) no-repeat right top;
	padding: 10px 0 0;
	min-height: 280px;
}

#home_latest strong
{
	font-size: 15px;
}

#home_latest a
{
	color: #a45f26;
	font-weight: bold;
}

#home_latest img
{
	display: block;
	margin: 0;
	padding: 10px 0 0;
}

#home_latest form
{
	border-top: 1px solid #cac4b4;
	padding: 10px 0 0;
}

#home_latest form p
{
	margin: 0;
}

#home_latest label
{
	display: block;
	padding: 0 0 10px;
}

.home_your_email
{
	border: 2px solid #d5d2c7;
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	width: 270px;
	height: 17px;
}

/* =Home Feature
----------------------------------------------------------------------*/

#home_feature
{
	padding: 10px 0 0;
}

#home_feature img
{
	display: block;
	margin: 0;
	width: 350px;
	height: 270px;
}

/* =Sidebar Home
----------------------------------------------------------------------*/

#sidebar_home
{
	float: right;
	width: 220px;
}

/* =Drawer Menu
----------------------------------------------------------------------*/

#drawer
{
	background: #fff;
	font-family: Arial, sans-serif;
	font-size: 11px;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 5px 5px 0;
	width: 210px;
	height: 565px;
}

#drawer div,
#drawer img
{
	display: block;
	margin: 0;
	overflow: hidden;
	width: 210px;
	height: 170px;
}

#drawer a.trigger
{
	background: url(../../img/site/drawer_link.gif) repeat-x left bottom;
	color: #a45f26;
	display: block;
	overflow: hidden;
	padding: 5px;
	width: 200px;
	height: 69px;
}

#drawer a.trigger.alt
{
	background-position: 0 0;
	color: #2b5d80;
}

#drawer a.trigger:hover
{
	color: #000;
}

#drawer a.trigger:hover span
{
	border-color: #369;
}

#drawer span
{
	border: 1px solid #fff;
	display: block;
	overflow: hidden;
	padding: 5px 10px 0;
	height: 62px;
}

#drawer strong
{
	display: block;
	font-size: 14px;
}

#drawer em
{
	font-style: normal;
	text-decoration: underline;
}

/* =Breadcrumb Trail
----------------------------------------------------------------------*/

#breadcrumb
{
	background: #efeae0;
	font-size: 10px;
	width: 100%;
	height: 35px;
}

#breadcrumb .container
{
	background: #efeae0;
	height: 35px;
	overflow: hidden;
}

#breadcrumb ul,
#breadcrumb li
{
	line-height: 35px;
	list-style: none;
	margin: 0;
	height: 35px;
}

#breadcrumb li
{
	float: left;
}

#breadcrumb img
{
	display: block;
	padding: 11px 0;
	margin: 0 0 0 -10px;
}

#breadcrumb a
{
	background: url(../../img/site/breadcrumb_arrow.gif) no-repeat right center;
	color: #987;
	display: block;
	overflow: hidden;
	padding: 0 20px 0 10px;
	height: 35px;
}

#breadcrumb a:hover
{
	text-decoration: underline;
}

/* =Full Page
----------------------------------------------------------------------*/

#full_page_bottom
{
	font-size: 0;
	overflow: hidden;
	width: 960px;
	height: 10px;
	background: url(../../img/site/full_page_bottom.gif) no-repeat left bottom;
	clear: both;
	margin: 0 -5px;
}

/* Working on this Full page stuff below here*/

#article.full_page
{
	background: url(../../img/site/full_page_middle.gif) repeat-y left top;
	width: 900px;
	margin: 0 -5px;
	}


#article.full_page .span-quarter,
#article.full_page .span-three-quarter,
#article.full_page .span-half,
#article.full_page .span-third,
#article.full_page .span-two-third
{
	float: left;
	margin-right: 20px;
}

#article.full_page .span-half
{
	width: 440px;
}


#article.full_page .span-quarter
{
	width: 210px;
}

#article.full_page .span-three-quarter
{
	width: 670px;
}

#article.full_page .span-third
{
	width: 286px;
}

#article.full_page .span-two-third
{
	width: 594px;
}


#article.full_page .last
{
	margin: 0;
}

/* Working on this Full page stuff above here*/

#full_page hr
{
	margin-left: 10px;
	margin-right: 10px;
	width: auto;
}

#full_page div hr
{
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}


#full_page ul.grid li
{
	float: left;
	padding: 0 0 20px;
	width: 33%;
}

#full_page #group li
{
	list-style: none;
}


/* =Search Page
----------------------------------------------------------------------*/

#search_side
{
	float: right;
	width: 175px;
}

#search_topper
{
	background: #efede8 url(../../img/site/search_topper.gif) no-repeat;
	margin: -20px -25px 20px;
	font-size: 11px;
	position: relative;
	overflow: hidden;
	width: 750px;
	height: 40px;
}

#search_topper span
{
	line-height: 40px;
	position: absolute;
	top: 0;
	right: 20px;
}

#search_topper a
{
	padding: 0 10px;
}

#search_topper label
{
	display: block;
	overflow: hidden;
	width: 0;
	height: 0;
}

#search_topper_field
{
	background: transparent;
	border: 0;
	font: 11px Arial, sans-serif;
	position: absolute;
	top: 13px;
	left: 18px;
	width: 240px;
	height: 13px;
}

#search_topper_button
{
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	background: #f00;
	border: 0;
	cursor: pointer;
	font-size: 0;
	padding: 0;
	position: absolute;
	top: 10px;
	left: 271px;
	width: 20px;
	height: 20px;
}

.search_url
{
	background: url(../../img/site/search_url.gif) no-repeat left center;
	padding: 0 0 0 20px;
}

/* =Footer
----------------------------------------------------------------------*/

#footer,
#footer .container
{
	background: url(../../img/site/footer.gif) repeat-x;
	border-top: 3px solid #fff;
}

#footer
{
	color: #ad8c71;
	font-size: 11px;
	line-height: 2;
	width: 100%;
}

#footer .container
{
	margin-top: -3px;
	padding: 30px 0;
}

#footer a
{
	color: #ad8c71;
}

#footer a:hover
{
	text-decoration: underline;
}

#footer address
{
	font-style: normal;
	line-height: 1.5;
	margin: 0;
	text-align: right;
}

#footer strong
{
	font-size: 12px;
}

/* =Site Map
----------------------------------------------------------------------*/

#site_map h1
{
	padding: 0 0 0 15px;
}

#site_map .column
{
	margin-left: -5px;
}

#site_map ul
{
	font: bold 11px "Trebuchet MS", Arial, sans-serif;
	margin: 0;
	list-style: none;
}

#site_map li
{
	padding: 5px 0 0 20px;
}

#site_map a
{
	background: #bba;
	color: #036;
	cursor: default;
	display: block;
	padding: 5px 0 5px 10px;
}

#site_map li li a
{
	background: #ccb;
}

#site_map li li li a
{
	background: #ddc;
}

#site_map li li li li a
{
	background: none;
}

#site_map a:hover
{
	background: #369;
	color: #fff;
}

/* =Ministry Menu
----------------------------------------------------------------------*/

#ministry_menu_button
{
	background-image: url(../../img/site/ministry_menu_button.gif);
	background-repeat: no-repeat;
	display: block;
	font-size: 0;
	overflow: hidden;
	text-indent: -99999px;
	width: 100px;
	height: 18px;
	position: absolute;
	top: 4px;
	right: 240px;
}

#ministry_menu
{
	background: #fff;
	border: 1px solid #000;
	display: none;
	margin: 0 0 0 -476px;
	white-space: nowrap;
	position: absolute;
	top: 40px;
	left: 50%;
	width: 950px;
	z-index: 99;
}

#ministry_menu dl
{
	float: left;
	margin: 0;
	overflow: hidden;
	padding: 10px 15px 15px;
	width: 160px;
}

#ministry_menu dt
{
	padding: 5px 0 0;
}

#ministry_menu dd
{
	margin: 0;
}

#ministry_menu a:hover
{
	text-decoration: underline;
}

#ministry_menu dt a
{
	color: #a45f26;
}

#ministry_menu dd a
{
	color: #887D6e;
}

#ministry_menu_arrow
{
	background: url(../../img/site/ministry_menu_arrow.gif) no-repeat;
	display: block;
	font-size: 0;
	overflow: hidden;
	position: absolute;
	top: -10px;
	right: 280px;
	width: 19px;
	height: 10px;
}

/* Added by Ron
----------------------------------------------------------------------*/


.clear_columns
{
     clear: both;
     display: block;
     overflow: hidden;
     width: 0;
     height: 0;
}

#article .spacer-gif {
	border-style: none;
	border-width: 0;
	}

ul.left-list {
	float: left;
	width: 220px; 
	margin: 0px;
	padding: 0 0px 15px;
	border: 0px none; 
	list-style-position: inside;
	list-style-type: square;
    position: relative;
    left: 50px;
}
  
ul.right-list {
	float: right;
	width: 220px; 
	margin: 0px;
	padding: 0 0px 15px;
	border: 0px none; 
	list-style-position: inside;
	list-style-type: square;
}

#article.wide ul.left-list {
	width: 340px;
	}

#article.wide ul.right-list {
	width: 340px;
	}

#full_page_article ul.left-list {
	width: 400px;
	}

#full_page_article ul.right-list {
	width: 400px;
	}

#video_popup {
	background-color: black;
	}

/* Single Promo maybe
----------------------------------------------------------------------*/
.single_column_promo {
	width: 220px;
	}

ul.single_column_promo li {
	list-style-type: none;
	}

.single_column_promo
{
	margin: 0 0 -20px;
}

.single_column_promo
{
	display: block;
}

.single_column_promo
{
	color: #a45f26;
	margin-bottom: 10px;
}

.single_column_promo
{
	float: left;
	list-style: none;
	padding: 0 30px 30px 0;
	width: 320px;
}

.single_column_promo
{
	background: #fff;
	border: 2px solid #ddd;
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	padding: 3px;
}

.single_column_promo
{
	border-color: #bba;
}

.single_column_promo
{
	margin: 0;
}

/* File list for newsletters
----------------------------------------------------------------------*/
table.csc-uploads td {
	vertical-align: top;
	text-align: left;
	height: 20px;
	padding: 0;
	margin: 0;
	}

table.csc-uploads td p {
	margin: 0;
	}

table.csc-uploads.csc-uploads-1 {
	margin: 0;
	}

/* To help with mailform styling
----------------------------------------------------------------------*/
.csc-mailform-radio {
     margin-left: 30px;
     }
  
.tx-cfcontact-pi1 label {
display: inline;
float: none;
}

fieldset.radio fieldset legend {
	visibility: hidden;
	}

fieldset.radio {
	padding: 0;
	}

fieldset.radio fieldset {
	border-style: none;
	margin: 0;
	padding-top: 0;
	}

/* News styling
----------------------------------------------------------------------*/

div.news-list-morelink {
	margin-bottom: 15px;
	text-align: right;
	}

div.news-list-item p {
	margin-bottom: 0px;
	}

/* Additional styling
----------------------------------------------------------------------*/

.quote_author {
	text-align: right;
	}





/* @group Sermon List Tables */

#article table.sermon_series,
#article table.recent_sermons {
	width: 650px;
	}

#article table.recent_sermons td,
#article table.sermon_series td,
#article table.recent_sermons th,
#article table.sermon_series th {
	border: none;
	margin: 0;
	padding: 3px 0;
	vertical-align: top;
	}

#article div.series_container table.odd thead th {
	background-color: #f5f3eb;
	}

#article table.recent_sermons td.sermon_title,
#article table.sermon_series td.sermon_title {
	width: 250px;
	padding-left: 20px;
	padding-right: 5px;
	}

#article table.recent_sermons td.sermon_speaker {
	width: 100px; 
	padding-right: 5px;
	}

#article table.recent_sermons td.sermon_date {
	width: 55px;
	padding-right: 5px;
	}

#article table.sermon_series th.series_title {
	padding-left: 20px;
	font-size: 14px;
	height: 30px; 
	color: #a45f26;
	background: url(../../img/sermon_icons/arrow_down.gif) no-repeat 5px 10px;
	}

#article div.series_container table.odd th.series_title {
	background: #f5f3eb url(../../img/sermon_icons/arrow_down.gif) no-repeat 5px 10px;
	}

#article div.series_container.collapsed table.sermon_series th.series_title {
	background: url(../../img/sermon_icons/arrow.gif) no-repeat 5px 10px;
	}

#article div.series_container.collapsed table.odd th.series_title {
	background: #f5f3eb url(../../img/sermon_icons/arrow.gif) no-repeat 5px 10px;
	}


#article table.sermon_series th.series_title:hover {
	color: black;
	}


#article table.recent_sermons td.sermon_speaker,
#article table.sermon_series td.sermon_speaker,
#article table.recent_sermons td.sermon_date,
#article table.sermon_series td.sermon_date {
	color: #807464;
	}

#article table.recent_sermons td.sermon_speaker,
#article table.sermon_series td.sermon_speaker,
#article table.recent_sermons td.sermon_date,
#article table.sermon_series td.sermon_date {
	color: #807464;
	}


#article table.recent_sermons td.listen,
#article table.recent_sermons td.download_audio,
#article table.recent_sermons td.watch,
#article table.recent_sermons td.download_video,
#article table.recent_sermons td.notes {
	width: 70px;
	text-align: center;
	}

#article table.sermon_series th.sermon_action {
	width: 42px;
	font-size: 9px;
	line-height: 10px;
	font-weight: normal;
	text-align: center;
	padding: 4px 0 0;
	color: #807464;
	}

#article .collapsed table.sermon_series th.sermon_action {
	color: white;
	}
	
#article div.series_container.collapsed table.odd th.sermon_action {
	color: #f5f3eb;
	}
	
#article div.series_container.collapsed.odd table.sermon_series th.sermon_action {
	color: #f5f3eb;
	}



/*put in ie6*/
#article table.sermon_series td.listen,
#article table.sermon_series td.watch,
#article table.sermon_series td.notes {
	width: 42px;
	}

#article table.sermon_series td.listen a,
#article table.sermon_series td.download_audio a,
#article table.sermon_series td.watch a,
#article table.sermon_series td.download_video a,
#article table.sermon_series td.notes a {
	display: block;
	height: 17px;
	font-size: 0;
	line-height: 100px;
	overflow: hidden;
	background: url(../../img/sermon_icons/audio_listen.gif) no-repeat 10px 0;
	}


/*
#article div.series_container.collapsed table.sermon_series th.sermon_action {
padding-left: 100px;
overflow: hidden;
	}
*/


#article table.sermon_series td.download_audio a {
	background: url(../../img/sermon_icons/audio_dwnld.gif) no-repeat 10px 0;
	}

#article table.sermon_series td.watch a {
	background: url(../../img/sermon_icons/video_watch.gif) no-repeat 10px 0;
	}

#article table.sermon_series td.download_video a {
	background: url(../../img/sermon_icons/video_dwnld.gif) no-repeat 10px 0;
	}

#article table.sermon_series td.notes a {
	background: url(../../img/sermon_icons/notes.gif) no-repeat 10px 0;
	}

#article table.sermon_series {
	border-bottom: 1px solid #807464;
	}

#article table.sermon_series td.notes {
	border-right: 1px solid #807464;
	}

#article table.sermon_series td.sermon_title {
	border-left: 1px solid #807464;
	}

#article table.recent_sermons td.sermon_title a,
#article table.sermon_series td.sermon_title a {
	font-size: 14px;
	text-decoration: none;
	}

div.series_container {
	height: auto;
	}

div.series_container.collapsed {
	height: 30px;
	overflow: hidden;
	}

/* @end */


/* @group Common Classes */

.clearOnly {
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	line-height: 0;
	}

.graphicTextWrap {
	overflow: hidden;
	}

.graphicText {
	line-height:300px;
	display: block;
	}

/* @end Common Classes */



/* @group New Vistor/Member Tabs 7/09 */

#membersVisitorWrap {
	border: 1px solid #cac4b4;
	background-color: #ffffff;
	margin-bottom: 20px;
	height: 58px;
	}

#memberVisitorButtonWrap {
	width: 85px;
	float: left;
	}

#homeNewsletterForm {
	float: right;
	width: 205px;
	background-color: #bdb7a8;
	border-left: 1px solid #bdb7a8;
	}

#homeNewsletterFormWrap {
	height: 57px;
	padding-left: 5px;
	border-left: 1px solid #dfd9c9;
	border-top: 1px solid #dfd9c9;
	}

#homeNewsletterFormWrap label {
	display: block;
	margin-top: 3px;
	font-size: 11px;
	color: white;
	}

#homeNewsletterFormWrap .emailInput {
	display: block;
	float: left;
	width: 130px;
	margin-top: 8px;
	}

#homeNewsletterFormWrap #newsletterSubmit {
	display: block;
	float: right;
	margin-top: 6px;
	margin-right: 6px;
	}


#memberVisitorButtonWrap button {
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif; 
	border: none;
	display: block;
	width: 84px;
	height: 29px;
	font-size: 12px;
	color: #ffffff;
	background-color: #bdb7a8;
	border-right: 1px solid #a09b8e;
	border-bottom: 1px solid #a09b8e;
	padding: 0;
	margin: 0;
	}

#memberVisitorButtonWrap button span {
	display: block;
	height: 20px;
	width: 82px;
	padding: 7px 0 0;
	border-right: 1px solid #dfd9c9;
	border-bottom: 1px solid #dfd9c9;
	}

#memberVisitorButtonWrap button#memberButton span {
	border-bottom: none;
	border-top: 1px solid #dfd9c9;
	}

#memberVisitorButtonWrap button#visitorButton span {
	border-top: none;
	border-bottom: 1px solid #dfd9c9;
	height: 19px;
	padding-top: 5px;
	}


#memberVisitorButtonWrap button#visitorButton.active span {
	border-bottom: none;
	border-right: none;
	}

#memberVisitorButtonWrap button#memberButton {
	border-bottom: none;
	border-top: 1px solid #a09b8e;
	}

#memberVisitorButtonWrap button.active {
	color: #7d796f;
	background-color: #ffffff;
	border-right: none;
	border-bottom: 1px solid #ffffff;
	background: transparent url(../../img/site//active_arrow.gif) no-repeat right 10px;
	}

#memberVisitorButtonWrap button#memberButton.active span {
	border-bottom: none;
	border-top: none;
	border-right: none;
	}

#memberVisitorListWrap ul {
	width: 400px;
	float: left;
	list-style: none;
	padding: 7px 0 0 10px;
	margin: 0;
	}

#memberVisitorListWrap li {
	float: left;
	display: block;
	height: 25px;
	padding: 0;
	}

#memberVisitorListWrap li a {
	display: block;
	padding-left: 25px;
	width: 105px;
	background: transparent url(../../img/site/pane_icon_podcasts.gif) no-repeat -5px center;
	}


#memberVisitorListWrap li a:hover {
	background-position: -205px center;
}

#memberVisitorListWrap #membersPodcast a {
	background-image: url(../../img/site/pane_icon_podcasts.gif);
	}

#memberVisitorListWrap #membersNews a {
	background-image: url(../../img/site/pane_icon_newsletter.gif);
	}


#memberVisitorListWrap #membersEvents a {
	background-image: url(../../img/site/pane_icon_events.gif);
	}

#memberVisitorListWrap #membersGiving a {
	background-image: url(../../img/site/pane_icon_give.gif);
	}


#memberVisitorListWrap #membersOurPastors a,
#memberVisitorListWrap #visitorOurPastors a {
	background-image: url(../../img/site/pane_icon_bible.gif);
	}

#memberVisitorListWrap #membersLifeGroups a,
#memberVisitorListWrap #visitorLifeGroups a {
	background-image: url(../../img/site/pane_icon_people.gif);
	}


#memberVisitorListWrap #visitorWhatExpect a {
	background-image: url(../../img/site/pane_icon_expect.gif);
	}

#memberVisitorListWrap #visitorQuestions a {
	background-image: url(../../img/site/pane_icon_questions.gif);
	}


#memberVisitorListWrap #visitorMapDirect a {
	background-image: url(../../img/site/pane_icon_map.gif);
	}

#memberVisitorListWrap #visitorServiceTimes a {
	background-image: url(../../img/site/pane_icon_times.gif);
	}



/* @end New Vistor/Member Tabs 7/09 */


#latestMessageWrap {
	float: left;
	position: relative;
	width: 324px;
	height: 140px;
	background-color: white;
	border: 1px solid #cac4b4;
	padding: 15px 5px 15px 15px;
	}

#latestMessageImage {
	display: block;
	float: left;
	}

#latestMessageImage img {
	margin: 0;
	}


#latestMessageDetails {
	float: right;
	width: 170px;
	}

#latestMessageDetails h3 {
	font-size: 12px;
	color: 696559;
	padding: 0 0 3px;
	margin-bottom: 5px;
	border-bottom: 1px solid #cac4b4;
	}

#latestMessageDetails p {
	color: #a45f26;
	margin-bottom: 0;
	line-height: 15px;
	}

#messageLinksWrap {
	position: absolute;
	width: 165px;
	height: 41px;
	bottom: 20px;
	right: 10px;
	}

#listenLink,
#watchLink,
#podcastLink,
#archivesLink {
	display: block;
	float: left;
	width: 79px;
	height: 18px;
	margin-bottom: 5px;
	}

#listenLink {
	background: transparent url(../../img/site/button_listen.jpg) no-repeat left top;
	}

#watchLink {
	background: transparent url(../../img/site/button_watch.jpg) no-repeat left top;
	}
	
#archivesLink {
	background: transparent url(../../img/site/button_archives.jpg) no-repeat left top;
	}

#watchLink,
#archivesLink {
	float: right;
	}

#podcastLink {
	background: transparent url(../../img/site/button_podcast.jpg) no-repeat left top;
	}

#podcastLink,
#archivesLink {
	margin-bottom: 0;
	}


#prevFeature,
#nextFeature {
	display: block;
	position: absolute;
	width: 27px;
	height: 43px;
	text-align: left;
	padding: 0;
	margin: 0;
	background: transparent url(../../img/site/feature_button_prev_bkgrd.gif) no-repeat left top;
	color: #3f3f3f;
	text-decoration: none;
	cursor: pointer;
	border: none;
	top: 125px;
	}

#prevFeature {
	left: -20px;
	}

#nextFeature {
	right: -25px;
	background: transparent url(../../img/site/feature_button_next_bkgrd.gif) no-repeat left top;
	}

#prevFeature span {
	background: transparent url(../../img/site/prev_next_arrows.gif) no-repeat 7px 15px;
	}


#nextFeature span {
	background: transparent url(../../img/site/prev_next_arrows.gif) no-repeat -30px 15px;
	}


#homeRotatingFeature {
	position:relative;
	height:300px;
	background-color:white;
	margin-bottom:25px;
	}

#homeRotatingFeature img {
	position: absolute;
	top: 10px;
	left: 10px;
	}

#smallHomeFeature {
	width: 344px;
	height: 170px;
	float: right;
	}


/**** get connected icons****/

#connected{
	background:url(http://gochristfellowship.com/fileadmin/10CF/home_page/get-connected-bg.jpg) top center no-repeat;
	border:1px solid #cac4b4;
        float:right;
        height:155px;
        margin:0;
        padding:15px 0 0 10px;
        width:332px;
}
#connected .first{
       margin-left:29px;
}

.get_connected_icon{
	float:left;
	width:66px;
	text-align:center;
	margin-top:13px;
}

.icon_caption{
	font-size:11px;
	color:#666666;
}

#connected h3 {
	font-size: 12px;
	color: 696559;
	margin:0 13px 5px;
	padding:0 0 3px;
	border-bottom: 1px solid #cac4b4;
}

#connected p {
	color: #a45f26;
        padding:0 10px 0 13px;
	line-height: 15px;
}

#connected p, #connected img{
	margin:0;
}

/**** share links at the footer section****/

.shareLinks{
margin:0;
padding:0;
}
.shareLinks img{
margin:3px 10px 0 0;
padding:0;
float: none;
}

