
/* 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));
}
html,body {
	background: #FFF;
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #555;
	text-align: center;/* for ie5.+*/
	height:100%; /* needed for container min-height */
}
a {
	text-decoration:none; 
	color:#6893f3;
}
a img,img{border:none;display:block;}
a:hover {
	text-decoration:underline; 
	color: #6893f3;
}
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;
}
hr {
	color: #702c6a;
	height: 1px;
}
p {
	padding-bottom: 1em;
}

.small {
	font-size: 11px;	
}
.xsmall {
	font-size: 10px;	
}
.xxsmall {
	font-size: 9px;	
}
.required {
	color: red;
}
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;
}
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: 1024px;	
	background-color: #fff;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	padding: 0;	
	position: relative;
}
#header {
	margin-top: 10px;
	background-color: #fff;
}
#logo {
	height: 87px;
	width: 500px;
	margin: 1px 0 0 9px;
	float: left;	
}
#logo a img {
	display: inline;
}
#holx-logo {
	float: right;	
}
#holx-logo a img {
	display: inline;
}
#sectionSelection {
	margin: 8px 0 0 9px;
	float: left;
}
#sectionSelection div {
	font-size: 14px;
	display: inline;
}
#sectionSelected {
	padding: 0 2px; 
	color: #702c6a;
}
.sectionChoose {	
	padding: 0 2px;	
}
.sectionChoose a {
	color: #7d7d7d;
	text-decoration: none;
}
.sectionChoose a:hover {
	color: #702c6a;
	text-decoration: none;
}
.linkSeparator {
	padding-right: 2px;
}
.sectionLanguage {
	/*float: left;
	color: #74af5c;
	margin-left: 15px;
	padding-top:2px;*/
}
.sectionLanguage a, .sectionLanguage a:hover {
	/*color: #74af5c;*/
}
#topMenu {
	clear: both;
}
#topMenu ul {
	float: right;
}
.topMenuFirst {
	padding: 0;	
}
.topMenuLast {		
}
#topMenuItems {
	margin-top: 7px;
}
#topMenu #topMenuItems li {
	display: inline;
	list-style-type: none;	
	padding-right: 2px;
}
#topMenu li a {
	font-size: 11px;
	color: #7d7d7d;
}
#topMenu li a:hover {	
	color: #702c6a;
	text-decoration: none;
}
#searchArea {
	clear: right;
	float: right;
	margin-top: 15px;
	margin-bottom: 4px;
}
#searchBtn {
	height: 26px;
	width: 63px;	
	float: left;
	margin-left: 7px;		
}
input.searchBoxTop	{ 
	display:inline; 
	height:18px; 
	width:115px; 
	color:#6a95f5; 
	border:1px solid #959595; 
	line-height:19px; 
	border-top:1px solid #404040; 
	border-left:1px solid #404040; 
	float: left;
	margin-top: 3px;
	font-size: 11px;
	font-family: 'Arial Bold', Arial, Helvetica, sans-serif;
	font-weight: bold;
}	
#divider {
	height: 17px;	
	background-color: #e8e8e8; 
	clear: both;
}
#homeMenu {
	background-color: #bbc79e;
	height: 57px;
	clear:both;
}
#homeMenuItems {
	float: left;
	padding-top: 14px;
	margin-left: 2px;
}
#homeMenuItems li {
	display: inline;
	list-style-type: none;	
}
#homeMenuItems li a {
	color: #fff;	
	font-size: 12px;
	font-weight: bold;
	background: url(../images/hcp_home_menu_bg.gif) no-repeat;
	height: 32px;
	width: 138px;
	float: left;
	display: block;
	text-align: center;
	vertical-align: middle;
	padding-top: 7px;
}
#homeMenuItems li a:hover {
	color: #6e2a69;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/hcp_home_menu_hover.gif) no-repeat;
	height: 32px;
	width: 138px;
	display: block;
	text-align: center;
	vertical-align: middle;
}
#homeMenu #searchArea {
	margin-right: 10px;
}
#homeMenu #searchArea input.searchBoxTop {
	width: 97px;
}
#bodyArea {
	background-color: #fff;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	position: relative;
	float: left;
}
#homeSplash {
	width: 1024px;
	height: 475px;
	margin-bottom: 22px;
}
#homeCallOuts {
	margin-left: 30px;	
}
#homeCallOutMain {
	float: left;
	padding: 5px 30px 5px 0;
	width: 390px;
	margin-right: 10px;
	background: url(../images/hcp_home_sep_vert.gif) 100% 0 no-repeat;	
}
.homeCallOut {
	float: left;
	margin: 5px 10px;	
	width: 262px;	
}
.callOutText {
	margin-top: 6px;
	color: #555;
	font-size: 14px;
	text-decoration: none;	
}
.homeWelcome {
	font-size: 24px;
	color: #99aa6f;	
	padding-bottom: 5px;
}
.homeSubHead {
	color: #702c6a;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 12px;
	background: url(../images/hcp_home_sep_horiz.gif) 0 100% no-repeat;
	margin-bottom: 12px;	
}
.highlight {
	font-weight: bold;
	color: #702c6a;
}
.callOutTitle {
	font-size: 14px;
	color: #702c6a;
	padding-bottom: 6px;
	text-decoration: none;	
}
h4.callOutTitle {
	font-size: 12px;
	font-style: italic;
	padding-bottom: 2px;
}
.callOutTitleAction {
	color: #919191;	
}
.subCallOut {
	margin-top: 24px;
}
.callOutIcon {
	float: right;
}
#leftCol {
	float: left;
	margin: 0 6px 50px 0;
}
#mainCol {		
	margin: 0 0 15px 4px;
	float: left;
}
#menu {
	margin: 7px 0 0 26px;
	font-size: 12px;	
}
#menuTop {
	background: url(../images/hcp_menu_top.gif) 0 100% no-repeat;
	width: 203px;
	height: 24px;
	margin: 0;
	padding: 0;
}
#menuBottom {
	background: url(../images/hcp_menu_bottom.gif) no-repeat;
	width: 203px;
	height: 18px;
}
#menu li {
	background: #dae8d2 url(../images/hcp_menu_mid.gif) repeat-y;
	width: 183px;
	text-align: left;	
	clear: left;
	margin: 0;
}
#menu li.menuPrimary {
	padding: 8px 0 8px 20px;
}
#menu li.menuSecondarySelected {
	width: 194px;
}
a.menuPrimary, a.menuPrimaryFirst, a.menuPrimary:hover, a.menuPrimaryFirst:hover {
	color: #555;
	text-decoration: none;	
	position: relative;
}
#menu li.menuDivider {
	background: url(../images/hcp_menu_divider.gif) 0 0 no-repeat;
	height: 1px;
	width: 203px;
	padding: 0;
	margin: 1px 0 0 0;	
	position: absolute;
}
#menu li.blank {	
	height: 1px;
	width: 203px;
	padding: 0;
	margin: 1px 0 0 0;	
	position: absolute;
}
a.menuPrimarySelected, a.menuPrimarySelected:hover {
	color: #6d2b69;
	text-decoration: none;
	font-weight: bold;	
}

a.menuSecondarySelected, a.menuTertiarySelected, a.menuSecondarySelected:hover, a.menuTertiarySelected:hover {
	color: #6d2b69;
	text-decoration: none;
}
a.menuSecondarySelected {
	height: 23px;
	width: 182px;
	background: url(../images/hcp_menu_arrow.gif)  0 0 no-repeat;	
	float: left;
	padding: 5px 0 0 30px;
	position: absolute;	
	display: block;
	clear: left;
	margin: 0;
}
a.menuSecondarySelected:hover {
	height: 23px;
	width: 182px;
	background: url(../images/hcp_menu_hover.gif) 0 0 no-repeat;
	float: left;
	padding: 5px 0 0 30px;
	position: absolute;
	display:block;
	clear: left;
	margin: 0;
}

.menuSecondarySelected {	
	width: 182px;	
	height: 23px;
	padding: 8px 0 4px 8px;		
}
.menuTertiarySelected {
	background: url(../images/bul_box.gif) 0 20% no-repeat;
	padding-left: 10px;
}
#barkerLeft {
	width: 198px;
	text-align: left;
	margin: 10px 0 0 27px;
}
a.barkerLeftLink img {
	display: inline;		
}
a.barkerLeftLink:hover {
	text-decoration: none;		
}
#pageTools {
	margin: 0 0 27px 390px;	
}
#pageTools img {
	display: inline;	
}
#pageTools.space {
	margin: 30px 0 40px 0;
}
#mainContent {
	width:500px;
	float:left;
	text-align: left;
	margin: 0 18px;
}
#searchResults {
	width:703px;
	float:left;
	text-align: left;
	margin: 0 18px;
}
.searchResult img {
	display: inline;
	margin-left: 6px; 
}
.searchNav a {
	padding-right: 8px;
}
.searchPage {
	padding-right: 8px;
	color: #702c6a;
}
.headline {
	font-size: 20px;
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	color: #6d2b69;
	margin-bottom: 15px;
	font-weight: normal;
	line-height: 22px;
}
.subSection {
	margin: 20px 0 0 23px;
}
.subhead {
	font-size: 16px;
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	color: #588432;
	margin-bottom: 15px;
	font-weight:normal;
}
.header3 {
	font-size: 12px;
	color:#22456c;
	font-weight: bold;
	margin-bottom: 7px;
}
.submitBtn {
	text-align: center;
	margin-top: 10px;
}
#barkerImg {
	height:150px;
	width: 203px;
}
#barkerRight {
	text-align: left;
	float: right;
	font-size: 12px;
	margin-left: 12px;
}
#barkerList {
	background: url(../images/hcp_barker_bg.gif) 3% 0 no-repeat;
	padding: 5px 0 0 12px;	
	position: relative;	
}
.barker {
	width: 170px;
	border: 1px solid #c9c9c9;
	padding: 10px 3px;
	margin: 5px 0 10px 0;	
}
.barker a {
	text-decoration: none;
	display: block;	
}
.barkerTextOnly {
	background-color: #dae8d2;
}
.barkerImgOnly {
	border: none;
	padding: 0;
	margin: 0 0 10px 0;
}
.barkerHeader {
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	color: #6d2b69;
	font-weight: bold;
	font-size: 13px;
	padding-left: 3px;
	text-decoration: none;
}
.barkerText {
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
	font-size: 13px;
	padding-left: 3px;
	font-style: italic;
	text-decoration: none;
}
#footer {
	height: 37px;
	background-color: #fff;
	font-size: 11px;	
	font-family: Helvetica, Arial, sans-serif;
	clear: left;
	border-top: 1px solid #e5e5e5;	
	padding-top: 20px;
	margin: 0 70px;
	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: 5px;
}
sup {
	font-size:xx-small;
	vertical-align:top;
}
.blockquote {
	border: 1px solid #CCC;
	padding: 10px; 
	margin: 12px 0 18px;
	background-color:#eaeaea;
}
/****** 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: 175px;
}
.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;
}
.clearBoth { 
	clear:both; 
	line-height:0px; 
	height:0px; 
	font-size:0px; 
	margin:0px; 
}
.download {
	margin: 0 24px;
	padding: 12px 0 6px 6px;
	width: 180px;
	clear: both;
	float: left;
}
.download img {
	display: inline;
	padding-right: 6px;	
}
.download a {
	font-size: 18px;
	font-style: italic;	
}
.download a:hover {
	text-decoration: none;
}
#siteMapContent {
	margin: 14px 22px 0 18px;
}
.siteMapTop, .siteMapCtg {
	margin-top: 8px;
}
.siteMapCtg {
	margin-left: 2em;
}
.siteMapPage {
	margin-left: 4em;
}