/* ------------------------------ 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, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, blockquote, fieldset, input {
	margin: 0;
	padding: 0;
}

fieldset,img {
	border: none;
}

body {
	background-color: #c6c8ca;
	margin: 0px;
}

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

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

/*---------------------------------------------------------------------------------------------TYPE */

body, p, div, li, td {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #595959;
	font-weight: normal;
}

a:link, a:visited, a:active {
	color: #529CD8;
	text-decoration: underline;
}

a:hover {
	color: #529CD8;
	text-decoration: none;
}

h1 {
	font-size: 30px;
	line-height: 40px;
	text-transform: uppercase;
}

h2 {
	font-size: 30px;
	line-height: 40px;
	color: #529CD8;
	text-transform: uppercase;
}

h3 {
	font-size: 25px;
	line-height: 30px;
}

h4 {
	font-size: 25px;
	line-height: 30px;
	color: #529CD8;
}

h5 {
	font-size: 14px;
	line-height: 25px;
	text-transform: uppercase;
}

.bodyoptional {
	color: #529CD8;
	font-weight: normal;
}

.heading {
	font-size: 20px;
	line-height: 24px;
	font-family: "Trebuchet MS", Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #9C4828;
	font-weight: normal;
}

.subheading {
	font-size: 12px;
	line-height: 14px;
	font-family: "Trebuchet MS", Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #669FB4;
	font-weight: normal;
	text-transform: uppercase;
}

.optionalheading {
	font-family: "Trebuchet MS", Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #999;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 1px solid #C1C0B6;
	margin: 0px;
	padding-bottom: 3px;
	padding-top: 10px;
}

/*---------------------------------------------------------------------------------------------OTHER TYPE */

.swcredit {
	font-size: 9px;
	color: #7b7458;
}

a.swcredit:link, a.swcredit:visited {
	color: #7b7458;
	text-decoration: none;
}

a.swcredit:hover, a.swcredit:active {
	color: #333;
	text-decoration: underline;
}

/*---------------------------------------------------------------------------------------------SEARCH */

#search {
	float: right;
	width: 196px;
	padding-left: 10px;
	background-image: url(/sitefiles/1291/Images/searchField.png);
	background-repeat: no-repeat;
	height: 25px;
	padding-top: 5px;
}

.searchField {
	font-size: 10px;
	color: #3D2900;
	width: 196px;
	border: 0px;
	background-color: transparent;
	margin: 0px;
	float: right;
}

.searchButton {
	padding-left: 0px;
	margin-top: -18px;
	float: right;
	background: transparent;
	text-indent: -9999px;
	line-height: 0px;
	border: none;
	width: 30px;
	height: 25px;
	background-image: url(/sitefiles/1291/Images/searchbtn.png);
	background-repeat: no-repeat;
}

.pageSearchTitle {
	font-size: 14px;
	line-height: 18px;
	color: #595959;
}

a.pageSearchTitle {
	font-size: 14px;
	line-height: 18px;
	color: #595959;
	text-decoration: none;
}

a.pageSearchTitle:hover {
	font-size: 14px;
	line-height: 18px;
	color: #529CD8;
	text-decoration: underline;
}

/*---------------------------------------------------------------------------------------------SUB NAV */

#subnavWrapper {
	float: left;
	width: 240px;
	padding: 0px;
}

#subnav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	background: none;
}

#subnav li {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 240px;
	background: none;
}

#subnav a {
	font-size: 12px;
	display: block;
	text-decoration: none;
	padding: 5px 0px;
	border-bottom: 1px solid #A6A6A6;
	color: #595959;
}

#subnav a:hover {
	font-size: 12px;
	display: block;
	text-decoration: none;
	padding: 5px 0px;
	border-bottom: 1px solid #A6A6A6;
	color: #529CD8;
}

#subnav a.current {
	font-size: 12px;
	display: block;
	text-decoration: none;
	padding: 5px 0px;
	border-bottom: 1px solid #529CD8;
	color: #529CD8;
}

#subnavWrapper h2 {
	font-size: 12px;
	display: block;
	text-decoration: none;
	padding: 5px 0px;
	color: #529CD8;
	text-transform: uppercase;
}

#subnavWrapper h2 a {
	font-size: 12px;
	display: block;
	text-decoration: none;
	padding: 5px 0px;
	color: #529CD8;
	text-transform: uppercase;
}

#subnavWrapper p {
	display: none;
}

/*---------------------------------------------------------------------------------------------breadcrumb */

#breadcrumbWrapper {
	width: 880px;
	text-align: left;
	background-image: url(/sitefiles/1291/Images/bar-blue.jpg);
	background-repeat: no-repeat;
	height: 30px;
	padding: 10px;
}

#breadcrumb {
	float: left;
	width: 860px;
	text-align: left;
	padding-left: 10px;
	padding-top: 5px;
}

#breadcrumb ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#breadcrumb li {
	margin: 0px;
	float: left;
	background: none;
}

#breadcrumb a {
	padding: 0 0 0 20px;
	font-size: 10px;
	display: inline;
	text-decoration: none;
	color: #FFF;
	background: url(../Images/breadcrumb.gif) no-repeat 0.2em;
}

#breadcrumb a:hover {
	padding: 0 0 0 20px;
	font-size: 10px;
	display: inline;
	text-decoration: underline;
	color: #595959;
	background: url(../Images/breadcrumb.gif) no-repeat 0.2em;
}

#breadcrumb a.first {
	padding: 0px;
	font-size: 10px;
	display: inline;
	text-decoration: none;
	color: #FFF;
	background: none;
	margin-left: -15px;
}

#breadcrumb a.first:hover {
	padding: 0px;
	font-size: 10px;
	display: inline;
	text-decoration: underline;
	color: #FFF;
	background: none;
	margin-left: -15px;
}

#breadcrumb a.current {
	padding: 0 0 0 20px;
	font-size: 10px;
	display: inline;
	text-decoration: underline;
	color: #FFF;
	background: url(../Images/breadcrumb.gif) no-repeat 0.2em;
}

/*---------------------------------------------------------------------------------------------WRAPPERS */

#topWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background-color: #FFFFFF;
}

#contentWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
}

#contentWrapperD {
	width: 100%;
	float: left;
	text-align: left;
	background-color: #FFFFFF;
	padding-bottom: 20px;
}

#footerWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background-image: url(/sitefiles/1291/Images/gradient.gif);
	background-repeat: repeat-x;
	height: 306px;
}

/*---------------------------------------------------------------------------------------------TOP */

#top {
	margin: 0px auto;
	padding: 0px;
	width: 900px;
	height: 130px;
	position: relative;
	background-image: url(/sitefiles/1291/Images/swirls.jpg);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 900;
}

#logo {
	float: left;
	width: 250px;
	height: 115px;
	margin-left: 30px;
	margin-top: 10px;
}

#content {
	margin: 0px auto;
	width: 900px;
	position: relative;
}

#contentLeft {
	float: left;
	width: 630px;
	background-color: #FFFFFF;
	overflow: hidden;
	min-height: 400px;
	clear: left;
	padding-top: 30px;
	padding-bottom: 30px;
}

#contentRight {
	float: right;
	width: 240px;
	padding-top: 30px;
	padding-bottom: 30px;
}

/*---------------------------------------------------------------------------------------------PHOTO GALLERY */

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

.photogallery li {
	padding: 0 6px 6px 0;
	margin: 0px;
	background: none;
	float: left;
}

.photogallery li a {
	padding: 2px;
	border: 1px solid #595959;
	display: block;
}

.photogallery li a:hover {
	padding: 2px;
	border: 1px solid #529CD8;
	display: block;
}

/*---------------------------------------------------------------------------------------------FOOTER */

#footer {
	margin: 20px auto;
	width: 900px;
	height: 130px;
	background-image: url(/sitefiles/1291/Images/bk-gray.png);
	background-repeat: no-repeat;
}

#footerRight {
	float: right;
	width: 370px;
	height: 90px;
	background-image: url(/sitefiles/1291/Images/bk-darkgray.png);
	background-repeat: no-repeat;
	margin: 10px;
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 30px;
}

#footerLeft {
	float: left;
	width: 420px;
	padding-left: 20px;
}

#utilities {
	height: 30px;
	width: 210px;
	position: absolute;
	top: 0px;
	right: 0px;
}

#headerWrapper {
	float: left;
	width: 100%;
	background-color: #FFFFFF;
}

#header {
	height: 350px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#footerBottom {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

#footerBottomLeft {
	float: left;
}

.footerBottomLeft {
	font-size: 10px;
	display: inline;
	padding-right: 20px;
}

a.footerBottomLeft:link, a.footerBottomLeft:visited, a.footerBottomLeft:active {
	font-size: 10px;
	display: inline;
	text-decoration: none;
}

a.footerBottomLeft:hover {
	font-size: 10px;
	display: inline;
	text-decoration: underline;
}

div.footerMinistries {
	color: #FFF;
	width: 90px;
	height: 120px;
	float: left;
	padding-right: 30px;
	display: block;
}

.footerMinistries {
	color: #FFF;
	font-size: 10px;
	float: left;
	padding-right: 30px;
}

a.footerMinistries:link, a.footerMinistries:visited, a.footerMinistries:active {
	color: #FFF;
	line-height: 16px;
	font-size: 10px;
	display: inline;
	text-decoration: none;
	padding-right: 0px;
}

a.footerMinistries:hover {
	color: #FFF;
	line-height: 16px;
	font-size: 10px;
	display: inline;
	text-decoration: underline;
	padding-right: 0px;
}

.footerMinistries img {
	margin-bottom: 10px;
}

.footerLocation {
	color: #BFBFBF;
	font-size: 10px;
	float: left;
	padding-right: 20px;
	padding-top: 30px;
}

a.footerLocation:link, a.footerLocation:visited, a.footerLocation:active {
	color: #BFBFBF;
	line-height: 16px;
	font-size: 10px;
	display: inline;
	text-decoration: none;
}

a.footerLocation:hover {
	color: #FFF;
	line-height: 16px;
	font-size: 10px;
	display: inline;
	text-decoration: underline;
}

.footerLocation img {
	margin-bottom: 10px;
}

#footerMap {
	float: left;
	padding-right: 20px;
	height: 80px;
	width: 80px;
	padding-top: 25px;
}

.icons {
	display: inline;
	padding-right: 30px;
	padding-left: 30px;
	width: 160px;
	float: left;
}

td.regmodule-column1 {
	width: 190px;
}
