@charset "utf-8";
body {
	background-color: #4B5B25;
	background-image: url(../images/gui/bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#wrapper {
	width: 1000px;
}

#left {
	float: left;
	width: 240px;
	background-image: url(../images/logos/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 250px;
}
#left h1, #left h4{
	display: none;
}
#sideMenu li {
	display: inline;
}
#sideMenu a {
	display: block;
	text-indent: -9999px;
	height: 30px;
}
#sideMenuInfo span{
	display: block;
	font-size: 25px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-image: url(../images/sidemenu/info.gif);
	background-repeat: no-repeat;
	background-position: 60px top;
	text-indent:-9999px;
	margin-bottom: 7px;
}
#sideMenuLand a:link, #sideMenuLand a:visited, #sideMenuLand a:active{
	background-image: url(../images/sidemenu/landlords.gif);
	background-repeat: no-repeat;
	background-position: 60px -30px;
}
#sideMenuLand a:hover, #sideMenuLand a.current:link, #sideMenuLand a.current:visited{
	background-image: url(../images/sidemenu/landlords.gif);
	background-repeat: no-repeat;
	background-position: 60px 0px;
}
#sideMenuTent a:link, #sideMenuTent a:visited, #sideMenuTent a:active{
	background-image: url(../images/sidemenu/tenants.gif);
	background-repeat: no-repeat;
	background-position: 60px -30px;
}
#sideMenuTent a:hover, #sideMenuTent a.current:link, #sideMenuTent a.current:visited{
	background-image: url(../images/sidemenu/tenants.gif);
    background-repeat: no-repeat;
	background-position: 60px 0px;
}
#sideMenuSales a:link, #sideMenuSales a:visited, #sideMenuSales a:active{
	background-image: url(../images/sidemenu/sales.gif);
	background-repeat: no-repeat;
	background-position: 60px -30px;
}
#sideMenuSales a:hover, #sideMenuSales a.current:link, #sideMenuSales a.current:visited{
	background-image: url(../images/sidemenu/sales.gif);
	background-repeat: no-repeat;
	background-position: 60px 0px;
}
.sideBanner {
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 60px;
	padding: 5px;
	border: 1px solid #000000;
}

#right {
	width: 740px;
	margin-left: 10px;
	float: left;
	position: relative;
}
#topLinks {
	text-align: right;
	height: 30px;
	font-size: 0.8em;
	padding-top: 10px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#header {
	height: 180px;
	background-image: url(../images/gui/header.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#nav {
	height: 45px;
}
#mainNav li {
	display: inline;
}
#mainNav a {
	display: block;
	text-indent:-9999px;
	float: right;
	width: 150px;
	height: 45px;
	margin-left: 10px;
}
#navAbout a:link, #navAbout a:visited, #navAbout a:active{
	background-image: url(../images/nav/about.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#navAbout a:hover, #navAbout a.current:link, #navAbout a.current:visited {
	background-image: url(../images/nav/about.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
#navContact a:link, #navContact a:visited, #navContact a:active{
	background-image: url(../images/nav/contact.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#navContact a:hover, #navContact a.current:link, #navContact a.current:visited{
	background-image: url(../images/nav/contact.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#content {
	padding: 10px;
}
#content p {
	font-size: 0.85em;
	color: #333333;
}

#content:after {
	content: ".";
	display: block;
	height: 1px;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html #content {
	height: 1%;
}
/* End Hide from IE-mac */

#content h1 {
	display: block;
	height: 40px;
	text-indent: -9999px;
}
#columnOne, #columnTwo, #columnThree, #columnFour, #columnFive {
	float: left;
}
#columnOne, #columnTwo, #columnFive {
	height: 500px;
	width: 200px;
	margin-right: 10px;
	margin-bottom: 1em;
	background-image: url(../images/gui/column.gif);
	background-repeat: no-repeat;
	background-position: center 40px;
}
#columnThree {
	width: 300px;
}
#columnFour {
	width: 510px;
}
#columnOne h2, #columnTwo h2, #columnFive h2 {
	height: 45px;
	padding: 0;
	text-indent: -9999px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 55px;
	margin-left: 0;
}
#columnOne h2 {
	background: url(../images/headers/column_featured.gif) no-repeat 0 0;
}

#columnTwo h2 {
	background: url(../images/headers/column_search.gif) no-repeat 0 0;
}
#columnFive h2 {
	background: url(../images/headers/column_gallery.gif) no-repeat 0 0;
}
.columnThumb {
	text-align: center;
	background-color: #FFFFFF;
	margin-right: 9px;
	margin-bottom: 10px;
	margin-left: 9px;
	border: 1px solid #000000;
	padding: 5px;
	margin-top: 10px;
}
#columnOne h3, #columnTwo h3, #columnFive h3 {
	text-align: center;
	font-size: 0.8em;
	padding-top: 0;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	display: block;
	padding-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-weight: normal;
}
#columnForm {
	padding-left: 10px;
}

#footer {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 60px;
	color: #FFFFFF;
}

