*{
font-family:tahoma, verdana, arial, helviscta sans-serif;
}

body{
	text-align:center;
	font-size:66.5%;
	font-family:tahoma, verdana, arial, helviscta sans-serif;
	background-color:#b2d7f1;
}

#container{
	width:830px;
	margin:0px auto 0px auto;
	background-image:url('../images/container-background.jpg');

}

#banner{
	width:100%;
	height:199px;
	background-image:url('../images/banner-background.jpg');
}

#logo{
	float:left;
	display:block;
	margin:0px 0px 0px 50px;
}

#top-ad{
	float:right;
	display:block;
	margin: 30px 70px 0px 0px;
	height: 75px;
}

#top-nav{
	width:584px;
	height: 33px;
	float:right;
	display:block;
	margin:24px 10px 0px 0px;	
}

#top-nav li{
	float:left;
	margin:0px 12px 0px 0px;
	clear:none;
	list-style-type:none;
}

#top-nav li a{
	color: #fff;
	font-size:130%;
	font-weight:bold;
	text-decoration:none;
	width:89px;
	height:24px;
	display:block;
	background-image:url('../images/top-nav-button.jpg');
	padding:9px 0px 0px 0px;
}

#top-nav li a.active{
	background-image:url('../images/top-nav-button-active.jpg') !important;
	color:#000 !important;
}

#top-nav li a:hover{
	background-image:url('../images/top-nav-button-hover.jpg');
	color: #000;
}

#top-nav li a:hover{
	text-decoration:underline;
}

#column-conainer{
/*	background-image:url('../images/column-container-background.jpg');*/
	background-position:top;
	background-repeat:no-repeat;
	display:block;
	width:100%;
}

#left-column{
	width:192px;
	float:left;
	margin:40px 0px 0px 0px;
}

label{
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 145px;
}

.form_tip {
	padding-left: 5px;
	color: #333;
}

#left-column label {
	width: 99%;
}

#center-column{
	width:498px;
	float:left;
	text-align:left;
	display:block;
}

h1{
	font-size:22px;
	line-height:130%;
	margin:0px 0px 20px 0px;
}

h2{
font-size:15px;
margin:0px 0px 20px 0px;
}

p{
	font-size:13px;
	margin:0px 0px 15px 0px;
	line-height:130%;
}

#right-column{
	width:140px;
	float:left;
}

.validation-failed-container{
	font-weight:bold;
	color:red;
}

.form-focused{
	background-color: #bfdef3;
}

.admin-link{
	width:95%;
	background-color:#b2d7f1;
	font-weight:bold;
	display:block;
	height:25px;
	margin:0px 5px 5px 0px;
	padding:5px 0px 0px 0px;
	color:#000;
	float:right;
}

input, textarea, select{
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size:12px;
	
}

fieldset {
	border: none;
}
a img {
	border: none;	
}

#footer{
	width:100%;
	height:36px;
	background-image:url('../images/footer-background.jpg');
	background-position:bottom;
	background-repeat:no-repeat;
	clear:both;
	float:left;
	
}

.propertylisting {
	margin: 5px 0px;
}

/* ADMIN SPECIFIC STYLES */
.image_thumb_container{
	border: 2px solid #333;
	margin:10px 0px 10px 5px;
	text-align:center;
	float:left;
	clear:both;
	display:block;
	width:480px;
}

.image_thumb{
	width:120px;
	display:block;
	float:left;
	clear:none;
}

.image_thumb button{
	clear: both;
	display:block;
	float:left;
}

.message{
	color:green;
	font-weight:bold;
}
