@charset "utf-8";
/* CSS Document */

body {
	background: #636958 url(images/olt_web_58.gif) repeat-y center;
	font: 14px normal "Trebuchet MS", Arial;
	color: #727272;
	text-align: center;
	margin: 0;
	padding: 0;
}

* { padding: 0; margin: 0; }
img { border: 0; }
p { margin-bottom: 15px; }

a {
	color: #66a1d4;
	text-decoration: underline;
}
a:hover {
	color: #66a1d4;
	text-decoration: none;
}


#content .column_two h3 {
	margin-bottom: 15px;
	margin-top: -10px;
}


/* Library Styles */

.bullet_list li {
	list-style: none;
	background: url(images/olt_web_52.gif) no-repeat;
	margin: 0 0 15px 15px;
	padding: 0 0 0 30px;
	font: normal 17px Geneva, Arial, Helvetica, sans-serif;
}
.form dt { float: left; width: 150px; }
.form dd { margin: 0px 0px 18px 0px; }

#notice {
	border: 2px solid #5B2D2D;
	color:#5B2D2D;
	background-color:#CEADAD;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	text-align:left;
}

#nice_notice {
	border: 2px solid #4B5D41;
	color:#4B5D41;
	background-color:#C5D4BD;
	margin: 0px 0px 18px 0px;
	padding: 7px;
	text-align:left;
}


/* Layout Styles */

#container {
	margin: 0 auto;
	padding: 0 auto;
	text-align: left;
	width: 850px;
}


	#header {
		border-top: 11px solid #69920b;
		height: 164px;
		background: #f6f6e1 url(images/olt_web_03.jpg) 0 11px;
		position: relative;
	}
		#header h2 {
			text-indent: -9999px;
			position: absolute;
			background: url(images/olt_web_12.gif) no-repeat;
			top: 11px;
			left: 15px;
			width: 432px;
			height: 80px;
		}
		
		#header h3 {
			text-indent: -9999px;
			position: absolute;
			background: url(images/olt_web_16.gif) no-repeat;
			top: 57px;
			left: 469px;
			width: 380px;
			height: 33px;
		}
		
		#header .top_nav {
			height: 40px;
			width: 350px;
			position: absolute;
			left: 482px;
			font-weight: bold;
		}
			#header .top_nav li {
				background: #f6f6e1 url(images/olt_web_07.gif) repeat-x;
				padding: 10px 10px 0 10px;
				height: 30px;
				list-style: none;
				float: right;
			}
			#header .top_nav li.start {
				background: url(images/olt_web_09.gif) no-repeat;
				width: 12px;
				height: 40px;
				padding: 0;
				margin: 0;
			}
			#header .top_nav li.end {
				background: url(images/olt_web_05.gif) no-repeat;
				width: 12px;
				height: 40px;
				padding: 0;
				margin: 0;
			}
			
		#header .main_nav {
			height: 42px;
			top: 122px;
			position: absolute;
		}
			#header .main_nav li {
				list-style: none;
				float: left;
			}		
			#header .main_nav a {
				display: block;
				height: 42px;
				text-indent: -9999px;
			}
			
			#header .main_nav .home a { background: url(images/olt_nav_01.gif) no-repeat; width: 85px; }
			#header .main_nav .home a:hover { background: url(images/olt_nav_01.gif) no-repeat 0 -42px; }
			
			#header .main_nav .how_it_works a { background: url(images/olt_nav_02.gif) no-repeat; width: 147px; }
			#header .main_nav .how_it_works a:hover { background: url(images/olt_nav_02.gif) no-repeat 0 -42px; }
			
			#header .main_nav .about_us a { background: url(images/olt_nav_03.gif) no-repeat; width: 126px; }
			#header .main_nav .about_us a:hover { background: url(images/olt_nav_03.gif) no-repeat 0 -42px; }
			
			#header .main_nav .contact_us a { background: url(images/olt_nav_04.gif) no-repeat; width: 133px; }
			#header .main_nav .contact_us a:hover { background: url(images/olt_nav_04.gif) no-repeat 0 -42px; }
			
			#header .main_nav .faqs a { background: url(images/olt_nav_05.gif) no-repeat; width: 97px; }
			#header .main_nav .faqs a:hover { background: url(images/olt_nav_05.gif) no-repeat 0 -42px; }
			
			#header .main_nav .search_land a { background: url(images/olt_nav_06.gif) no-repeat; width: 149px; }
			#header .main_nav .search_land a:hover { background: url(images/olt_nav_06.gif) no-repeat 0 -42px; }
			
			#header .main_nav .register a { background: url(images/olt_nav_07.gif) no-repeat; width: 113px; }
			#header .main_nav .register a:hover { background: url(images/olt_nav_07.gif) no-repeat 0 -42px; }
	
	
	#content {
		clear: both;
		padding: 0 15px 0 15px;
	}
	
		#content .home_extras {
			position: relative;
			margin-left: -15px;
			height: 236px;
		}
		
			#content .home_extras .search_form {
				position: absolute;
				top: 20px;
				left: 30px;
				width: 500px;
				height: 200px;
			}
				#content .home_extras .search_form h3 {
					color: #000000;
					font-size: 22px;
					font-family:Geneva, Arial, Helvetica, sans-serif;
					margin-bottom: 15px;
				}
				
				#content .home_extras .search_form dl { width: 500px; }
				#content .home_extras .search_form dt { float: left; width: 110px; color: #000; }
				#content .home_extras .search_form dd { margin: 0 0 18px 0;}
				#content .home_extras .search_form dd.submit { position: absolute; top: 122px; left: 200px; }
			
			#content .home_extras .advertisement {
				position: absolute;
				top: 3px;
				left: 540px;
				width: 292px;
				z-index: 100;
			}
				#content .home_extras .advertisement li { list-style: none; margin-bottom: 1px; }
		
		
		#content .column_one {
			width: 506px;
			float: left;
			padding: 15px 0 30px 0;
		}
			#content .column_one .advertisement {
				height: 110px;
			}
				#content .column_one .advertisement li {
					list-style: none;
					float: left;
					width: 250px;
				}
				
			#content .column_one h1 {
				clear: both;
				color: #8ec40f;
				font-size: 24px;
				margin-bottom: 20px;
			}
		
		#content .column_two {
			width: 297px;
			float: right;
			padding: 15px 0 30px 0;
		}
			#content .column_two .border_box {
				padding: 19px;
				background: #f6f6e3;
				border-left: 2px solid #e0e7b8;
				border-right: 2px solid #e0e7b8;
			}
			#content .column_two .border_box_top { background: #f6f6e3 url(images/olt_web_38.gif) no-repeat; height: 11px; }
			#content .column_two .border_box_cap { background: #f6f6e3 url(images/olt_web_55.gif) no-repeat; height: 11px; }
			
				#content .column_two .border_box h2 {
					background: #ffb32e url(images/olt_web_45.gif) no-repeat;
					width: 258px;
					height: 73px;
					margin-bottom: 15px;
				}
					#content .column_two .border_box h2 a { display: block; height: 73px; text-indent: -9999px; }
		
	#footer {
		clear: both;
		border-top: 12px solid #69920b;
		padding: 20px 15px 20px 15px;
	}
		#footer .advertisement { text-align: center; }
		
		#footer .footer_nav li, #footer .info li {
			list-style: none;
			margin: 15px;
			float: left;
		}
		
		#footer .info { clear: both; }
		
		
/* Account Styles */
#content .column_one .account_nav { height: 50px; }
#content .column_one .account_nav li {
	list-style: none;
	float: left;
}
#content .column_one .account_nav li a {
	display: block;
	padding: 5px 12px;
	margin-right: 10px;
	background: #ffb73b;
	text-decoration: none;
	color: #fff;
}
#content .column_one .account_nav li a:hover {
	background: #ffa405;
	text-decoration: none;
}

#content .column_one .messages_nav li {
	float: left;
	list-style: none;
	margin-right: 20px;
	margin-bottom: 15px;
}

/* Land Add/Edit form Styles */
#content .column_one .form { clear: both }

#content .column_one .form .form_section {
	padding-bottom: 20px;
	clear: both;
}
	#content .column_one .form dt {
		float: left;
		clear: both;
		width: 200px;
		margin-bottom: 15px;
		border-bottom: 1px solid #ccc;
	}
	#content .column_one .form h3 {
		margin-bottom: 15px;
	}
	#content .column_one .form dd {
		margin-bottom: 15px;
	}
	
#content .image_form dt {
	float: left;
	clear: both;
	width: 75px;
	margin-bottom: 10px;
}
#content .image_form dd { margin-bottom: 10px; }

#content .image_list { clear: both; }
#content .image_list li { list-style: none; margin-bottom: 10px; background: #e0e7b8; padding: 7px; }


/* Land Listing Styles */
#content .column_one .land_listings li {
	position: relative;
	list-style: none;
	border-bottom: 1px solid #c6ce99;
	height: 110px;
	clear: both;
	padding-top: 10px;
}
	#content .column_one .land_listings li img {
		float: left;
		margin-right: 10px;
	}
	#content .column_one .land_listings li h3 {
		position: absolute;
		left: 110px;
	}
	#content .column_one .land_listings li div {
		position: absolute;
		left: 110px;
		top: 30px;
	}
	#content .column_one .land_listings li a.edit_button,a.delete_button { 
		position: absolute; 
		text-indent: -9999px; 
		width: 25px;
		height: 20px;
	}
	#content .column_one .land_listings li a.edit_button {
		left: 445px;
		display: block;
		background: url(images/icons/public_edit.gif);
	}
	#content .column_one .land_listings li a.delete_button {
		left: 475px;
		display: block;
		background: url(images/icons/public_delete.gif);
	}
	
	#content .column_one div.result_stats { height: 20px; margin-bottom: 15px; background: #e0e7b8; padding: 10px; font-weight: bold; }
	#content .column_one div.pagination_links { margin-bottom: 15px; background: #e0e7b8; padding: 10px; font-weight: bold; }
/* Land Detail Styles */
#content .column_one .form .land_detail_section {
	padding-bottom: 20px;
	clear: both;
}
	#content .column_one .land_detail_section dt {
		float: left;
		clear: both;
		width: 125px;
		margin-bottom: 15px;
		
		font-weight: bold;
	}
	#content .column_one .land_detail_section h3 {
		margin-bottom: 15px;
		clear: both;
		border-bottom: 1px solid #ccc;
	}
	#content .column_one .land_detail_section dd {
		margin-bottom: 15px;
		background: #f6f6e3;
		width: 375px;
		float: right;
	}
	
	#content .column_one ul.land_nav { height: 20px; margin-bottom: 15px; background: #e0e7b8; padding: 10px; font-weight: bold; }
	#content .column_one ul.land_nav li {
		list-style: none;
		float: left;
		margin-right: 15px;
	}
	
/* Message Styles */

.messages { clear: both; }
.messages .controls{ margin-bottom: 20px; }
.messages h3 { font-size: 14px; font-weight: 100;}
	.messages .message { border-bottom: 1px solid #ccc; margin-bottom: 10px; padding-bottom: 10px; }
		.messages .message div { float: left; width: 30px; padding-top: 2px; }
		.messages .message h3 { margin-left: 40px; }
		.messages .unread h3{ font-weight: bold; }
		
.read_message h3 { font-size: 14px; padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #ccc; clear: both; }

	
	
		