/* -----------------------------------------------------------------------
 Blueprint CSS Framework 0.9
 http://blueprintcss.org
   * Reset Code ONLY
   * Copyright (c) 2007-Present. See LICENSE for more info.
----------------------------------------------------------------------- 
 reset.css */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure,footer,header,hgroup,nav,section {
border:0;
font-weight:inherit;
font-style:inherit;
font-size:100%;
font-family:inherit;
vertical-align:baseline;
margin:0;
padding:0;
}

article,aside,dialog,figure,footer,header,hgroup,nav,section {
display:block;
}

/** Custom CSS **/
body {
line-height:1.5;
font-family:verdana, sans-serif;
font-size:62.5%;
color:#888;
}

table {
border-collapse:separate;
border-spacing:0;
}

caption,th,td {
text-align:left;
font-weight:400;
}

table,td,th {
vertical-align:middle;
}

blockquote:before,blockquote:after,q:before,q:after {
content:"";
}

blockquote,q {
quotes:"" "";
}

a img {
border:none;
}

p {
padding:0 0 15px;
}

.container {
width:970px;
margin:0 auto;
padding:14px 0;
}

.search {
float:right;
}

body.search {
	float: none;
}

.search form {
clear: both;
}

.header {
float:left;
width:970px;
}

.home .header #logo {
width:465px;
height:80px;
background:url(../images/logo_large.png) no-repeat;
cursor:pointer;
margin:0 0 0 50px;
}

.page .header #logo {
float:left;
width:365px;
height:50px;
background:url(../images/logo_small.png) no-repeat;
cursor:pointer;
margin:0 0 0 50px;
}

#logo span {
display:none;
}

.pnav {
float:right;
text-align:right;
font-weight:700;
font-size:1.0em;
text-transform:uppercase;
color:#e39d30;
padding:7px 0 28px;
}

.home .pnav {
	border-top: 1px solid #ede4c2;
	width: 845px;
	margin: 0 0px 0 0;
	padding-right: 0px;
}	

.page .pnav {
	padding-top:33px;
	padding-bottom:22px;
	width:550px;
}

.pnav a:hover {
color:#8f946c;
text-decoration:none;
}



.pnav ul {
list-style-type:none;
list-style-image:none;
margin:0;
padding:0;
}

.pnav li {
display:inline;
padding:0 0 0 25px;
}

.fnav ul {
list-style-type:none;
list-style-image:none;
margin:0;
padding:0 0 10px 0 !important;
height: 20px;
}

.fnav li {
display:inline;
padding:0 5px 0 0px;
}

.home .pageid {
clear:both;
width:970px;
height:280px;
}

.page .pageid {
clear:both;
width:970px;
height:65px;
background:url(../images/bg_page_header.gif) repeat-x;
margin:0 0 30px;
}

.pageid .herotext {
float:left;
width:520px;
height:240px;
background:url(../images/bg_hero.jpg);
padding:20px 50px 20px 50px;
}

.pageid .heroimage {
float:left;
width:350px;
height:280px;
}

.herotext p {
font-size:1.4em;
color:#ede4c2;
line-height: 1.45em;
}

.herotext h3 {
font-size:2.0em;
line-height:1.2em;
font-family:Trebuchet MS, serif;
font-weight:700;
color:#fff;
margin:0 0 15px;
}

.home .content {
color:#6e6358;
margin:40px 0 0 118px;
}

.home .content a {
color:#6e6358;
text-decoration:underline;
}

.home .content td ul li, .home .content td ol li {
	color: #6e6358;
	padding-left: 0px !important;
	text-indent: 0px !important;
}



.home .content a:hover {
color:#5fa79a;
text-decoration: none;
}

.home .content a.linkTitle {
	margin: 0 0 10px 0;
	display: block;
}	

.home .content td {
border-left:1px solid #ede4c2;
vertical-align:top;
}

.home .content td.homecol1 {
width:320px;
padding:0 25px 0 10px;
}

.home .content td.homecol2 {
width:270px;
padding:0 25px 0 10px;
}

.home .content td.homecol3 {
width:240px;
padding:0 0px 0 10px;
}

.home .content td ul, .home .content td ol {
padding:12px 0 0 24px;
}

.home .content td ul li, .home .content td ol li {
padding:0 0 12px;
}

.home .content td ul li p {
	padding: 0 0 0px;
}

.home .content td h3 {
color:#e39d30;
font-weight:700;
text-transform:uppercase;
}

.page .pageid h1 {
font-family:Trebuchet MS, Serif;
font-size:2.2em;
width:468px;
color:#5fa79a;
font-weight:700;
padding:19px 50px 0 102px;
}

.content .pagecontent h2 {
	font-size: 1.0em;
	font-weight: bold;
	color: #5fa79a;
	padding: 0 0 20px 0;
}


.page .content .pagecontent {
float:left;
width:575px;
font-size:1.2em;
padding:0 82px 0 102px;
color: #514843;
}

.pagecontent p {
font-size:1.0em;
}

.page .content #sidebar {
float:right;
width:185px;
border-left:1px solid #ede4c2;
padding:0 0 0 20px;
}

.page .content .summary {
/*font-size:1.1em;*/
color:#514843;
}

.widget {
font-size:1.1em;
color:#5fa79a;
padding:0 0 0 0px;
}

.widget h2 {
font-size:1.1em;
color:#888;
font-weight:700;
text-transform:uppercase;
padding:0 0 5px;
}

.widget ul {
list-style-type:none;
list-style-image:none;
padding:0 0 0 10px;
}

.widget ul li {
padding:0 0 5px;
}

ul#heroes {
height:280px;
position:relative;
list-style:none;
}

.footer {
clear:both;
color:#c0b199;
padding:72px 0 0 50px;
}

.footer a {
color:#c0b199;
text-decoration: underline;
}

.footer a:hover {
color:#6e6358;
}

.home .content td form {
margin:7px 0 0;
}

/** Global CSS Fields **/
.widget input.textinput {
width:153px;
}

input.textinput {
color:#d2d4c5;
border-top:solid 1px #dbd5cd;
border-left:solid 1px #dbd5cd;
border-bottom:solid 1px #dbd5cd;
border-right:none;
float:left;
height:15px;
width:162px;
margin:0;
padding:2px 0 1px 3px;
}

input.textinputactive {
color:#888;
}

button.textsubmit {
width:27px;
height:20px;
float: left;
cursor:pointer;
border: 1px solid #dbd5cd;
background:url(../images/btn_submit.gif) no-repeat top left;

}

hr {
border-top:1px solid #ede4c2;
border-right:none;
border-left:none;
border-bottom:none;
height:1px;
margin:15px 0 20px;
}

hr.divider {
	margin: 35px 0 5px 0;
}

p i.bio {
	font-color: #5fa79a;
}

h2 {
font-weight:700;
color:#5fa79a;
}

h3 {
color:#5fa79a;
font-weight:400;
}


/** Wordpress styles **/
img.floatleftimage {
padding:0 10px 0 0;
}

.pnav li.current_page_item a,.pnav li.current_page_parent a,.widget a {
color:#5fa79a;
text-decoration:none;
}

.pnav a,.widget a:hover {
color:#e39d30;
text-decoration:none;
}

#sidebar ul li.widget ul li {
	list-style-type: none;
	padding: 0 0 10px 0;
}





.page .pageid .pagename,.page .pageid .pageimage {
float:left;
}

.leftcolumn {
	color: #6e6358;
	float: left;
	width: 280px;
	padding: 0 0 0 15px;
	font-size: 1.0em;
}

.rightcolumn {
	color: #6e6358;
	float: left;
	width: 200px;
	font-size: 1.0em;
}

.page .content .pagecontent .leftcolumn a, .page .content .pagecontent .rightcolumn a {
	text-decoration: underline;
	color: #6e6358;
}

.page .content .pagecontent .leftcolumn a:hover, .page .content .pagecontent .rightcolumn a:hover {
	text-decoration: underline;
	color: #5fa79a;
}

.page-template .content .pagecontent ul li {
	color: #888888;
	padding: 0 0 0 0px;
	margin: 0 0 2px 24px;
}

.page-template .content .pagecontent ol li  {
	color: #888888;
	padding: 0 0 0 0px;
	margin: 0 0 2px 36px;
}

.page-template .content .pagecontent a, .page-template .content .pagecontent a:visited {
	text-decoration: none;
	color: #5FA79A;
}


.page-template .content .pagecontent a:hover {
	color: #E39D30;
	text-decoration: none;
}

.pagecontent a:visited {
	color: #5FA79A
}

.page-template .content .pagecontent ul li a {
	color: #5FA79A;
	text-decoration: underline;
}

.page-template .content .pagecontent ul li a:hover {
	color: #5fa79a;
}

.page-template .content ul, .page-template .content ol {
	padding: 0 0 25px 0;
}	

#checkup {
	display: block;
	width: 166px;
	height: 29px;
	text-indent: -9999px;
	background: transparent url(../images/360-checkup.gif) no-repeat;
	padding: 0 0 10px 0;
}	

.page-template .content .pagecontent .back {
	font-size: 0.9em;
	color: #888888;
	font-style: italic;
}

label.error {
	display: block;	
	margin: 0 0 0 0px;
	font-size: 0.8em;
	color: #ff0000;
	clear: both;
	
}

#checkupForm table {
	padding: 0 0 0 20px;
	width: 400px;
}

#checkupForm table tr td {
	vertical-align: top;
	padding: 8px 8px 8px 8px;
	background: #eeeeee;
}

#checkupForm table tr td.num {
	font-weight: bold;
	
}

#checkupForm table tr td.statement {
	

}

#checkupForm table tr td.score {

}

#checkupForm table tr td.score input {
	width: 20px;
}

#checkupForm table tr.odd td{
	background: #ffffff;
}

#checkupForm input[type=text] {
	width: 250px;
	font-size: 12px;
}

#checkupForm textarea {
	width: 250px;
	font-size: 12px;
}

#checkupForm .score {
	width: 100px;
}

#checkupForm .score input {
	float: right;
}

#checkupForm .submit {
	
}

input {
	font-size: 12px;
}

textarea {
	font-size: 12px;
}

.counterHolder , .counterTotal{
	float: right;
	text-align: right;
}

#counter-total {
	padding: 10px 0 0 0;
}

textarea {
	font-family: arial;
}
/*
#sampleOptions {
	counter-reset: item -1;
}

#sampleOptions li {
	display: block;
}
#sampleOptions li:before {
		content: counter(item) ". ";
		counter-increment: item;
		display:block;	
}
*/

.homePara {
	margin-top: 5px;
}

.pagecontent ul {
	margin: 0 0 20px 0;
}

.pagecontent ul li {
	margin-left: 15px;
}

.pagecontent a {
	color: #5fa79a;
}
