
/* 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 url(../images/Background_Patient.jpg);
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #7d7d7d;
	text-align: center;/* for ie5.+*/
	height:100%; /* needed for container min-height */
}
a {
	text-decoration:none; 
	color:#6893f3;
	outline:none;
}
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;
}

p {
	padding-bottom: 1em;
}
hr {
	color: #702c6a;
	height: 1px;
}
.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;
}
ul.sublist {
	list-style: circle outside;
}
ul.sublist li {
	margin: 0 0 0 2em;
}
ul.quiz li {
	margin: 0 0 .5em 1em;
	clear: both;
	float: none;
	position: relative;
}
ul.quiz li label {	
	display: block;	
	margin-left: 25px;
}
ul.quiz li input {
	left: 0;
	position: absolute;
	top: 0;	
}
ul.checklist li {
	margin: 0 0 1em 2em;
	list-style: url(../images/emptysquare.gif);
}
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;
}
.inline {
	display: inline;
	margin-right: 3px;
}
div#outer {
	width: 950px;	
	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: 214px;
	height: 87px;
	margin: 1px 0 0 12px;
	float: left;	
}
#holx-logo {
	width: 158px;
	height: 53px;
	float: right;
	margin-right: 15px;
}
#sectionSelection {			
	margin: 8px 65px 0 0;
	float: left;	
}
#sectionSelection div {
	font-size: 14px;	
	display: inline;
}
#sectionSelected {
	margin: 0 5px 0 28px; 
	color: #702c6a;
}
.sectionChoose {
	margin-left: 5px;	
}
.sectionChoose a {
	color: #7d7d7d;
	text-decoration: none;
}
.sectionChoose a:hover {
	color: #702c6a;
	text-decoration: none;
}
.sectionLanguage {
	/*float: left;
	color: #74af5c;
	margin-left: 15px;*/
}
.sectionLanguage a, .sectionLanguage a:hover {
	/*color: #74af5c;*/
}
#topMenu {	
	clear: both;
}
#topMenu ul {
	float: left;
	margin-left: 2px;
}
.topMenuFirst {
	padding: 0;
}
.topMenuLast {	
	
}
#topMenuItems {
	margin-top: 8px;
}
#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 {
	float: left;	
}
#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;
}
#homeMenu {
	background: url(../images/pat_home_banner.gif) no-repeat;
	height: 45px;
	clear:both;
}	
#homeMenuItems {
	float: left;
	padding: 11px 0 0 0;
	margin-left: 9px;
}
#homeMenuItems li {
	display: inline;
	list-style-type: none;	
}
#homeMenuItems li a {
	color: #6e2a69;	
	font-size: 14px;
	font-weight: bold;
	background: url(../images/pat_home_menu_bg.gif) no-repeat;
	height: 25px;
	width: 129px;
	float: left;
	display: block;
	text-align: center;
	vertical-align: middle;
	padding-top: 3px;
}
#homeMenuItems li a.long {
	width: 238px;
	background: url(../images/pat_home_menu_long_bg.gif) no-repeat;
}
#homeMenuItems li a.long:hover {
	width: 238px;
	background: url(../images/pat_home_menu_long_hover.gif) no-repeat;
}
#homeMenuItems li a:hover {
	color: #ffa19f;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/pat_home_menu_hover.gif) no-repeat;
	height: 25px;
	width: 129px;
	display: block;
	text-align: center;
	vertical-align: middle;
}
#homeMenu #searchArea {
	margin: 7px 0 0 30px;
}
#bodyArea {
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	position: relative;
	float: left;
	clear: left;
}
#homeSplash {
	width: 997px;
	height: 322px;
	margin: 7px 0 15px 3px;
	text-align: center;
}
#homeCallOuts {
	margin-left: 30px;	
}
#homeCallOutMain {
	float: left;
	padding: 5px 0;
	width: 385px;
	margin-right: 30px;
}
.homeCallOutFirst {
	float: left;
	margin: 5px 0;	
	padding-left: 5px;
	margin-right: 30px;
	width: 226px;
}
.homeCallOutSecond {
	float: left;
	margin: 5px 0;
	background: url(../images/hcp_home_sep_vert.gif) 0 0 no-repeat;
	padding-left: 40px;
	margin-right: 25px;	
	width: 240px;
}
.calloutImg {
	float: left;
	padding-right: 10px;
}
.callOutIcon {
	float: right;
}
.homeWelcome {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #99aa6f;	
	padding-bottom: 5px;
}
.homeSubHead {
	color: #702c6a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 12px;
	background: url(../images/hcp_home_sep_horiz.gif) 0 100% no-repeat;
	margin-bottom: 12px;	
}
.separator {
	margin-bottom: 12px;	
	background: url(../images/hcp_home_sep_horiz.gif) 0 100% no-repeat;
}
.highlight {
	font-weight: bold;
	color: #702c6a;
}
.callOutTitle {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #702c6a;
	padding-bottom: 12px;
	text-decoration: none;
}
.callOutText {
	margin-top: 12px;	
	font-size: 12px;
	color: #7d7d7d;	
	text-decoration: none;
}
.callOutTitle a img {
	display: inline;
}
#leftCol {
	width: 277px;	
	float: left;	
}
#mainCol {
	width: 668px;			
	margin: 0 0 15px 4px;
	float: left;
}
#menu {
	margin: 7px 0 0 24px;	
}
#menuTop {
	background: url(../images/pat_menu_top.gif) 0 100% no-repeat;
	width: 240px;
	height: 9px;
	margin: 0;
	padding: 0;
}
#menuBottom {
	background: url(../images/pat_menu_bottom.gif) no-repeat;
	width: 240px;
	height: 7px;
}
#menu li {
	background-color: #dee4d1;
	width: 228px;
	text-align: left;
	padding: 8px 0 4px 1em;	
}
#menu li ul li {
	width: 185px;
	padding: 8px 0 4px 20px;	
}
a.menuPrimary, a.menuPrimaryFirst {
	color: #6c6d6b;
	text-decoration: none;		
}
a.menuPrimary:hover, a.menuPrimaryFirst:hover {
	color: #ffa19f;
	text-decoration: none;
}
.menuPrimary {
	margin-top: 1px;
}
a.menuPrimarySelected{
	color: #702c6a;
	text-decoration: none;
	font-weight: bold;	
}

a.menuPrimarySelected:hover {
	color: #ffa19f;
	text-decoration: none;
	font-weight: bold;
}

a.menuSecondarySelected, a.menuTertiarySelected {
	color: #702c6a;
	text-decoration: none;
}

a.menuSecondarySelected:hover, a.menuTertiarySelected:hover {
	color: #ffa19f;
	text-decoration: none;
}

li.menuSecondarySelected {
	background: url(../images/bul_arrow.gif) 10px 12px no-repeat;
	background-position: 1.0em 1.0em;	
}
li.menuTertiarySelected {
	background: url(../images/bul_box.gif) 10px 12px no-repeat;
	background-position: 1.0em 1.0em;		
}
a.menuSecondarySelected:hover {
	/* mouseover color here */	
}
a.menuTertiarySelected:hover {
	/* mouseover color here */
}
#barkerLeft {
	text-align: left;
	margin: 33px 0 0 24px;
}
a.barkerLink img {
	display: inline;		
}
a.barkerLink:hover {
	text-decoration: none;		
}
#contentBanner {
	width: 646px;
	height:193px;
	margin: 12px 22px 0 0;
}
#pageTools {
	margin: 0 0 27px 265px;	
}
#pageTools img {
	display: inline;	
}
#pageTools.space {
	margin: 30px 0 40px 0;
}
#content {
	width: 633px;			
	float: left;
}
#mainContent {
	width:396px;
	float:left;
	text-align: left;
	margin-left: 12px;
	padding-right: 25px;
}
#noImageBanner {
	margin: 14px 22px 0 0;
	padding-top: 6px;
	border-top: 2px solid #dee4d1;
}
.searchResult img {
	display: inline;
	margin-left: 6px; 
}
.searchNav a {
	padding-right: 8px;
}
.searchPage {
	padding-right: 8px;
	color: #702c6a;
}
#chart {
	margin: 0 22px 35px 12px;
	padding-top: 6px;
	height: 100%;	
}
.newRow {
	clear: both;
}
.chartColumnHeader {
	float: left;
	width: 230px;
	background-color: #f4ecee;
	font-size: 11px;
	text-align: center;
	line-height: 14px;
	margin-top: 4px;
	margin-bottom: 8px;
}
.chartColumn {
	float: left;
	width: 230px;	
	font-size: 11px;
	line-height: 14px;
	padding-bottom: 12px;
}
.chartColumnMediumHeader {
	float: left;
	width: 150px;
	background-color: #f4ecee;
	font-size: 11px;
	text-align: center;
	line-height: 14px;
	margin-top: 4px;
	margin-bottom: 8px;
}
.chartColumnMedium {
	float: left;
	width: 150px;
	font-size: 11px;
	line-height: 14px;	
}
.chartColumnMedium .highlight {
	font-weight: normal;
}
.chartColumnShortHeader {
	float: left;
	width: 130px;
	background-color: #f4ecee;
	font-size: 11px;
	text-align: center;
	line-height: 14px;
	margin-top: 4px;
	margin-bottom: 8px;
}
.chartColumnShortHeader sup {
	font-size:6pt;
	line-height: 6px;
	vertical-align:top;
	font-weight: bold;
}
.chartColumnShort {
	float: left;
	width: 130px;
	font-size: 11px;
	text-align: center;
	line-height: 18px;
}
.chartColumnShortLeft {
	float: left;
	width: 44px;
	font-size: 11px;
	text-align: left;
	line-height: 14px;
	padding-left: 6px;
	padding-bottom: 24px;
}
.chartColumnShort sup, .chartColumnMedium sup {
	font-size:6pt;
	line-height: 6px;
	vertical-align:top;
	font-weight: bold;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #99aa6f;
	margin-bottom: 15px;
	font-weight: normal;
	line-height: 22px;
}
.subSection {
	margin: 20px 0 0 23px;
}
.subhead {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #702c6a;
	margin-bottom: 15px;
	font-weight: normal;
}
.header3 {
	font-size: 14px;	
	color:#22456c;
	font-weight:normal;
	margin-bottom: 7px;
}
.header2 {
	font-size: 14px;
	color:#22456c;
	font-weight:normal;
	margin-bottom: 12px;
}
.submitBtn {
	text-align: center;
	margin-top: 10px;
}
#barkerRight {
	font-size: 10px;
	text-align: left;
	padding: 5px 35px 0 14px;	
	width: 135px;
	float: right;	
	clear: right;
	background: url(../images/pat_barker_bg.gif) 0 0 no-repeat;
}
.barker {		
	margin: 10px 0 5px 0;	
	width: 165px;
	background: url(../images/pat_barker_dotln.gif) 0 100% no-repeat;
	padding: 5px 3px 15px 3px;
}
.barker a {
	text-decoration: none;
	display: block;	
}
.barkerHeader {
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	color: #702c6a;
	font-weight: bold;
	font-size: 13px;
	padding: 0 0 3px 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;
}
.barkerIcon {
	float: left;
	margin-right: 3px;
}
.barkerHasIcon {
	margin-left: 33px;
}
#footer {
	height: 37px;
	font-size: 11px;	
	font-family: Helvetica, Arial, sans-serif;
	clear: both;
	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;
}
#bottomBg {
	width: 950px;
	height: 45px;
	background: url(../images/pat_bkg_foot.gif) no-repeat;	
	clear: both;	
	margin-top: 3em;
}
sup {
	font-size:xx-small;
	vertical-align:top;
}
/****** 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;
}
.formSelectAreaLocator {	
	display:inline; 
	margin-top: 3px;
	padding:2px 2px 1px 0px; 
	height:22px; 
	border:1px solid #c3c3c3; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#000000; 
	font-size:11px; 
	line-height:11px;
}
.clearBoth { 
	clear:both; 
	line-height:0px; 
	height:0px; 
	font-size:0px; 
	margin:0px; 
}
.noteBox {
	height: 150px;
	width: 350px;
	border: 1px solid;
	margin-bottom: 12px;
}
.download {
	margin: 0 24px;
	padding: 12px 0 6px 6px;	
}
.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 12px;
}
.siteMapTop, .siteMapCtg {
	margin-top: 8px;
}
.siteMapCtg {
	margin-left: 2em;
}
.siteMapPage, .locatorCity {
	margin-left: 4em;
}
.procedureImg {
	margin-bottom: 12px;
}
.procedureStep {
	margin-bottom: 12px;
}
.locatorCountryDiv {
	margin-left: 2em;
	font-weight: bold;
}
.physicianResult {
	margin-bottom: 12px;
}