@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}

body {
	font: 100% Arial, Helvetica, Verdana, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:16px;
	line-height:120%;
	padding-bottom:5px;
	padding-top:5px;
}
a {
	color: #1681B5;
}
a:hover {
	color: #FFFFFF;
	background-color: #1681B5;
	text-decoration:none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #494949;
	font-weight: normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #494949;
	font-weight: normal;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #494949;
	font-weight: normal;
}
.bold {
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: normal;
}

#container { 
	background:#FFFFFF none repeat scroll 0 0;
	margin:0 auto;
	text-align:left;
	width:100%;
} 
#header {
	background:#FFFFFF url(../images/headerBg.jpg) no-repeat scroll 0 0;
	height:106px;
	margin:0 auto;
	width:980px;
}
#headerBg {
	clear:both;
	color:#FFFFFF;
	font-family:Tahoma,Arial,sans-serif;
	font-size:11px;
	height:106px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/headerSideBg.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
}
#header h1 {
	display:inline;
	float:left;
	width:565px;
	height:100px;
	line-height:30px;
	margin:0;
	text-indent:-9999px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/KeppiMassieResidentialLogo.jpg);
	background-repeat: no-repeat;
	background-position: 234px 0px;
}
.headerContactInfo p {
	float:right;
	color:#FFFFFF;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:25px 62px 0 0;
}
.noBullet {
	list-style-type:none;
}
.privacyPolicy {
	margin-bottom:10px;
}
.noBorder {
	border:none;
}
.noBorder a {
	border:none;
	background-color: #000000;
}
.noBorder a:hover {
	border:none;
	background-color: #000000;
}
.headerContactInfo a {
	color:#e1e0c1;
	text-decoration:none;
}
.headerContactInfo a:hover {
	text-decoration: underline;
	background-color: #3a3a3a;
}
#mainContentHolder {
	margin:0 auto;
	width:980px;
}
#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 226px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 880px;
	background-attachment: scroll;
	background-image: url(../images/sidebarBg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#sidebar h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #494949;
	font-weight: normal;
	margin-left: 40px;
	margin-top:10px;
}
#sidebar p {
	font-size: 14px;
	margin-left:40px;
}
#mainContent { 
	margin: 0 0 0 226px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainImage {
	border:1px solid #494949;
	padding:5px;
	height:239px;
	width:659px;
}
.mainTextBox {
	border:1px solid #494949;
	padding-left:5px;
	padding-right:5px;
	width:659px;
}
.propWeekBox {
	border: 1px solid #494949;
	padding: 5px;
	width: 659px;
	height:500px;
}
.spotlightLeftColumn {
	float:left;
	width: 310px;
}
.spotlightRightColumn {
	float:right;
	width: 310px;
	margin-right: 5px;
}
.propWeekImage {
	width: 310px;
	height: 230px;
	border: 1px solid #494949;
}
.propWeekBox h3 {
	color:#1681B5;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:30px;
	font-weight:normal;
	line-height:100%;
}
.propWeekTextHolder {
	width: 320px;
}
.propWeekBox img {
	margin-right:10px;
	border: 1px solid #494949;
	float: left;
}
.propWeekBox p {
	color:#1681B5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	line-height:100%;
	padding: 0;
	font-weight:normal;
	margin-top:5px;
	margin-bottom:10px;
}
.propWeekBox a {
	background:transparent url(../images/propWeekArrow.gif) no-repeat scroll 90px 0.25em;
	color:#1681B5;
	float:right;
	font-size:17px;
	line-height:100%;
	margin-top:10px;
	padding-right:20px;
}
.propWeekBox a:hover {
	background-color: #1681B5;
	color: #FFFFFF;
}
.leftBullets {
	float:left;
	width: 160px;
}
.rightBullets {
	float:right;
	width: 160px;
}
.propWeekBox ul {
	width: 160px;
	list-style-type: none;
}
.propWeekBox ul li {
	background-image:url(../images/bulletCheck.jpg);
	background-position:0 0.2em;
	background-repeat:no-repeat;
	color:#1681B5;
	font-size:12px;
	padding-left:1.2em;
}
.findUs {
	float:left;
	width: 354px;
	margin-top:5px;
}
#map {
	border:1px solid #494949;
	padding: 5px;
	height:275px;
	width:337px;
	font-size:12px;
}

.ourPartners {
	float:left;
	margin-left:30px;
	margin-top:5px;
	width:285px;
}
.ourPartners img {
	border: 1px solid #494949;
	margin-top: 10px;
}
.ourPartners p {
	font-size:12px;
	margin-bottom:8px;
	padding:0;
}
.ourPartners a:hover {
	background-color: #FFFFFF;
}
#footer {
	background:transparent url(../images/footerBg.gif) repeat-x scroll 0 0;
	clear:both;
	color:#FFFFFF;
	font-family:Tahoma,Arial,sans-serif;
	font-size:11px;
	height:110px;
	margin:20px 0 0;
}
#footerTextHolder {
	width: 980px;
	margin: 0 auto;
}
#footer .address {
	float:left;
	margin:0 0 0 0;
	width:660px;
}
#footer .mail-address {
	float:left;
	margin:0 0 0 20px;
	padding:0;
}
#footer p {
	color:#FFFFFF;
	font-size:9px;
	line-height:120%;
	margin:0;
	padding:10px 0 0;
}
.rightAlign {
	text-align: right;
}
#footer a {
	color:#FFFFFF;
	text-decoration:none;
	}
#footer a:hover {
	text-decoration:underline;
}
#footer .bellaLink {
	float:left;
	margin:0 0 0;
	padding:0;
	width:255px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.formLabels {
	font-weight: bold;
	text-align: left;
	width:130px;
}
.brochureRequestRequired {
	color:#cf0029;
	font-weight: bold;
	text-align: right;
	width:130px;
}
.brochureRequestNotRequired {
	width:130px;
}
.brochureRequestRequiredfieldsWarning {
	font-weight: bold;
	width:130px;
}
.formElement {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	margin-bottom:5px;
	margin-left:10px;
	width:200px;
}
label {
color:#000000;
display:block;
font-size:17px;
font-weight:bold;
margin:5px 0;
}
.mainTextBox h1{
	font-size:24px;
}
.mainTextBox .left{
	width:300px;
	float:left;
}
.mainTextBox .left a:hover{
	background:none;
}