    
    
/*------ clear standard browser styles ------*/


body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,ul,ol,li,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}

ul{
	list-style: none;
}

address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}



/* ---------------- global styles ---------------- */


body {
	margin: 0;
	padding: 0 0 0 0;
        height: 100%;  
	font-size: 62.5%;
	text-align: center;
	font-family: arial, verdana, sans-serif;
	background: #f3f3f5;
    }



body a img {
    border: none;
}


/* ---------------- global classes ---------------- */


.bold{
   font-weight: bold;
}


.hide{
   position:absolute;
   left: 0px;
   width: 1px;
   height: 1px;
   overflow: hidden;
}
	
.hidden{
	display: none;
}

.clear {
	clear: both;
	}




/* ---------------- wrap ---------------- */

#wrap{
	text-align: left;
	margin: 0 auto 0 auto;
	clear: both;
	width: 1012px;
	background: url(/img/reside/wrap-bg.jpg) repeat-y 0 0;
}



/* ---------------- header ---------------- */


#header{
	float: left;
	width: 978px;
	padding: 0 17px;
}



#title a{
	float: left;
	display: block;
	width: 225px;
	height: 105px;
	text-indent: -9999px;
	background: url(/img/reside/reside-logo.gif) no-repeat 0 0;
}


#header img{
	float: right;
	margin: 15px 10px 0 0;
}



/* ---------------- navigation ---------------- */


#navigation{
	float: left;
	width: 958px;
	margin: 0 27px;
	background: #f3f3f5;
}


*html #navigation{
	margin: 0 13px;
}


#nav{
	float: left;
	padding: 10px 0 10px 11px;
}


#nav li{
	float: left;
	font-size: 1.8em;
	margin-right: 4px;
}


#nav li a{
	color: #ffffff;
	background: #106D63;
	display: block;
	padding: 5px 19px;
	text-decoration: none;
}
	

#nav li a:hover,
#nav li a.current{
	background: #FAE669;
	color: #106D63;
}


#nav_sub{
	float: left;
	width: 893px;
	padding: 0px 0 10px 11px;
}


#nav_sub li{
	float: left;
	font-size: 1.5em;
	margin-right: 4px;
}


#nav_sub li a{
	color: #666666;
	display: block;
	padding: 5px 10px;
	text-decoration: none;
}
	

#nav_sub li a:hover,
#nav_sub li a.current{
	background: #FFFFFF;
	color: #333333;
}


/* ---------------- contact ---------------- */


#contact{
	float: left;
	width: 958px;
	padding: 10px 27px;
	text-align: right;
	color: #106D63;
	font-size: 1.2em;
}


#contact a{
	text-decoration: none;
	color: #106D63;
}


#contact a:hover{
	text-decoration: underline;
}


/* ---------------- content ---------------- */


#content{
	float: left;
	width: 958px;
	padding: 0 27px 15px 27px;
}



#main-content{
	float: left;
	width: 630px;
	padding-left: 10px;
}


#main-content h2{
	font-size: 2em;
	margin-bottom: 20px;
}


#main-content h3{
display: block;
	font-size: 1.8em;
	margin-bottom: 10px;
}


#main-content h4{
	font-size: 1.2em;
	font-weight: bold;
	color: #666666;
	margin-bottom: 20px;
}

#main-content p{
	font-size: 1.2em;
	padding: 0 0 15px 0;
	line-height: 1.4em;
}


#main-content .paginate{
float: left;
padding-top: 10px;
font-weight: bold;
}

#main-content ul{
	padding: 0 0 10px 0;
}


#main-content ul li{
	margin: 0 0 5px 5px;
	padding: 0 0 0 15px;
	font-size: 1.2em;
	background: url(/img/reside/bullet.gif) no-repeat 0 3px;
}


#main-content a{
	color: #106D63;
	text-decoration: underline;
}


#main-content a:hover{
	text-decoration: none;
}


#content .text img{
	float: right;
	margin: 0 0 15px 15px;
	border: 1px solid #cccccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 15px;
	background: url(/img/reside/box-back.jpg) repeat-x 0 0;
}


#main-content .image-left{
	float: left;
	margin: 0 15px 15px 0px;
	border: 1px solid #cccccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 15px;
	background: url(/img/reside/box-back.jpg) repeat-x 0 0;
}


#main-content .news-item{
float: left;
	border-top: 1px solid #cccccc;
	padding-top: 20px;
}


#main-content .news-item img{
	float: right;
	margin: 0 0 15px 15px;
	border: 1px solid #cccccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 15px;
	background: url(/img/reside/box-back.jpg) repeat-x 0 0;
}



#main-content .property{
	float: left;
width: 600px;
border: 1px solid #ccc;
padding: 10px 10px 0 10px;
margin-bottom: 10px;
background: #F7F7F7;
}


#main-content .property-info{
float: left;
width: 360px;
}


#main-content .property-info h3{
margin-bottom: 10px;
}


#main-content .property-info h4,
#main-content .property-info h5{
font-size: 1.3em;
margin: 0;
padding: 0;
font-weight: normal;
}


#main-content .property-info h5{
margin: 10px 0 5px 0;
}


#main-content .property-info p{
margin-top: 0px;
padding-top: 0px;
}


#main-content .property ul{
float: right;
width: 210px;
}

#main-content .property ul li{
	float: left;
	margin: 0 10px 10px 0;
	padding:0;
	background: none;
}

#main-content .property ul li img{
	border: 1px solid #cccccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 5px;
	background: #FFFFFF;
}





ul#nav_categories{
float: left;
width: 100%;
margin-bottom: 20px;
}

ul#nav_categories li{
float: left;
background: none;
margin: 0 15px 0 0;
padding: 0;
}



/*------ gallery ------*/


#gallery{
	float: left;
width: 100%;
	margin:0;
	padding:0;
}

#main-content #gallery li{
	float: left;
	margin: 0 10px 10px 0;
	padding:0;
	background: none;
}

#gallery img{
	border: 1px solid #cccccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 5px;
	background: url(/img/reside/box-back.jpg) repeat-x 0 0;
}


#sidebar{
	float: right;
	width: 290px;
}
	

#home-intro{
	float: left;
	width: 640px;
	background: url(/img/reside/box-back.jpg) repeat-x 0 0;
	border: 1px solid #cccccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


#home-intro h2{
	font-size: 1.6em;
	margin-bottom: 20px;
}


#home-intro p{
	font-size: 1.2em;
	padding: 15px 0;
}



#home-intro p a{
	color: #106D63;
	text-decoration: none;
}


#home-intro p a:hover{
	text-decoration: underline;
}


#home-intro .home-text{
	float: left;
	width: 320px;
	margin: 20px 0 20px 10px;
}


* html #home-intro .home-text{
	margin: 20px 0 20px 5px;
}


#home-intro .home-widget{
	float: right;
}


#home-bottom{
	float: left;
	margin-left: 17px;
}



#options{
	float: right;
	width: 290px;
}


#options .sections{
	float: right;
	width: 290px;
	margin-left: 2px;
}





#options .sections li{
	float: left;
	text-align: center;
	margin-left: 3px;
	background: #fff url(/img/reside/tabs.jpg) repeat-x 0 0;
}


* html #options .sections li{
	margin-left: 2px;
}

#options .sections li a{
	display: block;
	font-size: 1.4em;
	padding: 12px 0 42px 0;
	width: 90px;
	color: #106D63;
	text-decoration: none;
	border: 1px solid #cccccc;
	border-bottom: none;
}


#options .sections li a:hover{
	border-top: 3px solid #106D63;
	padding: 12px 0 39px 0;
}


#options .sections .tenants{
	background: url(/img/reside/tenants.gif) no-repeat 50% 33px;
}


#options .sections .downloads{
	background: url(/img/reside/downloads.gif) no-repeat 50% 33px;
}


#options .sections .news{
	background: url(/img/reside/news.gif) no-repeat 50% 33px;
}


	


#options .details{
	float: right;
	width: 290px;
	font-size: 1.1em;
	padding: 15px 0;
	border: 1px solid #cccccc;
	background: url(/img/reside/box-back.jpg) repeat-x 0 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


#options .details ul{
	float: left;
	width: 180px;
}


#options .details ul li{
	margin: 0 0 10px 10px;
	padding: 0 0 0 15px;
	background: url(/img/reside/bullet.gif) no-repeat 0 3px;
}


#options .details ul li a{
	color: #106D63;
	text-decoration: none;
}


#options .details ul li a:hover{
	text-decoration: underline;
}


#options .details p{
	float: right;
	width: 90px;	
	padding-left: 10px;
	border-left: 1px solid #106D63;
}


#options .details p a{
	display: block;
	color: #106D63;
	text-decoration: none;
	width: 90px;
	height: 110px;
	background: url(/img/reside/map.gif) no-repeat bottom center;
}



#photos{
	float: right;
	width: 290px;
	border: 1px solid #cccccc;
	background: url(/img/reside/box-back.jpg) repeat-x 0 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


#photos h3{
	font-size: 1.4em;
	float: left;
	color: #106D63;
	padding: 10px 0 0 10px;
}


#photos img{
	display: block;
}



#photos p{
	font-size: 1.4em;
	float: right;
	padding: 10px 10px 0 0;
}


#photos p a{
	color: #106D63;
	text-decoration: none;
}


#photos p a:hover{
	text-decoration: underline;
}


#photos ul{
	float: left;
	width: 290px;
	padding: 10px 0 10px 10px;
}


#photos ul li{
	float: left;
	width: 80px;
	height: 80px;
	border: 1px solid #cccccc;
	margin: 0 10px 10px 0;
}



* html #photos ul li{
	margin: 0 14px 10px 0;
}

/* ---------------- footer ---------------- */


#footer{
	float: left;
	width: 978px;
	padding: 10px 17px;
	color: #999999;
	font-size: 1.3em;
	background: #f3f3f5 url(/img/reside/footer-bg.jpg) no-repeat 0 0;
}


#footer a{
	color: #999999;
	text-decoration: none;
}


#footer a:hover{
	text-decoration: underline;
}




#change-style{
	float: right;
}


#change-style li{
	display: inline;
	margin-left: 5px;
}


#change-style .here a{
color: #000;
text-decoration: underline;
}


#change-style .small{
	font-size: 0.9em;
}

#change-style .medium{
	font-size: 1.2em;
}

#change-style .large{
	font-size: 1.5em;
}


#about-site{
	float: left;
}


#about-site p{
	padding-bottom: 5px;
}


#about-site .web-by a span{
	color: #55BDE2;
}

#footer .logos{
clear:both;
float: right;
text-align: right;
}
