/*** GENERAL FORMATTING & LAYOUT TAGS ***/
html {
	height: 100%;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
}
body,td,th,p,div {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:17px;
}
p,ul {
	position:relative;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	font-style: italic;
	margin:0px;
	padding:0px;
}
h1 {
	font-size: 22px;
	margin-bottom:20px;
}
h2 {
	font-size: 16px;
	margin-bottom:-5px;
}
h3 {
	font-size: 16px;
}
.highlightText {
}
.breadcrumbs {
	margin-bottom:10px; 
	text-align:right; 
	font-size:12px; 
	line-height:11px;
	text-transform:uppercase;
	position:relative;
	font-weight:bold;
}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.BGCenter {
	margin:0px; 
	height:100%;
}
.mainContainer {
	background-position:center;
	background-repeat:repeat-y;  
	text-align:left;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.mainContainer[class] {
	padding:0 30px 20px 22px;
}


/*** HEADER TAGS  ***/
.headerContainer {
	height:28px; 
	background-position:center top;
	background-repeat:no-repeat; 
	text-align:right; 
	padding:5px 20px 0 0;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.headerContainer[class] {
}
.headerLeft {
	width:22px; 
	height:161px; 
	background-position:top right;
	background-repeat:no-repeat; 
	float:left;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.headerLeft[class] {
}
.headerMain {
	float:left; 
	width:979px; 
	height:161px; 
}
.headerRight {
	width:9px; 
	height:161px; 
	float:left; 
	background-position:top left;
	background-repeat:no-repeat;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.headerRight[class] {
}


/***  MENU TAGS  ***/
.leftSidebar {
	float:left; 
	width:245px; 
	margin-right:18px;
	display:inline;
}
#navcontainer {
	background-repeat:repeat-y; 
	width:245px;
}
#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-weight:bold;
}
#navcontainer li {
	padding:0px;
	margin:0px;
}
#navcontainer li.folder {
	width: 213px;
	padding:18px 13px 0 13px;
}
#navcontainer ul li ul li {
	padding: 0px;
	margin-left: 20px;
}
#navcontainer a {
	display: block;
	width: 213px;
	height:23px;
	padding:18px 13px 0 13px;
}
#navcontainer ul li ul li a {
	width: 193px;
}
#navcontainer a:link, #navcontainer a:visited {
	color: #004431;
	text-decoration: none;
}
#navcontainer a:hover {
	color: #8b8645;
}
.menuBottom {
	background-repeat:no-repeat; 
	width:219px; 
	height:101px; 
	color:#003828; 
	padding:25px 13px 0 13px; 
	line-height:16px;
}


/* DROP DOWNS  */
.anylinkcss{
	position: absolute;
	visibility: hidden;
	border-top: 1px solid white;
	border-right: 1px solid white;
	border-left: 1px solid white;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	z-index: 100;
	background-color: white;
	width:155px;
}
.anylinkcss a {
	text-decoration: none;
	display: block;
	text-indent: 10px;
	padding: 7px 0 8px 10px;
	text-decoration: none;
	font-weight: bold;
	background-color:#f5fdf2;
	margin-bottom:1px;
}
.anylinkcss a:hover{ /*hover background color*/
	color: #FFFFFF;
	background-color:#c7d9bf;
	text-decoration: underline;
}
.anylinkcss ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
.anylinkcss li {
	margin:0px;
	padding:0px;
}
/* SUBMENU */
.submenu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding: 10px;
}



/*** MAIN HOME FOOTER TAGS ***/
.footerContainer {
	background-position:top center;
	background-repeat:no-repeat; 
	height:65px; 
	width:1010px; 
	padding-top:37px;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.footerContainer[class] {
}
.footerLeft {
	float:left; 
	margin:0 0 0 55px; 
	text-align:left; 
	width:195px;
	display:inline;
	position:relative;
}
.footerLeft form {
	margin:0px; 
	padding:0px;
}
.joinText {
	font-size:14px; 
	font-weight:bold; 
	font-style:italic; 
	color:#0c3380;
}
.footerCenter {
	float:left; 
	margin-left:125px;
	position:relative;
}
.footerRight {
	float:left; 
	margin-left:165px;
	position:relative;
}
.footerText {
	color:#FFFFFF; 
	font-size:11px; 
}
.footerText a {
	color:#FFFFFF;
}
.footerText a:visited {
	color:#FFFFFF;
}
.copyright {
	float:left;
	padding-left:43px; 
}
.nsource {
	float:right; 
	padding-right:28px;
}


/***  FORMS  ***/
.contactContainerLeft {
	float: left;
	margin-left: 10px;
	margin-right: 20px;
	top: 0px;
}
.contactContainerRight {
	float: right;
	width: 350px;
}
.contactContainerColor {

}
/* IE ignores styles with [attributes], so it will skip the following. */
.contactContainerColor[class] {
}
.contactCopy {

}
.copyAreaCode {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.copyPadding {
	padding-left: 15px;
}
.copyHighlight {
	color: #CC0000;
}
.contactStatement {
	font-size: 14px;
	font-weight: bold;
	color: #00309C;
	padding-bottom: 5px;
}
.fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border:1px solid #cccccc;
}
.requiredFields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFCC;
}
.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #8f2021;
	color : #ffffff;
	font-weight: bold;
} 
input.required, textarea.required {
	border: 1px solid #CC0000;
}

.formErrorMsg {
	margin-top: 20px;
	padding:10px;
	background-color: #8F2021;
	color: #ffffff;
	border: 1px solid #000000;
}

.mailingListErrorMsg {
	position: absolute;
	width: 200px;
	bottom: 45px;
	padding:10px;
	background-color: #8F2021;
	color: #ffffff;
	border: 1px solid #000000;
}



.galleryThumb {
	float: left;
	margin: 10px;
}
.galleryThumb img {
	padding: 1px;
	margin-bottom: 5px;
	border: 1px solid #000;
}
.clearBoth {
	clear: both;
}