/* 

Tri-County Ministry Styles
Created By: Erik Kringlie and Tyler Tufte

*/

body {
	color: #0c0c0c;
	margin: 0 auto;
	padding: 0;
	background-color: #f6f1de;
	font-size: 11px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

a {
	color: #6b2e2e;
	text-decoration: none;
}

a:hover {
	color: #7092C2;
	text-decoration: underline;
}

#pageHeader {
	text-align: center;
	width: 100%;
	height: 176px;
	background: url(../imx/headerBKGD.gif) repeat-x;
}

#pageHeader-inner {
	/*background-color: #438928;*/
	margin: 0 auto;
	width: 750px;
	height: 115px;
}

#pageHeader-inner .tricLogo {
	margin: 26px -2px 0px 7px;
	float: left;
}

#pageHeader-inner .tricLogoText {
	margin: 28px 0px 0px 64px;
	float: left;
}

#pageHeader-inner .topNavigation {
	margin: 0px 0px 0px 0px;
	border: 0px solid #000000;
}

#pageHeader-inner ul {
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
#pageHeader-inner ul li{
	display: inline;
	float: left;
	text-decoration: none;
	list-style: none;
	display: inline;
	margin-top: 10px;
	padding: 0;
	overflow: hidden;
}

/*Top level menu link items style*/
#pageHeader-inner ul li a{
	display: block;
	width: 107px; 
	height: 38px;
	overflow: invsible;
	padding: 0px;
	margin: -2px;
	border-left-width: 0;
	text-decoration: none;
	background: url(../imx/topNav_MonsterMenu.gif) no-repeat;
}

/* BUTTONS */
#pageHeader-inner .topNavigation li#top_nav_churches a { background-position: 0px 0; margin-left: 39px;}
#pageHeader-inner .topNavigation li#top_nav_news a { background-position: -106px 0; }
#pageHeader-inner .topNavigation li#top_nav_calendar a { background-position: -212px 0; }
#pageHeader-inner .topNavigation li#top_nav_resources a { background-position: -318px 0; }
#pageHeader-inner .topNavigation li#top_nav_about a { background-position: -424px 0; }

/* OVER STATES */
#pageHeader-inner .topNavigation li#top_nav_churches a:hover { background-position: 0px -38px; }
#pageHeader-inner .topNavigation li#top_nav_news a:hover { background-position: -106px -38px; }
#pageHeader-inner .topNavigation li#top_nav_calendar a:hover { background-position: -212px -38px; }
#pageHeader-inner .topNavigation li#top_nav_resources a:hover { background-position: -318px -38px; }
#pageHeader-inner .topNavigation li#top_nav_about a:hover { background-position: -424px -38px; }

/* MOW styles */

#messageOW {
	float: left;
	height: 76px;
	margin: -58px 0px 0px 183px;
	width: 550px;
	/* background-color: #ddffee; */
	background: url(../imx/messageWeekBKGD.gif) no-repeat;
}

#messageOW .titleOW {
	text-align: left;
	margin: 8px 10px 5px 13px;
	width: 530px;
	font-weight: bold;
	font-size: 13px;
	color: #705c28;

}

#messageOW .bodyOW {
	text-align: left;
	width: 530px;
	margin: 5px 10px 0px 18px;
	font-size: 11px;
	color: #333333;
	line-height: 18px;	
}

#messageOW .bodydescOW {
	text-align: left;
	width: 530px;
	font-size: 10px;
	color: #4c4c4c;
	margin: 2px 10px 10px 18px;
}

#messageOW a {

}

#messageOW a:hover {

}

/* Page Content Styles */

#pageContent-Outer {
	width: 100%;
	text-align: center;
}

#pageContent-Outer h3 {
	font-size: 22px;
	margin-bottom: 0px;
}

#pageContent-Outer h4 {
	font-size: 18px;
}


#pageContent-Outer p {
	font-size: 12px;
	margin-top: 2px;
	line-height: 20px;
}

#pageContent-Outer .blogDate {
	color: #705c28;
	margin-bottom: 6px;
	margin-left: 6px;
}

#pageContent-Outer .location {
	color: #454545;
	margin: 3px 0px 6px 15px;

}

#pageContent-Wrapper {
	width: 750px;
	margin: 15px auto 0px auto;
	border-top: 1px solid #c3bb9c;
	text-align: left;
}

#pageContent-Wrapper h1,h2,h3,h4,h5,h6 {
	font-style: normal;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #cc0000;
	margin: 0;
	padding: 0;
}

.churchList-Wrapper-1 {
	width: 500px;
	margin:0px auto 0px auto;
	border-top: 1px solid #999999;
	padding: 5px 5px 20px 5px;
	text-align: left;
	background-color: #eeeeee;
}

.churchList-Wrapper-2 {
	width: 500px;
	margin:0px auto 0px auto;
	border-top: 1px solid #999999;
	padding: 5px 5px 20px 5px;
	text-align: left;
	background-color: #ffffff;
}

.roundedCorners-left-1 {
	width: 6px;
	height: 25px;
	float: left;
	margin-top: 5px;
	background: url(../imx/leftCornerNavWHT.gif) no-repeat;
}

.roundedCorners-left-2 {
	width: 6px;
	height: 25px;
	float: left;
	margin-top: 5px;
	background: url(../imx/leftCornerNav.gif) no-repeat;
}

.roundedCorners-middle-1 {
	width: 480px;
	height: 25px;
	margin: 5px 0px 5px 0px;
	float: left;
	background-color: #ffffff;
}

.roundedCorners-middle-2 {
	width: 480px;
	height: 25px;
	margin: 5px 0px 5px 0px;
	float: left;
	background-color: #f6f1de;
}

.roundedCorners-right-1 {
	width: 6px;
	height: 25px;
	background: url(../imx/rightCornerNavWHT.gif) no-repeat;
	float: left;
	margin-top: 5px;
}

.roundedCorners-right-2 {
	width: 6px;
	height: 25px;
	float: left;
	margin-top: 5px;
	background: url(../imx/rightCornerNav.gif) no-repeat;
}

.roundedCorners-innerWrapper {
	margin-top: 6px;
}

#pageContent-Top-Bar {
	background: url(../imx/pageContentTOP.gif) no-repeat;
	width:550px;
	height: 10px;
	margin-bottom: -3px;
}

#pageContent {
	background-color: #ffffff;
	text-align: left;
	padding: 5px 15px 65px 15px;
	width: 520px;
}

#pageContent-Welcome {
	
}

#pageContent-Inner-Wrapper {
	text-align: left;	
	float:left;
	width: 550px;
	padding: 15px 0px 0px 15px;
	border-left: 1px solid #c3bb9c;	
}

/* Single Column Styles */

#pageContent-Wrapper-1Col {
	width: 730px;
	margin: 15px auto 0px auto;
	text-align: left;
	
}

#pageContent-Top-Bar1Col {
	background: #eeeeee url(../imx/pageContentTOP1col.gif) no-repeat;
	width: 730px;
	height: 10px;
	margin-bottom:-4px;
}

#pageContent-1Col {
	background-color: #ffffff;
	text-align: center;
	padding: 5px 15px 65px 15px;
	width: 700px;
}

/* Side Bar Styles */

#leftNav {
	width: 148px;
	float: left;
	padding-top: 0px;
	margin: 0px 10px 10px 10px;
}

#leftNav p {
	line-height: 8px;
	font-size: 11px;
}

#leftNav .navTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #705c28;
	font-size: 14px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 20px;
	border-top: 1px solid #7b7b7b;
	border-bottom: 1px solid #7b7b7b;
}

#leftNav .navTitleSub {
	color: #3b3b3b;
	padding: 4px 0px 0px 8px;
	font-size: 12px;
}

#leftNav ul {
	margin: 5px 0px 5px 0px;
	padding: 0px;
}

#leftNav li {
	color: #ccc;
	list-style: none;
	margin: 0px 0px 0px 14px;
	padding: 0px;
}

/* Start page banner style */
ul#jw_bc { position:relative;list-style:none;list-style-image:none;margin:0px;padding:0px;overflow:hidden;width:225px;height:150px;float:left;}
ul#jw_bc li { list-style:none;margin:0px;padding:0px;border:none;background:none; }
ul#jw_bc li a { margin:0px;padding:0px;border:none;background:none; }
ul#jw_bc li a img { display:none;position:absolute;top:0;left:0;border:none;background:none; }
ul#jw_bc li a:hover img {display:none;position:absolute;top:0;left:0;border:none;background:none; }

/* Footer Styles */

#footer {
	border-top: 10px solid #cc0000;
	background-color: #810000;
	width: 100%;
	color: #ffffff;
	padding: 0;
	z-index: 50;
	text-align:center;
}

#footer a {
	color: #ffffff;
	font-weight: 500;
	padding: 0 0 0 10px;
}

#footer a:hover {
	font-weight: 900;
	color: #7092C2;
}

#footer p {
	margin: 0;
	padding: 10px 0 0 0;
}

#footer-inner {
	margin: 0 auto;
	width: 750px;
}

#footer .footerTitle {
	color: #d0d0d0;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding: 12px 0 0 0;
}

#footer .footerCopyright {
	text-align: center;
	padding: 4px 0 20px 0;
}

#footerInfo {
	text-align: right;
	float: right;
	width: 260px;
	padding: 0px 10px 15px 0px;
}

#footerSiteNav {
	margin: 0 310px 0 0;
	padding: 0 0 20px 20px;
	text-align: left;
	
}


