/*
CSS for Lighthouse Properties LLC
written by Robert Evans
http://robertrevans.com
*/

* { padding: 0; margin: 0; }
html { height: 100%; }
body { margin: 0 auto; text-align: center; height: 100%; background: #fff url(../images/header2.jpg) repeat-x left top; height: 167px;}
/******************
	BASIC LAYOUT
*/
#top_wrap, #bottom_wrap { float: left; width: 100%; }
#top_wrap {  }
#bottom_wrap { background: #fff url(../images/footer2.jpg) repeat-x left bottom; 
	height: 44px; }
div.wrapper { 
	margin: 0 auto; 
	text-align: center; 
	width: 800px; }
	#header { background: #fff url(../images/header.jpg) repeat-x; width: 100%; height: 167px; }
		#logo { float: left; }
		#lighthouse { float: right; }
	#main { width: 100%; float: left; padding: 10px; text-align: left; }
		#content { width: 65%; float: left;  }
		#content_app { width: 60%; float: left; }
		#sidebar { width: 30%; float: right; margin-right: 5px; }
	#space_footer { position: relative; min-height: 100%; }
	#footer {
		background: url(../images/footer.jpg) repeat-x; 
		height: 44px; 
		text-align: center; position: }
* html #space_footer { height: 100%; }


/******************
	LOGOS
*/
#header h1 a { 
	text-indent: -9999px; 
	display: block; background: url(../images/logo.jpg) no-repeat left top; 
	width: 466px; 
	height: 155px; }

/******************
	NAVIGATION
*/
#navigation {}
	#navigation li {}
#footer ul { list-style: none; padding-top: 20px; }
	#footer ul li { display: inline; padding-right: 25px; }

/******************
	CLASSES
*/
.align_center { text-align: center; }
.align_right { text-align: right; }
.right { float: right; width: 50%; }
.left   { float: left; width: 40%; }
.green { background-color: #d5deb3; }
.grey   { background-color: #bfbfbf; }

/******************
	LINKAGE
*/
a { color: #a9bb67; text-decoration: none; }
a:hover { text-decoration: underline; color: #bfbfbf; }
h2 a { text-decoration: none; color: #000; }
h2 a:hover { text-decoration: none; color: #d5deb3; }
#footer a { text-decoration: none; color: #333; }
#footer a:hover { text-decoration: underline; }

#navigation { padding: 5px 5px 5px 10px; }
#navigation ul { list-style: none; }

/******************
	FORM MARKUP
*/
.row0 { background-color: #E6E6E6; }
.row1 { background-color: #E4EBCC; }
.full_width { width: 100%; }
.table_right { text-align: right; width: 25%; }
fieldset { padding: 10px; width: 90%; border: none; margin-bottom: 5px; }
legend { font: 14px Tahoma, Geneva, Verdana, sans-serif; font-weight: bold; margin: 20px 0 0 0; }
.table_head { background-color: #d5deb3; border-bottom: #a9bb67 1px solid; }
th { background-color: #d5deb3; }


/******************
	MISC MARKUP
*/
#content_app img { margin: 5px 0 0 10px; padding: 2px; }
br { clear: both; }
h1,h2,h3,h4 { font-family: Tahoma, Geneva, Verdana, Arial, sans-serif; }
h2,h3,h4,p { text-align: left; }
h3, h4 { padding: 0 0 0 10px; }
p { padding: 10px 3px 15px 10px; font: 12px/18px Verdana, Tahoma, Geneva, Arial, sans-serif; width: 95%; }
/*h2 { 
	background: #c7d29c url(../images/h_header.jpg) no-repeat;
	height: 30px;
	width: 80%; 
	margin-left: -10px; 
	padding-left: 40px;
	font-size: 20px; 
	margin-bottom: 5px; }*/
h2 {
	border-bottom: #c7d29c 2px solid;
	width: 96%; 
	margin-left: 0px;
	margin-bottom: 13px;}