html {
	height: 100%;
}

#container {
	padding: 0px;
	width: 955px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}
#logobar {
	padding: 0px;
	height: 82px;
	width: 955px;
	left: 0px;
	top: 0px;
}

#searchbar {
	height: 20px;
	width: 930px;
	padding-right: 25px;
	left: 0px;
	top: 83px;
	background-image: url(/images/search_bkgrd.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: right;
	padding-top: 5px;
}
#searchpanel{}
.searchbox {
	height: 11px;
	font-size: 10px;
	color: #999999;
	margin: 0px;
	padding: 0px;
}
#searchbar a:link {
	color:#008348;
	text-decoration: none;
	text-transform: uppercase;
}
#searchbar a:visited {
	color:#008348;
	text-decoration: none;
	text-transform: uppercase;
}
#searchbar a:hover {
	color:#999999;
	text-decoration: none;
	text-transform: uppercase;
}
#searchbarh a:active {
	color:#008348;
	text-decoration: none;
	text-transform: uppercase;
}

/* search results paging styles*/
.ektronSearch div#navbar {text-align:center;display:block;margin-top:1em;border-top:0px dotted silver;padding-top:1em;}
.ektronSearch div#navbar ul.ektronPaging {list-style:none;margin:0em;padding:0em;}
.ektronSearch div#navbar ul.ektronPaging li {display:inline;border:0px solid blue;padding:.35em;margin-right:.5em;font-weight:bold;}
.ektronSearch div#navbar ul.ektronPaging li a {text-decoration:none;font-weight:normal;}
.ektronSearch div#navbar ul.ektronPaging li a:hover {text-decoration:underline;}


#bannerpic {
	padding: 0px;
	height: 230px;
	width: 955px;
	left: 0px;
	top: 108px;
}
#nav {
	background-image: url(/images/nav_bkgrd.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px 0px 3px 216px;
	height: 25px;
	width: 739px;
	left: 0px;
	top: 338px;
}/*
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
	width: 739px;
	float: right;
}
#nav li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
}
*/
#maincontent {
	margin: 0px;
	padding: 0px 0px 10px;
	width: 955px;
	left: 0px;
	top: 366px;
	clear: right;
	float: left;
}
#leftcontent {
	margin: 0px;
	width: 204px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 0px;
	left: 0px;
	top: 366px;
	height: auto;
	clear: both;
	float: left;
}
#leftcontent ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 204px;
	line-height: 0px;
	clear: both;
	float: left;
}
#leftcontent li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	overflow: hidden;
	text-align: left;
	line-height: 0px;
	clear: both;
	float: left;
}
#spotlightbox {
	background-image: url(/images/spotlight.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	width: 176px;
	padding-top: 35px;
	padding-right: 13px;
	padding-bottom: 13px;
	padding-left: 13px;
	border: 1px solid #B43B96;
	line-height: 14px;
	clear: right;
	float: left;
}
.spotlightheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	color: #008348;
}
.spotlightpic {
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	clear: right;
	margin: 0px;
}
#rightcontent {
	margin: 0px;
	height: auto;
	width: 739px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	left: 217px;
	top: 366px;
	float: left;
}
#content {
	margin: 0px;
	height: auto;
	width: 403px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	left: 217px;
	top: 377px;
	float: left;
	font-size: 12px;
}
#homecallout {
	background-image: url(/images/homecallout_bkgrd.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 3px 10px;
	height: auto;
	width: 286px;
	top: 377px;
	left: 650px;
	float: left;
}
/* Additional homecallout styles in cms_styles.css*/

#subcontent {
	margin: 0px;
	width: 504px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	left: 217px;
	top: 377px;
	float: left;
	font-size: 12px;
	clear: right;
	height: auto;
}
#subcallout {
	background-image: url(/images/homecallout_bkgrd.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 3px 10px;
	height: auto;
	width: 185px;
	top: 377px;
	left: 650px;
	float: right;
}
#subcallout ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 185px;
}
#subcallout li {
	padding: 7px 0px;
	list-style-type: none;
	text-align: left;
	line-height: 13px;
}
#subcallout a:link {
	color:#008348;
	text-decoration: none;
	text-transform: capitalize;
	font-weight: bold;
}
#subcallout a:visited {
	color:#008348;
	text-decoration: none;
	font-weight: bold;
	text-transform: capitalize;
}
#subcallout a:hover {
	color:#B43B96;
	text-decoration: none;
	font-weight: bold;
	text-transform: capitalize;
}
#subcallout a:active {
	color:#008348;
	text-decoration: none;
	font-weight: bold;
	text-transform: capitalize;
}
.calloutcontent {
	height: auto;
	width: 185px;
	padding-bottom: 10px;
	padding-top: 0px;
	float: left;
}

#breadcrumbs {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	margin: 0px 0px 30px;
	width: 504px;
	padding: 0px;
	text-transform: capitalize;
}
#breadcrumbs a:link {
	color:#008348;
	text-decoration: none;
}
#breadcrumbs a:visited {
	color:#008348;
	text-decoration: none;
}
#breadcrumbs a:hover {
	color:#999999;
	text-decoration: none;
}
#breadcrumbs a:active {
	color:#008348;
	text-decoration: none;
}
.print {
	text-align: right;
	width: 100px;
	float: right;
	padding: 0px;
	margin: 0px;
	clear: right;
}
#footer {
	background-color: #CCE6DA;
	padding: 10px;
	height: 25px;
	width: 935px;
	bottom: 0px;
	left: 0px;
	clear: right;
	float: left;
	font-size: 10px;
	color: #999999;
	line-height: 13px;
}
#footer1 {
	text-align: left;
	margin: 0px;
	float: left;
	width: 214px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer2 {
	text-align: center;
	width: 507px;
	float: left;
	padding: 0px;
}
#footer3 {
	text-align: right;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 214px;
	clear: right;
}
#footer a:link {
	color: #999999;
	text-decoration: none;
}
#footer a:visited {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	color: #333333;
	text-decoration: none;
}
#footer a:active {
	color: #999999;
	text-decoration: none;
}
