html, body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Sans-serif;
}
table, td, p, body {
	font-size: 10.5pt;
}
hr {
	border: 1px silver solid;
}
.clearingBlock {
	width: 0px;
	height: 0px;
	clear: both;
}
#container {
	background-color: #939598;
	width: 1024px;
	margin: auto;
}
div#inner {
	background: url(../images/graybg.png) repeat-x;
	/*  min-height: 947px;
*/
}
div#white {
	width: 1024px;
	margin: auto;
	background: center url(../images/whitebg.png) repeat-y;
}
div#header {
	height: 125px;
}
div#logo {
	background: url(../images/logo.png) no-repeat;
	height: 105px;
	width: 175px;
	float: left;
	margin-left: 85px;
}
div#search {
	background: url(../images/searchbg.png) repeat-x;
	height: 44px;
	width: 435px;
	text-align: center;
	float: right;
	margin-right: 75px;
	vertical-align: center;
	padding: 10px;
}
span#arrowbox {
	border: 1px #006699 solid;
	color: #006699;
	font-weight: bold;
	font-size: 11px;
	padding: 0px 3px;
}
div#search input#keyword {
	border: 1px silver solid;
	width: 170px;
}
div#menu {
	width: 874px;
	height: 49px;
	background: url(../images/menu.png) repeat-x;
	padding: 0px 75px;
}
.btn {
	background-color: #006699;
	border: none;
	color: white;
	text-transform: uppercase;
	font-size: 11px;
	padding: 2px;
	font-weight: bold;
}
label {
	text-transform: uppercase;
	font-size: 11px;
}
div#content {
	width: 874px;
	position: relative;
	padding: 0px 75px;
}
div#feature {
	margin: auto;
	width: 855px;
	height: 284px;
	background: url(../images/feature.jpg) no-repeat;
}
div#sidebar {
	background-color: #E6E6E6;
	padding: 0px 5px 5px 5px;
}
.h1 {
	color: #0066cc;
	font: x-large Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
}
.h2 {
	color: #006600;
	font-size: x-large;
	font-weight: bold;
	margin: 8px 0;
	padding: 0;
}
.h3 {
	color: #006600;
	font-size: medium;
	font-weight: bold;
}
h4 {
	text-transform: uppercase;
	color: #7BC143;
	border-bottom: 3px #7BC143 solid;
	text-align: center;
	font-size: 24px;
	font-weight:bold;
	padding-bottom:2px;
	margin: 5px 0px;
}
div.sidebar div.blurbNews, div.sidebar div.blurbEvents, div.sidebar div.blurbText {
	background-color: #F7F3F7;
	padding: 5px 12px 10px 16px;
}
.sidebar p{
	font-weight:normal;
	font-size:11pt !important;
	color:black;
}
.sidebar .eventTitle,.sidebar .eventTitle a{
	font-weight:bold;
	text-transform:uppercase;
	font-size:10pt;
	color:#00346B;
}
div.line{
	border-top:1px solid #888888;
	height:2px;
	overflow:hidden;
	margin:0px 10px 0px 10px;
}
div#footer {
	color: #9C9A9C;
	padding: 0px 10px 20px 10px;
	margin: 5px 0px 10px 0px;
	border-bottom:2px solid #d9d9d9;
	height:20px;
}
span.links {
	float: left;
	padding: 2px 10px;
	text-transform:uppercase;
}
span.copyright {
	float: right;
	padding: 2px 10px;
}
/*Subpage*/
div#title {
	background-color: #003366;
	min-height: 40px;
	padding: 70px 0px 0px 0px;
}
div#left {
	width: 496px;
	float: left;
	padding: 30px 40px;
}
div#leftSub {
	float: left;
	width: 220px;
}
div#centerSub {
	float: left;
	width: 420px;
	padding: 5px;
}
div#leftSub #sidebar_wrapper {
	margin-left:9px;
	width: 203px;
}
div#right {
	background: white;
	float: right;
	width: 272px;
	padding: 5px 5px 5px 5px;
	margin:-50px 5px 0px 5px;
}
div#rightSub {
	float: left;
	width: 224px;
}
a {
	color: #2B51A1;
	text-decoration: none;
}
a:hover {
	color: #2B51A1;
	text-decoration: underline;
}
/*Menu*/
#menu ul a {
	display: block;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	min-height: 29px;
	background: url(../images/menu.png) repeat-x;
	color: white;
	text-decoration: none;
	padding: 16px 35px 4px 35px;
	text-transform: uppercase;
/* prevent double border thickness for horizontal menus */
	border-right: 1px solid #005984;
	border-top: none;
	border-bottom: none;
	border-left: 1px solid #1079A4;
}
#menu ul li ul a {
	background: #006699;
	color: white;
	text-align: left;
	font-weight: normal;
}
#menu ul li li a {
/* sub item override in case diff from top lvl items */
	width: 145px;
	border-bottom: 1px solid white;
}
#menu ul a.currentpage:link, #menu ul a.currentpage:visited {
	color: white;
	background: #003366;
}
#menu ul a:hover, #menu ul a.currentpage:hover {
	color: white;
	min-height: 29px;
	padding: 16px 35px 4px 35px;
	background: #003366;
}
#menu ul li {
	margin: 0;
	padding: 0;
	float: left;
	font-family: Arial, sans-serif;
	font-size: small;
	font-weight: normal;
	text-transform: capitalize;
	list-style: none;
}
#menu ul, #menu ul ul {
	float: left;
	list-style: none;
	line-height: 15px;
	padding: 0;
	margin: 0;
/* for horizontal menus, border-left not included nav items to prevent border double thickness, but we need to add border-left here to make sure the there is a left borderat the end of the top nav. */
	border-right: none;
}
#menu ul li ul {
/* sub menus */
	z-index: 1;
	position: absolute;
	left: -999em;
	height: auto;
	width: 153px;
	w\idth: 153px;
	font-weight: normal;
	margin: 0;
/* we nix border-top on submenu items below to remove border double thickness, but we need to add border-top to make sure the sub menu has a top border if itis wider than the parent menu item */
border-top: none
	/*border: none;
commented out to remove border double thickness */
}
#menu ul li ul ul {
	margin: -50px 0 0 175px;
	border:1px solid #bbbbbb;
	width:212px;
/* 3rd tier and greater submenus need different offset */
}
#menu ul li li {
	width: 145px;
	margin: 0;
	text-transform: capitalize;
}
#menu ul li ul a {
	width: 145px;
	w\idth: 145px;
	margin: 0;
	font-size: small;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#menu ul li ul a:hover, #menu ul li ul a.currentpage:hover {
	color: white;
	background: #003366;
}
/* remove border double thickness */
#menu ul li ul a {
	border-top: none;
}
#menu ul li:hover ul ul, #menu ul li:hover ul ul ul, #menu ul li.sfhover ul ul, #menu ul li.sfhover ul ul ul {
	left: -999em;
}
#menu ul li:hover ul, #menu ul li li:hover ul, #menu ul li li li:hover ul, #menu ul li.sfhover ul, #menu ul li li.sfhover ul, #menu ul li li li.sfhover ul {
	left: auto;
}
#menu ul li:hover, #menu ul li.sfhover {
	background: #003366;
}
/* Support for the "iehover-fix.js" */
* html ul.nav961 iframe {
	position: absolute;
/* account for the border */
	left: -0.25em;
	top: -0.25em;
	z-index: 0;
	filter: progid: DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}
/* this is for IE 5.0select.hide {
	visibility: hidden;
}
/* End Support for the "iehover-fix.js" */
/*Sub nav*/
div.sub-nav {
	/*position: absolute;
*/
	width: 190px;
	margin-top: -50px;
}

div.sub-nav ul ul.tertiary{
	position:absolute;
	left: -999em;
	height: auto;
	width: 200px;
	w\idth: 200px;
	font-weight: normal;
	margin: 0;
}
div.sub-nav ul li:hover ul{
	left:281px;
	margin:-65px 0px 0px 0px;
}

div.sub-nav ul {
	margin: 0px;
	padding: 0px;
	width: 188px;
	list-style-image: none;
	list-style-type: none;
}
div.sub-nav ul li {
	min-height: 30px;
	color: white;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	font-size: 15px;
	width: 188px;
	font-weight: bold;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 2px 9px;
}
div.sub-nav ul li a {
	color: #5B81A1;
	text-decoration: none;
}
div.sub-nav ul li.li1 {
	background: #39658C;
	padding:15px 0px 5px 15px;
	min-height: 30px;
}
div.sub-nav ul li.children1{
	margin-bottom:-1px;
}
div.sub-nav ul li.li2 a {
	padding:15px 0px 5px 15px;
	min-height: 30px;
	width: 188px;
	background: #E6E6E6;
	display: block;
}
div.sub-nav ul li.li2 a:hover, div.sub-nav ul li.li2 a.active {
	/*color: #E6E6E6;
	background: #5B81A1;*/
	border-left:6px solid #39658C;
	padding:15px 0px 5px 9px;
}
div.sub-nav ul li.li3 {
	margin-bottom:0px;
	border-bottom:2px solid white;
	width:202px;
}
div.sub-nav ul li.li3 a {
	padding:5px 0px 4px 15px;
	background: #e6e6e6;
	display: block;
	font-size:10pt;
}
div.sub-nav ul li.li3 a:hover, div.sub-nav ul li.li3 a.active {
	/*color: #E6E6E6;
	background: #5B81A1;*/
	border-left:6px solid #39658C;
	padding:5px 0px 4px 9px;
}

span.pageTitle {
	width: 644px;
	display: block;
	margin-left: 205px;
	padding: 1px 20px 5px 20px;
}
div#title h2 {
	color: white;
	text-transform: uppercase;
	font-size: 20px;
	font-weight:bold;
	display: inline;
	letter-spacing:1px;
}
#breadcrumb {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left:-38px;
	margin-bottom:8px;
}
#breadcrumb li{
	display:inline;
	font-size:10px;
}
#breadcrumb li a{
	background:url(../images/bg-breadcrumb.gif) no-repeat scroll 100% 50%;
	font-size:10px;
	padding:0 11px 0 0;
	text-decoration:underline !important;
}
#detailcontent{
	margin:65px 5px 0px 220px;
}
#results{
	padding:0px 6px 0px 8px;
}
.paging{
	clear:both;
	display:block;
	text-align:left;
	padding:0px 0px 6px 0px;
}
#sortby{
	text-align:right;
	padding:6px 20px 0px 0px;	
}
