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

/* 
Icon Printing PANTONE number, 389, RGB equivalent: 206 R  224 G  7 B    #CEE007 
Other colors in this color scheme:
pale green (backgrounds etc.) = #F2FFBF
dark green (highlight color etc.) = #8FB300
*/

body {
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}
#pageContainer {
	text-align: left;
	width: 720px;
	margin: 0 auto;
}
#header {
	padding: 3px;
}
.companyColor {
	color:#CDDC28;
}
#logoArea {
	background-color: #CDDC28;
}
#navbar {
	text-align:center;
	margin: 6px 0;
}
#navbar a:link, #navbar a:visited {
	color: black;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
#navbar a:hover, #navbar a:active {
	color: white;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
.navButton {
	width: 128px;
	height: 36px;
	background-image:url(../images/navbutton.gif);
	background-repeat:no-repeat;
	background-position:center;
}
#breadCrumbs {
	font-size:smaller;
	background-color:#FFFFFF;
}
#breadCrumbs a:link, #breadCrumbs a:visited {
	color: black;
}
#breadCrumbs a:hover {
	color: #8FB300;
}
#breadCrumbs a:active {
	color: red;
}
.photoCaption {
	text-align:right;
	font-size:x-small;
	color: gray;
	margin-right:3em;
}

#footer {
	text-align: center;
	padding: 0;
	font-size:smaller;
}

#footer #contactInfo li {
	display: inline;
	padding: 0;
}
#footer li a:link, #footer li a:visited {
		color: #8FB300;
}
#contactInfo {
	background-color: #F2FFBF;
}
#footer #contactInfo ul {
	padding: 4px;
}
form fieldset {
	border:2px solid #8FB300;
	padding:10px;
}
form legend {
	font-weight:bold;
	padding:5px;
	color:#8FB300;
}
#pageContainer #header #logoArea img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
form label {
	display:block;
	width:180px;
	float:left;
	font-weight:bold;
	font-size:small;
	color:#8FB300;
	line-height:150%;
}
.required{
	color:red;
}
.invisible {
	display: none;
}
.error {
	color:red;
	visibility:hidden;
}
#featuredImage {
	text-align:center;
}

#featuredImage img {
	display:none;
}

#featuredImage img.show {
	display:block;
	margin: 0 auto;
}

.newsFlash {
	display:none;
	text-align:center;
	background-color:#FFFF99;
	padding:.5em 1em;
	margin: .25em 0;
}
.newsFlash h1 {
	font-size:1.25em;
	padding:.25em 1em;
}
