/* Lake Ozarks Rentals by Dan Myers | http://www.mad-designs.org/ */

body {
		margin: 0;
		padding: 0;
		font: 16px/1.5 Georgia, serif;
		color: #333;
}

a {
		color: #1c93c7;
		text-decoration:none;
}

a:hover {
		text-decoration: underline;
		color: #7dadc2;
}

.container {
		width: 99%;
		float: left;
		margin-right: -200px;
		clear: left;
}

.content {
		margin-right: 200px;
		padding: 10px 20px 10px 10px;
}

.sidebar {
		width: 190px;
		padding: 10px 10px 0 0;
		float: right;
}

.footer {
		clear: both;
		margin:15px 0;
		border-top: 4px solid #1c93c7;
		font-size: 12px;
		overflow-x: hidden;
		text-align: center;
}

.footer ul {
		padding: 5px 0;
		font-size: 11px;
		list-style: none;
		clear: left;
		margin: 0;
}

.footer li {
		float: left;
		margin: 0;
		padding:0 10px 0 0;
}

.footer p {
		clear: left;
		padding-top: 10px;
		text-align: center;
}

.centre {
	margin: 0 auto;
	width: 650px;
}

.header {
		color: #fff;
		height: 125px;
		padding: 15px;
		margin: 0;
		background: url(images/sky-bg.jpg) center top;
}

/*no-repeat 480px 2px #055b82*/

.header h1{
		padding: 0;
		margin: 30px 0 0 10px;
		text-indent: -9999px;
		background-image: url(images/logo.png);
		width: 426px;
		height: 65px;
}

h1 a{
	display: block;
	width: 426px;
	height:65px;
}

h2, h3 {
		padding: 0;
		margin: 0;
		font-weight: normal;
}

a img{
		border: none;
}

.rounded {
		border: 2px solid #1c93c7;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		-khtml-border-radius: 10px;
		padding: 10px;
		text-align: center;
		margin-bottom: 15px;
		box-shadow: 2px 2px 5px #000;
  -moz-box-shadow: 2px 2px 5px #000;
  -webkit-box-shadow: 2px 2px 5px #000;
}

#small-google {
		overflow-x: hidden;
}

#small-text-box {
		font-size: 10px;
		text-align: left;
}

#large-google {
		overflow-x: hidden;
		margin-top: 15px;
}

#featured h3 {
		font-weight: bold;
		font-size: 14px;
}

.featured-block {
		margin-top: 14px;
		font-size: 12px;
}


.multiple_options_caption {
		font-weight: bold;
		margin: 0;
		padding: 0;
}


.listing-detail h2{
		margin-bottom: 5px;
		text-align: center;
		padding-left: 195px;
		color: #1c93c7;
}

.listing-detail h3{
		margin-bottom: 15px;
		text-align: center;
		padding-left: 195px;
		font-style: italic;
}

.java-images {
		width: 180px;
		float: left;
		margin-right: 15px;
		font-size: 10px;
		text-align: center;
		height: 370px;
		overflow:auto;
    overflow-x:hidden;
}

.java-image-main {
		text-align: center;
		font-size: 12px;
}

#result-box img{
		float: left;
		margin-right: 15px;
}	

#result-box{
		text-align: left;
		font-size: 14px;
		min-height: 110px;
	/*	background: url(http://lakeozarksrentals.com/template/knolls/images/knolls-bg.gif) no-repeat top right #fff; */
}

#result-box:hover {
		background-color: #f9f9f9;
}

#result-box h3 {
		font-size: 20px;
		font-weight: bold;
}

#next-prev {
		font-size: 13px;
		background-color: #f9f9f9;
}

.searchpage_field_caption {
		padding-right: 10px;
		width: 110px;
}

.features{
		float:left;
		width:300px;
		font-size: 14px;
		
}

.features ul {
		margin: 0;
		padding: 0;
		list-style: none;
}

.condo-details {
		margin: 20px auto;
		width: 500px;
		padding-left: 195px;
}

.menu{
	border:none;
	border:0px;
	margin:0 0 5px 0;
	padding:0px;
	border-bottom: 1px solid #055b82;
	border-top: 1px solid #055b82;
	font-size:14px;
	background:#1c93c7;
	text-shadow: 2px 2px 2px #055b82;
}
	
.menu ul{
	background:#1c93c7 ;
	height:30px;
	list-style:none;
	margin:0 0 0 10px;
	padding:0;
	border-left: 1px solid #055b82;
}

.menu li{
	float:left;
	padding:0px;
}
	
.menu li a{
	color:#fff;
	display:block;
	line-height:30px;
	margin:0px;
	padding:0px 15px;
	text-align:center;
	text-decoration:none;
	border-right: 1px solid #055b82; 
	}
.menu li a:hover, .menu ul li:hover a{
	background-color: #7dadc2;
	color:#FFFFFF;
	text-decoration:none;
	}
.menu li ul{
	background:#1c93c7;
	display:none;
	height:auto;
	padding:0px;
	margin:0px;
	border:0px;
	position:absolute;
	width:220px;
	z-index:200;
	/*top:1em;
	/*left:0;*/
	}
.menu li:hover ul{
	display:block;
	
	}
.menu li li {
	border-top:1px solid #055b82;
	display:block;
	float:none;
	margin:0px;
	padding:0px;
	width:220px;
	}
.menu li:hover li a{
	background:none;
	
	}
.menu li ul a{
	display:block;
	height:30px;
	font-size:14px;
	font-style:normal;
	margin:0px;
	padding:0px 10px 0px 15px;
	text-align:left;
	}

.menu li ul a:hover, .menu li ul li:hover a{
		background-color: #7dadc2;
		color:#ffffff;
		text-decoration:none;
}	

#ftHolder {   -moz-border-radius: 5px; -webkit-border-radius: 5px;
		-khtml-border-radius: 5px; float: right; margin-right: 10px; border: 1px solid #055b82;
 }
#ft { border: 5px solid #7dadc2; -moz-border-radius: 5px; -webkit-border-radius: 5px;
		-khtml-border-radius: 5px;  width: 500px; height: 110px;
box-shadow: 2px 2px 10px #000;
  -moz-box-shadow: 2px 2px 10px #000;
  -webkit-box-shadow: 2px 2px 10px #000;
   }
#example { float: left; }
.ft-title {display:none; }



.noav {
	display: none;
}
		

