/* -------------------- GLOBAL RESET -------------------- */

html * {
	margin: 0;
	padding: 0; }

h1, h2, h3, h4, h5, p, li, th, td, label {
	font-weight: normal;
	font-size: 100%; }

img {
	border: none; }



/* -------------------- GENERAL RULES -------------------- */

body {
	font-family: Georgia, serif;
	font-size: 15px;
	line-height: 22px;
	color: #3b3a2d;
	background: #e5e2af; }

a:link, a:visited {
	color: #046381;
	text-decoration: underline; }

a:hover {
	color: #034054;
	color: #003C2F; }

h2 {
	font-family: Georgia, serif;
	font-size: 24px;
	line-height: 24px;
	color: #003C2F;
	padding: 4px 0 16px 0px; }

#PageTitle {
	font-family: Georgia, serif;
	font-size: 40px;
	line-height: 40px;
	font-style: italic;
	color: #003C2F;
	padding: 23px 0 15px 0;
	letter-spacing: -1px; }

h3 {
	font-family: Georgia, serif;
	font-size: 19px;
	line-height: 19px;
	color: #003C2F;
	padding: 0 0 3px 0; }

h4 {
	font-family: Georgia, serif;
	font-size: 19px;
	line-height: 19px;
	padding: 2px 0 4px 0;
	margin-bottom: 10px;
	color: #003C2F; }

h5 {
	margin: 0;
	font-weight: bold; } 

p {
	padding-bottom: 22px; }

li {
	line-height: 22px; }

ul {
	margin: 0 0 22px 20px; }

blockquote {
	margin: 0 0 18px 0;
	padding: 20px 20px 0 20px;
	font-size: 17px;
	line-height: 24px;
	background: #d3d0a1; }

.narrowcol blockquote {
	margin-top: 72px;
	background: none;
	padding: 0; }

table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 22px; }

th {
	vertical-align: top;
	font-weight: bold;
	text-align: left;
	padding-bottom: 11px; }

td {
	vertical-align: top;
	padding-bottom: 11px; }

input {
	padding: 3px; }


/* -------------------- PAGE STRUCTURE -------------------- */

#header {
	background: #033d2f; }

#logo {
	margin: 0 auto;
	width: 760px;
	height: 190px;
	background: url('../img/logo.jpg') 147px 0 no-repeat; }
	
#logo a {
	margin-left: 147px;
	width: 465px;
	height: 175px;
	display: block;
	text-indent: -9999px;
	text-decoration: none; }
	
#Intro {
	font-size: 17px;
	line-height: 24px; }

/* -------------------- MAIN NAVIGATION -------------------- */

#nav {
	background: #046381;
	border-top: 1px solid #40889f;
	border-bottom: 1px solid #034b62; }

#nav ul {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0 auto;
	width: 760px;
	list-style: none;
	border-left: 1px solid #034b62;
	border-right: 1px solid #40889f; }
	
#nav li {
	display: inline;
	float: left; }

#nav a {
	display: block;
	/*padding: 8px 20px;*/
	padding: 8px 0px;
	text-align: center;
	width: 150px;
	border-left: 1px solid #40889f;
	border-right: 1px solid #034b62;
	font-family: Georgia, serif;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 1px;
	text-transform: uppercase; }

#nav a:link, #nav a:visited {
	color: #EFECCA;
	text-decoration: none; }

#nav a:hover {
	background: #1e738e; }

/* -------------------- LOCAL NAVIGATION -------------------- */

#localnav {
	list-style-type: none;
	margin-left: 0; }

#localnav li {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 26px; }

#localnav li.active {
	font-weight: bold; }

#localnav li.active a:link, #localnav li.active a:visited {
	color: #3b3a2d;
	text-decoration: none; }

#localnav li.active a:hover {
	color: #3b3a2d; }

#content {
	width: 760px;
	padding: 31px 0;
	margin: 0 auto;
	background: url('../img/content.jpg') top center no-repeat;
	/*abackground: url('../img/22px-grid.png') top left;*/
	overflow: hidden; }

#MainPhoto {
	margin-bottom: 0;
	display: block; }

#PhotoCaption {
	margin-bottom: 44px;
	font-size: 12px;
	font-style: italic; }

#Leader {
	font-family: Georgia, serif;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 35px;
	width: 400px; }

#content .col1 {
	width: 240px;
	float: left;
	margin-bottom: 30px;
	clear: both; }

#content .col2 {
	width: 240px;
	float: left;
	margin-left: 20px;
	clear: right; }

#content .col3 {
	width: 240px;
	float: left;
	margin-left: 20px;
	clear: right; }
	
#footer {
	clear: both;
	background: #a7a37e;
	padding: 30px 0;
	overflow: hidden;
	font-family: Arial, sans-serif;
	color: #3b3a2d;
	font-size: 14px;
	line-height: 18px;
	border-top: 1px solid #999573; }

#footer-inner {
	width: 760px;
	margin: 0 auto; }

#footer .col1 {
	width: 180px;
	display: inline;
	float: left; }

#footer .col2 {
	width: 305px;
	display: inline;
	float: left;
	margin-left: 30px;}

#footer .col3 {
	width: 215px;
	display: inline;
	float: left;
	margin-left: 30px; }

#email-updates {
	margin-bottom: 14px; }

#email {
	width: 100px;
	margin-right: 5px; }

.phone {
	font-size: 1.33em;
	font-weight: bold; }

#bottom-bar {
	clear: both;
	background: #3b3a2d; }

#acme {
	margin: 0 auto;
	width: 108px;
	padding: 10px; }

#acme a:link, #acme a:visited {
	width: 108px;
	height: 35px;
	display: block;
	text-indent: -9999px;
	background: url('../img/acme-ranch.png') bottom left no-repeat; }

#acme a:hover {
	background: url('../img/acme-ranch.png') top left no-repeat; }

.fullcol {
	display: inline;
	float: left;
	width: 720px; }

.widecol {
	display: inline;
	float: left;
	width: 400px;
	padding-top: 7px; }

.narrowcol {
	display: inline;
	float: right;
	width: 320px;
	padding-top: 11px; }

.narrowcol h3 {
	font-size: 13px;
	line-height: 13px;
	padding: 0 0 3px 0;
	margin-bottom: 10px;
	color: #3b3a2d;
	border-bottom: 1px solid #99966b;
	text-transform: uppercase;
	letter-spacing: 1px; }

hr.clear {
	height: 0;
	border: 1px solid #e5e2af;  }

#subscribe a:link, #subscribe a:visited {
	display: block;
	width: 82px;
	height: 27px;
	text-indent: -9999px;
	background: url('../img/subscribe.png') top left no-repeat; }

#subscribe a:hover {
	background: url('../img/subscribe.png') bottom left no-repeat; }
	
#inquire a:link, #inquire a:visited {
	display: block;
	width: 94px;
	height: 27px;
	text-indent: -9999px;
	background: url('../img/inquire.png') top left no-repeat; }

#inquire a:hover {
	background: url('../img/inquire.png') bottom left no-repeat; }

#inquire2 a:link, #inquire2 a:visited {
	display: block;
	width: 94px;
	height: 27px;
	text-indent: -9999px;
	background: url('../img/inquire2.png') top left no-repeat; }

#inquire2 a:hover {
	background: url('../img/inquire2.png') bottom left no-repeat; }