﻿/* GENERAL */
body 
{
	font-family:Georgia, "Times New Roman", Times, Serif;
	font-size:0.8em;
	margin:0 auto;
	border:0;
	/*background:url(images/background/bodyBackground.jpg) repeat;*/
	background-color:#658DC6;
}

.center {text-align:center;}

.justify {text-align:justify;}

.ralign_text {text-align:right;}

.noBorder {border:0;}

.bg-href_red {background-color:#FF0000;}

.bg-href_gry {background-color:#A0A09E;}

.bg-href_red {background-color:#FF0000;}

p.p_indent_5
{
	text-indent:50px;		 /*  paragraph indentation */
}

p.p_indent_15
{
	text-indent:150px;		 /*  paragraph indentation */
}

p.bold {font-weight:bold;}

p.boldCenter 
{
	font-weight:bold;
	text-align:center;
}

a {text-decoration:none;}

a:link {color:#FFF}      /* unvisited link */
a:visited {color:#FFF}  /* visited link */
a:hover {color:#384883}  /* mouse over link */
a:active {color:#384883}  /* selected link */

/* MASTER TEMPLATE */
div#page {
	width:900px;
	margin:0 auto;
	text-align:left;
	position:relative;
	background-color:#FFF;
}

div#header {
	width:900px;
	height:192px;
	background:url(images/headerFooter/cbtLogoHeader.jpg) no-repeat;
}

div#header_links
{
	width:425px;
	height:2em;
	position:absolute;
	right:18px;
	top:65px;
	color:#fff;
}

div#header_links a, div#header_links a:link, div#header_links a:visited {
	margin: 5px;
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 12px;
}
div#header_links a:hover, div#header_links a:focus, div#header_links a:active {
    color: #918C7E;
}

div#tabbar {
	position:absolute;
	top:150px;
	height:18px;
	width:878px;
	padding:10px;
	margin:0 auto;

}

div#header_menu
{
	float:right;
	/*right:10px;*/
}

div#header_menu ul
{
	list-style: none;
    padding: 0;
    margin: 0;
} 

div#header_menu li
{
	float: left;
    margin: 0 0;
}

div#header_menu li a
{
    height: 2em;
    line-height: 2em;
    float: left;
    width: 9em;
    display: block;
    color: #fff;
    text-decoration: none;
    text-align: center;
} 

div#header_menu ul li a:hover 
{
	color: #fff;
    background: #658DC6;
}
        
body#home a#homenav,
body#aboutUs a#aboutUsNav,
body#ministries a#ministriesNav,
body#missions a#missionsNav,
body#staff a#staffNav,
body#sermons a#sermonsNav, 
body#schedule a#scheduleNav
body#answersToQuestions_Body a#answersNav
{
    color: #fff;
    background: #274357;
}

div#pagePicBox 
{
	margin:2px;
	width:890px;
	height:302px;
}

div#mainContentLeft {
	width:570px;
	margin:10px;
	padding:5px;
	min-height:400px;
	float:left;
}

div#mainGalleryLeft {
	width:570px;
	margin:10px;
	padding:5px;
	min-height:4px;
	float:left;
}

div#mainContentAnswers {
	width:600px;
	margin:10px;
	padding:5px;
	min-height:4px;
	float:left;
}

div#mainContentNavigation {
	width:880px;
	margin:10px;
	padding:1px;
	min-height:1px;
	float:left;
}

div#mainContentRight {
	width:270px;
	margin:10px;
	padding:5px;
	min-height:400px;
	float:right;

}

div#clear {clear:both;}

div#footer 
{
	clear:both;
	width:900px;
	height:220px;
	/*padding-right:10px;*/
	background:url(images/headerFooter/footerBackground.jpg) no-repeat;
	background-color:#918C7E;
}

div#footer_links 
{
	width:300px;
	height:160px;
	float:left;
	color:#fff;
	margin:10px;
	padding:5px;
}

div#footer_contact
{
	width:300px;
	height:160px;
	float:right;
	color:#fff;
	position:relative;
	margin:10px;
	padding:5px;
}

div#footer_copyright
{
	clear:both;
	width:900px;
	height:20px;
	color:#fff;

}

