/* ***************************************** 
	This file contains 5 sections:
	* Page Styles
	* Main Content Styles
	* Banner Styles
	* Sidebar Styles
	* Footer Styles
***************************************** */


/* New FBC Valp Page Styles */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0 auto;
	padding: 0;
	width: 800px;
	text-align: center;
	}
	
#wrapper {width: 798px;
		margin-left: auto ;
  		margin-right: auto ;
		border-top: 4px solid #333333;
		border-left: 1px solid #333333;
		border-right: 1px solid #333333;
		border-bottom: 1px solid #333333;
		background: url(http://www.fbcvalparaiso.org/bg.jpg) repeat-y left top;}
		
* html #wrapper	{
	height: 1px;}


h1,h2,h3,h4,h5,h5,ol,ul {
	margin: 0px;
	padding: 0px;
}


/* New FBC Valp Main Content Styles */

a:link {text-decoration: underline;color: #333333;}
a:visited {text-decoration: underline;color: #333333;}
a:active {text-decoration: underline color: #666666;}
a:hover {text-decoration: none;color: #666666;}

td:link {font-family: Arial, Helvetica, sans-serif;text-decoration: underline;color: #333333;}
td:visited {font-family: Arial, Helvetica, sans-serif;text-decoration: underline;color: #333333;}
td:active {font-family: Arial, Helvetica, sans-serif;text-decoration: underline color: #666666;}
td:hover {font-family: Arial, Helvetica, sans-serif;text-decoration: none;color: #666666;}

.td {font-family: Arial, Helvetica, sans-serif;text-decoration: none;color: #333333;}

h1 {
	color: #000000;
	margin-top: 0px;
	font-size: 2em;
	line-height: 100%;
	padding:5px;
}

h2 {
	color: #F4BE04;
	font-size: 1.5em;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	padding-top: 0px;
	padding:5px;
}

#main {
	margin-left: 170px;
	margin-right: 0;
	padding: 5px;
	text-align: left;
	position: relative;
	background-color: #ffffff;}

* html #main {background-color:#ffffff;}
}
#main ul{
	margin-left: 10px;
	margin-right: 0;
	padding: 5px;
	text-align: left;
	background-color: #ffffff;
}

#main ul li{
	margin-left: 20px;
	margin-right: 0;
	padding: 5px;
	font-size: 1.2em;
	text-align: left;
	background-color: #ffffff;
}

#main td {
	color: #333333;
	font-size: 1.2em;
	padding:5px;
}

.section {
	display: inline;
	color: #000000;
	font-weight: normal;
}


p {
	color: #333333;
	font-size: 1.2em;
	padding:5px;
}


/* New FBC Valp Banner Styles */

#banner {
	position: relative;
	text-align:center;
	}
	
/*highlight "you are here" buttons*/
#sidebar #news a#services,
#sidebar #news a#here, a#believe {
	background: #cccccc;
	color: #000000;
	text-decoration:underline;
}

#logo {
	height: 150px;
}

/* FBC Valp Sidebar Styles */

#sidebar {
	width: 170px;
	float: left;
	display:inline;
	padding-top: 5px;
}

* html #sidebar {
	height: 1px;
	display: inline-block;
	width:170px;
}



#news {
	margin: auto;
	list-style: none;
	font-size: 1.2em;
	text-align: left;
}

/* hack for IE 6 < to make entire block clickable */
* html #news {
	height: 1px; 
	display: inline-block;
}
#news li {
	display: inline;
}

* html #news li {
	display: inline;
	display: inline-block;}
		
#news .title {
	font-weight: bold;
	display: block;
	color: #666666;
}
#news a {
	text-decoration: none;
	display: block;
	padding: 10px;
	border-top: 1px dashed #cccccc;
	color: #ffffff;
	line-height: normal !important;
	text-align: left;
	
}

/* hack for IE 6 < to make entire block clickable */
* html #news a {
	height: 1px; 
}
.directions a, .christian a, .calendar a, .believe a {
	text-decoration: none;
	display: block;
	padding: 10px;
	border-bottom: 1px dashed #cccccc;
	color: #ffffff;
	line-height: 110%;
	background: url(http://www.fbcvalparaiso.org/bg.jpg) repeat-y left top;
	text-align: left;
}


#news a:hover {
	color: #000000;
	background: #cccccc;
	text-align: left;
}



/* FBC Valp Footer Styles */

#footer {
	padding: 10px 0 0 5px;
	text-align: center;
	font-size: 1em;
	clear:both;
}




