body {
	background: url(images/page-bg-2.gif) repeat-x #bddc95;
	margin: 0px;
	padding: 0px; 
	text-align: center; /* Used for centering pages in IE */
}
p, h1, h2, h3, h4, h5, h6, a, ul, li, dt, dd, lo, address, td, caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; 
	color: #482311;
}
/* You may use pixels or ems for text sizing. li typeface and size must match rest of content. */
p, div#content li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; 
	color: #482311;
	font-size: 13px;
	line-height: 1.5em;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; 
	color: #482311;
	font-size: 13px;
	}	
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #588f15;
	}
h2 {
	font-size: 16px;
	font-weight: bold;
	}
address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-transform: uppercase;
	font-size: 14px;
	color: #482311;
	font-weight: bold;
	text-align: center;
	padding: 15px;
    }
.phone {
	font-size: 36px;
	padding-left: 275px;
	}
a:link {
}
a:visited {
}
/* All links must inclde some type of hover interactivity */
a:hover {
     font-weight: bold;
}
a:active {
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	width: 900px;
	margin: 0px auto;
}


div#header {
	position: relative;
	height: 469px; 
	background: url(images/greener-grass-header.gif) no-repeat
}
div#boylogo {
	position: absolute;
	left: 1px;
	top: 9px;
	z-index: 100;
}

div#sidebar {
	position: absolute;
	height: 57px;
	padding: 10px 50px;
	left: 0px;
	top: 310px;
	width: 830px;
	background: url(images/addy-phone.gif) no-repeat;
}
div#audio {
	position: absolute;
	left: 734px;
	top: 356px;
}

div#flash {
	position: absolute;
	left: 0px;
	top: 56px;
	height: 332px;
}	

div#content {
	background: url(images/content-bg-2.gif) no-repeat;
	padding: 20px 75px 50px 75px;
}

div#footer {
	clear: both;
	height: 3px;
}
div#pagefooter {
	background: url(images/footer-bg.gif) repeat-x #482311;
	height: 200px;
	}
div#copyright {
	width: 900px;
	margin: 0px auto;
	position: relative;
	text-align: left;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #f4f3d8;
	}
	div#copyright img {
	border: none;
	}
	div#copyright a:link, div#copyright a:visited {
	color: #f4f3d8;
	text-decoration: none;
	}
	div#copyright a:hover {
	text-decoration: underline;
	}
div#owner {
	position: absolute;
	top: 20px;
	right: 20px;
}
	
/* ----------------------------  NAVIGATION (VERTICAL) ----------------------------  */
div#nav{
	width: 672px;
	position: absolute;
	left: 216px;
	top: 13px;
	z-index: 50;
}
ul#mainnav {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	ul#mainnav li {
	display: inline;
	float: left;
	margin: 0px auto;
	padding: 0px;
	}
	ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: auto;
	padding: 6px 13px;
	margin: 0px;
	border-right: 2px solid #48230f;
	background: url(images/nav-bg.gif) repeat-x;
	color: #482311;
	text-transform: uppercase;
	}
	ul#mainnav li a:hover {
	background: url(images/nav-hover-bg.gif) repeat-x;
	color: #482311;
	font-weight: normal;
	}
	ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	background: url(images/nav-current-bg.gif) repeat-x;
	color: #482311;
	font-weight: normal;
	}



/* ----------------------------  NAVIGATION (HORIZONTAL) ----------------------------  */
div#utility {
	width: 900px;
	margin: 0px auto;
	padding-top: 30px;
	height: 50px;
	}
	ul#utilitynav {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	ul#utilitynav li {
	display: inline;
	float: left;
	margin: 0px auto;
	padding: 0px;
	}
	ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: auto;
	padding: 15px;
	margin: 0px;
	border-right: 1px none #ccc;
	color: #f4f3d8;
	}
	ul#utilitynav li a:hover, ul#utilitynav li a.current:visited {
	text-decoration: underline;
	color: #f4f3d8;
	}



/* ----------------- CUSTOM CLASSES ----------------- */

/* Images should include some type of border. We tend to favor this one. */
img.left {
	float: left;
	padding: 5px;
	background: white;
	margin: 0px 15px 10px 0px;
	border: solid 1px #ccc;
}
img.leftclear {
	float: left;
	padding: 5px;
	background: white;
	margin: 0px 15px 10px 0px;
	border: solid 1px #ccc;
	clear: both;
}
img.right {
	float: right;
	padding: 5px;
	background: white;
	margin: 0px 0px 10px 15px;
	border: solid 1px #ccc;
}
div#column {
	width: 220px;
	float: left;
	padding-right: 10px;
}
table.right {
	align: right;
	padding: 5px;
	background: white;
	margin: 0px 0px 10px 15px;
	border: solid 1px #ccc;
}
.clearboth {
	clear: both;
	padding-top: 20px;
	}
