@charset "UTF-8";
/* CSS Document */

html{
	margin:0px;
	height:100%;
	overflow:hidden;
}

/* Tags */

body{
	background-image:url(images/bg.jpg);
	background-repeat:repeat;
	background-color:#20150e;
	margin:0px;
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
}

h1 {
	text-transform:uppercase;
	font-size:15px;
	margin-bottom:5px;
	color:#95765d;
	font-family:Helvetica, Arial, sans-serif;
	letter-spacing:1px;
}

h3 {
	font-weight:normal;
	font-size:11px;
	padding: 0px 0px 4px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom:#fff solid 1px;
}

p {
	margin-top:0px;
}

img {
	border:none;
}

img a{
	border:none;
}

strong {
	color:#d79b00;
}

#no_border {
}

#no_border td{
	margin:0px;
	padding:5px 0px 5px 0px;
	border:0px;
}

#map_canvas { 
float:left;
position:relative;
margin-left:5px;
}

input[type="text"] {
	background-color:#95765d;
	font-size:10px;
	border:none;
	vertical-align:middle;
	width:200px;
	text-align:left;
	padding:3px;
	color:#fff;
}

select {
	width:205px;
	vertical-align:middle;
	font-size:10px;
	/*background-color:#95765d;
	font-size:10px;
	border:none;
	padding:3px;*/
}

textarea {
	width:200px;
	background-color:#95765d;
	border:none;
	padding:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:10px;
}

A:link {text-decoration: underline; color: #d79b00;font-weight:normal;}
A:visited {text-decoration: underline; color: #d79b00;font-weight:normal;}
A:active {text-decoration: underline; color: #d79b00;font-weight:normal;}
A:hover {text-decoration: none; color: #d79b00;font-weight:normal;}

ul {
	margin-left: -15px;
	padding-left: 33px;
}

/* IDs */

#full {
	background-image:url(images/bg_gradient.png);
	behavior: url(iepngfix.htc);
	background-position:center;
	background-repeat:repeat-y;
	height:100%;
	position:relative;
}

#wrapper {
	background-image:url(images/bg_color.gif);
	padding-left:15px;
	background-position:center;
	background-repeat:repeat-y;
	height:100%;
	overflow:auto;
	position:relative;
}

#container {
	width: 950px;
	background-color:#20150e;
	height:100%;
}

#content {
	width:950px;
	text-align:left;
}

#nav {
	float:right;
	width:571px;
	height:114px;
	margin-right:20px;
}

#logo_subnav {
	float:left;
	width:359px;
	height:114px;
}

#header {
	width:950px;
	height:114px;
}

#home_left {
	float: left;
	width: 730px;
	margin-left:10px;
	background:url(images/rotateMain/rotate.php) no-repeat center;
	height:501px;
}

#home_right {
	float: right;
	width: 180px;
	margin:20px 0px 0px 0px;
	padding-right:15px;
}

#imgSmall-01 {
	background:url(images/rotateSidea/rotate.php) no-repeat center;
	width:179px;
	height:119px;
	padding:0px;
	margin:0px;
}

#imgSmall-02 {
	background:url(images/rotateSideb/rotate.php) no-repeat center;
	width:179px;
	height:119px;
	padding:0px;
	margin:0px;
}

#footer {
	width:900px;
	margin:40px 0px 50px 0px;
	padding: 3px 3px 3px 5px;
	background-color:#4B2B12;
	text-align:left;
	font-size:10px;
	clear:both;
}

#footer A:link {text-decoration: none; color: #fff;font-weight:normal;}
#footer A:visited {text-decoration: none; color: #fff;font-weight:normal;}
#footer A:active {text-decoration: none; color: #fff;font-weight:normal;}
#footer A:hover {text-decoration: underline; color: #fff;font-weight:normal;}

/* Classes */

.homes_available {
	
}

.top{
	margin-top:30px;
}

.homes_available td {
	padding: 10px;
	border-bottom:1px dotted #95765d;
	vertical-align:top;
}

.homes_available img {
	margin: 0px 6px 0px 6px;
}

.homes_available iframe {
	margin: 0px 6px 0px 6px;
}

.left_bdr{
	border-left:1px dotted #95765d;
}

.thumbs{
	width:160px;
}

.thumb{
	width:70px;
	padding-right:10px;
	padding-bottom:10px;
	float:left;
}