/* Christian Initiatives Style Sheet
Created by the creative team at Community Ahead
© Community Ahead, LLC.  All rights reserved.
http://www.CommunityAhead.com  */


body {
	color: #333333;
	background-color: #FFFFFF;
	width: 1000px;
	height: 860px;
	text-align: center;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link {
	color: #000084;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: 000084;
}
a:hover {
	text-decoration: none;
	color: FF9900;
}
a:active {
	text-decoration: underline;
	color: FF9900;
}
h1, h2, h3, h4 {
	color: #000084;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#Layer1 {	
	position:absolute;
	width:826px;
	height:182px;
	z-index:1;
	left: 194px;
	top: 71px;
}


/* Content Section Styles */

#wrapper
{
    position: relative;
    width: 1040px;
    text-align: center;
    margin: auto;
	font-weight: bold;
}

#header {
	height: 184px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-image: url(Images/CA_header.png);
	width: 1000px;
}

#header_main {
	height: 239px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-image: url(Images/CA_header_main.png);
	width: 1000px;
}

#navbar {
	width: 260px;
	height: 574px;
	float: left;
	text-align: left;
	margin-top: 50px;
	margin-right: 10px;
	margin-bottom: 40px;
	margin-left: 30px;
	padding-top: 10px;
}
#navbar_main {
	width: 260px;
	height: 324px;
	float: left;
	text-align: left;
	margin-left: 30px;
}

#content {
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-image: url(Images/CA_background_left.gif);
	width: 1000px;
	height: 674px;
	background-position: left bottom;
	text-align: left;
	
}
#content_main {
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-image: url(Images/CA_background_left_main.gif);
	width: 1000px;
	height: 619px;
	background-position: left top;
	text-align: left;
	
}

#rightcontent {

	background-color: #FFFFFF;
	width: 680px;
	height: 484px;
	float: right;
	padding: 20px 10px 10px 10px;
	margin-top:100px;
	text-align: left;
}
#rightcontent_main {

	background-color: #FFFFFF;
	width: 680px;
	height: 288px;
	float: right;
	text-align: left;
}
#bottomcontent_main {

	background-color: #FFFFFF;
	width: 980px;
	height: 332px;
	float: left;
	text-align: left;
}

#footer {
	text-align: center;
	clear: both;
	width: 1000px;
	padding: 10px;
	font-size: 12px;
	color: #000066;
	margin:auto
}
