/* ******************************************************************** */
/* Haystack Mountain Global Style Sheet */
/* Version 2.0 10.03.07 */
/* Author: Digital Goat - www.digitalgoat.net*/
/* ******************************************************************** */

/* 228189 teal
2ca5b0 - lighter teal
36c9d6 - lighter still teal
8a4d22 - brown
b04d2c - deep red
d65e36 - brighter red
757575 - dark gray
8a8a8a - medium gray
*/

body {
	font-size:80%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	background-color:#fff;
	padding-bottom:40px;
}

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

a:hover {
	text-decoration: underline;
	color: #228189;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-weight:bold;
}

h1{
	font-size: 1.5em;
	color: #8a4d22;
	letter-spacing:0.05em;
}

h2{
	font-size: 1.2em;
	color: #228189;
  	letter-spacing:0.05em;
}

h3{
	font-size: 1em;
	color: #228189;
}

h4{
	font-size: 1em;
	font-weight: normal;
	color: #333333;
}

h5{
	font-size: 1em;
	color: #228189;
}

#mainwrapper {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #8a8a8a;
	background-color:#fff;
	background-color:#E8DCC5;
	background-color:#d7e8ea;
	background-color:#DDEAEC;
	background-color:#b04d2c;
	background-color:#F7F7F7;
}

#header {
	margin:0px;
	padding:0px;
}

table#main {
	margin:0px;
	padding:0px;
	width:100%;
	border-collapse:collapse;
}

table#main td {
	vertical-align:top;
}

table#main td.left {
	width:200px;
	
}


table#main td div.content {
	padding:20px 20px 20px 20px;
	background-color:#fff;
	margin:10px;
}

table#main td.right div.content {
	
	background-color:#fff;
	margin-left: 0px;
}

table#main td div.content p {
	line-height:1.6em;
	margin:0px;
	padding:0px;
	padding-bottom:1.8em;
}

table#main td.middle_full {
	
}

table#main td.right {
	width:240px;
}

#footer {
	border-top:1px solid #8a8a8a;	
	border-top:1px solid #ccc;
}

#footer .content {
	padding:10px 20px;
	font-size:0.9em;
}

#copyright {
	padding-top:10px;
	color:#999;
	font-size:x-small;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

#textlinks {
	
	text-align:center;
	font-size:0.8em;
	padding:10px 0px;
	
}

/* start left nav styles */

div#leftnav {
	margin:0px;
	padding:0px;
	font-size:small;
	width:100%;
	width:200px;
	margin-bottom:40px;
	
	margin-top:10px;
	margin-left:10px;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}

#leftnav a {
	background-color:#ffffff;
	font-size:x-small;
	display:block;
	text-decoration:none;
	padding: 4px 0px 4px 20px;
	color:#3A919B;
	font-weight:bold;
	font-size:.8em;
	border-bottom:1px solid #8a8a8a;
}

#leftnav a:hover,#leftnav a.active  {
	background-color:#EBEBEB;
	color:#000;
}

#leftnav a.active:hover {
	
}

#leftnav div.l1 a {
	background-color:#DDDDDD;
	border-bottom: 1px solid #fff;
	padding: 10px 0px 10px 10px;
	font-size:.9em;
	font-weight:bold;
	color:#000;
}

#leftnav div.l1 a:hover,#leftnav div.l1 a.active {
	color:#fff;
	background-color:#3A919B;
}

#leftnav a:hover {
	color:#000;
}

#pageheader {
	margin-bottom:20px;
}

#pageheader h1 {
	
}

.backto { /* for "back to <level 1 name>" */
	margin-top:40px;
}

div.callout {
	border:1px solid #228189;
	background-color:#DDEAEC;
}

div.callout div.header {
	padding:5px 10px;
	font-size:1.2em;
	color:#3A919B;
	font-weight:bold;
	color:#892921;
	color:#fff;
	background-color:#228189;
}

div.callout_content {
	font-size:1em;
	margin:0px;
	padding:10px;
	background-color:#fff;
	background-color:#ccc;
}

.callout_right {
	width:250px;
	margin-left:20px;
	margin-bottom:10px;
	float:right;
}

.callout_left {
	width:250px;
	margin-left:20px;
	margin-bottom:10px;
	float:left;
}

div.callout ul  {
	margin:0px;
	margin-left:1.2em;
	padding:0px;
}

/* photos */

.img_floatright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.img_floatleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

table.photo_left {
	padding:0px;
	margin:0px;
	border-collapse:collapse;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

table.photo_right {
	padding:0px;
	margin:0px;
	border-collapse:collapse;
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

table.photo_center {
	padding:0px;
	margin:0px;
	border-collapse:collapse;
	margin-left:auto;
	margin-right:auto;
}

table.photo_left img, table.photo_right img,table.photo_center img {
	border:1px solid #8a8a8a;
}

.photo_credit {
	display: block;
	margin: 0px;
	padding: 0px;
	font-size:xx-small;
	color:#666666;
	text-align:right;
}

.photo_caption {
	display: block;
	margin: 0px;
	padding: 0px;
	padding-top: 3px;
	font-size:x-small;
	color:#666666;
	text-align:left;
}

table.photo_center .photo_caption {
	text-align:center;
}

/* home page styles */

.hp_feature {
	width:100%;
	clear:both;
}

.hp_feature img {
	border:1px solid #8a8a8a;
}

.hp_feature h1 {
	width:100%;
	border-bottom:1px solid #8a4d22;
	margin-bottom:10px;
}

.hp_feature h2 {
	width:100%;
	display:block;	
	margin-bottom:10px;
	border-bottom:1px solid #228189;	
}

.hp_feature_content {
	width:100%;
}

table.hp_feature {
	clear:both;
	width:100%;
	border:0px;
	margin:0px;
	padding:0px;
	border-collapse:collapse;
}

table.hp_feature td {
	width:49%;
	vertical-align:top;
	/*border:1px solid #ccc;*/

}

table.hp_feature td.right_feature {
	padding-left:20px;
}

table.hp_feature  .hp_feature_content {
	/*padding:10px;*/
}

#hp_rightcolumn {
	width:260px;
}

#hp_rightcolumn table {
	margin:0px;
	padding:0px;
}

#hp_rightcolumn table td {
	vertical-align:top;
	padding:4px;
}

#hp_rightcolumn div.callout table td p {
	line-height:1.2em;
	margin:0px;
	padding:0px;
}

div.hp_feature ul  {
	margin:0px;
	margin-left:1.2em;
	padding:0px;
}

.totop {
	display:block;
	clear:both;
	text-align:right;
	margin-top:10px;
	font-size:x-small;
	color:#666666;
}

table.bordered {
	border-collapse:collapse;
}

table.bordered td {
	vertical-align:top;
	border:1px solid #228189;
	padding:4px;
	margin:0px;
}

table#main div.content table.bordered td p {
	margin:0px;
	padding:0px;
}