@charset "utf-8";
/* CSS Document */

/* --- globals ---- */
* {
	padding:0;
	margin: 0;
	}
	
body {
	background-color: #bacaa0;
	text-align:center;
	font-family: Verdana, Tahoma;
	font-size: 12px;
	}
	
#container {
	position:relative;
	margin: 15px auto;
	text-align: left;
	margin-top: 15px;
	width: 800px;
	background: #FEFFFB;
	}
	
#clear {
	clear:both;
	}
.clearfloat {
	clear:both;
	}
/* --- container layout styles ---*/
#header {
	background-image: url(../images/tree.png);
	background-repeat: no-repeat;
	background-position: 15px 15px;
	background-color: #FEFFFB;
	border-bottom: solid 3px #486f22;
}
#header_pic {
	float: right;
	width: 375px;
	height: 130px;
	background: url(../images/header_img.jpg) no-repeat center right;
	}
#mainContent {
	float:right;
	width: 530px;
	padding: 20px 10px 10px 10px;
	margin: 0 0 0 10px;
	}
#sidebar {
	float:right;
	width: 220px;
	font-size: 90%;
	line-height: 1.8em;
	padding: 20px 10px 15px 10px;
	}

#footer {
	background: #fefffb;
	clear: both;
	padding: 10px 0 5px 0;
	border-top: 1px dashed #CCC;
	}
#photolinks {
	width: 455px;
	margin: 10px;
	}

/* ------ Header div styles ------ */
#header h1 {
	font-family:"Arial Black", Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #000;
	padding-left: 103px;
	padding-top: 60px;
	width: 125px;
	}
#header h1 a:link, #header h1 a:visited, #header h1 a:hover, #header h1 a:active {
	text-decoration: none;
	color: #000;
	display: block;
	}
#header h2 {
	font-family:"Arial Black", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #486f22;
	padding: 0 0 0 130px;
	line-height: 0.35;
	width: 125px;
	}
#header h2 a:link, #header h2 a:visited, #header h2 a:hover, #header h2 a:active {
	text-decoration: none;
	color: #486f22;
	display: block;
	}
#header h3 {
	font-family:"Arial Black", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	padding: 5px 0 0 33px;
	text-align: right;
	width: 170px;
	}
#header h3 a:link, #header h3 a:visited, #header h3 a:hover, #header h3 a:active {
	text-decoration: none;
	color: #000;
	display: block;
	}	
#header_nav {
	clear: both;
	}
#header_nav ul {
	list-style: none;
	text-align: right;
	}
#header_nav li {
	display: inline;
	margin: 0;
	}
#header_nav li.curr_page {
	color: #fefffb;
	background-color: #93ae68;
	font-size: 90%;
	font-weight: bold;
	padding: 8px 10px 3px 10px;
	margin: 0;
	border: 1px solid #486f22;
	border-bottom: none;
	}
#header_nav li a.horiz_nav:link, #header_nav li a.horiz_nav:visited, #header_nav li a.horiz_nav:active {
	color: #486f22;
	font-size: 90%;
	font-weight: bold;
	padding: 8px 10px 3px 10px;
	text-decoration: none;
	margin: 0;
	}
#header_nav li a.horiz_nav:hover {
	background-color: #486f22;
	color: #fefffb;
	font-size: 90%;
	font-weight: bold;
	padding: 8px 10px 3px 10px;
	text-decoration: none;
	margin: 0;
	}

/* ------ Footer styles ------ */

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: center;
	color: #333333;
	font-weight: normal;
	}
	
	
/* ------ main content div styles ------ */

#mainContent h1 {
	font-size: 1.75em;
	font-weight: bold;
	color: #486f22;
	padding: 0 0 10px 5px;
	}

#mainContent p {
	font-size: 1em;
	font-weight: normal;
	color: #000;
	margin: .5em;
	}
#mainContent .lmid p {
	font-size: 1em;
	font-weight: normal;
	color: #000;
	margin: .5em .5em 0 .5em;
	}
#mainContent p.subhead_left {
	text-align: left;
	font-weight: bold;
	font-style: italic;
	margin: 15px 10px;
	}
#mainContent p.subhead_right {
	text-align: right;
	font-weight: bold;
	font-style: italic;
	margin: 15px 10px;
	}
#mainContent p.subhead_center {
	text-align: center;
	font-weight: bold;
	font-style: italic;
	margin: 15px 10px;
	}
#mainContent ul.checklist {
	list-style: none;
	}
#mainContent ol {
	margin: 5px 5px 5px 25px;
	}
#mainContent li {
	margin: 5px 5px 0 25px;
	font-size: 90%;
	}
#mainContent li.checklist {
	padding: 0 0 10px 20px;
	background-image: url(../images/checkbox.gif);
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 100%;
	}
img.headshot {
	margin: 10px;
	float: right;
	}
/* --- link formatting --- */	
#mainContent a.button {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 90%;
	color: #fff;
	background-color: #c00;
	border: solid 1px #c00;
	text-align: center;
	text-decoration: none;
	padding: 5px 20px;
	margin: 20px auto;
	display: block;
	width: 150px;
	}
#mainContent a.button:link {
	}
#mainContent a.button:visited {
	}
#mainContent a.button:hover {
	background-color: #ccc;
	color: #c00;
	border: solid 1px #c00;
	}
#mainContent a.button:active {
	}

#mainContent a.smalltext {
	font-size: 70%;
	}
#mainContent p.big {
	font-size: 125%;
	font-weight: bold;
	text-align: center;
	}		
/* --- table formatting --- */
#mainContent table {
	font-size: 80%;
	border: none;
	margin: 10px auto;
	}
#mainContent th {
	font-weight: bold;
	text-align: center;
	color: #fff;
	width: 150px;
	background-color: #486f22;
	}
#mainContent td {
	font-weight: normal;
	width: 150px;
	padding: 2px 10px;
	text-align: center;
	border-bottom: 1px dotted #93ae68;
	}
	
#mainContent th.feature, #mainContent td.feature, #mainContent td.feature_yes {
	width: 100px;
	}
#mainContent td.feature_yes {
	background-image: url(../images/check.gif);
	background-repeat: no-repeat;
	background-position: center center;
	}
	
#mainContent p.testamonial {
	font-size: 80%;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	margin: 15px 10px 5px 10px;
	}
#mainContent p.attrib_name {
	font-size: 80%;
	font-weight: bold;
	text-align: right;
	margin: 5px 10px 0 10px;
	}
#mainContent p.attrib_loc {
	font-size: 80%;
	font-weight: normal;
	text-align: right;
	margin: 0 10px 10px 20px;
	}	

/* --- photo links --- */
#photolinks img {
	margin: 5px 20px;
	border: none;
	}
	
/* --- Application form formatting --- */

#application {
	background-color: #93ae68;
	border: 1px solid #486f22;
	margin: 10px;
	padding: 10px;
	}
#application table {
	margin: 5px;
	padding: 0;
	}
#application fieldset {
	padding: 10px;
	}
#application legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #fefffb;
	}	
#application th {
	width: 125px;
	background: none;
	text-align: right;
	font-size: 90%;
	font-weight: bold;
	margin: 2px 0 2px 10px;
	}
#application th.narrow {
	width: 25px;
	background: none;
	text-align: right;
	font-size: 90%;
	font-weight: bold;
	margin: 2px 0 2px 10px;
	}
#application td {
	width: 250px;
	text-align: left;
	}
#application td.wide {
	width: 400px;
	text-align: left;
	font-size: 90%;
	font-weight: bold;
	color: #fefffb;
	}

#application input, #application textarea {
	width: 100%;
	text-align: left;
	}
#application input.formsbmt {
	margin: 15px 112px;
	text-align: center;
	width: 250px;
	}
#application label.txtarea {
	color: #fefffb;
	text-align: left;
	font-size: 90%;
	font-weight: bold;
	}
#application textarea {
	height: 5em;
	}
#application input.short {
	width: 50%;
	text-align: left;
	}
/* ------ Sidebar div formatting ------ */

.ltop
{
	background: url(../images/ltop.jpg) no-repeat;
	width: 220px;
	height: 13px;
}
.lmid
{
	background: url(../images/lmid.jpg) repeat-y;
	width: 200px;
	padding: 0 10px;
	line-height: 1em;
}
.lmid h2
{
	font-weight: bold;
	margin: 0;
	font-size: 110%;
	padding-bottom: 10px;
	text-align: center;
	color: #000;
}
.lmid p {
	font-weight: normal;
	font-size: 90%;
	margin: 5px 10px 0 10px;
	text-align: left;
	}
.lbot
{
	background: url(../images/lbot.jpg) no-repeat;
	width: 220px;
	height: 12px;
	margin-bottom: 30px;
}

.lmid p.testamonial {
	font-weight: bold;
	font-style: italic;
	text-align: left;
	line-height: 1.2em;
	margin: 0;
	padding: 5px 10px;
	}
.lmid p.attrib_name, .lmid p.attrib_loc {
	font-style: normal;
	text-align: right;
	line-height: 1.2em;
	}	
	
/* --- sidebar navigation --- */
#sidebar ul.vert_nav {
	list-style: none;
	margin-bottom: 15px;
	}
#sidebar li a.vert_nav:link, #sidebar li a.vert_nav:visited, #sidebar li a.vert_nav:active {
	margin: 2px 5px 2px 10px;
	padding: 3px;
	font-size: 90%;
	text-align: left;
	color: #486f22;
	text-decoration: none;
	}
#sidebar li a.vert_nav:hover {
	margin: 2px 5px 2px 10px;
	padding: 3px;
	font-size: 90%;
	text-align: left;
	color: #486f22;
	text-decoration: underline;
	}
#sidebar li.vert_nav_current {
	margin: 2px 5px 2px 10px;
	padding: 3px;
	font-size: 90%;
	font-weight: bold;
	text-align: left;
	background-color: #93ae68;
	color: #fefffb;
	}
	
/* Question Types */
#sg_embed input {
	padding:1px 2px;
	border:1px solid #777;

}
#sg_embed input.sg_Radio, 
#sg_embed input.sg_Checkbox { 
	border:none !important; 
	background:none !important; 
	margin:5px 8px;
	}
#sg_embed label {
	padding:0;
}
#sg_embed input.sg_Radio_Other { /* 'Other' textboxes ' */
	margin:0 6px;
}
#sg_embed textarea {
	width: 400px;
	height: 100px;
	margin: 10px;
	}
#sg_embed table {
	margin: 10px;
	}
#sg_embed td {
	border: none;
	width: auto;
	font-size: 1.2em;
	text-align: left;
	padding: 2px;
	}
#sg_embed label {
	font-size: 1.2em;
	}
#footer ul {
	list-style: none;
	text-align: center;
	margin: 10px 150px;
	}
li.footerlist {
	font-size: 80%;
	display: inline;
	padding: 0 5px;
	}	