﻿@import url('reset.css');
@import url('layout.css');
@import url('buttons.css');
@import url('header.css');
@import url('footer.css');
@import url('leftColumn.css');


body {
	color: #666;
}
strong{font-weight: bold;}
h1 {
	font-size: 1.5em;
	padding-left: 10px;
	padding-top: 5px;
	color: #006633;
	background-color: transparent;
	font-weight: bold;
	margin: 0px;
	text-align: left;
	float: left;
	display: block;
	width: 715px;
}
h2 {
	color: #4c534d;
	font: bold 1.0em/2.1em Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	margin-bottom: 10px;
	text-align: left;
	padding-left: 0px;
	float: left;
	clear: left;
	display: block;
	width: 100%;
	width: 710px;
}
h2.fullGrayBack
{
	background-color: #f1f1f1;
	margin-bottom: 0px;
	width: 100%;
}
strong{
	font-weight: bold;
	color: inherit;
}
p {
	display: block;
	clear: left;
	margin: 0px 0px 20px 0px; 
	
}
p.last {
	padding-bottom: 20px;
}
ol {
	margin-left: 30px;
	list-style-type: decimal;
	clear: both;
}
ol li {
	margin-bottom: 5px;
	}
li ol
{
	margin-top: 10px;
}
.footnote {
	font-size: 0.75em;
	text-align: center;
}
a {
	color: #006633;
	text-decoration: none;
}
a:hover {
	color: #003333;
}
a.underline {
	margin-bottom: 1px;
}
a.underline:hover {
	border-bottom: 1px dotted #003333;
}
a.grey {
	color: #666;
}
a.grey:hover {
	color: #9fbe92;
}
a.light {
	color: #dfe8e0;
}
a.light:hover {
	color: #d8e883;
}
a.extralight {
	color: #ccff00;
}
a.extralight:hover {
	color: #cfe187;
}
input.textbox {
	border: 1px solid #006633;
}

input.activeTextbox {
	border-color: #003333;
	background-color: #dfe8e0;
}
.red{color:#ff0000 !important;}
.smallgrey {
	color: #666;
	font-size: 0.9em;
	text-align: center;
}
p.orangeheader {
	margin: 10px 0px 0px 15px;
	display: block;
	clear: left;
	font-size: 1.00em;
	font-weight: bold;
	color: #F38637;
	padding-left: 3px;
}

ul.horizontalList {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	color: #006633;
}
ul.horizontalList li {
	margin: 0px;
	padding: 0px;
	display: inline;
}
ul.bulletList{
	padding-left: 20px;
	list-style-position: outside;
	list-style-type: disc;
	width: 80%;
}
ul.bulletList li{clear: left;margin-bottom: 10px;}
.orange{color: #ff6600; font-size: inherit; line-height: inherit; vertical-align: top;}
div#crumbTrailBlock
{
	padding: 5px 0px;
	font-size: .80em;
}
div#catLevelLinks
{
	margin: 20px 10px;
}

div.textContent
{
	margin: 5px;
	margin-right: 0px;
	float: left;
}
div.textContent p
{
	margin-left: 0px;
}
div.locationCard { width: 330px; border: 1px solid #ccc; padding: 0px; margin: 10px; float: left; }
div.locationCard p { font-size: 0.90em; line-height: 1.2em; }
div.locationCard p.cardHead{
	background: url('img/bg-gray3_short.jpg') repeat-x top left; 
	height: 30px; 
	padding: 0px; 
	margin: 0px; 
	font: bold 0.85em/3.0em Verdana, Arial, Helvetica, sans-serif; 
	color: #006633;
	padding-left: 5px;
}
div.locationCard p.cardBody{margin: 0px;padding: 5px;}
dl{margin-left: 30px;}
dt,dd{clear: left;}
dt{font-weight: bold;margin-top: 5px;}
dd{margin-left: 20px;}
ul#footer_BottomLinks{margin-bottom: 15px;}
