@charset "UTF-8";


* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrap {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
.float {
	float: left;
}


#wrap {
	background-image: url(../images/backgrounds/backgrnd.jpg);
	background-repeat: repeat-x;
	position: relative;
	background-color: #C3F7E0;
}

#contentarea {
	background-image: url(../images/backgrounds/clouds.png);
	background-repeat: no-repeat;
	background-position: center 50px;
	width: 928px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	position: relative;
	top: 0px;
}

body > #wrap {height: auto; min-height: 100%;}

#main {
	padding-bottom: 224px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 958px;
	position: relative;
	height: auto;
}  /* must be same height as the footer */
#content {
	width: 706px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#content #info {
	font-family: Arial, Helvetica, sans-serif;
}
.bottom {
	float: left;
	margin-bottom: 20px;
}
.top {
	float: left;
	display: block;
}


#topnav {
	height: 49px;
	position: relative;
	width: 705px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#info {
	background-image: url(../images/contentFill.png);
	background-repeat: repeat-y;
	clear: both;
}
#aboutinfo {
	background-image: url(../images/contentFill.png);
	background-repeat: repeat-y;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
}
#aboutus h1 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#aboutus ul {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#aboutus {
	font-size: 14px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: left;
	clear: both;
}
#aboutus p {
	margin-bottom: 10px;
}
#topnav ul li a {
	display: inline;
	list-style-type: none;
	height: 49px;
	width: 119px;
	background-image: url(../images/nav.png);
	background-repeat: no-repeat;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #333;
	font-weight: bold;
	float: left;
}

#topnav ul li a:hover {
	height: 49px;
	width: 119px;
	background-image: url(../images/navOver.png);
	background-repeat: no-repeat;
}

#topnav ul {
	height: 49px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	list-style-type: none;
	float: left;
}
#topnav ul li {
	display: inline;
}
#contentarea #topnav ul .active a {
	background-image: url(../images/navOver.png);
	background-repeat: no-repeat;
}

li.contact a:hover {
	background-image: url(../images/contacton.png);
	background-repeat: no-repeat;
}

#logo {
	width: 342px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	position: relative;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	height: 166px;
	top: 10px;
}

#footer {
	position: relative;
	margin-top: -224px; /* negative value of footer height */
	height: 224px;
	clear:both;
	background-image: url(../images/backgrounds/footer.png);
	background-repeat: no-repeat;
	background-position: center;
} 
#header {
	padding-top: 5px;
	position: relative;
	top: 0px;
}
#contentfoot {
	height: 100px;
	width: 706px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/backgrounds/contentFooter.png);
	background-repeat: no-repeat;
	clear: both;
}
.copyright p a {
	color: #658901;
	text-decoration: none;
	font-weight: bold;
}
.copyright p a:hover {
	text-decoration: underline;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 10px;
	padding-left: 15px;
}
.copyright p {
	display: inline;
	margin-right: 20px;
}
#inner {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 77px;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
}
.address {
	font-family: Arial, Helvetica, sans-serif;
	width: 295px;
	position: relative;
	top: 8px;
	font-size: 14px;
	left: 10px;
	color: #FFF;
	line-height: 22px;
}
.address h3 {
	font-size: 20px;
	color: #F8FABC;
}
.botlogo {
	position: relative;
	height: 61px;
	width: 91px;
	float: right;
	margin-top: 8px;
	margin-right: 10px;
}
.epa {
	height: 61px;
	width: 89px;
	position: relative;
	margin-top: 8px;
	margin-right: 25px;
	float: right;
}
.divider {
	height: 50px;
}
.homeWrap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.photo {
	margin-bottom: 10px;
	padding-left: 5px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.photo img {
	background-color: #DEDEDE;
	padding: 5px;
	border: 1px solid #666;
	margin: 3px;
}
.homeWrap p {
}
.paragraphWrap p {
	margin-bottom: 10px;
	text-align: justify;
}
.paragraphWrap {
/*	padding: 5px;
	border: 1px solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
}
.paragraphWrap p img {
	float: left;
	background-color: #E4E4E4;
	border: 1px solid #999;
	padding: 5px;
	margin-right: 10px;
}

.serviceWrap ul {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
/*#info h1 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 5px;
}*/
.header h1 {
	text-align: center;
}
.header p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 10px;
}
.welcome {
	font-size: 12px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
li.first {
	display: block;
	background-image: url(../images/index/home.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 90px;
	width: 80%;
	margin-top: 0px;
	font-size: 14px;
}
li.second {
	padding-left: 90px;
	display: block;
	background-image: url(../images/index/key.png);
	background-repeat: no-repeat;
	padding-right: 5px;
	padding-bottom: 5px;
	background-position: left center;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 15px;
	margin-top: 0px;
	margin-right: auto;
	width: 80%;
	font-size: 14px;
}
li.third {
	padding-left: 90px;
	display: block;
	background-image: url(../images/index/world.png);
	background-repeat: no-repeat;
	height: 45px;
	padding-right: 5px;
	padding-bottom: 5px;
	background-position: left center;
	margin-bottom: 20px;
	text-align: justify;
	margin-left: auto;
	padding-top: 20px;
	margin-top: 0px;
	margin-right: auto;
	width: 80%;
	font-size: 14px;
}
li.fourth {
	padding-left: 90px;
	display: block;
	background-image: url(../images/index/mail.png);
	background-repeat: no-repeat;
	height: 50px;
	padding-right: 5px;
	padding-bottom: 5px;
	background-position: left center;
	margin-bottom: 10px;
	text-align: justify;
	margin-left: auto;
	padding-top: 15px;
	margin-top: 0px;
	margin-right: auto;
	width: 80%;
	font-size: 14px;
}
.alan {
	background-image: url(../images/about/alan-About.png);
	background-repeat: no-repeat;
	height: 239px;
	width: 308px;
	margin-left: 25px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding-top: 50px;
	float: left;
}
.alan h2 {
	font-size: 18px;
	color: #333;
	text-align: center;
	display: block;
	margin-bottom: 5px;
	margin-top: 8px;
}
.alan ul li {
	list-style-type: none;
	font-size: 12px;
	padding-left: 10px;
	line-height: 110%;
}
.teri {
	background-image: url(../images/about/teri-About.png);
	background-repeat: no-repeat;
	height: 239px;
	width: 308px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding-top: 50px;
	float: left;
}
.teri h2 {
	font-size: 18px;
	color: #333;
	text-align: center;
	display: block;
	margin-bottom: 5px;
	margin-top: 10px;
}
.teri ul li {
	list-style-type: none;
	font-size: 12px;
	padding-left: 10px;
	line-height: 110%;
}
.bethany {
	background-image: url(../images/about/bethany-About.png);
	background-repeat: no-repeat;
	height: 239px;
	width: 308px;
	margin-left: 25px;
	margin-right: 20px;
	padding-top: 50px;
	display: block;
}
.contactWrap {
	height: 310px;
}
.bethany h2 {
	font-size: 16px;
	color: #333;
	text-align: center;
	display: block;
	margin-bottom: 5px;
	margin-top: 10px;
}
.bethany ul li {
	list-style-type: none;
	font-size: 12px;
	padding-left: 10px;
	line-height: 110%;
}
/*#info ul {
	list-style-type: none;
	padding: 20px;
	font-size: 12px;
}*/
.serviceWrap ul li {
	text-align: justify;
	margin-bottom:10px;
}
.serviceWrap ul {
	list-style-type: none;
	font-size: 14px;
}
.serviceWrap {
	font-size: 14px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.pricing{
	background-image: url(../images/services/pricing.png);
	background-repeat: no-repeat;
	background-color: #E4E4E4;
	background-position: 10px 14px;
	border: 1px solid #999;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 65px;
	}
	.screening{
	background-image: url(../images/services/screening.png);
	background-repeat: no-repeat;
	background-position: 10px 14px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 65px;
	}
	.placement {
	background-image: url(../images/services/HM_r5_c5.png);
	background-repeat: no-repeat;
	background-color: #E4E4E4;
	background-position: 10px 14px;
	border: 1px solid #999;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 65px;
	}
	.maintenance {
	background-image: url(../images/services/maintenance.png);
	background-repeat: no-repeat;
	background-position: 10px 14px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 65px;
	}
	.collection {
	background-image: url(../images/services/collection.png);
	background-repeat: no-repeat;
	background-color: #E4E4E4;
	background-position: 10px 14px;
	border: 1px solid #999;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 65px;
	}
	.accounting{
	background-image: url(../images/services/accounting.png);
	background-repeat: no-repeat;
	background-position: 10px 14px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 65px;
	}
.legal{
	background-image: url(../images/services/legal.png);
	background-repeat: no-repeat;
	background-color: #E4E4E4;
	background-position: 10px 14px;
	border: 1px solid #999;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 65px;
	}
	.fees {
	background-image: url(../images/services/schedule.png);
	background-repeat: no-repeat;
	background-position: 10px 14px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 65px;
	}
	.loans {
	background-image: url(../images/services/mortgage.png);
	background-repeat: no-repeat;
	background-color: #E4E4E4;
	background-position: 10px 14px;
	border: 1px solid #999;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 65px;
	}
	.estate{
	background-image: url(../images/services/realestate.png);
	background-repeat: no-repeat;
	background-position: 10px 14px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 65px;
	}
.header {
	margin-bottom: 10px;
}
.header h1 img {
	margin-right: 10px;
}
.rentContainer {
	background-color: #E5E5E5;
	padding: 10px;
	height: 190px;
	width: 630px;
	border: 1px solid #666;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.rentPic {
	height: 190px;
	width: 277px;
	float: left;
	overflow: hidden;
}
/*.rentAddress h1 {
	font-size: 20px;
	color: #333333;
	text-align: left;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 10px;
}*/
/*.rentAddress p {
	font-size: 14px;
	color: #000;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}*/
.rentAddress {
	height: 56px;
	width: 348px;
	float: left;
	background-image: url(../images/rent/address-fill.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #87A93E;
	border-right-color: #87A93E;
	border-left-color: #87A93E;
}
.rentDetail {
	height: 131px;
	width: 348px;
	float: left;
	border: 1px solid #CCC;
	background-color: #FFF;
	position: relative;
}
.rentDetail p {
	font-size: 12px;
	margin-top: 8px;
	margin-right: 8px;
	margin-left: 10px;
	margin-bottom: 15px;
}
.rent ul {
	font-size: 14px;
	font-weight: bold;
	list-style-type: none;
	position: absolute;
	left: 10px;
	top: 107px;
	width: 100%;
}
.rooms ul li {
	display: inline;
	float: left;
}
.rooms ul li.bed {
	background-image: url(../images/bed.png);
	background-repeat: no-repeat;
	padding-left: 22px;
	background-position: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	padding-right: 8px;
}
.rooms ul li.bath {
	background-image: url(../images/bath.png);
	background-repeat: no-repeat;
	padding-left: 17px;
	background-position: 1px;
	padding-right: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	margin-left: 8px;
}
.rooms ul li.sqft {
	background-image: url(../images/sqft.png);
	background-repeat: no-repeat;
	padding-left: 12px;
	background-position: 1px;
	margin-left: 10px;
}
.rooms ul {
	list-style-type: none;
}
.rooms {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding-right: 5px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.span {
	color: #C00;
	display: inline;
	font-weight: bold;
}
.rooms ul li span {
	font-style: italic;
	font-weight: bold;
	color: #C00;
}
.features h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 5px;
	font-style: italic;
	margin-bottom: 5px;
}
.rent ul li {
	font-size: 14px;
	margin-bottom: 5px;
	display: block;
	float: left;
	margin-right: 12px;
}
.adressheading h1 {
	font-size: 22px;
	color: #333333;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 10px;
}
.paragraph p {
	font-size: 14px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.p {
	font-size: 12px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
.contactinfo {
	padding: 10px;
}
.contactinfo h1 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 10px;
}
.contactinfo p {
	font-size: 12px;
	text-align: center;
	margin-bottom: 5px;
}
.contactinfo a {
	font-size: 14px;
	color: #296768;
	text-decoration: none;
	text-align: center;
	margin-top: 5px;
	padding-top: 5px;
}
.contactinfo a:hover {
	font-size: 14px;
	color: #48B9BB;
}
