/* 

Styles developed for Park Lane homes web site April 2005
Simple Square Productions

"Learning is movement from moment to moment."

Revisions made to this stylesheet in Jan. 2011

*/

body {
	background-image: url(images/parklaneBGbig.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-color: #a9a078;
}
.bodyFont {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #49483d;
	text-decoration: none;
}
.subtitleFont {
	font-family: "Times New Roman", Times, serif, Garamond;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #49483d;
	text-decoration: none;
}

a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #507820;/*#908f83;*/
	text-decoration: none;
}
a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #507820;
	text-decoration: underline;
}

/* Bottom text and site map link */

.bottomFont {
	font-family: "Times New Roman", Times, serif, Garamond;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #fff;
	text-decoration: none;
}
.bottomLink {
	font-family: "Times New Roman", Times, serif, Garamond;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #fff;
	text-decoration: none;
}
.bottomLink:hover {
	font-family: "Times New Roman", Times, serif, Garamond;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #fff;
	text-decoration: underline;
}



/* revisions */

/* nav */

ul#navigation{
	list-style: none;
	list-style-type: none;
	margin: 26px 0 40px;
	padding: 0;
	text-align: right;
	}
	ul#navigation li{
		padding: 4px 20px;
		}
		ul#navigation li a,
		ul#navigation li a:visited{
			color: #507820;
			text-decoration: none;
			font-family: "Times New Roman", Times, serif, Garamond;
			font-variant: small-caps;
			font-size: 18px;
			}
			ul#navigation li a:hover,
			ul#navigation li a:focus{
				text-decoration: underline;
				}

/* side contact */
div#side-contact{
	margin: 40px 0;
	padding: 0 20px 0 0;
	color: #49483d;
	font-variant: small-caps;
	font-size: 14px;
	text-align: right;
	}
	div#side-contact strong{
		font-weight: normal;
		font-size: 16px;
		}

/* mortgage cal */
div#mortgage-cal{
	margin: 0;
	padding: 0 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #49483d;
	text-decoration: none;
	text-align: right;
	}
	div#mortgage-cal strong{
		font-weight: normal;
		font-size: 16px;
		font-variant: small-caps;
		font-family: "Times New Roman", Times, serif, Garamond;
		}
	div#mortgage-cal p#notes,
	div#mortgage-cal p#status{
/* 		text-align: left; */
		}
	div#mortgage-cal p#status{
		font-weight: bold;
		font-size: 13px;
		}			

h1.home{
	margin: 0;
	padding: 28px 36px 10px;
	font-size: 22px;
	line-height: 26px;
	background: url(images/home.png) repeat-x 0 0;
	font-family: "Times New Roman", Times, serif, Garamond;
	font-weight: normal;
	font-style: italic;
	color: #49483d;
	}
img.float{
	float: left;
	margin: 0 14px 0 0;
	}
table.outer-table{
	height: 40px;
	}
table.table2{
	height: 534px;
	}
table.table3{
	height: 514px;
	}	
		
	
td.cell2{
	background: url(images/nav_back_08.jpg);
	}	
			
td.inner-cell{
	background: url(images/parklane_12.jpg);
	}
div.line{
	width: 100%;
	height: 1px;
	background: #d9d5c5;
	}		
		

div.directions img{
	float: left;
	}
div.directions p{
	float: right;
	width: 140px;
	margin: 0;
	}
div.clear{
	clear: both;
	}	
h2.community{
	margin: 0;
	padding: 10px 0 0;
	font-size: 18px;
	line-height: 20px;
	font-family: "Times New Roman", Times, serif, Garamond;
	font-weight: normal;
	font-style: italic;
	color: #49483d;
	}
div.line{
	height: 1px;
	margin: 20px 0;
	background: #ccc;
	}
	
p.description{
	overflow: hidden;
	}
a.close{
	display: none;
	float: right;
	cursor: pointer;
	}
a.open{
	display: inherit;
	float: right;
	cursor: pointer;
	}
div.directions{
	clear: both;
	padding: 14px 0 0;
	}		
	

