@charset "utf-8";
/* CSS Document */

* {
	outline: 0px none;
}

body {
	margin: 0px;
	padding: 0px;
	color: #392d15;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	background: #FBF8E5;
}

.clear {
	clear:both;
	display:block;
	float:none;
	height:0pt;
	margin:0pt;
	overflow:hidden;
	padding:0pt;
	width:0pt;
}

a img {
	border: 0px none;
}

p {
	margin: 0px;
	margin-bottom: 20px;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	color: #392d15;
	line-height: 18px;
}

a, a:visited, a:active {
	color: #392d15;
	text-decoration: underline;
	font-weight: bold;
}

a:hover, a:visited:hover {
	color: #846731;
	text-decoration: none;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #645025;
	margin-bottom: 10px;
	font-weight: normal;
}

h3 {
	color: #004b69;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 10px;
}

h4 {
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #28acea;
	margin-bottom: 3px;
}

h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 5px;
	color: #000;
}

h6 {
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #004b69;
	text-transform: uppercase;
	margin-bottom: 3px;
}

ul, ol {
	margin-left: 20px;
	padding-left: 5px;
	margin-bottom: 20px;
}

li {
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	color: #645025;
	line-height: 18px;
	padding-top: 2px;
	padding-bottom: 2px;
}

table {
	border-collapse: collapse;
	margin-bottom: 20px;
}

table caption {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	line-height: 28px;
	color: #002346;
	border-bottom: 1px solid #002346;
	border-top: 1px solid #002346;
	background: #EBECE7;
}

table td {
	padding: 5px;
	vertical-align: top;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	color: #392d15;
	line-height: 18px;
	border-bottom: 2px dotted #EBECE7;
}

.noTablePadding, .noTablePadding td {
	padding: 0px !important;
}

.brown, .brown * { color: #645025 !important; }
.blue, .blue * { color: #00587C !important; }
.light-blue, .light-blue * { color: #2FC6F6 !important; }
.black, .black * { color: #000000 !important; }
.white, .white * { color: #ffffff !important; }

.small-heading { font-size: 12px; }
.medium-heading { font-size: 16px; }
.large-heading { font-size: 22px; }

.small-text { font-size: 10px; line-height: 14px; }
.large-text { font-size: 13px; line-height: 22px; }

.align-left { float: left; }
.align-right { float: right; }

.width-75 { width: 75%; }
.width-50 { width: 50%; }
.width-33 { width: 33%; }
.width-25 { width: 25%; }
.nobold{ font-weight:normal !important;}

/*******************************************
** Landing Page
********************************************/
#header_wrapper {
	background: #F5F0D3 url(/images/header_bg.jpg) repeat-x scroll 50% top;
	min-height: 162px;
	height: auto !important;
	height: 162px;
	width: 100%;
}

#header_container {
	width: 980px;
	margin: 0px auto;
}

#logo {
	float: left;
	width: 390px;
	height: 162px;
}

#tagline {
	float: right;
	width: 420px;
	height: 100px;
}

#tagline img {
	width: 420px;
	height:100px;
}

#campus_select {
	float: right;
	width: 530px;
	height: 41px;
	margin-top: 21px;
}

#campus_select #tabs_left {
	width: 185px;
	height: 41px;
	float: left;
	text-indent: -9999em;
	background: url(/images/tabs_left.jpg) top left no-repeat;
}

#campus_select #tabs_23rd_street {
	width: 177px;
	height: 41px;
	float: left;
	background: url(/images/tabs_23rd_street.jpg) top left no-repeat;
}

#campus_select #tabs_23rd_street a, #campus_select #tabs_23rd_street a:visited, #campus_select #tabs_23rd_street a:active {
	width: 177px;
	display: block;
	height: 41px;
	float: left;
	text-indent: -9999em;
}

#campus_select #tabs_north {
	width: 109px;
	height: 41px;
	float: left;
	background: url(/images/tabs_north.jpg) top left no-repeat;
}

#campus_select #tabs_north a, #campus_select #tabs_north a:visited, #campus_select #tabs_north a:active {
	width: 109px;
	display: block;
	height: 41px;
	float: left;
	text-indent: -9999em;
}

#campus_select #tabs_right {
	width: 59px;
	height: 41px;
	float: left;
	background: url(/images/tabs_right.jpg) top left no-repeat;
}

#campus_select .all_off {
	background-position: top left !important;
}

#campus_select .tab_23rd_on {
	background-position: 0px -41px !important;
}

#campus_select .tab_north_on {
	background-position: 0px -82px !important;
}

#search_wrapper {
	width: 300px;
	position: absolute;
	z-index: 999;
	margin-left: 680px;
	height: 100px;
	margin-top: -162px;
}

#search_box {
	height: 40px;
	background: url(/images/search_box_bg.gif) top left no-repeat;
	width: 268px;
	padding-left: 20px;
}

#search_box label {
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	width: 60px;
	float: left;
	line-height: 40px;
}

#search_box #keywords {
	border: 0px none;
	background: #fff;
	margin-top: 9px;
	padding: 5px;
	width: 150px;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 10px;
	height: 12px;
	color: #333;
	float: left;
}

#search_box .img_btn {
	float: left;
	margin-top: 9px;
}

#search_icon_link {
	float: right;
	padding-right: 12px;
}

#search_icon_link a {
	text-indent: -9999em;
	background: url(/images/search_icon.png) top left no-repeat;
	display: block;
	width: 50px;
	height: 28px;
}

#navigation_wrapper {
	background: #584924 url(/images/nav_bg.jpg) repeat-x scroll 50% top;
	height: 87px;
	width: 100%;
}

.ie8 #navigation_wrapper {
	height: auto !important;
}

#navigation_container {
	width: 980px;
	margin: 0px auto;
}
#navigation_container{ padding-top:1px;}
#navigation_container #network_congregations h2 {
	color: #FCE276;
	font-size: 20px;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 7px;
	margin-top: 37px;
	float:left;
}

.sub #navigation_container #network_congregations h2 {
	color: #FCE276;
	font-size: 20px;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 7px;
	margin-top: 10px;
	
}

#navigation_container #network_congregations p {
	color: #fff;
	font-size: 12px;
	/*line-height: 18px;*/
	float:left;
	width:704px;
	display:inline;
	margin:25px 0px 0 250px;
}

.sub #navigation_container #network_congregations p {
	color: #fff;
	font-size: 12px;
	/*line-height: 18px;*/
	float:left;
	width:704px;
	display:inline;
	margin:12px 0px 0 250px;
}

#navigation_container #network_congregations p a, 
#navigation_container #network_congregations p a:visited, 
#navigation_container #network_congregations p a:active {
	color: #ffffff;
	text-decoration: none;
	padding-bottom: 1px;
	font-weight: bold;
	padding:2px 10px;
	margin-bottom:5px;
	float:left;
	display:inline;
	
}

#navigation_container #network_congregations p a:hover, #navigation_container #network_congregations p a:visited:hover {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 2px solid #3B351D;
	margin-bottom:3px;
}



#navigation_container  #NetCon_tag {
	display:block;
	margin-top: -7px;
    position:absolute;
    z-index:1010;
	}

.sub #navigation_container #NetCon_tag {
	display:block;
	margin-top: -20px;
    position:absolute;
    z-index:1010;
	}


#loader_container {
	width: 980px;
	margin: 0px auto;
}

#loader {
	display: none;
	position: absolute;
	margin-left: 474px;
	margin-top: 160px;
	z-index: 995;
}

#gallery_wrapper {
	background: #1B1B1B;
	height: 393px;
	width: 100%;
}

#gallery_container {
	text-align: center;
	height: 393px;
	overflow: hidden;
}

.gallery_image {
	height: 393px;
}

.gallery_image img {
	display: none;
}

#gallery_mask {
	position: absolute;
	margin-top: -393px;
	background: url(/images/mask.png) 50% top no-repeat;
	height: 393px;
	width: 100%;
	cursor:pointer;
}

#gallery_info_boxes_wrapper {
	width: 980px;
	margin: 0px auto;
	/* margin-top: -393px; */
	position: relative;
	z-index: 1001;
}

#gallery_info_boxes_container {
	width: 287px;
	float: right;
	display: inline;
	margin-right: 20px;
	height:393px;
	overflow:hidden;
	margin-top: -393px;
}

#gallery_info_arrow_wrapper {
	height: 393px;
	float: left;
	width: 27px;
}

#gallery_info_arrow {
	background: url(/images/box_arrow.png) left top no-repeat;
	width: 27px;
	height: 34px;
	margin-top: 33px;
}

.gallery_info_box {
	width: 212px;
	float: right;
	padding: 18px 24px 15px;
	cursor: pointer;
}
.gallery_info_box a{
	color:#fff;	
}

#gallery_info_1 {
	background: url(/images/gallery_news_box1.png) top left no-repeat;
}

#gallery_info_2 {
	background: url(/images/gallery_news_box2.png) top left no-repeat;
}

#gallery_info_3 {
	background: url(/images/gallery_news_box3.png) top left no-repeat;
}

#gallery_info_bottom {
	background: url(/images/gallery_news_box_bottom.png) top left no-repeat;
	height: 21px;
	float: right;
	width: 260px;
}

.gallery_info_box h2 {
	font-size: 14px;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-weight: bold;
	color: #828078;
	margin: 0px;
	margin-bottom: 7px;
}

.gallery_info_box p {
	font-size: 10px;
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	color: #828078;
	line-height: 15px;
	margin: 0px;
}

.gallery_info_box.active h2 {
	color: #fff;
}

.gallery_info_box.active p {
	color: #fff;
}


#blue_line {
	width: 100%;
	height: 7px;
	background: #0194BF url(/images/blue_line.png) bottom left repeat-x;
}

#footer_wrapper {
	background: #011327 url(/images/footer_bg.jpg) 50% top no-repeat;
	min-height: 215px;
	height: auto !important;
	height: 215px;
	width: 100%;
}

#footer_container {
	width: 980px;
	margin: 0px auto;
}

#get_connected {
	width: 350px;
	height: 49px;
	float: left;
}

#get_connected h2 {
	text-indent: -9999em;
	width: 154px;
	height: 42px;
	float: left;
	background: url(/images/get_connected.jpg) top left no-repeat;
}

#get_connected .podcast, #get_connected .podcast:visited, #get_connected .podcast:active{
	float: left;
	display: block;
	width: 32px;
	height: 42px;
	text-indent: -9999em;
	background: url(/images/icon_podcast.jpg) top left no-repeat;
}

#get_connected .twitter, #get_connected .twitter:visited, #get_connected .twitter:active{
	float: left;
	display: block;
	width: 30px;
	height: 42px;
	text-indent: -9999em;
	background: url(/images/icon_twitter.jpg) top left no-repeat;
}

#get_connected .facebook, #get_connected .facebook:visited, #get_connected .facebook:active {
	float: left;
	display: block;
	width: 30px;
	height: 42px;
	text-indent: -9999em;
	background: url(/images/icon_facebook.jpg) top left no-repeat;
}

#get_connected a:hover, #get_connected a:visited:hover {
	background-position: bottom left;
}

#buckets {
	position: absolute;
	z-index: 1002;
	margin-top: -108px;
	margin-left: 316px;
	height: 111px;
	width: 661px;
}

#buckets_back {
	height: 111px;
	width: 33px;
	float: left;
	display: block;
	text-indent: -9999em;
	background: url(/images/buckets_back.png) top left no-repeat;
}

#buckets_container {
	width: 595px;
	overflow: hidden;
	height: 111px;
	float: left;
}

#buckets_inner_container {
	width: 0px;
}

#buckets_container a {
	display: block;
	width: 295px;
	height: 111px;
	float: left;
	margin-right: 2px;
	border: 4px solid #1F1812;
}

#buckets_container img {
	width: 295px;
	height: 111px;
}

#buckets_forward {
	height: 111px;
	width: 33px;
	float: left;
	display: block;
	text-indent: -9999em;
	background: url(/images/buckets_forward.png) top left no-repeat;
}

#guest_center {
	margin-top: 27px;
	width: 497px;
	padding-left: 10px;
	float: left;
}

#guest_center_links {
	margin-top:-2px;
	position: absolute;
}

#guest_center h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #00ccff;
	margin: 0px;
}

#guest_center a, #guest_center a:visited, #guest_center a:active {
	color: #fff;
	display: block;
	float: left;
	width: 100px;
	line-height: 23px;
	margin-bottom: 5px;
	margin-right: 65px;
	text-decoration: none;
	border-bottom: 2px dotted #2F475D;
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.ie6 #guest_center a, .ie6 #guest_center a:visited, .ie6 #guest_center a:active {
	margin-right: 45px;
}

#guest_center a:hover, #guest_center a:visited:hover {
	color: #fff;
	border-bottom: 2px dotted #fff;
	text-decoration: none;
}

#service_times {
	float: right;
	width: 473px;
	margin-top: 27px;
}

#service_times h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #00ccff;
	margin: 0px;
}

#service_times td {
	vertical-align: top;
	border: 0px;
	padding: 0px;
}

#service_times td, #service_times p {
	color: #ffffff;
	font-weight: bold;
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
}

#service_times .blue {
	color: #006888;
}


#bottom_footer_wrapper {
	background: url(/images/bottom_footer_bg.jpg) 50% top repeat-x;
	height: 87px;
	width: 100%;
}

#bottom_footer_container {
	width: 980px;
	margin: 0px auto;
}

#bottom_footer_container #copyright {
	margin-left: 12px;
	float: left;
	display: inline;
	margin-top: 24px;
}


#bottom_footer_container #copyright p {
	margin: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 10px;
	color: #151008;
	font-weight: bold;
}






/*******************************************
** Home Page
********************************************/
.home #home_tag {
	z-index: 1010;
	margin-top: -5px;
	position: absolute;
}

.home #footer_container {
	width: 980px;
	margin: 0px auto;
	padding-top: 49px;
}

.home #buckets {
	position: absolute;
	z-index: 1002;
	margin-top: -108px;
	margin-left: 0px;
	height: 119px;
	width: 980px;
}

.home #buckets_container {
	width: 913px;
	overflow: hidden;
	height: 119px;
	float: left;
}

#gallery_buttons_container {
	position: absolute;
	width: 100%;
	margin-top:-110px;
}

#gallery_buttons {
	padding-left:835px;
	width:85px;
	margin: 0px auto;
}

.gallery_btn {
	width: 23px;
	float: left;
	display: block;
	margin-right: 5px;
	height: 24px;
	cursor: pointer;
	background: url(/images/home_gallery_switch_btn.png) top left no-repeat;
}

.gallery_btn.active {
	background-position: bottom left;
}

#footer_container .campus_box {
	width: 200px;
	float: left;
	color: #fff;
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 9px;
	line-height: 18px;
	margin-top: 33px;
	display: inline;
}

#footer_container .campus_box h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #00ccff;
	margin: 0px;
}

#footer_container .campus_box p {
	color: #fff;
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
}

#footer_container .campus_box td {
	color: #fff;
	border: 0px none;
	padding: 0px;
	font-size: 11px;
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial, sans-serif;
}

#footer_container .campus_box a, #footer_container .campus_box a:visited, #footer_container .campus_box a:active {
	color: #6dc4df
}

#footer_container .campus_box a:hover, #footer_container .campus_box a:visited:hover {
	color: #a8d2df;
	text-decoration: none;
}

.home #guest_center {
	margin-top: 33px;
	width: 260px;
	padding-left: 0px;
	float: left;
}

.home #guest_center a, .home #guest_center a:visited, .home #guest_center a:active {
	color: #fff;
	display: block;
	float: left;
	width: 100px;
	line-height: 23px;
	margin-bottom: 5px;
	margin-right: 30px;
	text-decoration: none;
	border-bottom: 2px dotted #2F475D;
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.ie6.home #guest_center a, .ie6.home #guest_center a:visited, .ie6.home #guest_center a:active {
	margin-right: 15px;
}


.home #guest_center a:hover, .home #guest_center a:visited:hover {
	color: #fff;
	border-bottom: 2px dotted #fff;
	text-decoration: none;
}

#campus_box_1 {
	margin-left: 10px;
	margin-right: 74px;
}

#campus_box_2 {
	margin-right: 14px;
}

#campus_box_3 {
	margin-right: 13px;
}









/*******************************************
** Sub Page
********************************************/
.sub #home_tag {
	z-index: 1010;
	margin-top: -20px;
	position: absolute;
}

.sub #navigation_wrapper {
	background: #584924 url(/images/sub_navigation_bg.jpg) repeat-x scroll 50% top;
	height: 69px;
	width: 100%;
}

.sub #navigation_container {
	width: 980px;
	margin: 0px auto;
}

#page_wrapper {
	background: url(/images/sub_wrapper_bg.jpg) 50% top repeat-x;
}

#page_inner_wrapper {
	background: url(/images/sub_inner_wrapper_bg.jpg) 50% top no-repeat;
}

#page_inner_wrapper2 {
	background: url(/images/sub_inner_wrapper2_bg.png) 50% -16px no-repeat;
	padding-top: 20px;
}

#page_inner_wrapper3 {
	background: url(/images/sub_inner_wrapper3_bg.png) 50% top repeat-y;
	margin-top: 20px;
}

#page_container {
	width: 980px;
	margin: 0px auto;
}

.sub #loader {
	margin-left:370px;
	margin-top:60px;
}

#image_heading {
	margin-left: 11px;
	height: 192px;
	width: 826px;
	background: #1b1b1b;
	margin-top: -20px;
	overflow: hidden;
}

.firefox #image_heading {
	width: 825px;
}

#content_container {
	margin-left: 11px;
	padding-left: 30px;
	width: 640px;
	padding-right: 25px;
	padding-top: 40px;
	overflow: hidden;
	min-height: 400px;
	background: #fff url(/images/content_container_bg.jpg) left top no-repeat;
}

#sidebar_wrapper {
	margin-left:706px;
	margin-top:-212px;
	position:absolute;
	width:260px;
}

#sidebar {
	background: url(/images/sidebar_bg.png) top left repeat-y;
	width:260px;
	padding-top:1px;
}

#sidebar #text_sidebar {
	width: 220px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 30px;
}

#sidebar #text_sidebar h2 {
	color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
}

#sidebar #text_sidebar p {
	color: #fff;
	margin-bottom: 30px;
	font-size: 10px;
}

#sidebar #image_sidebar {
	width: 260px;
	text-align: center;
}

#sidebar #image_sidebar p {
	margin: 0px;
}

#sidebar #image_sidebar img {
	width: 217px;
	height: 98px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#sidebar_pretty {
	height: 30px;
	width: 260px;
	background: url(/images/sidebar_pretty.png) top left no-repeat;
}

.sub #footer_wrapper {
	background: url(/images/sub_footer_pretty.png) 50% top no-repeat;
	padding-top: 30px;
	min-height: 215px;
	height: auto !important;
	height: 215px;
	width: 100%;
}

.sub #footer_container {
	width: 980px;
	margin: 0px auto;
}


.sub #footer_container .campus_box {
	width: 200px;
	float: left;
	color: #002346;
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 9px;
	line-height: 18px;
	margin-top: 33px;
	display: inline;
}

.sub #footer_container .campus_box h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #00ccff;
	margin: 0px;
}

.sub #footer_container .campus_box p {
	color: #002346;
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
}

.sub #footer_container .campus_box table td {
	border: 0px none;
	padding: 0px;
	font-size: 11px;
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial, sans-serif;
	color: #002346;
}

.sub #footer_container .campus_box a, .sub #footer_container .campus_box a:visited, .sub #footer_container .campus_box a:active {
	color: #0055a8
}

.sub #footer_container .campus_box a:hover, .sub #footer_container .campus_box a:visited:hover {
	color: #578bbd;
	text-decoration: none;
}

.sub #campus_box_1 {
	margin-left: 40px;
	margin-right: 39px;
}




.sub #guest_center {
	margin-top: 33px;
	width: 260px;
	padding-left: 0px;
	float: left;
}

.sub #guest_center a, .sub #guest_center a:visited, .sub #guest_center a:active {
	color: #002346;
	display: block;
	float: left;
	width: 100px;
	line-height: 23px;
	margin-bottom: 5px;
	margin-right: 30px;
	text-decoration: none;
	border-bottom: 2px dotted #002346;
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.ie6.sub #guest_center a, .ie6.sub #guest_center a:visited, .ie6.sub #guest_center a:active {
	margin-right: 15px;
}


.sub #guest_center a:hover, .sub #guest_center a:visited:hover {
	color: #578bbd;
	border-bottom: 2px dotted #578bbd;
	text-decoration: none;
}

#copyright {
	float: left;
	margin-top: 0px;
	margin-left: 40px;
}

#copyright p {
	font-size: 10px;
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial, sans-serif;
	color: #151008;
}

/**** Wide Page Styles ****/
.wide #page_wrapper {
	background: url(/images/sub_wrapper_bg.jpg) 50% top repeat-x;
}

.wide #page_inner_wrapper {
	background: url(/images/sub_inner_wrapper_bg.jpg) 50% top no-repeat;
}

.wide #page_inner_wrapper2 {
	background: url(/images/wide_sub_inner_wrapper2_bg.png) 50% -16px no-repeat;
	padding-top: 20px;
}

.wide #page_inner_wrapper3 {
	background: url(/images/wide_sub_inner_wrapper3_bg.png) 50% top repeat-y;
	margin-top: 20px;
}
.wide #footer_wrapper {
	background: url(/images/wide_sub_footer_pretty.png) 50% top no-repeat;
	padding-top: 30px;
	min-height: 215px;
	height: auto !important;
	height: 215px;
	width: 100%;
}

.wide #content_container {
	margin-left: 11px;
	padding-left: 32px;
	width: 896px;
	padding-right: 32px;
	padding-top: 40px;
	overflow: hidden;
	background: #fff url(/images/content_container_bg.jpg) 70% top no-repeat;
}
.wide #loader {
	margin-left:464px;
	margin-top:60px;
}

.wide #image_heading {
	margin-left: 11px;
	height: 192px;
	width: 961px;
	background: #1b1b1b;
	margin-top: -20px;
}

.wide.firefox #image_heading {
	width: 960px;
}

/*******************************************
** Calendar Styles
********************************************/
.calendar {
	width: 896px;
}
#calendar_sort1 ul ul li.current, #calendar_sort ul ul li.current{
	display:none;	
}

.calendar td {
	width: 128px;
	border: 2px dotted #57562A;
	border-top: 0px none;
	height: 120px;
	background: #F2ECCC url(/images/cal_bg.jpg) top left repeat-x;
}

.calendar caption {
	width: 846px;
	background: url(/images/calendar_top.jpg) top left no-repeat;
	line-height: 40px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	text-align: left;
	padding-left: 50px;
	letter-spacing: 2px;
}

.calendar .calendar-prev {
	width: 28px;
	height: 28px;
	position: absolute;
	display: block;
	background: url(/images/calendar_back.png) top left no-repeat;
	text-indent: -9999em;
	margin-left:-40px;
	margin-top:6px;
}

.calendar .calendar-next {
	width: 28px;
	height: 28px;
	display: block;
	position: absolute;
	background: url(/images/calendar_forward.png) top left no-repeat;
	text-indent: -9999em;
	margin-left: 135px;
	margin-top: -34px;
}

.ie8 .calendar .calendar-next, .ie7 .calendar .calendar-next, .ie6 .calendar .calendar-next {
	margin-top: -6px;
	margin-left: 10px;
}

.ie8 .calendar .calendar-prev, .ie7 .calendar .calendar-prev, .ie6 .calendar .calendar-prev {
	margin-top: -5px;
}


.calendar tr.th {
	background: #584924 url(/images/sub_navigation_bg.jpg) repeat-x scroll 50% top;
	color: #fff;
	line-height: 30px;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	text-transform: uppercase;
}

.td_last {
	border-right: 0px none !important;
}

.td_first {
	border-left: 0px none !important;
}

.calendar td.current {
	background: #F2ECCC url(/images/cal_bg_today.jpg) top left no-repeat;
}

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

.dayEventNames li {
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 10px;
	line-height: 14px;
	padding-top:5px;
	padding-bottom: 5px;
}

.dayEventNames li a {
	font-weight: normal;
}

.events_day_number {
	font-weight: bold;
}

/*******************************************
** Event Detail Styles
********************************************/
#event_detail_content p {
	margin-bottom: 20px;
}

#event_sub_title h3 {
	margin: 0px;
	color: #fff;
	font-size: 18px;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
}

#event_sub_title {
	background: #002339 url(/images/calendar_top.jpg) top left no-repeat;
	text-align: left;
	font-size: 22px;
	color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	padding: 6px 20px 9px 10px;
}

.event_date {
	background: #584924 url(/images/sub_navigation_bg.jpg) repeat-x scroll 50% top;
	color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	line-height: 30px;
	padding: 0px 20px 0px 10px;
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 20px;
}

.event_date h6 {
	color: #fff;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-weight: normal;
}

#event_detail_content {
	width: 400px;
	float: left;
}

#event_detail_content #register_link, #event_detail_content #add_link {
	margin-bottom: 5px;
}

#event_detail_content #register_link a {
	background: url(/images/reg_link.png) top left no-repeat;
	height: 22px;
	width: 100px;
	display: block;
	text-indent: -999em;
}

#event_detail_content #add_link a {
	background: url(/images/cal_add_link.png) top left no-repeat;
	height: 22px;
	width: 170px;
	display: block;
	float: left;
	text-indent: -999em;
}

#event_detail_content .thickbox {
	height: 22px;
	width: 22px;
	display: block;
	float: left;
	margin-left: 3px;
}

#events_detail_wrapper .event_image {
	border:1px solid #CCCCCC;
	float:left;
	margin-right:10px;
	padding:7px;
}
#events_detail_wrapper .event_image .event_image_default {
	background:transparent url(/images/eventlist_default_img.jpg) no-repeat scroll 0 0;
	display:inline;
	float:left;
	min-height:108px;
	overflow:hidden;
	width:192px;
}
.ie6 #events_detail_wrapper .event_image .event_image_default {
	height:108px;
}

#events_detail_wrapper .event_image img {
	width:192px;
}

/*******************************************
** Quicklinks Styles
********************************************/
#calendar_sort {
	float:left;
	margin:9px 0 0 686px;
	position:absolute;
}

#calendar_sort1 {
	float:left;
	margin:9px 0 0 475px;
	position:absolute;
}

#calendar_sort p {
	margin:0;
}

#quicklinks { 
	background:transparent;
	display:block;
	float:left;
	margin:0;
	padding:0;
	width:200px;
}

#quicklinks * { 
}

#ctgtext {
	margin-top: 1px;
}

#quicklinks li {
	list-style:none;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	text-indent:0;
	background: none;
}

#quicklinks li a {
	background:transparent url(/images/calendar_dd_bg.png) no-repeat scroll left top;
	display:block;
	height:21px;
	padding-left:10px;
	text-decoration:none;
	text-transform:capitalize;
	width:190px;
	padding-top:5px;
	font-weight: normal;
	color: #333;
	font-size: 11px;
}

#quicklinks li a:hover {
	color: #333;
}

#quicklinks li ul {
	border:0;
	left:-999em;
	list-style:none;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	margin-top:0px;
	-margin-top: -5px;
	padding:0;
	position:absolute;
	width:199px;
	z-index:999;
	padding-bottom: 1px;
}

#quicklinks li:hover ul, #quicklinks li li:hover ul, #quicklinks li.sfhover ul, #quicklinks li li.sfhover ul {
	left:auto;
}

#quicklinks li li {
	font-size:100%;
	font-weight:normal;
	text-indent:0px !important;
	z-index:9999;
	line-height: 25px;
	border-bottom: 0px;
	padding: 0px;
	margin: 0px;
	height: 25px;
	background: none;
}

#quicklinks li li a {
	background:#fff;
	margin:0;
	height: 25px;
	width:162px;
	z-index:999;
	line-height: 25px;
	border-bottom: 1px solid #ccc;
	padding-top:0px;
}

#quicklinks li li a:hover {
	background: #333;
	color: #fff;
}

#quicklinks li:hover, #quicklinks li.hover {
    position: static;
}

/*******************************************
** Map Styles
********************************************/

#churchMap {
	height: 300px;
}

#map_wrapper {
	padding: 0px;
	border: 5px solid #004968;
	margin-bottom: 10px;
}


#directions_text {
	margin-bottom: 5px;
}

#directions_form {
	margin-bottom: 10px;
}

#directions_form input#saddr {
	border: 1px solid #ccc;
	padding: 8px 5px 7px 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	width: 478px;
	float: left;
}

#directions_form input#btn_submit {
	border: 0px none;
	background: url(/images/directions_btn.jpg) top left no-repeat;
	text-indent: -999em;
	width: 150px;
	height: 30px;
	cursor: pointer;
	overflow: hidden;
	font-size: 0px;
	line-height: 0px;
	display: block;
}

/*******************************************
** Search Styles
********************************************/
#pagination a {
	background: url(/images/blue_btn.jpg) bottom left repeat-x;
	color: #fff;
	display: block;
	float: left;
	padding:3px 12px;
	margin-right: 5px;
}

#pagination #off {
	color: #ccc;
	text-decoration: none;
}

#pagination #current {
	background-position: top;
	text-decoration: none;
}

/*******************************************
** Form Styles
********************************************/
.monkForm legend {
	font-size: 16px;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	margin-bottom: 5px !important;
	color:#392D15;
}

.monkForm .checkbox legend, .monkForm .radio legend {
	font-size: 11px;
	color:#392D15;
	margin-bottom: 10px !important;
}

.monkForm label {
	width: 120px;
	float: left;
	line-height: 18px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-weight: bold;
	margin-left: 0px !important;
}

div.text, div.textarea, div.select, div.checkbox, div.radio, div.file, div.captcha {
	border: 1px solid #eee;
	padding: 10px;
	margin-bottom: 7px;
}

.monkForm .description {
	color: #aaa;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 10px;
	margin-top: -15px;
	margin-left: 120px;
}

.monkForm div.text input {
	padding: 6px 5px 7px;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	width: 480px;
}

.monkForm div.textarea textarea {
	padding: 6px 5px 7px;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	width: 480px;
}

.monkForm div.select select {
	padding: 6px 5px 7px;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	width: 493px;
}

.monkForm div.checkbox .data {
	margin-bottom: 4px;
}

.monkForm div.checkbox .data label {
	font-weight: normal;
	margin-top: -10px;
	padding-bottom: 16px;
	padding-left: 4px;
	width: 400px;
}

.ie6 .monkForm div.checkbox .data label, .ie7 .monkForm div.checkbox .data label, .ie8 .monkForm div.checkbox .data label {
	margin-top: -4px;
	padding-bottom: 10px;
}

.monkForm div.checkbox .data input {
	float: left;
}

.monkForm div.checkbox .description {
	margin-top: 4px;
	margin-left: 0px;
}


.monkForm div.radio .data {
	margin-bottom: 4px;
}

.monkForm div.radio .data label {
	font-weight: normal;
	margin-top: -10px;
	padding-bottom: 16px;
	padding-left: 4px;
	width: 400px;
}

.ie6 .monkForm div.radio .data label, .ie7 .monkForm div.radio .data label, .ie8 .monkForm div.radio .data label {
	margin-top: -4px;
	padding-bottom: 10px;
}

.monkForm div.radio .data input {
	float: left;
}

.monkForm div.radio .description {
	margin-top: 4px;
	margin-left: 0px;
}

.monkForm div.captcha img {
	float: left;
}

.monkForm div.captcha input {
	padding: 7px 5px 7px;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 18px;
	width: 150px;
	float: left;
	margin-left: 5px;
	display: inline;
}

.monkForm #formsubmit input {
	background: url(/images/blue_btn.jpg) top left repeat-x;
	padding: 5px 20px;
	color: #fff;
	border: 0px none;
}

/*******************************************
** Navigation Styles
********************************************/
#home_navigation {
	margin-top: 16px;
	width: 960px;
	height: 70px;
	overflow: hidden;
	margin-left: 10px
}

.sub #home_navigation {
	margin-top: -1px;
	width: 960px;
	height: 69px;
	overflow: hidden;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
}

.hasflash #nav {
	position: absolute;
}

.ie6.hasflash #nav, .ie7.hasflash #nav {
	position: relative !important;
	z-index: 9999;
}

.ie6 #nav, .ie7 #nav, .ie8 #nav {
	float: left;

}

#nav li a, #nav li a:visited, #nav li a:active {
	display: block;
	color: #fff;
	font-family: Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 16px;
	padding: 27px 20px 24px;
	font-weight: normal;
	text-decoration: none;
}

#nav li a:hover, #nav li a:visited:hover {
	background: url(/images/nav_over_bg2.gif) top left repeat;
}

.hasflash #nav li a, .hasflash #nav li a:visited, .hasflash #nav li a:active {
	height: 0px;
	padding: 0px;
	line-height: 0px;
	font-size: 0px;
	text-indent: -999em;
}


#nav li {
	padding: 0px;
	float: left;
}

#nav li ul {
	position: absolute;
	width: 130px;
	left: -999em;
	z-index: 1900;
	text-align:left;
	padding: 0px;
	margin: 0px;
	background: #001625 url(/images/nav_dd_bg.png) top left repeat-x;
	margin-left: 1px;
}
.sub #home_navigation #nav li ul {
	margin-top: -1px;
}

#nav li li a, #nav li li a:visited, #nav li li a:active {
	padding: 0px;
	height: auto !important;
	text-indent: 0px !important;
	display: block;
	padding-top: 10px !important;
	padding-bottom: 11px !important;
	line-height: 15px !important;
	width: 110px;
	padding-left: 10px !important;
	padding-right: 10px !important;
	font-size: 12px !important;
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial, sans-serif;
}

#nav li li a:hover, #nav li li a:visited:hover {
	background: #208BC6 url(/images/nav_dd_hover.jpg) top left no-repeat;
}


#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	position: static;  
}

#nav li ul ul {
	margin: -36px 0 0 130px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul {
	left: auto;
}

#nav_get-connected ul {
	width: 156px !important;
}

#nav_get-connected ul li a {
	width: 136px !important;
}

#nav_network-churches ul {
	width: 190px !important;
}

#nav_network-churches ul li a {
	width: 170px !important;
}

/*******************************************
** Gallery Styles
********************************************/
.gallerylist_photo {
	margin-bottom: 40px;
}

.gallerylist_photo .image_wrapper {
	float: left;
	width: 250px;
	padding: 15px;
	margin-right: 20px;
	box-shadow: 10px 10px 5px #888;
	-moz-box-shadow: 4px 4px 20px #888888;
	-webkit-box-shadow: rgb(136, 136, 136) 4px 4px 20px;
}

.ie8 .gallerylist_photo .image_wrapper, .ie7 .gallerylist_photo .image_wrapper, .ie6 .gallerylist_photo .image_wrapper {
	border: 1px solid #ccc;
}

.gallerylist_photo .image_wrapper img {
	border: 1px solid #ccc;
}

.gallerylist_photo .title {
	font-size: 16px;
}

.gallerylist_photo .info p {
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 10px;
}

.photo_list {
	margin-bottom:30px;
	float: left;
}

.photo_list .image_wrapper {
	float: left;
	width: 220px;
	padding: 15px;
	margin-right: 24px;
	margin-left: 24px;
	box-shadow: 4px 4px 20px #888;
	-moz-box-shadow: 4px 4px 20px #888888;
	-webkit-box-shadow: rgb(136, 136, 136) 4px 4px 20px;
}

.ie8 .photo_list .image_wrapper, .ie7 .photo_list .image_wrapper, .ie6 .photo_list .image_wrapper {
	border: 1px solid #ccc;
}

.photo_list .image_wrapper .image {
	border: 1px solid #ccc;
	width: 220px;
	height: 120px;
	overflow: hidden;
}

/*******************************************
** Sermons Styles
********************************************/
.sermons #page_inner_wrapper2 {
	background: none !important;
}

.sermons #page_inner_wrapper3 {
	margin-top: -20px;
}

.sermons.wide #content_container {
	padding-top: 60px;
}

.sermons #page_wrapper {
	background: url(/images/sermon_sub_wrapper_bg.jpg) 50% top repeat-x;
}

.sermons #page_inner_wrapper {
	background: url(/images/sermon_sub_inner_wrapper_bg.jpg) 50% top no-repeat;
}

#podcast_btn {
	position: absolute;
	margin-left: 620px;
	margin-top: -45px;
}

#rss_btn {
	position: absolute;
	margin-left: 857px;
	margin-top: -42px;
}

#sermons_header {
	background: url(/images/sidebar_bg.png) top left repeat;
	padding: 10px;
}
#coverflow_container {
	height:340px;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	width:980px;
	z-index: 1150;
	position: relative;
}

#sermons_header h2 {
	margin: 0px;
	width: 200px;
	float: left;
}

#sermons_header .sort_dd {
	margin-top: 3px;
}

#sermons_header .sort_dd p {
	float: left;
	color: #fff;
	margin: 0 10px 0 94px;
	line-height: 25px;
}

.grouping_title h2 {
	margin: 0px;
	background: url(/images/sidebar_bg.png) top left repeat;
	padding: 10px;
	margin: 0px 0px 20px;
}

.sermon_box {
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 2px dotted #ccc;
}

.sermon_box .sermon_image {
	float: left;
	padding: 7px;
	margin-right: 10px;
	border: 1px solid #ccc;
}

.sermon_box .sermon_middle {
	float: left;
	width: 630px;
}

.sermon_box .sermon_media {
	float: right;
	width: 34px;
}

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

.sermon_box .sermon_media ul li {
	float: left;
	padding: 0px;
}

.sermon_box .sermon_media .icon {
	text-indent: -9999em;
	height: 32px;
	width: 32px;
	margin: 2px 0px;
	display: block;
}

.sermon_box .sermon_media .icon_watch {
	background: url(/images/icon_watch.jpg) top left no-repeat;
}

.sermon_box .sermon_media .icon_listen {
	background: url(/images/icon_listen.jpg) top left no-repeat;
}

.sermon_box .sermon_media .icon_download {
	background: url(/images/icon_download.jpg) top left no-repeat;
}

.sermon_box .sermon_media .icon_notes {
	background: url(/images/icon_notes.jpg) top left no-repeat;
}

.sermon_box .sermon_title h3 {
	font-size: 15px;
	margin: 0px;
}

.sermon_box .sermon_info {
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #645025;
}

.sermon_box .sermon_summary {
	color: #000;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	line-height: 18px;
}

.sermonajax .content {
	margin-top: 20px;
	margin-bottom: 20px;
}

.sermonajax .am_notes {
	margin-top: 20px;
}

.sermonajax .am_notes label {
	line-height: 30px;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 13px;
}

.sermonajax .am_notes .am_notes_title {
	padding: 6px;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	color: #333;
	width: 882px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

.sermonajax .am_notes .am_notes_notes {
	padding: 6px;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	color: #333;
	width: 882px;
	border: 1px solid #ccc;
	height: 100px;
	margin-bottom: 10px;
}

.sermonajax .am_notes .btn_print {
	background: url(/images/blue_btn.jpg) top left repeat-x;
	padding: 5px 20px;
	color: #fff;
	border: 1px solid #011727;
}

.sermon_close_btn {
	text-indent: -9999em;
	float: right;
	width: 32px;
	height: 32px;
	background: url(/images/close_btn.jpg) top left no-repeat;
}
#uturnlogo{
	display:inline;
	float:right;
	margin-right:12px;
	margin-top:12px;
}