@charset "utf-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a, a:visited, a:active, a:hover {
	color: #01460F;
}
form, input {
	margin:0;
	padding:0;
}
h1 {
	color: #01460F;
	font-size: 18px;
}
h2 {
	font-size: 14px;
}
dt {
	font-weight: bold;
	margin-top: .5em;
}
#container { 
	width: 960px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-bottom: 20px;
} 
#searchBar { 
	background: url(/media/img/headerGradient.gif) repeat-x top left;
	height: 29px;
	margin-top: 7px;
	margin-bottom: 7px;
	text-align: right;
} 

#searchForm {
	padding-bottom:2px;
}

#searchForm input#submit {
	width: 44px;
	height: 29px;
	cursor:pointer;
	border:none;
	background:none;
	background:url(/media/img/go.jpg) no-repeat left top;
	overflow: hidden;
}
#searchForm input#search {
	margin-bottom:5px;
	border:none;
	padding:0;
	font-size:12px;
}

#header { 
	height: 254px;
	margin-bottom: 7px;	
} 
#logo {
	float: left;
}
#logo img {
	border:none;
}
#bannerLarge {
	height: 254px;
	width: 672px;
	float: left;
	background: url(/media/img/imageDropShadowLarge.gif);
	margin-left: 3px;
	overflow: hidden;
}
#bannerMedium {
	height: 254px;
	width: 427px;
	float: left;
	background: url(/media/img/imageDropShadowMedium.gif);
	margin-left: 3px;
	overflow: hidden;
}
#bannerSmall {
	height: 254px;
	width: 241px;
	float: left;
	background: url(/media/img/imageDropShadowSmall.gif);
	margin-left: 3px;
	overflow: hidden;
}
div.bannerInner {
	position: relative;
	top: 8px;
	left: 8px;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 248px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #01460F;
	color: #FFFFFF;
	padding: 16px;
	font-weight:bold;
	font-size:14px;
}
#sidebar1 a, #sidebar1 a:visited, #sidebar1 a:active {
	color:#FFFFFF;
	text-decoration: none;
	display: block;
	border: 2px solid #01460F;
	padding: 2px;
}
#sidebar1 a:hover, #sidebar1 li.active a {
	background-color:#2C6538;
	border-color:#033E0E;
}

#sidebar1 ul {
	list-style-type:none;
	text-align:center;
	padding:0;
	margin:0;
}
#sidebar1 li {
	margin-bottom: .5em;
}

#mainContent { 
	margin: 0 0 0 300px;
	padding: 10px 20px;
	line-height: 1.6em;
} 
#footer { 
	background:#01460F; 
	color:#FFFFFF;
	background-color:#2C6538;
	border: 2px solid #00470E;
	text-align:center;
	margin-top: 2em;
} 
#footer a, #footer a:visited, #footer a:hover, #footer a:active {
	color:#FFFFFF;
	text-decoration: none;
} 
#footerContents { 
	border: 1px solid #155623;
	padding: 4px 0;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* [ Tertiary Menu ] */
.tertiaryMenu {
	float: right;
	position:relative;
	top: -15px;
}
.tertiaryMenu ul li {
	display: inline;
	background: none;
	padding: 0;
	margin: 0;
	height: 10px;
}
.tertiaryMenu ul li a {
	color: #01460F;
	padding: 0 10px 0 7px;
	border-right: 1px solid #000;
	vertical-align: middle;	
	text-decoration: none;
}
.tertiaryMenu ul li a.last {
	border-right: none;
	padding-right: 0;	
}
.tertiaryMenu ul li a:hover {
	text-decoration: underline;	
}
#cLeft img, #cRight img {
	visibility: hidden;
}

