﻿body {
	margin: 0px;
	background-color:black;
}


p {font-family: 'Simonetta', cursive; font-weight:400; font-size:14pt; color:#ffffff;
}

h1 {font-family: 'Simonetta', cursive; font-weight:900; font-size:18pt; color:#ffffff}
h2 {font-family: 'Simonetta', cursive; font-weight:500; font-size:18pt; color:#ee5723}
h3 {font-family: 'Simonetta', cursive; font-weight:400; font-size:14pt; color:#ffffff}

.titles {font-family: 'Simonetta', cursive; font-weight:400; font-size:16pt; text-transform: uppercase; color:#ffffff}

.rented_red {
	color:#cc0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14pt;
	font-weight:bold;
	text-transform:uppercase;
}

.orange_titles {
	font-family: 'Simonetta', cursive;
	font-weight: bold;
	font-style: italic;
	font-size:18pt;
	text-transform: uppercase;
	color:#ee5723;
}

.orange_subtitles {
	font-family: 'Simonetta', cursive;
	font-weight: bold;
	font-style: italic;
	font-size:14pt;
	text-transform: uppercase;
	color:#ee5723;
}

.white_subtitles {
	font-family: 'Simonetta', cursive;
	font-weight: bold;
	font-style: italic;
	font-size:14pt;
	text-transform: uppercase;
	color:#ffffff;
}



A:link {
	color:#ef5623;
	text-decoration: underline;
}

A:visited {
	color:#ef5623;
	text-decoration: underline;
}

A:hover {
	text-decoration: none;
	color:#ef5623;
}

A:active {
	color:#ef5623;
	text-decoration: none;
}

div#headershadow {
	background-image:url('../../images/dropshadow-top.png');
	background-position:center top;
	background-repeat:no-repeat;
	z-index: 900;
}


#wrapper {
	width: 827px;
	padding: 0px;
	border-collapse: collapse;
}


#header {
	width: 100%;
	height: 220px;
	background-image: url('../../images/bg-header.jpg');
	background-repeat:repeat-y;
	background-color: #cccccc;
	background-position:center top;
}


/*
.main {
	width: 100%;
	/* background-image: url('../../images/dropshadow-top.png');
	background-repeat:no-repeat;
	background-position:center top;
	

}

.nav {font-family: 'Simonetta', cursive; font-weight:400; font-size:16pt; text-transform: uppercase; color:#333333; width: 827px; text-align: center;}
.nav a {color: #333333; text-decoration:none} 
.nav a:hover {color: #EB511C; text-decoration:none}
*/

.nav h1 {
	font-family: 'Simonetta', cursive; font-weight:400; font-size:12pt; text-transform: uppercase; color:#333333; text-align: center;
}


.orangespot {
	color: #EB511C;
	font-size: 20pt;
	line-height: 20pt;
	vertical-align: super;
	font-family: Simonetta;
}



.content {
	background-color:#333333;
	background-image:url('../../images/footer-bg.jpg');
	background-repeat:no-repeat;
	background-position: right bottom;
	border-left:1px #666666 solid;
	border-right: 1px #666666 solid;
	border-bottom: 1px #666666 solid;
	width: 807px;
	font-family: 'Simonetta', cursive;
	font-weight:400;
	font-size:12pt; 
	text-align:left;
	color:#ffffff;
	
	}
	
.smaller_text {
	font-size: 11pt;
}
	
.content_footer {
	background-color:#333333;
	background-image:url('../../images/footer-bg.jpg');
	background-repeat:no-repeat;
	background-position: right bottom;
	border-left:1px #666666 solid;
	border-right: 1px #666666 solid;
	border-bottom: 1px #666666 solid;
	width: 807px;
	font-family: 'Simonetta', cursive;
	font-weight:400;
	font-size:12pt; 
	text-align:left;
	color:#ffffff;
	
	}
	
	
/*
*	Setup
*/
ul.cssmenu {
	list-style: none;
	padding: 0px;
	}

.displace {
	position: absolute;
	left: -5000px;
	}

ul.cssmenu li {
	float: left;
	}

ul.cssmenu li a {
	display: block;
	width: 160px;
	height: 134px;
	background: url('../../images/rollover-nav.jpg') no-repeat top left;
	}

/*
*	Normal Links
*/
ul.cssmenu li.properties a {
	background-position: 0 0;	}

ul.cssmenu li.residents a {
	background-position: -160px 0;
	}

ul.cssmenu li.investing a {
	background-position: -320px 0;
	}
	
ul.cssmenu li.about a {
	background-position: -480px 0;
	}

ul.cssmenu li.contact a {
	background-position: -640px 0;
	}

/*
*	Hover Links
*/
ul.cssmenu li.properties a:hover {
	background-position: 0 -134px;
	}

ul.cssmenu li.residents a:hover {
	background-position: -160px -134px;
	}

ul.cssmenu li.investing a:hover {
	background-position: -320px -134px;
	}
	
ul.cssmenu li.about a:hover {
	background-position: -480px -134px;
	}

ul.cssmenu li.contact a:hover {
	background-position: -640px -134px;
	}




.footer {
	
	font-family: 'Simonetta', cursive;
	font-weight:400;
	font-size:10pt; 
	text-align:left;
	color:#666666;
	text-transform:uppercase;
	padding-left: 20px;
	
	}

.footer a{
	
	color:#666666;
	text-decoration:none;
	
	}
	
.footer a:hover{
	
	color:#ffffff;
	text-decoration:none;
	
	}
.footer-right{
	
	font-family: 'Simonetta', cursive;
	font-weight:400;
	font-size:8pt; 
	color:#666666;	
	width: 325px;
	padding-right: 20px;
	}

.footer-right a{
	
	color:#666666;
	text-decoration:none;
	
	}
	
.footer-right a:hover{
	
	color:#ffffff;
	text-decoration:none;
	
	}

/*
*	Slideshow
*/

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  height: 298px; /* Sets slideshow height. */
  background: #000 url('../../images/header-black-border-bottom.jpg') no-repeat bottom left; /* Adds black bottom border to slideshow */
  }

.rslides li {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  height: 288px; /* Sets slideshow image height. Remove if you want images to adjust height automatically. */
  }


  /* Main Menu
----------------------------------------------------------------------------------------------------*/
#nav ul {
	display: inline; 
}

#nav ul li {
	display: inline; 
	width: auto;
}

#nav a {
    text-decoration: none; 
list-style: none;
font-family: 'Simonetta', cursive;
font-weight: 400;
font-size: 18px;
text-transform: uppercase;
color: #333;
padding:0;
text-align: center;

}

#nav > ul {list-style:inside none; padding:0; margin:0 auto; 
     } 
#nav > ul > li {list-style:inside none; padding:0; margin:0; float:left; display:block; position:relative; 
    
} 
#nav > ul > li > a{ 
    outline:none; display:block; position:relative; 
    text-align:center; text-decoration:none;  
    padding: 6px 15px 6px 15px;
} 
#nav > ul > li > a:first-child{
} 
#nav > ul > li > a:after{ 
    content:''; position:absolute; top:-1px; bottom:-1px; right:-2px; z-index:99; 

} 
#nav ul li.has-sub:hover > a:after{top:0; bottom:0; 
} 
#nav > ul > li.has-sub > a:before{ 
} 
#nav > ul > li.has-sub:hover > a:before{
    top:19px;
} 
#nav ul li.has-sub:hover > a{ 
    z-index:999; 
    background: #fff;
} 
#nav ul li.has-sub:hover > ul, #nav ul li.has-sub:hover > div{
    display:block;
} 
#nav ul li.has-sub > a:hover{ 
} 
#nav ul li > ul, #nav ul li > div{ 
    display:none; width:auto; position:absolute; 
    padding-top: 20px;
    border-radius:0 0 5px 5px; z-index:999; 
} 
#nav ul li > ul{width:auto; 
    width: auto; min-width: 235px; padding:0; margin:0;
    margin-left:-1px; margin-right:-1px;
    background: #fff;
} 
#nav ul li > ul li{display:block; padding:0; margin:0; position:relative;
} 
#nav ul li > ul li a{ 
    display:block; position:relative; margin:0; 
    text-decoration:none;  
    padding: 10px 10px 10px 15px; 
        font-size:12pt;
text-align: left;
} 

#nav > ul > li > ul > li a:hover{ 
	color: #EF5623;
text-decoration: none;

}
#nav{
} 
#nav > ul > li > a{ 
} 
#nav > ul > li > a:after{ 
} 
#nav > ul > li > a:hover{ 
	color: #EF5623;
text-decoration: none;
} 
#nav ul li.main {
}
#nav ul li.main > a {
    padding-bottom: 10px;
}
#nav ul li.has-sub > a:hover, #nav ul li.has-sub > a{
}
#nav > ul > li.last > a{ 
} 
#nav > ul > li.last > a:after{ 
}
