
/* main CSS Document */
/* general styling first */
/* reset css styles individually instead of universal selector. */
html, body{
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	border-left:0;
} 
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-family: Verdana,Arial, Helvetica, sans-serif;
}
ol, ul {list-style: none;}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
/* end reset styles */

/* clearing technique */
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {display:inline-block;}
/* mac hide \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
 /* End hide */
/*........... do not change or amalgamate the above clearfix styles ......*/
html {
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
div {
	
}
html,body {
	background-color: #FFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666;
	text-align: center;/* for ie5.+*/
	height:100%; /* needed for container min-height */
}
a {
	text-decoration:none; 
	color:#663300;
	outline:none;	
}

#mainContent a {
	font-weight: bold;
}
a img,img{border:none;display:block;}
a:hover {
	text-decoration:underline; 
	color: #663300;
}
h1,h2,h3,h4,h5,h6{
	font-weight: bold;
}
h1{font-size: 197%}/* 26px */
h2{font-size: 182%}/* 24px */
h3{font-size: 167%}/* 22px */
h4{font-size: 152%}/* 20px */
h5{font-size: 136%}/* 18px */
h6{font-size: 122%}/* 16px */
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
p {
	padding-bottom: 1em;
}
hr {
	color: #666;
	height: 1px;
}
.small {
	font-size: 11px;	
}
.xsmall {
	font-size: 10px;	
}
.xxsmall {
	font-size: 9px;	
}
.required {
	color: red;
}
.clearBoth { 
	clear:both; 
	line-height:0px; 
	height:0px; 
	font-size:0px; 
	margin:0px; 
}
.img-caption {
	text-align: center;
	width: 450px;	
}
ul.normal, ul.tight {
	list-style: disc outside;
}
ul.normal li {
	margin: 0 0 1em 2em;
}
ul.tight {
	margin-bottom: 1em;
}
ul.tight li {
	margin-left: 2em;
}
ul.sublist {
	list-style: circle outside;
}
ul.sublist li {
	margin: 0 0 0 2em;
}
ol.normal, ol.tight {
	list-style: decimal outside;	
}
ol.normal li {
	margin: 0 0 1em 2em;
}
ol.tight {
	margin-bottom: 1em;
}
ol.tight li {
	margin-left: 2em;
}
div#outer {
	width: 1020px;	
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	text-align: left;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	padding: 0;	
	position: relative;
}
#header {
	padding-top: 10px;
}
#logo {
	width: 186px;
	height: 92px;
	margin: 1px 0 0 12px;
	float: left;	
}
#holx-logo {
	width: 158px;
	height: 38px;
	float: right;
	margin: 30px 15px 0 0;
}
#topMenu {	
	clear: right;
	padding-top: 15px;
}
#topMenuItems {
	float: right;
	padding-top: 4px;
}
#topMenu #topMenuItems li {
	display: inline;
	list-style-type: none;	
	margin-right: 6px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#topMenu #topMenuItems li a, #topMenu #topMenuItems li a:hover {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#searchArea {
	float: right;
	display: inline;
	margin-right: 33px;
	padding: 0;	
	height:18px;
}
#searchArea form {
	margin: 0;
	padding: 0;
}
#searchBtn {
	height: 18px;
	width: 25px;	
	float: left;
	margin: 2px 0 0 7px;		
}
input.searchBoxTop	{ 
	display:inline; 
	height:14px; 
	width:115px; 
	color:#009933; 
	border:1px solid #959595; 
	line-height:19px; 
	border-top:1px solid #404040; 
	border-left:1px solid #404040; 
	float: left;	
	font-size: 11px;
	font-family: 'Arial Bold', Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 2px;
}
#bodyArea {
	height:auto !important; /* real browsers */
	height:80%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	position: relative;
	float: left;
	clear: left;
}
#leftCol {	
	float: left;	
}
#mainCol {		
	margin: 0 0 15px 4px;
	float: left;	
}
#mainColNoBanner {
	margin: 12px 0 15px 4px;
	float: left;
}
#menu {
	margin: 50px 6px 0 15px;	
	width: 193px;
}
li.menuPrimarySelected, li.menuPrimary {	
	padding: 7px 0 7px 12px;
	border-bottom: 1px #093 solid;
	width: 183px;
}
li.menuPrimaryLastSelected, li.menuPrimaryLast {
	padding: 7px 0 7px 12px;
}
li.menuSecondary, li.menuSecondaryLast {
	margin-left: 7px;
	padding: 3px 0 3px 0;
}
li.menuSecondarySelected { 
	margin-left: 7px;
	padding: 3px 0 3px 4px;
}
li.menuSecondary {
	border-bottom: 1px #999 solid;
}
ul.menuTertiary {
	border-top: 1px #999 solid;
	padding-top: 4px;
}
li.menuTertiary, li.menuTertiarySelected {
	list-style: disc outside;
	margin-left: 24px;
	padding: 2px 0 1px 4px;
}
li.menuTertiary {
	color: #999;
	font-size: 10px;
}
li.menuTertiarySelected {
	color: #093;
	font-size: 10px;
}
a.menuPrimarySelected {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #093;
	line-height: 24px;	
}
a.menuPrimary {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #666;
	line-height: 14px;
}
a.menuSecondary, a.menuTertiary {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #999;
}
a.menuSecondarySelected {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #093;
}
a.menuSecondary, a.menuSecondarySelected, a.menuSecondaryLast {
	padding-left: 4px;
}
a.menuTertiarySelected {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #093;
}
a.menuPrimary:hover, a.menuPrimarySelected:hover, a.menuSecondary:hover, a.menuSecondarySelected:hover, a.menuTertiary:hover, a.menuTertiarySelected:hover {
	text-decoration: none;
	color: #093;
}
a.content {
	text-decoration:underline; 
	color:#093;
	outline:none;	
}
#contentBanner {
	height:196px;
	margin: 12px 22px 0 0;
}
#noBanner {
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	background-color: #630;
	padding: 4px 0 4px 16px;
	width: 521px;
	float: left;
	margin: 0;
}
#pageImage {	
	margin: 0;
	padding: 0;	
}
#pageTools {
	margin-left: 615px;
	padding: 0;	
}
#pageToolsNoBanner {
	clear: left;
	margin-left: 365px;
}
#pageTools img, #pageToolsNoBanner img {
	float: left;
	display:inline;
	margin: 0;
	padding: 0;	
}
#ShareTools {
	float: right;
	clear: left;
	margin-right: 88px;
	display: inline;
}
#ShareToolsNoBanner {
	width: 87px;
}
#rightCol {
	float: left;
}
#content {		
	float: left;	
	clear: both;
	width: 733px;
}
#contentNoBanner {
	float: left;	
	clear: left;
	width: 537px;
	margin-top: 12px
	padding: 0;
}
#mainContent {
	width:470px;
	float:left;
	text-align: left;
	margin-left: 16px;
	padding-right: 25px;
}
#mainContent-homepg {
	width:764px;
	float:left;
	text-align: left;
	margin-left: 0px;
	padding-right: 0px;
}
#ShareToolsFooter {
	float: left;	
	clear: left;
	margin-top: 25px;
}
#barkerRight {	
	text-align: left;
	margin: 21px 0 0 14px;	
	float: right;	
	clear: right;
}
.barker {		
	padding-top: 15px;
}
.barker a {
	text-decoration: none;
	display: block;	
}
.headline {
	font-weight: bold;
	font-size: 16px;
	color: #093;		
	line-height: 18px;
	margin-bottom: 15px;
}
.subhead {
	font-weight: bold;
	font-size: 12px;		
	line-height: 18px;
	margin-bottom: 8px;
}
.callout {
	color:#093;
	font-style: bold;
	font-size: 14px;		
	line-height: 18px;
}
#footer {
	height: 37px;
	font-size: 10px;	
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	padding-top: 20px;
	margin: 0 30px;
	position: relative;
	bottom: 0;
}
#footer a {
	text-decoration: none; 
	color: #7d7d7d;
}
#footer a:hover {
	text-decoration: underline; 
	color: #7d7d7d;
}
#copyRight {
	float: left;
}
#footerLinks {
	float: right;
}
#footerLinks li {	
	display: inline;
	list-style-type: none;	
	padding-right: 1px;
}

/*** COLUMNS ***/
.columnHeader {
	float: left;
	width: 130px;	
	line-height: 14px;
	margin-top: 10px;
	margin-bottom: 8px;
	font-style: normal;
}
.column {
	float: left;
	width: 130px;	
	font-size: 11px;
	line-height: 14px;
	padding-bottom: 12px;
}

/*** EVENTS TABLE ***/
.events {
	border: solid #ccc 1px;	
}
.events th {
	background-color: #093;
	color: #fff;
	font-weight: bold;
	padding: 0 5px 5px 5px;
	border-right: solid #fff 1px;
}
.events .norightborder {
	border-right: none;
}
.events .nobottomborder {
	border-bottom: none;
}
.events td {
	border-bottom: solid #ccc 1px;
	border-right: solid #ccc 1px;
	padding: 2px 0 2px 5px;	
}
.events tr.alt_row {
	background-color: #cfc;
}
/****** FORMS *******/
div.formField {	
	height: auto;
}
div.formField p {	
	float: left;
	display: inline;
	margin-top: 4px;
	width: 175px;
	height: 18px;
}
div.formField span.xxsmall {	
	float: left;
	margin-left: 150px;
}
.formTextInputArea { 
	float:left; 
	display:inline; 	 
	padding:4px 2px 1px 10px; 
	height:17px; 
	width:175px; 
	border:1px solid #c3c3c3; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000; 
	font-size:11px; 
	line-height:11px;
}
.formTextArea { 
	float:left; 
	display:inline; 
	padding:2px 2px 1px 10px; 
	height:80px; 
	width:200px; 
	border:1px solid #c3c3c3; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#000000; 
	font-size:11px; 
	line-height:13px;
}
.formSelectArea { 
	float:left; 
	display:inline; 
	margin-top: 3px;
	padding:2px 2px 1px 0px; 
	height:22px; 
	width:190px; 
	border:1px solid #c3c3c3; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#000000; 
	font-size:11px; 
	line-height:11px;
}
.formSubmit {
	width: 325px;
	margin: 12px 0 36px 0;
	text-align: center;		
}
.formSubmit a img {
	text-align: center;	
	margin-left: auto;
	margin-right: auto;
}
.formErrors {
	border: 1px solid red;
	padding: 5px;
	margin-bottom: 12px;
}
/*** SEARCH ***/
.searchResult img {
	display: inline;
	margin-right: 6px; 
}
.searchNav a {
	padding-right: 8px;
}
.searchPage {
	padding-right: 8px;
	color: #093;
	font-weight: bold;
}
/*** SITEMAP ***/
#siteMapContent {
	margin: 14px 22px 0 12px;
}
.siteMapTop, .siteMapCtg {
	margin-top: 8px;
}
.siteMapCtg {
	margin-left: 2em;
}
.siteMapPage {
	margin-left: 4em;
}
