/* CSS Document */

body {
	font: 95% "Lucida Grande", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	}
	
* {
	margin: 0;
	padding: 0;
	}
	
/* Box Model Stuff
----------------------------------------*/

.lefty {
	float: left;
	margin-right: 10px;
	}
	
.wrap {
	width: 850px;
	margin: 0 auto;
	}
	
.hide {
	position: absolute;
	left: -3000px;
	}
	
/* Logo Section
-----------------------------------------------*/
	
#logo {
	background: url(../images/logo.gif) no-repeat;
	height: 110px;
	overflow: hidden;
	}
	
/* Homepage Nav
--------------------------------------------------*/
	
#nav {
	position: relative;
	background: url(../images/nav_homepage_bg.gif) no-repeat;
	height: 72px;
	overflow: hidden;
	}
	
#nav ul {
	list-style: none;
	position: relative;
	height: 72px;
	margin-left: 25px;
	}
	
#nav ul li {
	float: left;
	position: relative;
	height: 72px;
	width: 112px;
	}
	
#nav ul li a {
	position: relative;
	height: 72px;
	padding-top: 72px;
	overflow: hidden;
	display: block;
	}
	
#nav ul li a span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}
	
/* Subpage Nav
---------------------------------------------*/
	
#subpage_nav {
	position: relative;
	background: url(../images/nav_subpage_bg.gif) no-repeat;
	height: 90px;
	overflow: hidden;
	}
	
#subpage_nav ul {
	list-style: none;
	position: relative;
	height: 90px;
	margin-left: 25px;
	}
	
#subpage_nav ul li {
	float: left;
	position: relative;
	height: 90px;
	width: 112px;
	}
	
#subpage_nav ul li a {
	position: relative;
	height: 90px;
	padding-top: 90px;
	overflow: hidden;
	display: block;
	}
	
#subpage_nav ul li a span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}
	
/* Homepage Highlight Collage
------------------------------------------------------*/
	
#highlight {
	height: 168px;
	overflow: hidden;
	background: url(../images/homepage_highlight.jpg) no-repeat;
	}
	
#highlight p {
	position: absolute;
	left: -15000px;
	}
	
#get_a_quote {
	height: 146px;
	overflow: hidden;
	position: relative;
	}
	
#get_a_quote p {
	height: 146px;
	position: relative;
	}
	
#get_a_quote a {
	position: relative;
	display: block;
	height: 146px;
	}
	
#get_a_quote p a span {
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/get_a_quote_button.jpg);
	width: 100%;
	height: 100%;
	cursor: hand;
	}
	
/* Page Content
-------------------------------------------------*/

#logos {
	float: right;
	width: 200px;
	}
	
#logos p {
	font-size: 80%;
	line-height: 100%;
	}
	
#content {
	padding: 0 20px 0 20px;
	line-height: 150%;
	}
	
#content p {
	margin-bottom: 1.0em;
	}
	
#content h1, #content h2, #content h3, #content h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	margin-bottom: 0.45em;
	color: #2E7D35;
	}
	
	
/* Form Styles
----------------------------------------------------*/

fieldset {
	margin-bottom: 1.0em;
	border: 1px solid #CCC;
	padding: 20px;
	}
	
legend {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #2E7D35;
	font-weight: bold;
	}
	
td textarea {
	width: 100%;
	}
	
td label{
	}
	
td input {
	}
	
th {
	text-align: left;
	padding: 5px;
	border-bottom: 1px solid #333;
	}
	
td {
	padding: 5px;
	}
	
tr.odd {
	background-color: #EEF4EE;
	}
	
input.padded {
	padding: 5px;
	}
	
/* Footer Section
----------------------------------------------------*/
	
hr {
	margin-bottom: 1.0em;
	}
	
.vcard {
	text-align: center;
	line-height: 120%;
	margin-bottom: 1.0em;
	}
	
.org {
	font-weight: bold;
	}
	
/* Map
--------------------------------------------------------*/

#map {
	height: 300px;
	border: 1px solid #CCC;
	margin-bottom: 1.0em;
	}
	

/* stjoes 
------------------------------------------------*/

div.stjoes {
	padding: 5px;
	margin-bottom: 0.5em;
	border: 1px solid red;
	}
