/***********************************************************
This is the primary CSS file for Lighthouse Ministries
***********************************************************/

body {
	margin:0;
	padding:0;
	background:url('../images/bg_texture.jpg') top center repeat-x;
	background-color: #ded8a5;
	font-family:tahoma,sans-serif;
	font-size: small !important; /* Styles for Mozilla, Safari, IE Mac */
	font-size: x-small; /* Styles for MS IE5 PC */
	font-size/**/:/**/small; /* Styles for IE6 PC */
	color:#5712d;
	text-align:center;
}

body div#document	{
	width: 780px; /* sets overall content width */
	margin:0px auto;
	text-align: left;
	
}

/****************** IMPORTANT DEFAULTS *******************/

/* The following rule exists to fix an IE 5 PC bug */
body table { font-size: 100%; }

/* Zeroing element margins/padding */
h1, h2, h3, h4, h5, h6, form, ul, ol, li {
	margin: 0;
	padding: 0;
}
/* Image defaults */
img {	
	border:0;
	display:inline;
}
/* Input adjustments */
input, select, textarea  {
	font-size: 100%;
	color:#000000;
	font-family:tahoma,sans-serif;
}
tr { vertical-align:top; }
p {
	margin:0;
	padding:0;
	padding-left:1px; /* remedies the "cut W" */
	padding-bottom: 2em;
}
ul,ol {
	margin-bottom: 1em;
}
h1 {
	font-size:125%;
	color:#b2711f;
	padding-bottom:5px;
}
h1.tight {
	padding-bottom:0px;
}
h2 {
	font-size:100%;
	color:#b2711f;
	padding-bottom:10px;
}
a,
a:link, 
a:active { color: #b2711f; }
a:visited,
a:hover { color: #56512d; }

/****************** END IMPORTANT DEFAULTS *******************/



/****************** UTILITY *******************/
.bold { font-weight:bold; }
.italic { font-style:italic; }
.highlight { color:#56512d;font-weight:bold; }

/******************* END UTILITY *******************/



/******************* TOPNAV *******************/
div#topnav {
	font-size:100%;
	padding-top:13px;
	padding-bottom:6px;
	text-align: right;
}

div#topnav a {
	padding-left:6px;
	margin-right:6px;
	font-weight:bold;
	text-decoration:none;
}

div#topnav a,
div#topnav a:link, 
div#topnav a:visited { color:#56512d; }
div#topnav a:active, 
div#topnav a:hover { color:#ded8a5; }

div#topnav a.selected,
div#topnav a.selected:link, 
div#topnav a.selected:visited, 
div#topnav a.selected:active,
div#topnav a.selected:hover { color:#ded8a5; }


/************ MAIN DESIGN ELEMENTS **************/
div#photodiv {
	padding-top:108px;
	padding-bottom:0px;
}

div#logodiv {
	margin-top:10px;
	padding-bottom:0px;
	float: left;
}

div#main_div {
	background-color: #ffffff;
	padding: 15px;
}

table#main3col {
    width: 100%;

}
table#main3col td.col_one {
	width:34%;
	padding-right:15px;
}
table#main3col td.col_two {
	width:33%;
	padding-right:15px;
}
table#main3col td.col_three {
	width:34%;
}


ul.arrows li {
	list-style:none;
	padding-bottom:.9em;
	padding-left:15px;
	background:0px .5em url('../images/bullet_arrows.gif') no-repeat;
}

p.divider {
	font-size:50%;
	border-top: 2px solid #c1bb8f;
}

div.image_text_lockup {
	position:relative;
}
div.image_text_lockup img {
	position:absolute;
	top:2px;
	left:0px;
}
div.image_text_lockup p {
	padding-left:90px;
}


/****************** COPYRIGHT ***************/
div#copyright {
	position:relative;
	float:left;
	font-size:85%;
	color:#bcb686;
	margin-top:10px;
	margin-left:5px;
}


/****************** BOTTOMNAV ***************/
div#bottomnav {
	position:relative;
	text-align:right;
	font-size:85%;
	margin-top:10px;
	margin-bottom:1em;
	padding-right:8px;
	color:#000000;
}

div#bottomnav a {
	font-weight:bold;
	text-decoration:none;
}

div#bottomnav a,
div#bottomnav a:link, 
div#bottomnav a:visited { color:#000000; }
div#bottomnav a:active, 
div#bottomnav a:hover { color:#FF9933; }


/****************** Form Elements ***************/

		.entry form{
		float: right;
		position: relative;
		width: 339px;
		margin: 15px 0 15px 0;
		border-left: 1px solid #C7C6D8;	
			}
	
		.entry form p{
			overflow: hidden;
			padding-bottom: 6px;	
			}
		
		.entry form .text{
			float: right;
			padding: 5px;
			height: 18px;
			line-height: 18px;
			color: #777;
			width: 176px;
			border: 0;
			background: url(img/text-bg.png) top left no-repeat;	
			}
		
		.entry form label{
			float: left;
			width: 145px;
			padding-top: 4px;
			text-align: right;
			}
		
		.entry form textarea{
			float: right;
			padding: 5px;
			height: 91px;
			line-height: 18px;
			color: #777;
			width: 176px;
			border: 0;
			background: url(img/text-msg.png) top left no-repeat;	
			}
		
		.entry .submit{
			float: left;
			border: 0;	
			margin-left: 153px;
			height: 32px;
			width: 106px;
			background: url(img/submit-btn.png) top left no-repeat;
			}
		
		.entry .submit:hover{
			background-position: top right;
			}
	








































