/* ------------------------------ BEGIN Global Styles ------------------------------ */
@import url("../../global/CSS/global.css");
/* ------------------------------ END Global Styles ------------------------------ */

/* BE SURE TO COPY YOUR CLIENT STYLES IN THIS MASTER.CSS IN ORDER FOR THE EDITOR TO IMPLEMENT THE CLIENT STYLES-
YOU HAVE TO LOAD THEM UP SEPARATELY AS CLIENT.CSS AS WELL */

/* UNIVERSAL */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,th { font-weight: normal; font-style: normal; }
fieldset,img { border: none; }
caption,th { text-align: left; }

body {
	background: #F9F9F9 url(/sitefiles/1324/Images/bg.gif) repeat-x top center;
}

img, div { behavior: url(/SiteFiles/1324/Scripts/iepngfix.htc); }
img.leftalign { float: left; margin: 2px 20px 16px 0; }
img.rightalign { float: right; margin: 2px 0 16px 20px; }

hr {
	border: 0;
	width: 100%;
	color: #d9d9d9;
	background-color: #d9d9d9;
	height: 1px;
	line-height: 1px;
	margin: 10px 0px;
	padding: 0px;
}
ul {
	margin: 10px 0px 10px 10px;
	padding: 0px;
}

ul li {
	padding: 0 0 0 10px;
	margin:4px 0;
	background: url(/SiteFiles/1324/Images/bullet.gif) no-repeat 0em 0.5em;
	list-style: none;
}

/* TYPE */
body, p, div, ul, li, td {
	font-family: "Myriad Pro", "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #1A1A1A;
	padding:0px;
}
a:link, a:visited, a:active {
	color: #00b0d8; 
	text-decoration: none;
}
a:hover {
	color: #00b0d8; 
	text-decoration: underline;
}
a:focus {
	outline: none; 
}
strong, b { font-weight:bold; }

h1 {
	font-size: 32px;
	line-height: 46px;
	font-weight: bold;
	color: #333;
}
h2 {
	font-size:21px;
	font-weight:bold;
	line-height:42px;
	color: #333;
}
h3 {
	font-size:21px;
	font-weight:bold;
	color: #00B0D8;
}
h4 {
	font-size: 21px;
	line-height: 32px;
}
h5 {
	font-size: 11px;
	line-height: 16px;
	color: #666666;
}

/* SEARCH */
#searchWrapper {width:100%;}
#search {
	margin:0 auto;
	position:relative;
	width:974px;
}
*html #search {margin-right:7px;}
#search p {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	display:block;
	padding: 6px;
	margin-top: 6px;
	margin-bottom: 12px;
	border-bottom: 2px solid #cbcece;
	text-transform:uppercase;
}
img, .searchPanel { behavior: url(/SiteFiles/1324/Scripts/iepngfix.htc); }
.searchPanel {
	background:transparent url(/sitefiles/1324/images/searchfield.png) no-repeat scroll 0 0;
	border:none;
	height:32px;
	margin-top:8px;
	position:absolute;
	right:20px;
	top:106px;
	width:212px;
	z-index:1;
}
*:first-child+html .searchPanel {
	top:216px;
}
.searchField {
	background:transparent none repeat scroll 0 0;
	border:0 none !important;
	border-color: #FFF;
	color:#ABAFAE;
	float:left;
	font-size:11px;
	height:21px;
	margin:1px 0 0 31px;
	padding-top:9px;
	width:170px;
}
.searchButton {
	text-indent: -1000px;
	width: 25px;
	height: 18px;
	border: none;
	float: left;
	cursor: pointer;
	background: transparent;
	font-size: 0px;
	line-height: 0px;
}
div.pageSearch {display:none;}
#cse-search-results {display:block;}
#cse-search-results iframe {width: 600px;}

/* MAIN NAV */
#mainnavWrapper-top {
	height: 7px;
	background: transparent url(/sitefiles/1324/Images/mainnav-top.gif) no-repeat center top;
	line-height:0;
	font-size: 0;
}
#mainnavWrapper {
	margin: 0px;
	padding: 0px;
	width: 974px;
	height: 57px;
	background:transparent url(/sitefiles/1324/Images/mainnav-bg.gif) repeat-x;
}
#mainnavWrapper p,
#mainnavWrapper h2,
#mainnavWrapper h2 a {
	display: none;
}
ul#mainnav {
	background:transparent none repeat scroll 0 0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0;
	position: relative;
	z-index: 99999;
}
#mainnav, #mainnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: none;
}
#mainnav a {	
	color:#FFFFFF;
	display:block;
	font-size:16px;
	line-height:30px;
	padding-bottom: 17px;
	text-decoration:none;
}
#mainnav a:hover {
	text-decoration:none;
}
#mainnav a.trigger {
	padding: 5px 12px;}

#mainnav li {
	border-right:1px solid #467A94;
	background:transparent none repeat scroll 0 0;
	float:left;
	margin-top:10px;
	padding:0 24px;
	width: auto;
	height: 47px;
}
#mainnav ul li a  {
	color: #EDEBD8; 
	text-align:left;
	padding: 5px 12px;
}
#mainnav ul li a.current  {
	color: #EDEBD8; 
	text-decoration: none;
	padding: 5px 12px;	
}
#mainnav ul li a.last {border:none;}
#mainnav li ul {
	background-color:#F9F9F9;
	display:none;
	left:10px;
	margin:0 0 0 -10px;
	padding:0;
	position:absolute;
	width:974px;
	z-index:10000;
}
#mainnav ul li a {
	border-right:1px solid #CCCCCC;
	color:#808080;
	float:left;
	font-family:"Lucida Grande","Myriad Pro",Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	margin:8px 0;
	padding:0 20px;
	text-decoration:none;
}
#mainnav ul li a:hover {
	margin:8px 0;
	padding:0 20px;
}
#mainnav ul li {
	border: none;
	margin: 0;
	padding: 0;
}
#mainnav li:hover, #mainnav a:focus, #mainnav a:active {
	background:transparent url(/sitefiles/1324/images/current.png) no-repeat scroll center bottom;
}
#mainnav li:hover ul, #mainnav li.p7hvr ul {
	display: block;
}

#mainnav li:hover ul a, #mainnav li.p7hvr ul a {
	color: #808080; 
	background-color: transparent;
}
#mainnav ul a:hover {
	text-decoration:none;
	background-color: #F9F9F9!important;
	color: #333!important;
}
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

#mainnav li ul li a:hover {background: none;}

#mainnav ul li li {display:none;}

#mainnav li ul li a.first {display:block;}


/* WRAPPERS */
#topWrapper {
	width: 100%;
	text-align: left;
	margin-top: 40px;
}
*html #topWrapper {margin-top:0;}
#contentWrapper {
	width: 100%;
	text-align: left;
	background: transparent url(/sitefiles/1324/Images/content-bg-sides.gif) no-repeat center top;
}
#footerWrapper {
	width: 100%;
	text-align: left;
}

/* TOP */
#top {
	margin: 70px auto 0;
	padding: 0px;
	width: 974px;
	height: 100px;
}
#logo {
	float: left;
	width: 226;
	height: 83;
	margin-right: 40px;
}
ul#toplinks {list-style:none;}
ul#toplinks li {
	float:left;
	margin:0;
	padding:0;
}
#tl-keepintouch {
	background:transparent url(/sitefiles/1324/Images/toplinks4-off.gif) no-repeat scroll 0 0;
	height:64px;
	position:relative;
	width:162px;
}
#tl-keepintouch:hover {background: url(/sitefiles/1324/Images/toplinks4-on.gif) no-repeat;}
a.facebook {
	height:26px;
	left:55px;
	position:absolute;
	text-indent:-1000px;
	top:36px;
	width:26px;
}
a.twitter {
	height:26px;
	left:82px;
	position:absolute;
	text-indent:-1000px;
	top:36px;
	width:26px;
}
a.keepintouch {
	height:70px;
	left:0;
	position:absolute;
	text-indent:-1000px;
	top:0;
	width:160px;
}


/* CONTENT */
.clear {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#content {
	margin: 0px auto;
	width: 974px;
	background-color: #F9F9F9;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #e6e7e8;
	border-right-color: #e6e7e8;
	border-bottom-color: #e6e7e8;
	border-left-color: #e6e7e8;
}
#contentLeft {
	float: left;
	width: 708px;
	min-height: 400px;
}
#flash {
	float: left;
	width: 708px;
	height: 398px;
	margin-bottom: 30px;
}
#slideshow {
	width: 946px;
	height: 366px;
	border: 1px solid #EEE;
	margin: 10px auto 0;
}
#contentRight {
	float: right;
	width: 212px;
	min-height: 400px;
	background-color: #132e37;
}
#contentRight img {
	float: left;
}
#contentRightBtm {
	float: left;
	width: 188px;
	height: 187px;
	background: url(/SiteFiles/1324/Images/contentRightBtm.jpg) no-repeat;
	padding: 24px 12px 12px;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 14px;
	text-align: center;
}
#contentRightBtm img {
	float: none;
}
#home-ads {
	width: 974px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #e6e7e8;
	border-left-color: #e6e7e8;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 1px;
	padding-top: 2px;
	padding-right: 0px;
	padding-left: 0px;
}
*html #home-ads {
	padding-bottom:8px;
	padding-top: 2px;
}
#home-ads ul {list-style:none;}
#home-ads ul li {
	background-image: none;
	float:left;
	padding: 2px 10px 1px 5px;
	margin: 0px;
}

/* MID */
#mid {
	margin: 0px auto;
	width: 974px;
	background: #F0F0F0 url(/sitefiles/1324/Images/mid-bg.gif) no-repeat center top;
	height: 162px;
	border: 1px solid #E6E7E8;
}
#mid em {color: #878787;}
#mid p {margin:0}
#mid-left, #mid-center, #mid-right {
	float:left;
	width: 265px;
	margin-top: 20px;
}
#mid-left, #mid-center {margin-right:50px;}
#mid-left {margin-left: 40px;}
*html #mid-left {
	margin-left: 20px;
}
#mid-left img {
	margin-right:10px
}
#mid-left h3 {
	line-height:16px;
	margin:0 0 2px;
}



/* FOOTER */
#footer {
	margin: 0px auto 40px;
	width: 974px;
}
ul#mainnav2 {
	float:left;
	margin:20px 0 0;
	padding:0;
}
ul#mainnav2 li {
	float:left;
	background: url(/SiteFiles/1324/Images/bullet2.gif) no-repeat 0em 0.5em;
	padding-left: 12px;
}
ul#mainnav2 li.first {
	background-image:none;
	padding:0;
}
#mainnav2 a {
	margin-right:5px;
	color: #939598;
}
#footer address {
	display:inline;
	color: #939598;
}
#footer p {
	float:right;
	margin:0;
	color: #939598;
}
#footer hr {margin-bottom:18px;}

/* DEFAULT CONTENT */


/* PHOTO GALLERY */
.photogallery {
	padding: 0px;
	margin: 0px 0px 0px -10px;
	list-style: none;
}
.photogallery li {
	padding: 0 10px 10px 0;
	margin: 0px;
	background: none;
	float: left;
}
.photogallery li a {
	padding: 2px; 
	border: 1px solid #CCCCCC;
	display: block;
}
.photogallery li a:hover {
	padding: 2px; 
	border: 1px solid #666666;
	display: block;
}

/* BREADCRUMBS */
#breadcrumbs {
	float: left;
	width: 612px;
	text-align: left;
	margin-bottom: 14px;
}
#breadcrumbs ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#breadcrumbs li {
	margin: 0px;
	float: left;
	background:none;
	display:inline;
}
#breadcrumbs a {
	padding: 0 0 0 12px;
	font-size: 11px;
	color: #2B4B77;
	background: url(/SiteFiles/1324/Images/breadcrumb.gif) no-repeat 0.2em;
	text-decoration:none;
	margin-right: 8px;
}
#breadcrumbs a:hover {
	padding: 0 0 0 12px;
	font-size: 11px;
	color: #2B4B77;
	background: url(/SiteFiles/1324/Images/breadcrumb.gif) no-repeat 0.2em;
	text-decoration:underline;
	margin-right: 8px;
}
#breadcrumbs a.first  {
	padding: 0px;
	font-size: 11px;
	color: #2B4B77;
	background: none;
	text-decoration:none;
}
#breadcrumbs a.first:hover  {
	padding: 0px;
	font-size: 11px;
	color: #2B4B77;
	background: none;
	text-decoration:underline;
}
#breadcrumbs a.current  {
	padding: 0 0 0 12px;
	font-size: 11px;
	color: #2B4B77;
	background: url(/SiteFiles/1324/Images/breadcrumb.gif) no-repeat 0.2em;
	text-decoration:underline;
	margin-right: 8px;
}

/* LIST SIGNUP */
#listSignup {float:right;}
.signupField {
	background:transparent url(/sitefiles/1324/images/signup-field.gif) no-repeat scroll 0 0;
	border:0 none;
	height:32px;
	padding-left:15px;
	padding-top:10px;
	width:146px;
}
*html .signupField {padding-top:7px;}
.signupButton {
	background:transparent url(/sitefiles/1324/images/signup-btn.gif) no-repeat scroll 0 0;
	border:medium none;
	color:transparent;
	cursor:pointer;
	font-size:0;
	height:39px;
	line-height:0;
	margin-left:-3px;
	text-indent:-1000px;
	width:79px;
}
a.recent-blog-posts-title {
	color:#4D4D4D;
	display:block;
	font-size:16px;
	font-weight:bold;
	margin-top:0;
}
*html a.recent-blog-posts-title {font-size: 14px;}
span.recent-blog-posts-date {
	font-style: italic;
	color: #999;
	font-size: 14px;
}
.recent-blog-posts-wrapper {float:leftl}
.recent-blog-posts-wrapper ul, .recent-blog-posts-wrapper ul li {margin:0; padding: 0;}
#pastors-blog-img {height: 60px;float:left;}

p.upcoming-events-date {
	font-style: italic;
	color: #999;
	font-size: 14px;
}
.upcoming-events-name a {color:#1A1A1A;}
.upcoming-events-date {font-size: 14px;}
.upcoming-events-wrapper ul li {background-image: none;}
.upcoming-events-wrapper ul, .upcoming-events-wrapper ul li {margin:0; padding: 0;}
p.upcoming-events-view-link {padding-top: 18px}
span.upcoming-events-date {font-size:14px;}

p#credit, p#credit a {font-size: 12px; color: #939598;}

#mn-give {border:none!important;}

/* ----------------------------------------------------------------------------------------------------------------- Work Styles */
#slideshowWrapper {padding: 38px 0;}
#workWrapper {
	margin: 0px auto;
	padding: 8px 0px 4px 0px;
	width: 946px;
	position: relative;
	z-index:9999;
}
html>body #workWrapper {
	*padding: 8px 0px 4px 0px;
	padding: 8px 0px 4px 0px;
}
* html #workWrapper {
	padding: 0px 0px;
}
#work {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: none;
	width: 946px;
	height: 367px;
	overflow: hidden;
}
* html #work {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	background: none;
	width: 946px;
	height: 367px;
	overflow: hidden;
}
#work li {
	padding: 0px;
	margin: 0px 33px 33px 0px;
	float: left;
	background: none;
	display: block;
}
#work li.lastimage {
	padding: 0px;
	margin: 0px 0px 33px;
	float: left;
	background: none;
	display: block;
}
#work a {
	display: block;
	text-decoration: none;
	border: 1px solid #d6d6d6;
}
#work a:hover {
	border: 1px solid #bababa;
}
img, a#work-nav-prev:link,
a#work-nav-prev:visited,
a#work-nav-prev:active { behavior: url(/SiteFiles/1324/Scripts/iepngfix.htc); }

a#work-nav-prev:link,
a#work-nav-prev:visited,
a#work-nav-prev:active{
	background: url(/SiteFiles/1324/Images/work-nav-prev.png) no-repeat top;
	display: block;
	text-indent: -9999px;
	width: 75px;
	height: 75px;
	position: absolute;
	top: 160px;
	left: -38px;
	z-index: 10000;
}
img, a#work-nav-prev:hover { behavior: url(/SiteFiles/1324/Scripts/iepngfix.htc); }
a#work-nav-prev:hover{
	background: url(/SiteFiles/1324/Images/work-nav-prev.png) no-repeat bottom;
}
* html a#work-nav-prev:link,
* html a#work-nav-prev:visited,
* html a#work-nav-prev:active
* html a#work-nav-prev:hover{
	left: -30px;
}
img, a#work-nav-next:link,
a#work-nav-next:visited,
a#work-nav-next:active { behavior: url(/SiteFiles/1324/Scripts/iepngfix.htc); }

a#work-nav-next:link,
a#work-nav-next:visited,
a#work-nav-next:active{
	background: url(/SiteFiles/1324/Images/work-nav-next.png) no-repeat top;
	display: block;
	text-indent: -9999px;
	width: 75px;
	height: 75px;
	position: absolute;
	top: 160px;
	right: -38px;
	z-index: 10000;
}
img, a#work-nav-next:hover { behavior: url(/SiteFiles/1324/Scripts/iepngfix.htc); }
a#work-nav-next:hover{
	background: url(/SiteFiles/1324/Images/work-nav-next.png) no-repeat bottom;
}
* html a#work-nav-next:link,
* html a#work-nav-next:visited,
* html a#work-nav-next:active
* html a#work-nav-next:hover{
	right: -30px;
}
div.quickcart {
	display: none;

}
/* ----------------------------------------------------------------------------------------------------------------- Slider Styles */
#slider-wrapper {
	margin:0 auto;
	padding:47px 0 34px;
	position:relative;
	width:946px;
	z-index:9999;
}
#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}
#slider li { 
	width: 946px;
	height: 365px;
	overflow:hidden; 
}	
#prevBtn, #nextBtn { 
	display:block;
	width:20px;
	height:48px;
	position:absolute;
	left:-20px;
	top:165px;
}	
#nextBtn { 
	left:938px;
}														
#prevBtn a, #nextBtn a {
	overflow: hidden;
	position:relative;
	background: url(/SiteFiles/1324/Images/work-nav-prev.png) no-repeat top;
	display: block;
	text-indent: -9999px;
	width: 75px;
	height: 75px;
	top: 20px;
	left: -25px;
	z-index: 10000;
}	
#nextBtn a { 
	background: url(/SiteFiles/1324/Images/work-nav-next.png) no-repeat top;
}	
#nextBtn a:hover { 
	background: url(/SiteFiles/1324/Images/work-nav-next.png) no-repeat top;
}
