@charset "UTF-8";

/*---------------------- BASE RULES --------------------------*/
* {
	margin: 0px;
	padding: 0px;
}
sup {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	bottom: 1ex;	
}
body {
	background-image: url(../images/template/bg_body.gif);
	background-repeat: repeat-x;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 100%;
}
#container {
	background-image: url(../images/template/bg_container.png);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: center 29px;
}
#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-bottom: 0px;
	width: 900px;
}
#header {
	height: 190px;
	width: 900px;
	background-image: url(../images/template/bg_header_2012.jpg);	
}
#header_1 {
	background-image: url(../images/template/bg_header_1.jpg);
	height: 190px;
	width: 900px;
	background-repeat: no-repeat;
}
#header_2 {
	background-image: url(../images/template/bg_header_2.jpg);
	height: 190px;
	width: 900px;
	background-repeat: no-repeat;
}
#header_3 {
	background-image: url(../images/template/bg_header_3.jpg);
	height: 190px;
	width: 900px;
	background-repeat: no-repeat;
}
#header_4 {
	background-image: url(../images/template/bg_header_4.jpg);
	height: 190px;
	width: 900px;
	background-repeat: no-repeat;
}
#header_5 {
	background-image: url(../images/template/bg_header_5.jpg);
	height: 190px;
	width: 900px;
	background-repeat: no-repeat;
}

#header_giving {
	background-image: url(../images/template/bg_header_giving.jpg);
	height: 190px;
	width: 900px;
	background-repeat: no-repeat;
}
#header_life-group {
	background-image: url(../images/template/bg_header_life-group.jpg);
	height: 190px;
	width: 900px;
	background-repeat: no-repeat;
}
#header_kingdom-life {
	background-image: url(../images/KingdomLife/bg_header_kingdom-life.jpg);
	height: 190px;
	width: 900px;
	background-repeat: no-repeat;
}
#header_consecration {
	background-image: url(../images/template/bg_header_consecration.jpg);
	height: 190px;
	width: 900px;
	background-repeat: no-repeat;
}
#logo {
	height: 143px;
	width: 150px;
	z-index: 1000;
	padding-left: 3px;
	padding-top: 39px;
}
#logo img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.clear {
	clear: both;
}
.clearLeft {
	clear: left;
	width: 400px;
}

blockquote {
	margin:1.5em 10px;
	padding:.5em 10px;
	/*quotes:"\201C""\201D""\2018""\2019""\OOAB""\00BB";*/
	color: #20166E;
	line-height: 24px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #786304;
	background-color: #F4F4F4;
	font-size: 17px;
}


/*blockquote:before {
	color:#f00;
	content:open-quote;
	font-size:4em;
	line-height:.1em;
	margin-right:.25em;
	background-color: #00FF33;
}

blockquote:after {
color:#f00;
content:open-quote;
font-size:4em;
line-height:.1em;
margin-right:.25em;
vertical-align:-.5em;
}

blockquote p {
display:inline;
}*/
/* ------------------------ TOP MENU STYLES --------------------- */

#topNav {
	background-image: url(../images/template/bg_navigation_2012.jpg);
	background-repeat: no-repeat;
}
#topNav_1 {
	background-image: url(../images/template/bg_navigation_1.jpg);
	background-repeat: no-repeat;
}
#topNav_2 {
	background-image: url(../images/template/bg_navigation_2.jpg);
	background-repeat: no-repeat;
}
#topNav_3 {
	background-image: url(../images/template/bg_navigation_3.jpg);
	background-repeat: no-repeat;
}
#topNav_4 {
	background-image: url(../images/template/bg_navigation_4.jpg);
	background-repeat: no-repeat;
}
#topNav_5 {
	background-image: url(../images/template/bg_navigation_5.jpg);
	background-repeat: no-repeat;
}

#topNav_giving {
	background-image: url(../images/template/bg_navigation_giving.jpg);
	background-repeat: no-repeat;
}
#topNav_life-group {
	background-image: url(../images/template/bg_navigation_life-group.jpg);
	background-repeat: no-repeat;
}
#topNav_kingdom-life {
	background-image: url(../images/KingdomLife/bg_navigation_kingdom-life.jpg);
	background-repeat: no-repeat;
}
#topNav_consecration {
	background-image: url(../images/template/bg_navigation_consecration.jpg);
	background-repeat: no-repeat;
}
.menu {
	height:43px;
	position:relative;
	z-index:1;
	width: 900px;
}

/* a hack to correct IE5.5 faulty box model */
* html .menu {
	width:900px;
	w\idth:900px;
	border-right-width: 0px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}

.menu ul ul {
	width:128px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:128px;
	position:relative;
}
.menu ul li a {
	font-size: 90%;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:90%;
	text-decoration:none;
	color:#cccccc;
	width:128px;
	text-align: center;
	height: 43px;
	line-height: 42px;
}

/* style the top level hover */
.menu a:hover {
	background-image: url(../images/template/hover_navigation.png);
	background-repeat: no-repeat;
	
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:127px;
	w\idth:127px;

}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:42px;
	left:0;
	width:128px;
}
/* another hack for IE5.5 */
* html .menu ul ul {top:37px;t\op:37px;}
/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	color:#FFFFFF;
	height:auto;
	line-height:13px;
	width:108px;
	background-color: #373737;
	text-align: left;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	font-size: 12px;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:107px;w\idth:107px;
}

/* style the sub level text hover */
.menu ul ul a:hover{
	color: #FFFFFF;
}

.menu ul li ul li a:hover {
	color:#FFFFFF;
	background-color: #20166e;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}


/* ---------------------- CONTENT STYLES ----------------------- */
#content {
	width: 900px;
	background-image: url(../images/template/bg_content.jpg);
	background-repeat: repeat-y;
}
#contentIndexPage {
	background-color: #f4f4f4;
}

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

#footer {
	background-image: url(../images/template/bg_footer.gif);
	background-repeat: repeat-x;
	min-width: 900px;
	background-color: #545454;
	background-attachment: scroll;
	background-position: center top;
}
#footer .container {
	background-image: url(../images/template/bg_footer_container.jpg);
	background-repeat: no-repeat;
	background-position: center 28px;
	padding-top: 10px;
	margin-bottom: 0px;
	height: 51px;
}
#footer .content {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom: 0px;
	margin-top: 0px;
	height: 225px;
}
#footer h1 {
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 94%;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
#footer p {
	font-size: 80%;
	color: #D7D7D7;
}
#footer li {
	list-style-type: none;
	font-size: 80%;
	color: #d7d7d7;
	line-height: 20px;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #d1d1d1;
	text-decoration: none;
	font-size: 100%;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#worship-services {
	float: left;
	margin-left: 3px;
}
#our-address {
	padding-left: 30px;
	float: left;
}

#calvary-churches {
	padding-left: 30px;
	float: left;
}

#other-sites {
	float: right;
	padding-right: 3px;
	padding-left: 20px;
} 
#copyright {
	float: left;
	width: 373px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 30px;
	margin-top: 30px;
}
#copyright img {
	float: left;
}
.copyright {
	padding-left: 43px;
	padding-top: 24px;
}
#social-networks {
	float: left;
	padding-top: 5px;
	width: 315px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 30px;
}
#footer #social-networks a:link, a:visited, a:hover, a:active {
	font-size: 80%;
	text-decoration: none;
}
#footer #social-networks a:visited {
	font-size: 80%;
	text-decoration: none;
}
#social-networks img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#social-networks .social-networks {
	margin-right: 17px;
	float: left;
	width: 32px;
	font-size: 80%;
	text-decoration: none;
}

#contact {
	float: left;
	margin-top: 50px;
	margin-left: 0px;
}

#contact li {
	display: inline;
	padding-right: 8px;
	padding-left: 0px;
}

/* ------------------ SIDELINKS STYLES ------------------------- */
.sidelinks {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #CACACA;
	border-right-color: #CACACA;
	border-left-color: #CACACA;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	border-bottom-color: #CACACA;
}
.sidelinks h1 {
	color: #20166e;
	font-size: 135%;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #786304;
	width: 185px;
	padding-left: 24px;
	background-repeat: no-repeat;
	background-position: 1px 12px;
	background-image: url(../images/template/bullet_sublinks_header.png);
	padding-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 4px;
}

*html .sidelinks h1 {
	padding-top: 6px;
	margin-bottom: 5px;
	background-position: 1px 7px;
	}
	
.sidelinks h1 span {
	font-size: 85%;
}
.sublinks li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 2px;
}
*html .sublinks li {
	margin-bottom: -8px;
	margin-top: -10px;

}
.sublinks li a:link, .sublinks li a:visited, .sublinks li a:active {
	color: #20166E;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: -5px;
	padding-left: 22px;
	display: block;
	font-size: 100%;
	list-style-type: none;
	background-position: 2px 0px;
	background-image: url(../images/template/bullet_sublinks.png);
	background-repeat: no-repeat;
}
.sublinks li a:hover {
	text-decoration: none;
	color: #786304;
	background-repeat: no-repeat;
	background-position: 2px 0px;
	font-size: 100%;
	background-image: url(../images/template/bullet_sublinks_hover.png);
}
.sublinks li a.active:link, .sublinks li a.active:visited, .sublinks li a.active:active, .sublinks li a.active:hover {
	text-decoration: none;
	background-repeat: no-repeat;
	font-weight: bold;
	color: #786304;
	background-position: 1px 1px;
	font-size: 110%;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #20166E;
	background-image: url(../images/template/bullet_sublinks_active.png);
}
/*----------------------- SUBPAGE STYLES ---------------------------------- */

#page-body {
	float: left;
	width: 615px;
	padding: 25px;
	background-color: #FFFFFF;
}
* html #page-body {
	padding-right: 20px;
}
#page-body a:link, a:visited, a:active {
	color: #20166e;
	text-decoration: underline;
	font-size: 100%;
}
#page-body a:hover {
	color: #20166e;
	text-decoration: none;
}

#page-body h1 {
	color: #786304;
	font-size: 160%;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-top: 6px;
	font-weight: normal;
}
#page-body h2 {
	font-size: 140%;
	color: #20166e;
	margin-bottom: 5px;
}
#page-body h3 {
	margin-top: 5px;
	margin-bottom: 2px;
	color: #20166e;
	font-weight: normal;
}
.arrow {
	background-image: url(../images/Ministries/arrow_right.png);
	background-repeat: no-repeat;
	background-position: 365px 1px;
	height: 18px;
}
#page-body h4 {
	margin-top: 5px;
	margin-bottom: 2px;
	color: #786304;
	font-weight: normal;
	font-size: 115%;
}
#page-body h5 {
	font-size: 110%;
	color: #20166e;
	margin-bottom: 5px;
}
#page-body h6 {
	color: #786304;
	font-size: 100%;
}
#page-body p {
	font-size: 90%;
	margin-bottom: 20px;
	line-height: 20px;
}
#page-body p.emp {
	font-size: 19px;
	margin-top: 20px;
	margin-right: 5px;
	color: #333333;
	line-height: 25px;
}
#page-body ul {
	padding-left: 30px;
	margin-bottom: 15px;
}
#page-body ol {
	padding-left: 30px;
	margin-bottom: 10px;
	margin-top: 8px;
}
#page-body ol li {
	line-height: 12px;
}
#page-body ul.emph {
	font-size: 20px;
	margin-top: 20px;
	margin-right: 5px;
	color: #333333;
}
#page-body li {
	font-size: 90%;
	padding-bottom: 10px;
}
#page-body img {
	border: none;
}
#page-body p.emph {
	font-size: 20px;
	margin-top: 20px;
	margin-right: 5px;
	color: #333333;
	line-height: 23px;
}
.mainImage {
	width: 605px;
	border: 1px solid #bfbebe;
	margin-left: 0px;
	margin-top: -5px;
	background-color: #F4F4F4;
	margin-bottom: 25px;
	padding: 4px;
}
*html .mainImage {
	padding-bottom: 4px;
}
.imageContainer {
	height: 250px;
}
.imageRight {
	float: right;
	margin-left: 20px;
	border: 1px solid #bfbebe;
	margin-bottom: 20px;
	margin-top: 5px;
	padding: 3px;
	margin-right: 0px;
}
.imageLeft {
	float: left;
	margin-right: 20px;
	border: 1px solid #bfbebe;
	margin-bottom: 25px;
	padding: 3px;
	margin-top: 0px;
	margin-left: 0px;
}
.imageLeft:last-child {
	margin-right: 0px;
}
.imageCenter {
	margin-right: 20px;
	border: 1px solid #d7d7d7;
	margin-bottom: 25px;
	padding: 3px;
	margin-top: 9px;
	margin-left: 170px;
	float: left;
}
.imageLeft .noBoarder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.imageDesc {
	text-align:center;
	font-size: 75%;
	font-weight: bolder;
	margin-top: 3px;
	margin-bottom: 3px;
	color: #373737;
}

#page-body .video {
	width: 475px;
	margin-left: 70px;
	margin-bottom: 30px;
}

#page-body .sponsorLogo {
	float: left;
	height: 140px;
	width: 140px;
	margin-right: 13px;
	margin-bottom: 20px;
	margin-top: 15px;
}
.book {
	float: left;
	margin-right: 26px;
	margin-bottom: 25px;
	margin-top: 5px;
}
* html .book {
	margin-right: 20px;
}
#page-body .book img {
	border: 1px solid #d7d7d7;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
}
.bookDesc {
	width: 173px;
	font-size: 13px;
	margin-left: 4px;
	margin-top: 4px;
}
.warning {
	color: #FF0000;
}
.formsample {
	color: #666666;
	font-size: 13px;
}
#page-body .small {
	font-size: 12px;
}
/*------------------------- LEFT SIDEBAR --------------------------------------*/
#left-sidebar {
	float: left;
	width: 205px;
	padding-top: 25px;
	padding-left: 15px;
	padding-right: 15px;
}
#left-sidebar img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/*------------------------- RIGHT SIDEBAR ------------------------------- */
.right-sidebar {
	width: 210px;
	float: right;
	margin-right: 0px;
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 25px;
	border: 1px solid #d7d7d7;
}
.rightSidebarInfo {
	padding-left: 15px;
	background-color: #F4F4F4;
	padding-bottom: 10px;
	padding-right: 13px;
}

#page-body .rightSidebarInfo h1 {
	color: #20166e;
	font-size: 110%;
	padding-top: 8px;
	width: 195px;
	margin-top: 0px;
	margin-bottom: 3px;
}
#page-body .rightSidebarInfo a:link, .rightSidebarInfo a:visited, .rightSidebarInfo a:active {
	color: #786304;
	font-size: 95%;
	text-decoration: none;
}
#page-body .rightSidebarInfo a:hover {
	color: #20166e;
	text-decoration: underline;
}
#page-body .rightSidebarInfo p {
	font-size: 85%;
	margin-bottom: 0px;
}

#page-body .rightSidebarInfo ul {
	margin-left: -30px;
	margin-bottom: 0px;
	margin-top: 3px;
}

#page-body .rightSidebarInfo li {
	list-style-type: none;
	font-size: 90%;
	margin-bottom: -3px;
}

#page-body .rightSidebarInfo .button img {
	border: 1px dotted #D1D0CF;
	padding: 3px;
	margin-left: -2px;
	margin-top: 10px;
	background-color: #FFFFFF;
	margin-bottom: -2px;
}
#page-body .rightSidebarInfo .button:hover img {
	border: 1px solid #20166e;
}
#page-body .buttons {
	width: 185px;
	float: right;
	margin-bottom: 23px;
	margin-left: 25px;
	padding-left: 5px;
}
#page-body .left {
	width: 270px;
}
#page-body .buttons .button img {
	border: 1px dotted #D1D0CF;
	padding: 3px;
	margin-left: -2px;
	background-color: #FFFFFF;
	margin-bottom: 20px;
}
#page-body .buttons .button:hover img {
	border: 1px solid #20166e;
}
.button li {
	list-style-type: none;
	margin-left: -23px;
	margin-top: -13px;
}



