/*Internal Pages of Property Website*/
* { padding: 0; margin: 0 }

body {
	font-family: "Times New Roman", Times, serif;
	background-color: #FFF;
	font-size: 1em;
	text-align: center;	
}

h1{
	font-size: 1.4em;
	font-weight: bold;
	text-align: left;
	margin: 10px 0px 10px 0px;
	}
h2{
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	margin: 25px 0 px 10px 0px;	
}

#wrapper { 
 margin: 0 auto;
 width: 700px;
}
#header {
	color: #454E26;
	width: 700px;
	height:80px;
	margin: 5px 0px 1px 0px;
	padding-top:45px;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/palm_01.jpg);
	font-weight: bold;
	letter-spacing: 2px;
}

#street {
	font-size:2.2em;
	font-weight: normal;
	letter-spacing: 2px;
	text-align: center;
	
}
#plant {
	font-size: 1.3em;
	font-weight: normal;
	letter-spacing: 3px;
	text-align: center;	
}
#navigation {
	width:700px;
	border-bottom: #454E26 solid;
	border-bottom-width: 1px;
	padding-bottom: 5px;
	font-weight: bolder;
	font-size: 0.9em;	
}

#navigation li{
	list-style-type: none;
	display: inline;	
	}
#navigation a {
	text-decoration: none;	
	padding-left: 6px;
    padding-right: 6px;
			  }
#navigation a:link, #navigation a:visited {
color: #454E26;
}

#navigation li.youarehere a {
	color: #B4AE12;
	text-decoration: none;
}

#navigation a:hover {
color: #B4AE12;
text-decoration: underline;
}
#content{
	margin: 15px 0px 25px 0px;
}
#bold {
	font-weight: bold;
	}
#content p {
	text-align: justify;
	letter-spacing: normal;
	font-weight: normal;
	color: #303030;
	line-height:1.6em;
	text-indent: 2em;
	margin-bottom: 25px;
}

#squarefeet{
	text-align: center;
	font-size: 0.9em;
	line-height: 2em;
}
#content img{
	margin: 0px 0px 5px 0px;
	float: left;
}
#imageright{ 
float: right; 
margin: 10px 0px 0px 20px; }

#imageleft{
float: left;
margin: 10px 20px 0px 0px;
	}

#content li{
	text-align: left;
	margin:0px 25px 0px 0px;
}
ul{
	list-style-type:disc;
	margin:5px 5px 10px 0px;
	}
				 
#photogallery {
	margin: 25px 0px 25px 0px;
		}
#floorplan {
	padding: 20px 43px 20px 43px;
	}
#map {
	height: 480px; 
	width: 670px;
	margin: 25px 15px 0px 15px 
		}

#bicyclemap {
	color: #303030;
	width: 670px;
	height:40px;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position:left;
	font-weight: bolder;
	background-image: url(../images/Bicycle01.jpg);
	padding-top: 30px;
	margin: 0px 15px 0px 15px;
	}
#bicyclemap a{
	color:#B4AE12;
	font-weight: bolder;
	
} 
#footer {
	float: left;
	width:700px;
	color: #333;
	border-top: 2px #454E26 solid;
	margin-bottom: 20px;
	padding-top:20px;
	padding-bottom: 20px;
}

