/* CSS Document */
{margin: 0px; padding: 0px;}

#texture {
	background: url(images/texture7.gif) repeat;
}
#bkgd {
	position: absolute;
	top:107px;
	left:0px;
	background: url(images/bkgd.jpg) repeat-x;
	background-position: top left;
	width: 100%;
	height: 492px;
	z-index:1;
	
}

.logo {
	position: absolute;
	top: 9px;
	width: 331px;
	left:-10px;
	height: 91px;
	background: url(images/ph_logo.gif) no-repeat;
	margin: 0px;
	z-index: 0;
}

#quote {
	top: 0px;
	right: 0px;
	margin-right: 75px;
	padding: 10px 10px 10px 10px;
	margin-left: 35px;
	width: 35%;
	height: 75px;
	float: right;
	z-index: 3;
}
#quote p {
	font-family:  Arial Black, Arial, sans-serif;
	font-size: 12px;
	color: #630;
}

#footerfloral {
	position: fixed;
	bottom: 15px;
	left: 10px;
	width: 70px;
	height: 99px;
	float: left;
	background: url(images/header_floral.gif) no-repeat;
	background-position: bottom left;
	z-index: 3;
}
#grass {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 99px; 
	background: url(images/footer_grass.gif) repeat-x;
	background-position: bottom left;
	z-index: 2;
	
}

#nav {
	top: 0px;
	left: 0px;
	margin-top: 0px;
	margin-left: 15px;
}


#nav li {
	display: inline;
	border: none;
	background: none;
	list-style-image: none; 
	list-style-type: none;
	line-height: 20px;
	font-family: Arial Black, Arial, sans-serif;
	font-size: 12px;
	padding: 12px 40px 5px 5px;
}


#nav a:link {color: #009933;
				text-decoration: none;}
#nav a:hover {color: #663300;
				text-decoration: underline;}
#nav a:visited {color: #FFF;
				text-decoration: none;}
#nav a:active {text-decoration: none;
				   }

.news {
	position: absolute;
	background-color: #FFF;
	top: 107px;
	left: 0px;
	margin-right: 10px;
	padding: 10px 0px 20px 5px;
	border-top-style: solid;
	border-top-color: #9cf;
	border-top-width: 2px;
	height: 350px;
	width: 200px;
	line-height: 14px;
	overflow: scroll;
	z-index:3;
}
.news p {
    font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	padding: 8px;
	color: #630;

}
.news h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 4px;
	color: #093;
}
.news a:link {
	font-style: italic;
	color: #093;

}
#content {
	position: absolute;
	top: 115px;
	left: 200px;
	padding-left: 20px;
	line-height: 14px;
	margin-top: 5px;
	margin-left: 15px;
	margin-right: 10%;
	z-index:4;
}
#content h1{
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-weight: 800;
	font-size: 12px;
	color: #773A1E;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	
}

#content p{
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	margin-right: 20px;
	padding: 7px 45px 20px 0px;
	color: #630;
}
#content p a:link {
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #093;
	text-decoration: underline;
	line-height: 16px;
}
.form {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	padding-left: 28px;
	color: #093;
	width: 300px;
}

#subheader{
	font-family: Verdana, Geneva, sans-serif;
	font-weight:400;
	font-size: 12px;
	color: #093;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	text-align: left;
	position: absolute;
	line-height: 16px;
}
