/* CSS Document */

/* Main Styles that apply to body */
body {
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	text-align: left;
	background: #FFFFFF url(images/bg_trust.jpg) center;
	background-repeat: no-repeat;
	background-attachment: fixed;

}

/* This is the page container built and centered using -ve margins */
#container {
	margin: 0 auto;
	width: 1000px;
	text-align: left;
}

/* The topmost faded bar */
#topbar {
    width:auto;
    background: none;
    height: 20px;
    padding: 10px 5px 5px 2px;
    font: 9px verdana;
    font-weight: bold;
    color: #CCCCCC;
    text-align: right;
}

/* This holds the two heading blocks, the title and the login form */
#headerwrapper {
    width: auto;
	padding: 0px 0px 0px 26px;
}


/* This controls the top pic / photo arts */
.toppiccontrol
{
    border: none;
    float: left;
}

/* class that styles the holder div of the forms */
.userform {
    width: auto;
    color: #3c76c0;
	/*color: #8ab8f4;*/
    padding: 5px 0px 5px 3px;
    background: #fbfbfb;
    border:1px solid #efefef;
    border-top: none;
    text-align: justify;
    margin-bottom: 1px;
}

/* This will style the login and search */
.userform input {
    border: 1px solid #DDD;
    font-family: verdana;
    font-size: 10px;
    color: #BBB;
    font-weight: bold;
}

h1 {
    font: 20px verdana;
	font-weight: bold;
	color: #0066ff;
	text-decoration: none;
	margin: 5px;
}

h2 {
    font: 18px verdana;
	font-weight: bold;
	color: #0066ff;
	text-decoration: none;
	margin: 8px;
}

h6 {
    font: 12px verdana;
    font-weight: bold;
	color: #0066ff;
	margin: 0px;
	padding: 0px;
	margin-left: 8px;
}

/* This holds the tabs */
#tabholder
{
    width: auto;
}

/* Container for the login box */
.loginboxouter {
    width: auto;
    padding: 0px 6px 0px 5px;
    clear: both;
} 

/* Container for the top photo art box */
.topboxouter {
    width: auto;
    padding: 0px 6px 0px 5px;
    clear: both;
} 

/* Content holder for the top photo art box */
.topboxinner {
    width: auto;
    line-height: 20px;
    padding: 0px 0px 0px 0px;
    text-align: justify;
}

/* Begin top photo arts centered code */

.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}

/* End top photo arts centered code */


/* This controls the main pic in the main article box */
.topphotocontrol
{
    border: 0px;
    float: left;
    margin-right: 0px;
}

/* Container for the article box, and the pic box */
.articleboxouter {
    width: auto;
    padding: 0px 6px 0px 5px;
    clear: both;
} 

/* Content holder for the articles */
.articleboxinner {
    width: auto;
    line-height: 20px;
    color: #3c76c0;
	/*color: #8ab8f4;*/
    padding: 15px 6px 0px 6px;
    background: #fbfbfb;
    border:1px solid #efefef;
    text-align: justify;
    height: 250px;
}

#givingboxinner {
    width: auto;
    line-height: 20px;
    color: #3c76c0;
	/*color: #8ab8f4;*/
    padding: 15px 6px 0px 6px;
    text-align: justify;
    height: 350px;
}

/* The title style for the main article */
.articleheader
{
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #CCC;
}

/* Container for the article box, and the pic box */
.articleboxfullouter {
    width: auto;
    padding: 0px 6px 0px 5px;
    clear: both;
} 

/* Content holder for the articles */
.articleboxfullinner {
    width: auto;
    line-height: 20px;
    color: #3c76c0;
	/*color: #8ab8f4;*/
    padding: 15px 6px 0px 6px;
	background: transparent;
    /*background: #fbfbfb;*/
    border:1px solid #efefef;
    text-align: justify;
}

/* This will style the read more thing at the bottom */
.readmore {
    text-align: right;
    display: block;
    width: auto;
}

/* This controls the main pic in the main article box */
.mainpiccontrol
{
    border: 1px #DBB7DB solid;
    float: left;
    margin-right: 10px;
}

/* Container for the pic thumbnails */
.picboxouter {
    width: auto;
    padding: 0px 6px 0px 5px;
    clear: both;
}

/* Content holder for the pic box */
.picbox {
    width: auto;
    line-height: 22px;
    color: #3c76c0;
	/*color: #8ab8f4;*/
    padding: 5px 6px 6px 6px;
    border:1px solid #efefef;
    border-top: none;
    text-align: center;
}

/* This controls the thumbnails in the picbox div */
.pickboxcontrol
{
    border: 1px #DDD solid;
    vertical-align: middle;

}

/* Sometimes, I don't want borders around my hyperlink images */
.noborder {
    border: none;
}

/* For taming those leeeeeeetle arrows */
img {
    vertical-align: text-bottom;
	border: 0;
}

img.headerpics { 
    margin-bottom: -4px;
}

/* Style-up those ugly default hyperlinks */
a {
	text-decoration: none;
	padding: 0;
	margin: 0;
	color: #696969;
}

/* And their ugly hover states too */
a:hover {
	text-decoration: underline;
}

a:visited {
	text-decoration: none;
	color: #696969;
}

/* Why should the humble footer be left out?
#footer {
	background-color: none;
	color: #fff;
	vertical-align: middle;
	text-align: left;
	height: 20px;
	padding-top: 5px;
	clear: both;
	border-top: 1px dashed #dbdbdb;
	border-bottom: 1px dashed #dbdbdb;
}
*/
#footer {
	height: 20px;
	border:1px dotted;
	border-left: 0;
	border-right: 0;
	padding-top: 5px;
	clear: both;
	/*color: #909090; -> used for white bg*/
	color: #686868;
	border-color: #8fb8cf;
}
#sitelinks {
	float: left;
	width:400px;
}
#sitelinks .content {
	margin-top:6px;
}
#sitelinks div.item-list {
	display: inline;
}
#sitelinks div.item-list ul {
	list-style-type: none;
	display: inline;
	padding: 0px;
	margin: 0px;
}
#sitelinks div.item-list li {
	display: inline;
	padding: 0px;
	margin: 0px;
}
#rightlinks {
	float: right;
	width:500px;
	text-align:right;
}
#copyright {float:right;}
#footer .content {margin-top:0px;}

/* BEGIN CLC FRONT END TEMPLATE */
/* This will contain the three columns */
#newsContainer2
{
    width:auto;
    background-color: #E0E0E0;
}

/* First column of the three columns */
.c1
{
	width: 261px;
	/* background-color: #F7F4F7;*/
    /* border: 1px solid #DDD;*/
    border-top: none;
    /*line-height: 22px;*/
    /*color: #DD7CB4;*/
	float: left;
}

/* Second column of the three columns */
.c2
{
    width: 500px;
    float: left;
    /*border-bottom: 1px solid #DDD;
    line-height: 22px;
    color: #DD7CB4;*/
}

/* Third column of the three columns */
.c3
{
	width: 228px;
	/*background-color: #F7F4F7;
    border: 1px solid #DDD;*/
	background: transparent;
    border-top: none;
    /*line-height: 22px;
    color: #DD7CB4;*/
	float: right;
}

/* This controls the titles for each column */
.noteheader
{
    width:auto;
    border-bottom: 1px solid #DDD;
    border-top: none;
    color: #3c76c0;
	/*color: #8ab8f4;*/
    /*height: 20px;*/
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
	background:url(images/headerBG.jpg) repeat-x;
}

/* And this gives the column text some breathing space */
.spacy3column
{
    padding: 0px 0px 0px 2px;
}
/* END FRONT END CSS */



/* BEGIN SERMON TEMPLATE CSS */
#sermons1 {
	margin:0; padding:0;
	background:transparent;
}
#sermons2 {
	margin:0; padding:0;
	background:transparent;
}
#sermonscontentleft {
	float:left;
	width:300px;
	text-align: center;
	margin:0; padding:0;
	background:transparent;
	border-top: 1px dashed #dbdbdb;
	border-right: 1px dashed #dbdbdb;
	border-bottom: 1px dashed #dbdbdb;
	border-left: 1px dashed #dbdbdb;
}
#sermonscontentright {
	float:right;
	width:300px;
	text-align: center;
	margin:0; padding:0;
	background:transparent;
	border-top: 1px dashed #dbdbdb;
	border-right: 1px dashed #dbdbdb;
	border-bottom: 1px dashed #dbdbdb;
	border-left: 1px dashed #dbdbdb;
}
#sermonscontentmiddle {
	margin:0px;
	background:transparent;
	text-align: center;
}
.column-in {
	margin:0; padding:0.5em 1em;
}
.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}

/* This controls the titles for each column */
.noteheader
{
    width:auto;
    border-bottom: 1px solid #DDD;
    border-top: none;
    color: #3c76c0;
	/*color: #8ab8f4;*/
    /*height: 20px;*/
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
	background:url(images/headerBG.jpg) repeat-x;
}

/* And this gives the column text some breathing space */
.spacysermons
{
    padding: 0px 0px 0px 0px;
}
/* END SERMONS TEMPLATE */



/* Additional Classes tl */

.clear {height:0.1px; overflow:hideen; font-size:0.1px; line-height:0.1px; clear:both; }
.invisible {width:0px; height:0px; left:-100px; top:-1000px: position:absolute; overflow:hidden; display:inline }

/* CSS Tabs Main Menu */
#tabs8 {
    float:left;
    width:100%;
    background: none;
    font-size:93%;
    line-height:normal;
	display:inline;
/*    border-bottom:1px solid #CCC; */
}

#tabs8 ul {
    margin:0;
    padding:2px 10px 0 5px;
    list-style:none;
}

#tabs8 li {
    display:inline;
    margin:0;
    padding:0;
}

#tabs8 a {
    float:left;
    background:url("images/tableft8.gif") no-repeat left top;
    margin:0;
    padding:0 0 0 4px;
    text-decoration:none;
}

#tabs8 a span {
    float:left;
    display:block;
    background:url("images/tabright8.gif") no-repeat right top;
    padding:5px 15px 4px 6px;
    color:#eee;
    font-weight: bold;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs8 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs8 a:hover span {
    color:#591333;
}

#tabs8 a:hover {
    background-position:0% -42px;
}

#tabs8 a:hover span {
    background-position:100% -42px;
    color: #0066ff;
	/* original color:888 */
}

body.home #tabs8 #home a,
body.church #tabs8 #church a,
body.pastors #tabs8 #pastors a,
body.ministries #tabs8 #ministries a,
body.lifegroups #tabs8 #lifegroups a,
body.sermons #tabs8 #sermons a,
body.livebroadcast #tabs8 #livebroadcast a,
body.photos #tabs8 #photos a,
body.contactus #tabs8 #contactus a {
	background-position:0% -42px;
}

body.home #tabs8 #home a span,
body.church #tabs8 #church a span,
body.pastors #tabs8 #pastors a span,
body.ministries #tabs8 #ministries a span,
body.lifegroups #tabs8 #lifegroups a span,
body.sermons #tabs8 #sermons a span,
body.livebroadcast #tabs8 #livebroadcast a span,
body.photos #tabs8 #photos a span,
body.contactus #tabs8 #contactus a span {
	background-position:100% -42px;
	color: #0066ff;
}


#churchabout #tabs9 #aboutclc a, 
#churchseniorpastor #tabs9 #seniorpastor a {
	color:#888;
	background:#747474;
	text-decoration:none;
}

#churchabout #tabs9 #aboutclc a span, 
#churchseniorpastor #tabs9 #seniorpastor a span {
	color:#0066ff;
	background:#dcdcdc;
	text-decoration:none;
}


/* End of CSS Tabs Main Menu */


/* Begin CSS Tabs SUB Menu */
#tabs9 {
	position:relative;
	width:989px;
	height: 26px;
/*	background-color:#000000; */
	background:url(images/submenu_bg.gif) repeat-x;
	float:left;
	font-size:93%;
	display:inline;
	border-top: none;
	color: #3c76c0;
	/*color: #8ab8f4;*/
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	left: 5px;
}

#tabs9 ul {
    margin:0;
    padding:3px 10px 0 5px;
    list-style:none;
}

#tabs9 li {
    display:inline;
    margin:0;
    padding:0;
}

#tabs9 a {
    float:left;
    background:none;
    margin:0;
    padding:0 0 0 4px;
    text-decoration:none;
}

#tabs9 a span {
    float:left;
    display:block;
    background:none;
    padding:5px 15px 4px 6px;
    color:#666666;;
    font-weight: bold;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs9 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs9 a:hover span {
    color:#591333;
}

#tabs9 a:hover {
    background-position:0% -42px;
}

#tabs9 a:hover span {
    background-position:100% -42px;
    color: #888;
}

#tabs9 #current a {
    background-position:0% -42px;
}
#tabs9 #current a span {
    background-position:100% -42px;
    color: #888;
}
/* End of CSS Tabs Sub Menu */

/* Begin Content Area & Side Bar */

div.contentArea {
width: 989px;
line-height:1.6em;
}
	
div.contentMain {
	width: 562px;
	left: 10px;
	top: 10px;
	padding-left: 20px;
}
	
div.sideBar {
	position: absolute;
	width: 231px;
	left: 700px;
	top: 485px;
	margin-left:0;
	margin-right:0;
}

div.sideBar table tr td.listItem{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 1px;
}
	
div.sideBar a{
	color: #333333;
	text-decoration:none;
}

div.sideBar a:hover{
	text-decoration:underline;
}

img.heading {
	padding-bottom: 10px;
}

/* End Content Area & Side Bar */




/* CSS for GIVING page - BEGIN */

#giving-section1
{
	/*font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;*/
	margin: 10px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
    border: 1px dashed;
	background: url('table-images/tithe.png') 300px 36px no-repeat;
	background-color: #FFFFFF;
}
#giving-section1 th
{
	padding: 12px;
	font-weight: normal;
	font-size: 14px;
	color: #0066ff;
	/*color: #339*/
}
#giving-section1 td
{
	padding: 9px 12px;
	/*color: #669;*/
	color: #7d9fd8;
	border-top: 1px solid #fff;
}
#giving-section1 tfoot td
{
	font-size: 11px;
}
#giving-section1 tbody td
{
	background: url('table-images/back.png');
}
* html #giving-section1 tbody td
{
	/* 
	   ----------------------------
		PUT THIS ON IE6 ONLY STYLE 
		AS THE RULE INVALIDATES
		YOUR STYLESHEET
	   ----------------------------
	*/
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='table-images/back.png',sizingMethod='crop');
	background: none;
}	
#giving-section1 tbody tr:hover td
{
	color: #3c76d5; /*339*/
	background: none;
}


/* CODE TABLE */

#box-code
{
	/*font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;*/
	margin: 10px;
	margin-top: -5px;
	width: 480px;
	text-align: center;
	border-collapse: collapse;
	border-top: 7px solid #9baff1;
	border-bottom: 7px solid #9baff1;
}
#box-code th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #ececf6;
	border-right: 1px solid #9baff1;
	border-left: 1px solid #9baff1;
	color: #0066ff; /*#039;*/
}
#box-code td
{
	padding: 8px;
	background: #ececf6; 
	border-right: 1px solid #aabcfe;
	border-left: 1px solid #aabcfe;
	color: #3c76d5; /*#669;*/
}

/* CSS for GIVING page - ENDS */

/* IMG FLOAT CODES */

img.floatLeft { 
    float: left; 
    margin-left: 6px;
    margin-right: 25px;
	padding: 1px 1px 1px 6px;
}

img.floatRight { 
    float: right; 
    /*margin: 4px; */
	margin-left: 25px;
    margin-right: 6px;
	padding: 0px 2px 2px 6px;
}

/* END IMG FLOAT CODES */


/* DASHES */
.dashes {
border-top: 1px dashed #909090;
border-bottom: 0;
margin-top: 1px;
width: 80%;
}

/* Top Art Photo Module */
div {
	padding:0;
	margin:0;
}

#topart, #topart1{
	width:989px;
	height:250px;
	position:absolute;
	top:0px;
	left:0px;
}

#topart img,#topart1 img {
border:none;
}
