@CHARSET "ISO-8859-1";

/*
	Main Body and Container Styles
*/

html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%; 
	background-color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

div#bodyContainer {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

div#contentContainer {
	width: 760px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 20px;
	background-color: white;
}

/*
	Header Styles
*/

div#contentHeader {
	background:url('../images/header.jpg');
	height:155px;
	width:760px;
}
/*
	Body Styles
*/

div#contentBody {
	background-color:#FFFFFF;
	text-align:left;
	width:760px;
}
div#pagecontent {
	clear:both;
	width:760px;
	margin-left:0px;
	padding:0px;
	position:relative;
	left:0px;
}
div#sidebar {
	position:absolute;
	right:0px;
	width:20px;
	height:300px;
	background-color:#CCCCFF;
}
img {
	border:none;
}

/*
	Menu Styles
*/

div#menu{
	width:600px;
	float:right;
	display:block;
	list-style:none;
	padding-left:20px;
	vertical-align: center;
	background-color: #666666;
}
.div_link{
	display:block;
	float:left;
	margin-right:15px;
	height:30px;
	line-height:30px;
	vertical-align: center;
	text-align:center;
}
.link_normal{
	text-decoration:none;
	color:white;
}
.link_normal:hover {
	text-decoration:none;
	color:#CCCCFF;
	font-style:italic;
}
.link_selected{
	text-decoration:none;;
	color:white;
}
div#link_home{
	width: 48px;
}
div#link_comingevents{
	width: 100px;
}
div#link_participatingchurches{
	width: 148px;
}
div#link_visionandpurpose{
	width:120px;
}
div#link_contactus{
	width:75px;
}

/*
	Login Page Styles
*/
div#login{
	float:right;
	width: 450px;
	margin-top:50px;
	margin-right:25px;
}
div#loginheader{
	float:left;
	font-weight:bold;
	font-size:18pt;
}
form#frmLogin{
	margin-left:30px;
	margin-top:50px;
	width:500px;
}
dt{
	clear:both;
	width:100%;
	margin-top:50px;
}
dt label{
	float:left;
}
dd{
	clear:both;
	width:100%;
}
dd input{
	float:left;
}
input#Submit{
	margin-left:50px;
}
.errors li{
	float:left;
	margin-left:20px;
	color:red;
}


/*
	Home Page Styles
*/
div#slideshowContent{
	position:absolute;
	top:0px;
	right:40px;
	width:550px;
	height:400px;
}
div#HomeAd{
	position:absolute;
	top: 115px;
	left:18px;
	width:130px;
	border-top-style:solid;
	border-top-width:medium;
	border-top-color:#CCCCFF;
	border-bottom-style:solid;
	border-bottom-width:medium;
	border-bottom-color:#CCCCFF;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:center;
}
/*
	Content Styles
*/
div#innerContent{
	position:absolute;
	top:50px;
	width:100%;
	text-align:center;
}
div#pageTitle{
	 position:absolute;
	 top: 20px;
	 width:100%;
	 text-align:center;
	 color: #ccccff; 
	 font-weight: bold; 
	 font-size:14pt;
}
div.div400{
 	height:400px;
}
div.div450{
 	height:450px;
}
div.div500{
	height:500px;
}
div.div650{
 	height:650px;
 }
div.div700{
	height:700px;
}
div.div750{
 	height:750px;
}
div.div800{
	height:800px;
}
div.div850{
	height:850px;
}
div.div900{
	height:900px;
}
div.div950{
	height:950px;
}
div.div1000{
	height:1000px;
}
div.div1050{
	height:1050px;
}
div.div1100{
	height:1100px;
}
div.div1150{
	height:1150px;
}
div.div1200{
 	height:1200px;
}
 
/*
	Participating Churches Styles
*/
div#participatingChurchesContent {
	clear:both;
	width:760px;
	margin:0px;
	padding:0px;
	position:relative;
}
table#participatingchurches{
	width: 600px;
	border:0px;
	margin-top:30px;
	margin-left:130px;
}
table#participatingchurches td{
	text-align:left;
}
/*
	Vision & Purpose Styles
*/
div#vandpcontent {
	clear:both;
	width:760px;
	height: 800px;
	margin:0px;
	padding:0px;
	position:relative;
}
div#visionandpurpose{
	padding-left: 20%;
	padding-right: 20%;
}
div#VisionVerses{
	text-align:left;
}
div#biblerefs{
	font-size:8pt;
}
/*
	Coming Events styles
*/
hr{
	color:#CCCCFF;
	width:50%;
}

span#bivocational{
	font-size:14pt;
}

/*
	Footer Styles
*/
div#Footer{
	width: 600px;
	float: left;
	background-color:#666666;
	color:#FFFFFF;
	padding-top:10px;
	padding-bottom:10px;
}
div#FooterContent{
	width:300px;
	text-align:center;
	margin-left:230px;
	
}
div#contentFooter {
	width:760px;
	background-color:#666666;
	color:white;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
}
div#copyright {
	clear:both;
	background-color:white;
	padding-top:5px;
	padding-bottom:5px;
	font-size:7pt;
	text-align:center;
}


