/*
/////////////////////////////////////
*CSS Code (c) 2007
*Patrick Woods
*President, Megaphone Proudctions, LLC
*www.megaphoneproductions.com
/////////////////////////////////////
*/




/*
/////////////////////////////////////
Navigation Code
/////////////////////////////////////
*/


.nav {
	margin: 0;
	padding: 0;
	width: 230px;
	list-style: none;
	background: #fff;
	
}
.nav li {
	padding: 0;
	margin: 0;
	
	list-style: none;
	background-repeat: no-repeat;
}
.nav li a, .nav li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -1000px;
	height: 60px;
	background-repeat: no-repeat;
}
.topGraphic {background-image: url(images/Nav_Top.jpg);
		height: 20px;
		}
.available {background-image: url(images/Nav_Aailable_Over.jpg);}
.available a {background-image: url(images/Nav_Aailable_Off.jpg);}
.features {background-image: url(images/Nav_Features_Over.jpg);}
.features a {background-image: url(images/Nav_Features_Off.jpg);}
.about {background-image: url(images/Nav_About_Over.jpg);}
.about a {background-image: url(images/Nav_About_Off.jpg);}
.location {background-image: url(images/Nav_Location_Over.jpg);}
.location a {background-image: url(images/Nav_Location_Off.jpg);}
.contact {background-image: url(images/Nav_Contact_Over.jpg);}
.contact a {background-image: url(images/Nav_Contact_Off.jpg);}
.homepage {
	background-image: url(images/Nav_Homepage_Over.jpg);
	height: 67px;
	}
.homepage a {
	background-image: url(images/Nav_Homepage_Off.jpg);
	height: 67px;
	}

ul.nav li a:hover {background: none;}

/*
/////////////////////////////////////
End Navigation Code
/////////////////////////////////////
*/


body {

	background-color: rgb(244,220, 133); 
	background-image: url(images/BG-Stripes2.jpg);
	margin: 0px;
	font-family: Arial;
	height: 100%;
	
}
	

	
a:link {color: rgb(22,61,19); text-decoration: underline;}   
a:visited {color: rgb(22,61,19);}  
a:hover {color: rgb(22,61,19); text-decoration: none;}  
a:active {color: rgb(22,61,19);} 



#container {
	width: 1000px;
	top: 0px;
	bottom: 0px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	height: 100%;
	float:left;
	}
	
	
#centerContet {
	width: 1000px;
	margin-bottom: 16px;
	
	}


#header {
	height: 100px;
	width: 1000px;
	position: relative;
	top: 0px;
	background: url(images/BG-Top.jpg);
	z-index: 1;
	}
	
#logo {
	width: 241;
	height: 113;
	left: 20;
	top: 24;
	position: absolute;
	z-index: 10;
	background: url(images/Logo.gif) no-repeat;
	}

#BannerLeasing {
	background: url(images/Banner-Leasing.gif) no-repeat;
	position: absolute;
	width: 244px;
	height: 179px;
	z-index: 11;
	right: 0;
	top: 0;
	margin: 0;
	padding: 0;
	}
	

#navSpace {
	left: 24px;
	top: 138px;
	position: absolute;
	}
	
#navAvailableSpace{
	position: relative;
	width: 630px;
}

div.content {
	position: relative;
	left: 260px;
	top: 10px;
	width: 730px;
	min-height: 800px;
	background: white;
	background-image: url(images/BG-Content.gif);
	background-repeat: repeat-y;
	background-position: right;
	background-attachment: fixed;
	border-color: rgb(22,61,19); 
	border-style: solid;
	border-width: 2px;
	padding: 2px;
	overflow: auto;
	overflow-x: hidden;
	text-align: left;
	margin-bottom: 16px;
	
}

div.content p img {
	border-color: rgb(22,61,19); 
	border-style: solid;
	border-width: 2px;
	}

div.availableHomes {
	width: 620px;
	position: relative;
	min-height: 100px;
	clear: both;
	margin-bottom: 5px;
	padding: 5px;
	}

div.content p {
	width: 620px;
	}



div#contentHome2 {

	background-image: url(images/HomeGraphic.jpg);
	background-position: bottom;
	background-repeat: no-repeat;

}

div#SmallPic {
	float: left;
	width: 250px;
	border: black;
	}

div#SmallPic p {
	font-size: 9pt;
	text-align: center;
	float: left;
	}
	

img.SmallFloorplan {
	width: 250px;
	float: left;
	
	}
	
div#HomeInfo {
	width: 310px;
	}
	
div#HomeInfo p {
	padding-left: 10px;
	}

.reducedPrice {
	color: #990000;
	text-decoration: line-through;
	}
	
del {
    color: red;
}
del span {
    color: red;
}
	




/*Photo gallery style--------------------------*/	


.album{
  width:100%;
  padding: 10px;
  float:left
}
.album .imageSingle {
  float: left;
  margin: 5px;
  width:156px;
  text-align:center;
  border:solid 1px #333
}
.album .imageSingle .image {
  width:150px;
  height:150px;
  margin:3px;
}
.album .footer {
  text-align:center;
  width: 156px;
  border-top:solid 1px #333;
  color:#999;
  font-weight:bold;
  padding-top: 7px;
  padding-bottom:7px;
  margin-top: 10px;
}


/*Homes pages layout divs--------------------------*/	
	
#HomesLayout {
	border-collapse: collapse;
	width: 620px;
	height: 620px;
	float: left;
	display: block;
	zoom: 1;
	
	}
	
#HomesLayout #InnerWrapper {}
	
#HomesLayout p {}
	
#HomesLayoutTopWrapper {}

#HomesLayout #Left {

	background-color: rgb(22,61,19);
	color: white;
	width: 320px;
	float: left;
	border: 1px solid rgb(22,61,19);
	height: 250px;
	display: block;
	zoom:1;
	}
	
#HomesLayout img.SmallFloorplan {
	width: 250px;
	margin: 5px;
	
	}

#HomesLayout #Right {

	width: 290px;
	float: left;
	border: 1px solid rgb(22,61,19);
	height: 250px;
	vertical-align: bottom;
	display: block;
	zoom:1;
	}

#HomesLayout #Right p {
	font-size: 9pt;
	text-align: left;
	}

#HomesLayout #Bottom {

	width: 320px;
	clear: both;
	float: left;
	border: 1px solid rgb(22,61,19);
	height: 250px;
	display: block;
	zoom:1;

	}

#HomesLayout #BottomRight {

	width: 290px;
	float: left;
	border: 1px solid rgb(22,61,19);
	text-align: left;
	height: 250px;
	display: block;
	zoom:1;

	
	}

#HomesLayout H1 {
	color: white;
	}

#HomesLayout #FloatLeft {
	float: left;
	}

#HomesLayout #FloatRight {
	float: right;
	}
		
.SmallHouse {
	width: 300px;
	text-align: center;
	}

#HomesLayout Table {
	width: 620px; 
	padding: 0px; 
	border: none; 
	border: 1px solid rgb(22,61,19);
	background-color: orange;

	}

#HomesLayout2 Table {
	border-bottom-width: 1px;
	border-color: rgb(22,61,19);
	background-color: orange;
	width: 620px;
	}

#HomesLayout td {
	width: 300px;
	}

#HomesLayout tr {
	}
	
#HomesLayout Table .SmallHouse {
	width: 320px;
	text-align: center;
	}
	
	
/*End Homes pages layout divs----------------------*/	

/*Home Content layout divs--------------------------*/	

#homeWrapper {
	position:relative;
	border-bottom-width: thin;
	border-bottom-color:#003300;
	width: 605px;
	}

#homeLeft {
	width: 350px;
	float: left;
	position:relative;
	border-right-color:#003300;
	border-right-width:thin;
	border-right-style:solid;
	margin-right: 5px;
	}
	
#homeRight {
	width: 200px;
	position:relative;
	margin-left: 5px;

	}


/*Home Content layout divs--------------------------*/	

#SalesAndLeasing {
	position:relative;
	border-bottom-width: thin;
	border-bottom-color:#003300;
	width: 605px;
	}

#Sales {
	width: 300px;
	float: left;
	position:relative;

	}
	
.HomePage {
	border-right-width:medium;
	border-right-color:#003300;
	border-right-style:solid;
	}

#Leasing {
	width: 300px;
	margin-left: 315px;
	position:relative;

	}

/*End Contact Page layout divs--------------------------*/	


	
img {
	border: 0;
	}
	

img#HomeImage {
	width: 630px;
	}


img.cropped {
	width: 200px;
	overflow: hidden;
	float: left;
	border: 2px solid rgb(22,61,19);
	float: left;
	margin-right: 4px;
	}`

img.cropped:hover {
	border: 2px solid tan;

	}
	
table#availableTable {
	border: 0;
	margin: 0;
	padding: 5px;
	width: 400px;
	}
	
	
table#leasingTable {
	border: 0;
	margin: 0;
	padding: 5px;
	width: 400px;
	}

td {
	padding: 3px;
	vertical-align: top;
	}


p {
	margin: 3px;
	font-size: 11pt;
	font-family: Arial;	
	
	}
	
	
/*
Form Style------------------------------------------------
*/

form {
	font: 10pt arial;
	padding: 3px;

}

fieldset {	 
	 border: 1px solid rgb(22,61,19);
	 padding: 5px;
	 width: 500px;
}
	
input, textarea {
 	background-color: rgb(204,204,102);
	border: 1px solid rgb(22,61,19);
	margin: 3px;
	font: 10pt arial;
}

label 

legend {
	font-family: Georgia, Times;
}

form table {
	font: 10pt arial;
}

input#CharsLeft {
	border: 0;
	background: white;
}

	
/*
End of Form Style---------------------------------------------
*/

ul {
	font-size: 13pt;
	font-family: "Georgia", "Times New Roman", Times, serif;
	color: rgb(22,61,19);
	list-style: square;
	}
	
li {
	font-size: 11pt;
	font-family: Arial;
	color: black;
	list-style: square;
	}

.headline {
	font-family: "Georgia", "Times New Roman", Times, serif;
	color: rgb(22,61,19);
	font-size: 15pt;
}

h1 {
	font-family: "Georgia", "Times New Roman", Times, serif;
	color: rgb(22,61,19);
	font-size: 15pt;
}

#footerBG {
	width: 1000px;
	background: url(images/BG-Bottom.jpg);
	position: relative;
	text-align: bottom;
	bottom: 0px;

	}
	
.invisible {
	bottom: 0px;
	text-align: bottom;
	position: relative;
	width: 800px;
	}

/*
/////////////////////////////////////
Available Homes Navigation Bar
/////////////////////////////////////
*/


table#availableNav {
	border-width: 1px;
	border-color: black;
	height: 2em;
}

tr#availableNav {
	border-width: 1px;
	border-color: black;
}

td.off {
	background: rgb(22,61,19);
	text-align: center;
}

td.off a:link {color: white}     
td.off a:visited {color: white}  
td.off a:hover {color: rgb(22,61,19)}   
td.off a:active {color: white} 

td.on {
	background: rgb(220,231,173);
	text-align: center;

}

td.on a:link {color: rgb(22,61,19)}    
td.on a:visited {color: rgb(22,61,19)} 
td.on a:hover {color: rgb(22,61,19)}   
td.on a:active {color: rgb(22,61,19)} 


/*
/////////////////////////////////////
End Available Homes Navigation Bar
/////////////////////////////////////
*/
