body {
	margin: 0px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #0D432A;
	color: #FFFFFF;
}

#logo {
	padding-bottom:10px;
}

/* TOP DIV */
#top{
	position:absolute;
	top:10px;
	right:10px;
	margin:0px;
	padding:0px;
	background: url(images/top_bg.gif) repeat-x;
	height: 49px;
	width: 380px;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
}
#top #top_left{
	float: left;
	height: 49px;
	width: 8px;
	background: url(images/top_left.gif) no-repeat left;
}
#top #top_right{
	float: right;
	height: 49px;
	width: 8px;
	background: url(images/top_right.gif) no-repeat right;
}
#top #top_text{
	margin: 0px;
	padding: 5px;
}

/* NAV DIV */
#nav{
	margin:8px 0px 0px 0px;
	padding:0px;
	background: url(images/nav_bg.gif) repeat-x;
	height: 35px;
	font-size: 90%;
	text-align: center;
	clear:both;
}
#nav #nav_left{
	float: left;
	height: 35px;
	width: 8px;
	background: url(images/nav_left.gif) no-repeat left;
}
#nav #nav_right{
	float: right;
	height: 35px;
	width: 8px;
	background: url(images/nav_right.gif) no-repeat right;
}
#nav #nav_text{
	margin: 0px;
	padding: 6px;
}
#nav #nav_text a{
	color: #FFFFFF;
}

/* CONTENT DIV */
#content {
	margin: 10px;
	font-size: 90%;
}
#content #property_pages {
	float:right;
	padding-top: 10px;
	text-align: center;
}
#content a {
	color: #FFFFFF;
}
#content h1 {
	font-size: 120%;
	padding-top: 0px;
}

/* BOTTOM DIV */
#bottom{
	clear:both;
	margin:0px;
	padding:0px;
	background: url(images/bottom_bg.gif) repeat-x;
	height: 65px;
	font-size: 90%;
}
#bottom #bottom_left{
	float: left;
	height: 65px;
	width: 8px;
	background: url(images/bottom_left.gif) no-repeat left;
}
#bottom #bottom_right{
	float: right;
	height: 65px;
	width: 8px;
	background: url(images/bottom_right.gif) no-repeat right;
}
#bottom #bottom_text{
	margin: 0px;
	padding: 5px 20px;
}
#bottom #bottom_text #tim {
	float:left;
}
#bottom #bottom_text #contact {
	float:right;
}
#bottom a{
	color: #FFFFFF;
}

#movelogo{
	clear:both;
	margin:0px;
	padding:0px;
	height: 101px;
	font-size: 80%;
}

#movelogo #left{
	float:left
}

#movelogo #right{
	float:right;
}

/* OTHER STUFF */
.propertyPhoto {
	float: left;
	clear: left;
	border: 1px solid #ffffff;
	margin: 0px 10px 2px 0px;
	padding: 0px;
}

#propertylinks {
	text-align: center;
}
#propertylinks a {
	text-decoration: none;
}

#propertylinks a:visited {
	color: #FFCC00;
}

#propertylinksbutton a, #propertylinksbutton a:visited {
color: #FFFFFF;
}

.border{border: 1px solid #ffffff;}
.border2{border: 1px solid #ffffff; padding: 10px;}

p.divider {
	height: 5px;
	clear: both;
	margin: 0px;
	padding: 0px;
}

input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: #000000 solid 1px;
}
input.textbox{
	width: 300px;
}
textarea.textbox{
	width: 300px;
	height: 80px;
}

p.indent {
	margin-left: 30px;
}

.tabletext{font-family: Arial, Helvetica, sans-serif;
	font-size: small;}
.lightgreen{color: E4DF8B;}
.cboth {clear: both;}
.biggerfont {font-size: 110%;}
a img {border: 0px;}