@import url("../../global/CSS/global.css"); /* Global Stylesheet */

/* @group OVERRIDES */

a.site-credit-link:link, a.site-credit-link:active, a.site-credit-link:visited {display: inline;}

/* @end */

/* @group RESET */ /* Basic css zeroing for cross-browser conformity */

html,body,div,h1,h2,h3,h4,h5,h6,p,pre,form,blockquote,fieldset,input {margin: 0px; padding: 0px;}

h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,strong,th {font-weight: normal; font-style: normal;}

fieldset,img {border: none;}

/* @end */

/* @group LAYOUT */

body {background: #173346 url(/SiteFiles/1413/Images/body-bg.jpg) repeat-x;}

img, div {behavior: url(/SiteFiles/1413/Scripts/iepngfix.htc);} /* Add other elements using png's as needed */

img.alignleft {float: left;	margin: 2px 20px 18px 0;} /* Class for image aligned left with margin */

img.alignright {float: right; margin: 2px 0 18px 20px;} /* Class for image aligned right with margin */

hr {
	border: 0px;
	width: 100%;
	color: #d9d9d9;
	background-color: #d9d9d9;
	height: 1px;
	line-height: 1px;
	margin: 10px 0px;
	padding: 0px;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0.0;
	font-size: 0px;
}

/* @end */


/* @group TYPE */

body, p, div, ul, li, td {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}

strong, b {font-weight: bold;}

p {margin-bottom: 18px;}

a:link, a:visited, a:active {
	color: #39ADBA;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	
}

a:focus {outline: none;} /* Removes a outline in Firefox  */

h1 {
	font-size: 36px;
	line-height: 40px;
	color: #39ADBA;
	margin: 10px 0 15px 0 ;
	letter-spacing: -.05em;
}
h2 {
	font-size: 18px;
	line-height: 22px;
	color: #0C3755;
	margin-bottom: 18px;
}
h3 {
	font-size: 14px;
	line-height: 18px;
	color: #BB4707;
	font-weight: bold;
}
h4 {
	font-size: 13px;
	line-height: 18px;
	color: #045379;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 18px;
}
h5 {
}

/* @end */

/* @group MAIN NAV */

#mainnavWrapper {
	margin: 0px;
	padding:18px 75px 0 62px;
	width:500px;
	height: 46px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 5;
}
.ie7 #mainnavWrapper {padding-top: 22px;}
#mainnav, #mainnav ul {
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: none;
	float: right;
}
#mainnav li {
	float: left;
	list-style: none;
	margin: 0px 0px 0px 26px;
}
#mainnav a {
	display: block;
	font-size: 16px;
	color: #AEDEE4;
	text-transform: lowercase;
	padding: 4px 13px 4px 13px;
}
#mainnav a:hover {
	color: #FFFFFF;
	text-decoration:none;
	padding: 4px 13px 4px 13px;
}

/* @end */

/* @group SUB NAV */

#subnav-wrapper {
	width: 149px;
	float: left;
	background: #39adba url(/SiteFiles/1413/Images/subnav-bg.gif) no-repeat top;
	min-height: 420px;
	padding: 85px 0px 0px 16px;
}
#subnav-wrapper p {
	display: none;
}
#subnav-wrapper h2 {
	border-bottom: 1px solid #6ac1cb;
}
#subnav-wrapper h2 a {
	color: #FFFFFF;
}
#subnav-wrapper h2 a:hover {
	text-decoration:none;
}
#subnav {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#subnav li {
	padding: 0px;
	margin: 0px;
	width: 149px;
	background: none;
	font-size: 11px;
}
#subnav a {
	display: block;
	color: #FFFFFF;
	}
#subnav a:hover {
	display: block;
}
#subnav a.current {
	display: block;
}

/* @end */

/* @group HEADER */

#header-wrapper {
	width: 100%;
	float: left;
	text-align: left;
}

#header {
	margin: 0px auto;
	padding: 0px;
	width: 895px;
	height: 43px;
	background: url(/SiteFiles/1413/Images/header-bg.gif) no-repeat;
	position: relative;
	z-index: 100;
}
.a-tab {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 175px;
	height: 29px;
	overflow: hidden;
}
.a-tab a {
	width: 175px;
	height: 29px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	background: url(/SiteFiles/1413/Images/a-tab.gif) no-repeat 0px 0px;
}
.a-tab a:hover {
	background: url(/SiteFiles/1413/Images/a-tab.gif) no-repeat 0px -29px;
}
#header-links {
	position: absolute;
	top: 0px;
	right: 180px;
	width: 300px;
	height: 17px;
	overflow: hidden;
	padding: 12px 0px 0px;
	text-align: right;
}
#header-links a {
	font-size: 10px;
	color: #C2CDD4;
}
#header-links img {
	margin-right: 6px;
	vertical-align:middle;
}
.header-text {
	margin-right: 14px;
}

/* @end */

/* @group TOP */

#top-wrapper {
	width: 100%;
	float: left;
	text-align: left;
}
#top {
	margin: 0px auto;
	padding: 0px;
	width: 895px;
	height: 64px;
	background: url(/SiteFiles/1413/Images/top-bg.gif) no-repeat;
	position: relative;
	z-index:99;
}
.a-logo {
	float: left;
	margin: 0px 0px 0px 81px;
	width: 162px;
	height: 64px;
	overflow: hidden;
	z-index:20000;
}
.a-logo a {
	width: 162px;
	height: 64px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	background: url(/SiteFiles/1413/Images/a-logo.gif) no-repeat;
}

/* @end */

/* @group SLIDER */

#slider-wrapper {
	width: 100%;
	float: left;
	text-align: left;
}
#slider {
	margin: 0px auto;
	padding: 0px 75px 0px 0px;
	width: 820px;
	height: 433px;
	background: url(/SiteFiles/1413/Images/slider-bg.gif) no-repeat;
}

/* @end */

/* @group CONTENT */

#content-wrapper {
	width: 100%;
	float: left;
	text-align: left;
}
#content {
	background:url("/SiteFiles/1413/Images/content-bg.gif") no-repeat scroll 0 0 transparent;
	height:132px;
	margin:0 auto;
	overflow:hidden;
	padding:26px 36px 33px 106px;
	width:754px;
}
#content img {
	margin: 0px 8px 0px 0px;
}

/* @end */

/* @group BOTTOM */

#bottom-wrapper {
	width: 100%;
	float: left;
	text-align: left;
}
#bottom {
	margin: 0px auto;
	padding: 44px 30px 25px 111px;
	width: 754px;
	height: 44px;
	background: url(/SiteFiles/1413/Images/bottom-bg.gif) no-repeat;
}
.a-students {
	float: left;
	width: 111px;
	height: 29px;
	overflow: hidden;
	margin: 0px 8px 0px 0px;
}
.a-students a {
	width: 111px;
	height: 29px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	background: url(/SiteFiles/1413/Images/a-students.gif) no-repeat 0px 0px;
}
.a-students a:hover {
	background: url(/SiteFiles/1413/Images/a-students.gif) no-repeat 0px -29px;
}
.a-children {
	float: left;
	width: 111px;
	height: 29px;
	overflow: hidden;
}
.a-children a {
	width: 111px;
	height: 29px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	background: url(/SiteFiles/1413/Images/a-children.gif) no-repeat 0px 0px;
}
.a-children a:hover {
	background: url(/SiteFiles/1413/Images/a-children.gif) no-repeat 0px -29px;
}
#contact-info {
	color:#BBC4CD;
	float:right;
	font-size:11px;
	line-height:18px;
	margin-right:50px;
	margin-top:-3px;
	text-align:right;
	width:450px;
}
#contact-info a {
	color: #BBC4CD;
}

/* @end */

/* @group FOOTER */

#footer-wrapper {
	width: 100%;
	float: left;
	text-align: left;
}
#footer {
	margin: 0px auto;
	padding: 0px;
	padding: 0px 0px 18px 81px;
	width: 814px;
}
#footer-left {
	float: left;
	font-size: 11px;
	line-height: 18px;
	color: #BBC4CD;
}
#footer-left a {
	font-size: 11px;
	line-height: 18px;
	color: #BBC4CD;
}

/* @end */

/* @group SEARCH */ /* Uses image-driven field and button styles  */

#search {
	float: right;
	width: 160px;
	height: 23px;
}
.searchField {
	float: left;
	width: 136px;
	padding: 6px 0px 6px 24px;
	background: url(/SiteFiles/1413/Images/search-field.gif) no-repeat;
	outline: none;
	border: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #152E3F;
}
.searchButton {
	display: none;
}

/* @end */

/* @group DEFAULT */

#d-content-wrapper {
	width: 100%;
	float: left;
	text-align: left;
}
#d-content {
	margin: 0px auto;
	width: 820px;
	background: url(/SiteFiles/1413/Images/d-content-bg.gif) repeat;
	overflow: hidden;
	padding: 0px 75px 0px 0px;
}
#d-content-right {
	float: left;
	background-color: #FFFFFF;
	border-right: 4px solid #39adba;
	padding:0;
	width:651px;
	min-height: 420px;
}
#d-content-main {padding:30px;}
#d-bottom {
	margin: 0px auto;
	padding: 44px 30px 25px 111px;
	width: 754px;
	height: 44px;
	background: url(/SiteFiles/1413/Images/d-bottom-bg.gif) no-repeat;
}

/* @end */

/* @group TAB */

#tab-wrapper {
	background:url("/sitefiles/1413/images/tabWrapper-bg.gif") repeat-x scroll 0 bottom #FFFFFF;
	display: none;
	float:left;
	text-align:left;
	width:100%;
}
#tab {
	margin: 0px auto;
	padding: 26px 0px 26px 81px;
	width: 814px;
	background: url(/SiteFiles/1413/Images/tab-bg.gif) no-repeat center bottom;
	overflow: hidden;
	font-size: 11px;
	color: #999999;
}
#tab p {
	font-size: 11px;
	color: #999999;
}
#something a {
	display:block;
	float:left;
	font-size:11px;
	font-weight:bold;
	width:50%;
}
.recent-news-wrapper ul {
	list-style:none outside none;
	margin:0;
	padding:0;
}
.recent-news-wrapper li {margin-bottom:10px;}
.recent-news-wrapper li a {
	display:block;
	font-size:11px;
	font-weight:bold;
	line-height:14px;
}
.recent-news-wrapper li span {
	color:#999;
	font-size:10px;
	font-weight:bold;
}
p.recent-news-view-link {display:none;}
#quicklinks {
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	background-color:#F2F2F2;
	padding:20px;
}
#quicklinks img {margin-bottom:10px;}
#quicklinks a {
	color:#808080;
	display:block;
	font-size:11px;
	font-weight:bold;
}

/* @end */

/* ----------------------------------------------------------------------------------------------------------------- Promotion Slider Styles */
.anythingSlider {
	background:url("/SiteFiles/1413/Images/slider-bg.gif") repeat-y scroll 0 0 transparent;
	height:433px;
	margin:0 auto 0;
	width:894px;
	position:relative;
	z-index:1;
	overflow:hidden;
}
* html .wrapper ul li a {margin-left: 40px;}

html>body .wrapper ul li a  {*margin-left: 0px;}

.anythingSlider .wrapper {
	border-right:5px solid #3696A4;
	height:433px;
	left:0;
	margin:0;
	overflow:hidden;
	width:815px;
	position:relative;
	z-index:2;
}
.anythingSlider .wrapper ul {
	width: 9999px;
	list-style: none;
	margin: 0 0 0 -40px;
	background-color: transparent;
	position:absolute;
	z-index:3;
}
html>body .anythingSlider .wrapper ul { *left: 0px; } /* IE 7 only hack */

.tagline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color: #ffffff;
	display: block;
	padding: 7px;
	height: 24px;
	background-color: #E12F39;
}
.anythingSlider ul li {
	display: block;
	float: left;
	height: 433px;
	width: 815px;
	margin: 0;
	padding: 0;
}
.anythingSlider ul li#worship {background: url(/assets/1413/slide1.jpg) no-repeat 0 0 transparent;}
.anythingSlider ul li#groups {background: url(/assets/1413/slide2.jpg) no-repeat 0 0 transparent;}
.anythingSlider ul li#arts {background: url(/assets/1413/slide3.jpg) no-repeat 0 0 transparent;}
.anythingSlider ul li#serve {background: url(/assets/1413/slide4.jpg) no-repeat 0 0 transparent;}
.anythingSlider ul li#care {background: url(/assets/1413/slide5.jpg) no-repeat 0 0 transparent;}
.anythingSlider ul li div {
	float:right;
	height:142px;
	margin-top:191px;
	overflow:hidden;
	padding-right:40px;
	padding-top:100px;
	text-align:right;
	width:775px;
}
.ie7 .anythingSlider ul {margin-left:0px}
#worship div {background: url(/assets/1413/slide1b.png) no-repeat right 0 transparent;}
#groups div {background: url(/assets/1413/slide2b.png) no-repeat right 0 transparent;}
#arts div {background: url(/assets/1413/slide3b.png) no-repeat right 0 transparent;}
#serve div {background: url(/assets/1413/slide4b.png) no-repeat right 0 transparent;}
#care div {background: url(/assets/1413/slide5b.png) no-repeat right 0 transparent;}
.anythingSlider h2 {
	color:#FFF;
	font-size: 48px;
	margin-bottom: 5px;
}
.anythingSlider p {
	color:#FFFFFF;
	display:block;
	float:right;
	font-size:18px;
	padding-left:490px;
	width:285px;
}
.anythingSlider p a {
	color: #AEDEE4;
	font-size: 14px;
}

#thumbNav {
	height:24px;
	left:90px;
	padding:0;
	position:absolute;
	text-align:left;
	top:248px;
	width:250px;
	z-index:4000;
}
#thumbNav a {
	display:block;
	float:left;
	height:50px;
	margin:0;
	overflow:hidden;
	padding:0;
	text-align:center;
	text-indent:-9999px;
	width:45px;
}
a#thumb0 {background: url(/sitefiles/1413/images/slide1c.png) no-repeat center top transparent;}
a#thumb1 {background: url(/sitefiles/1413/images/slide2c.png) no-repeat center top transparent;}
a#thumb2 {background: url(/sitefiles/1413/images/slide3c.png) no-repeat center top transparent;}
a#thumb3 {background: url(/sitefiles/1413/images/slide4c.png) no-repeat center top transparent;}
a#thumb4 {background: url(/sitefiles/1413/images/slide5c.png) no-repeat center top transparent;}
a#thumb0.cur, a#thumb1.cur, a#thumb2.cur, a#thumb3.cur, a#thumb4.cur {background-position: center -53px;}
#start-stop {
	display:none;
}
/*
  Prevents
*/
.anythingSlider .wrapper ul ul { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li { float: none; height: auto; width: auto; background: none; }
.arrow {
	display: none;
}


.rss-widget-wrapper {
	height:105px;
	overflow:hidden;
}
.rss-widget-list-item {
	color:#999;
	font-size:10px;
	font-weight:bold;
}
.rss-widget-list-item a {
	font-weight:bold;
	font-size: 10px;
}
/* @group BREADCRUMBS */

#breadcrumb, #breadcrumb ul {
	width: 600px;
	text-align: right;
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#breadcrumb li {
	padding: 0px 8px 0px 0px;
	background: none;
	display: inline;
	font-size:10px;
}

#breadcrumb li a {
	background: url(/SiteFiles/1413/Images/breadcrumb.png) no-repeat 0.2em;
	padding-left: 8px;
	color:#CCCCCC;
}

#breadcrumb li a:hover {
	background: url(/SiteFiles/1413/Images/breadcrumb.png) no-repeat 0.2em;
	padding-left: 8px;
	color:#999999;
}

#breadcrumb li a.first {
	background: none;
	padding-left: 0px;
}

#breadcrumb li a.first:hover {
	background: none;
	padding-left: 0px;
}

#breadcrumb li a.current {
	background: url(/SiteFiles/1413/Images/breadcrumb.png) no-repeat 0.2em;
	padding-left: 18px;
}

/* @end */
