@charset "utf-8";

#headerOneHome {
	background-image: url(../images/headers/home.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#headerOneAbout {
	background-image: url(../images/headers/about.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#headerOneContact {
	background-image: url(../images/headers/contact.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#headerOneLandlords {
	background-image: url(../images/headers/landlords.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#headerOneTenants {
	background-image: url(../images/headers/tenants.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#headerOneSearch {
	background-image: url(../images/headers/search.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#headerOneProperties {
	background-image: url(../images/headers/properties.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#headerOneLogin {
	background-image: url(../images/headers/login.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#headerOneFail {
	background-image: url(../images/headers/fail.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#headerOneForgot {
	background-image: url(../images/headers/forgot.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#headerOneAdminHome {
	background-image: url(../images/headers/adminhome.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#headerOneAdminProperties {
	background-image: url(../images/headers/adminmanageproperties.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#headerOneAdminLocations {
	background-image: url(../images/headers/adminlocations.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#headerOneAdminAccount {
	background-image: url(../images/headers/adminaccount.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.imgRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}
.imgLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.imgCenter {
	margin-top: 10px;
	margin-bottom: 10px;
}
#columnThree p, #columnFour p {
	margin-bottom: 10px;
}
#columnThree h3, #columnFour h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin-bottom: 10px;
}
.mainList li {
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 5px;
	font-size: 0.8em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-top: 5px;
}
.property {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	margin-bottom: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
}
.property h2 {
	font-weight: bold;
	font-size: 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.property h3 {
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 5px;
}
.property h4 {
	font-variant: small-caps;
	font-weight: bold;
	text-align: right;
	font-size: 1em;
}
.propertythumb {
	padding: 2px;
	border: 1px solid #000000;
}
#tblDetail h2 {
	text-align: right;
	display: block;
	padding: 5px;
	margin-right: 10px;
	background-color: #5D6C3B;
	margin-bottom: 10px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	margin-left: 10px;
}

