/* DEFAULTS */
html,body,div,ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,p,pre,form,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-weight: normal; font-style: normal; }

fieldset,img { border: none; }
caption,th { text-align: left; }

body {
	background-color: #333333;
}

img { behavior: url(/SiteFiles/1270/Scripts/iepngfix.htc);}
img.leftalign { float: left; margin: 2px 20px 16px 0; }
img.rightalign { float: right; margin: 2px 0 16px 20px; }
#body img {margin: 4px;}

hr {
	border: 0;
	width: 100%;
	color: #d9d9d9;
	background-color: #d9d9d9;
	height: 1px;
	line-height: 1px;
	margin: 10px 0px;
	padding: 0px;
}

ul li {
	padding: 0 0 0 10px;
	margin: 0px;
	background: url(/SiteFiles/1270/Images/bullet.gif) no-repeat 0em 0.5em;
	list-style: none;
}

/* TYPE */
body, p, div, li, td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}
a:link, a:visited, a:active {
	color: #fff; 
	text-decoration: none;
}
a:hover {
	color: #fff; 
	text-decoration: underline;
}
a:focus {
	outline: none; 
}
strong, b { font-weight:bold; }

h1 {
	font-size: 28px;
	line-height: 32px;
	font-weight: bold;
	color: #bbc927;
}
h2 {
	font-size: 28px;
	line-height: 32px;
	font-weight: bold;
	color: #EDCCA1;
}
h3 {
	font-size: 28px;
	line-height: 32px;
	font-weight: bold;
	color: #ADADAD;
}
h4 {
	font-size: 16px;
	line-height: 20px;
	font-weight:normal;
	color: #EDCCA1;
}
h5 {
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	color: #bbc927;
}
h6 {
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	color: #EDCCA1;
}
h7 {
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	color: #bbc927;
}

body optional {
	font-family:"Lucida Grande CY", "Trebuchet MS", sans-serif;
	font-size: 11px;
	color: #fff;
}

body footer {
	font-size: 11px;
	color: #666666;
}

/* SEARCH */
#search {
	float: right;
	width: 182px;
	padding-top: 9px;
	padding-bottom: 15px;
	padding-left:20px;
	background-image: url(/sitefiles/1270/Images/searchfield2.png);
	behavior: url(/SiteFiles/1270/Scripts/iepngfix.htc);
	background-repeat: no-repeat;
}
.searchField {
	font-size: 10px;
	color: #fff;
	width: 168px;
	border: 0px;
	background-color:none;
	margin:0px;
	background: transparent;
	float: right;
}

.searchButton {
	visibility: hidden;
	display: none;
	width: 0px;}
	
.pageSearchTitle {
font-size: 14px;
line-height: 18px;
color: #657D95;}

a.pageSearchTitle {
font-size: 14px;
line-height: 18px;
color: #657D95;
text-decoration:none;}

a.pageSearchTitle:hover {
font-size: 14px;
line-height: 18px;
color: #657D95;
text-decoration:underline;}



/* MAIN NAV */
#mainnavContainer{
	padding:0px;
	float:right;
	text-align:left;
	width: 617px;
	float: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	text-transform:uppercase;
}

/* 
The following selectors control the top-level links.  Do not change the first two properties.
Adjust padding values to make the root links taller and to offset them
from the left and right edges of the link box. The border right creates a
separator between links. If font-size or color is set here, it will apply to all menu levels.
*/
#mainnav a {
	padding: 5px 24px;
	display: block;
	text-decoration: none;
	color: #FFF;
	font-size: 17px;
	text-transform:uppercase;
}
#mainnav a:hover {
	padding: 5px 24px;
	display: block;
	text-decoration: none;
	color: #000;
	background-color: #BBC927;
}
#mainnav a.first {
	padding: 5px 24px;
	display: block;
	text-decoration: none;
	color: #333333;}
#mainnav a.first:hover {
	padding: 5px 24px;
	display: block;
	text-decoration: none;
	color: #000;
	background-color: #BBC927;
}

/*
Class assigned to those top-level links that have associated dropdowns.
The top and bottom padding assigned this element must be the same as
that assigned to the "mainnav a" element above. 
*/
#mainnav a.trigger {
	padding: 5px 16px;
}

/*
Sets the properties of the top-level list items. 
Floating left allows them to appear horizontally. Width is for IE5 Mac. 
The last rule in this style sheet will set the width for this element to auto for all
other browsers - hiding it from IE5 Mac. The width is proportional.
As you add and edit root menu items, you will need to test this width
to ensure it is wide enough to accomodate all text.
*/
#mainnav li {
	float: left;
	padding: 0px;
	margin: 0px;
	background: none;
	width: 9em;	
	font-size: 17px;
	font-weight:bold;
}
/*
Sets the properties of each dropdown box.
Positioned Absolutely to allow them to appear below their root trigger. 
Set to display none to hide them until trigger is moused over.
Background Color must be set or problems will be encountered in MSIE.
*/
#mainnav li ul {
	position: absolute;
	display: none;
	list-style: none;
	z-index:100;
}
/*
Sets width for dropdown box and the links inside - in proportional em units. 
This allows the dropdown width to expand if users resize the text in their browsers.
*/
#mainnav ul li  {
	width: 160px;
	background-color: #BBC927;
	filter:alpha(opacity=90);
	-khtml-opacity:.90;
}
/*
Sets the properties of the dropdown links. 
Keeping the padding the same throughout should eliminate any blinking issues on ie.
*/
#mainnav ul li a   {
	color: #FFF;
	font-size: 14px;
	text-transform: none;
	font-weight: normal;
	padding: 5px 16px;
	text-transform:uppercase;

}

/*
Sets width for dropdown box and the links inside - in proportional em units. 
This allows the dropdown width to expand if users resize the text in their browsers.
*/
#mainnav li ul, #mainnav ul li  {
	width: 16em;
}

/*
Styles the li within the dropdown.
*/
#mainnav ul li li  {
	display: none;
}
/*
The first selector sets the top-level link hover display. The second selector sets properties 
when top-level items are accessed with the keyboard tab key. The third
selector sets an active state to support keyboard access in MSIE. The fourth 
selector is assigned to IE5 and IE6 Windows via the P7_ExpMenu script.
Note that IE7 supports hover on elements other than links and so behaves
like Firefox, Opera, and Safari - making the menu operable even if JavaScript
is not enabled.
*/
#mainnav li:hover a, #mainnav a:focus, #mainnav a:active, #mainnav li.p7hvr a {
	color: #FFF;
	background-color: #BBC927;
}

/*
The first selector sets the dropdown to be visible when its associated
top-level link is moused over. The second selector is assigned to IE5 and IE6 via the P7_ExpMenu script.
*/
#mainnav li:hover ul, #mainnav li.p7hvr ul {
	display: block;
}

/*
The first selector sets the text color of the dropdown links when the top-level
menu items are moused over. The second selector is assigned to IE5 and IE6 via 
the P7_ExpMenu script. The color should match the normal dropdown link color
in the rule: #mainnav ul li a. The background color must be
transparent if any background needs to show through from the UL .
*/
#mainnav li:hover ul a, #mainnav li.p7hvr ul a {
	color: #FFF;
	padding: 3px 16px;
}
#mainnav li:hover ul a.first {
	color: #FFF;
	padding: 3px 16px;
	margin-top: 11px;
}
#mainnav li:hover ul a.last {
	color: #FFF;
	padding: 3px 16px;
	margin-bottom: 11px;
}
/*
Sets the normal hover state for dropdown links. The "Important" directive
is required for older browsers. We set a background color, which shows
over the gradient background. We set text color to white.
*/
#mainnav ul a:hover {
	color: #FFF!important;
	background-color: #a7bb39;
	padding: 3px 16px;
}
#mainnav li:hover ul a.first:hover {
	color: #FFF!important;
	background-color: #a7bb39;
	padding: 3px 16px;
	margin-top: 11px;
}
#mainnav li:hover ul a.last:hover {
	color: #FFF!important;
	background-color: #a7bb39;
	padding: 3px 16px;
	margin-bottom: 11px;
}

/*
Clears the floated menu items.
Assigned to a BR tag placed just after the main nav closing ul.
*/
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

/*
The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width.
Do not edit this rule in any way. 
*/
#mainnav li {
	width: auto;
}


/* SUB NAV */
#subnav {
	float: left;
	width: 200px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
}
	
#content #subnav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	background: none;}
	
#content #subnav ul li {
	padding: 10px 0px;
	float: left;
	width: 200px;
	display:block;
	background-color:#BBC927;
	background-image:none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0f943e;
}

#subnav a {
	font-size: 12px;
	display: block;
	text-decoration: none;
	text-align: left;
	color:#fff;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	padding: 0px 10px;
	text-transform:uppercase;
	}
	
#subnav a:hover {
	font-size: 12px;
	text-decoration: none;
	text-align: left;
	display:block;
	color:#EDCCA1;
	padding: 0px 10px;
	}
	
/*#content #subnav ul li:hover {background-color:#BBC927;}*/

#subnav a.current {
	font-size: 12px;
	text-decoration: none;
	text-align: left;
	display:block;
	color: #0f943e;
	padding: 0px 10px;
}
	
#subnav a.link, #subnav a:visited, #subnav a:active {color:#FFFFFF;}

#ctl00_cphSideMenu_swSiblingMenu_pnlSideMenu {background-color:#BBC927;}



/* WRAPPERS */
#indexWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background-color: #bbc927;
}
#topWrapper {
	width: 100%;
	text-align: left;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #bbc927;
	float: left;
}
#mainnavWrapper {
	width: 100%;
	float: left;
}

#subnav p {display:none;}

#contentWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background-repeat: repeat-x;
	background-position: bottom;
}
#footerWrapper {
	width: 100%;
	float: left;
	clear: both;
	padding-top: 5px;
	padding-bottom: 50px;
	height: 55px;
	background-image: url(/assets/1270/bg-fusion2.png);
	behavior: url(/SiteFiles/1270/Scripts/iepngfix.htc);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/* SITE INDEX */
#siteIndex {
	width: 845px;
	height: 140px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#siteIndex dl {
	float: left;
	overflow: hidden;
	padding: 0 10px;
	width: 168px;
	font-size: 10px;
	line-height: 16px;
}
#siteIndex dt {
	padding: 0px;
	font-weight: bold;
}
#siteIndex dd {
	padding: 1px 0;
}
#siteIndex dt a {
	color: #fff;
}
#siteIndex dd a {
	color: #fff;
}
#siteIndex a:hover {
	text-decoration: underline;
}
#siteLogin {
	float: right;
	overflow: hidden;
	width: 205px;
	font-size: 10px;
	line-height: 16px;
	background-color: #a7bb39;
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 8px;
	margin-top: 30px;
}

/* TOP */
#top {
	padding: 0px;
	width: 845px;
	height: 290px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}

#logo {
	float: left;
	width: 423px;
	height: 290px;
}

/* CONTENT */
.clear {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#content {
	width: 845px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content ul {
	margin: 10px 0px 10px 10px;
	padding: 0px;
}
#content ul li {
	padding: 0 0 0 10px;
	margin: 0px;
	background: url(/SiteFiles/1270/Images/bullet.gif) no-repeat 0em 0.5em;
	list-style: none;
}
#contentLeft {
	float: left;
	width: 617px;
	min-height: 400px;
}
#flash {
	float: left;
	width: 617px;
	height: 380px;
}
#hmAds {
	float: left;
	width: 708px;
	height: 111px;
}
#hmAds a img {
	border: 1px solid #14323b;
}
#hmAds a:hover img {
	border: 1px solid #45626c;
}
#contentRight {
	float: right;
	width: 200px;
	min-height: 380px;
}
#contentRight img {
	float: left;
}
#contentRightBtm {
	float: left;
	width: 188px;
	height: 187px;
	background: url(/SiteFiles/1270/Images/contentRightBtm.jpg) no-repeat;
	padding: 24px 12px 12px;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 14px;
	text-align: center;
}
#contentRightBtm img {
	float: none;
}

/* FOOTER */
#footer {
	width: 845px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footerLeft {
	float: left;
	width: 708px;
	font-size: 10px;
	color: #FFFFFF;
}
#footerLeft a {
	color: #FFFFFF;
}
#footerLeft a:hover {
	color: #FFFFFF;
}
#footer p {
	font-size:14px;
	color:#FFF
	text-align:center;
	float: left;
	width: 845px;
}
#utilityLinks {
	float: left;
	width: auto;
	font-size: 10px;
	color: #6995ab;
}
#utilityLinks a {
	color: #6995ab;
}
#utilityLinks a:hover {
	color: #6995ab;
}
#footerRight {
	float: right;
	width: 212px;
	text-align:right;
	margin-top: 10px;
}
.footerRight {
	float: left;
	margin-right: 18px;
}
.footerpadding {
	padding-right:5px;
}

/* DEFAULT CONTENT */

/* SEARCH TITLE */
.pageSearchTitle {
	font-size: 14px;
	line-height: 18px;
	color: #215160;
	font-weight: bold;
}
a.pageSearchTitle {
	font-size: 14px;
	line-height: 18px;
	color: #215160;
	font-weight: bold;
	text-decoration:none;
}
a.pageSearchTitle:hover {
	font-size: 14px;
	line-height: 18px;
	color: #215160;
	font-weight: bold;
	text-decoration:underline;
}

/* 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;
}

/* BREADCRUMB */
#breadcrumb {
	float: left;
	width: 612px;
	text-align: left;
	margin: 14px 14px 20px 0px;
}
#breadcrumb ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#breadcrumb ul li {
	margin: 0px;
	float: left;
	background:none;
	display:inline;
}
#breadcrumb a {
	padding: 0 0 0 20px;
	font-size: 11px;
	color: #999999;
	background: url(/SiteFiles/1270/Images/breadcrumb2.gif) no-repeat 0.2em;
	text-decoration:none;
	margin-right: 8px;
}
#breadcrumb a:hover {
	padding: 0 0 0 20px;
	font-size: 11px;
	color: #999999;
	background: url(/SiteFiles/1270/Images/breadcrumb2.gif) no-repeat 0.2em;
	text-decoration:underline;
	margin-right: 8px;
}
#breadcrumb a.first  {
	padding: 0px;
	font-size: 11px;
	color: #999999;
	background: none;
	text-decoration:none;
}
#breadcrumb a.first:hover  {
	padding: 0px;
	font-size: 11px;
	color: #999999;
	background: none;
	text-decoration:underline;
}
#breadcrumb a.current  {
	padding: 0 0 0 20px;
	font-size: 11px;
	color: #999999;
	background: url(/SiteFiles/1270/Images/breadcrumb2.gif) no-repeat 0.2em;
	text-decoration:underline;
	margin-right: 8px;
}
#indexTab {
	float: right;
	height: 25px;
	width: 177px;
	margin: 0px;
}
#mission {
	clear: right;
	float: right;
	height: 114px;
	width: 307px;
	text-align: right;
	margin-top: 50px;
	margin-right: 100px;
}
#mid {
	width: 845px;
	margin-top: 14px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 33px;
}

.imagepadding {
	padding-bottom:9px;
}

#churchaddress {
	font-size:12px;
	font-weight:bold;
	color: #FFF;
	text-align:center;
}

#backgroundWrapper {
	width: 100%;
	clear:both;
	float:left;
	height: 400px;}
	
	
a.mid:link, a.mid:visited, a.mid:active {
	color: #fff; 
	text-decoration: none;}
	
a.mid:hover {
	color: #fff; 
	text-decoration: underline;}
	
#topBk {
	float: left;
	height: 290px;
	width: 845px;
	background-image: url(/assets/1270/bg-fusion1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#body {
	padding: 30px;
}
.post-body {
	margin-bottom: 20px;
}
.blog-entry {
	margin-bottom: 40px;
}
.post-title a {
	margin: 4px 0px;
	font-weight: bold;
	line-height: 30px;
	color: #bbc927;
}
.post-date, .post-profileinfo {
	font-size: 12px;
	color: #999999;
}
.post-profileinfo a {
	color: #B8B8B8;
}
