
/* 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-color: #f8eefa;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #000;
	text-align: center;/* for ie5.+*/
	height:100%; /* needed for container min-height */
}
a {
	text-decoration:none; 
	color:#236db5;
}
a img,img{border:none;display:block;}
a:hover {
	text-decoration:underline; 	
}
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 {
	height: 1px;
}
blockquote {
	padding-left: 35px;
}
sup {
	font-size:xx-small;
	vertical-align:top;
}
.blockquote {
	border: 1px solid #CCC;
	padding: 10px; 
	margin: 12px 0 18px;
	background-color:#f8eefa;
}
.small {
	font-size: 11px;	
}
.xsmall {
	font-size: 10px;	
}
.xxsmall {
	font-size: 9px;	
}
.smallest {
	font-size: 8px;	
}
.required {
	color: red;
}
.center {
	margin: 0 auto;
	text-align: center;
}
ul.normal, ul.tight {
	list-style: disc outside;
}
li.no-bullet {
	list-style: none;
}
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.square {
	list-style: square outside;
}
ol.normal, ol.tight {
	list-style: decimal outside;	
	margin-left: 10px;
}

ol.normal li {
	margin: 0 0 1em 2em;
}

ol.tight {
	margin-bottom: 1em;
}

ol.tight li {
	margin-left: 2em;
}
form {
	margin-top: 15px;
}
div#outer {
	width: 950px;	
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	text-align: left;
	height:auto !important; /* real browsers */
	height: 80%; /* IE6: treated as min-height*/
	min-height:100%; /* real browsers */
	padding: 0;	
	position: relative;	
}
#header {
	padding-top: 10px;
}	
#logo {
	width: 323px;
	height: 86px;
	padding: 1px 0 0 19px;
	float: left;	
}
#holx-logo {
	width: 157px;
	height: 52px;
	float: right;
	padding-right: 20px;
}
#sectionSelection {			
	margin-top: 3px;
	float: left;	
}
#sectionSelection div {
	font-size: 14px;
	font-family: "Arial Black";	
	display: inline;
}
#sectionSelected {
	margin: 0 5px 0 28px; 
	color: #83487f;
}
.sectionChoose {
	margin-left: 5px;	
}
.sectionChoose a {
	color: #7d7d7d;
	text-decoration: none;
}
.sectionChoose a:hover {
	color: #236db5;
	text-decoration: underline;
}
#searchArea {
	float: right;
	display: inline;
	margin-right: 33px;
	padding: 0;
}
#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:#6a95f5; 
	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;
}
#homeMenu {	
	clear: both;
	height: 46px;	
	width: 968px;
	margin-left: 19px;
	background: url(../images/top-menu-bg.gif) 100% 0 no-repeat;	/* work around for MAC width difference */
}	
#homeMenuItems {						
	float: left;
	width: 968px;	
}
#homeMenuItems li {
	float: left;
	list-style-type: none;		
	background: url(../images/top-menu-separator.gif) 50% 0 no-repeat;
}
#homeMenuItems li a {
	float: left;
	color: #83487f;	
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;	
	text-align: center;		
	padding: 20px 21px 9px 21px;
	background: url(../images/top-menu-bg.gif) 50% 0 no-repeat;		
	margin-right: 1px;
}
#homeMenuItems li a:hover {
	color: #236db5;
	text-decoration: none;
	background: url(../images/top-menu-hover.gif) 50% 0 no-repeat;
}
#homeMenuItems li a#lastHomeMenuItem {	
	margin: 0;
	padding: 20px 50px 9px 22px;
}
#homeMenuItems li a.homeMenuSpace:hover {	
	background: url(../images/top-menu-bg.gif) 50% 0 no-repeat;
}
#homeWelcome {
	clear: both;
	float: left;
	width: 400px;
	line-height: 28px;
	padding: 25px 50px 0 50px;
	background: url(../images/barker-line-vert.gif) 100% 40%  no-repeat;
}
#homeWelcome .headline {
	background: url(../images/barker-line.gif) 0 100% no-repeat;
	padding: 0 0 14px 0;	
	margin-bottom: 10px;
}
.homeBarker {
	float: left;
	margin-top: 10px;
	padding: 0 15px 0 35px;
	width: 200px;	
}
.homeBarker .barkerText {
	margin-top: 5px;
}
.homeBarkerBorder {
	background: url(../images/barker-line-vert.gif) 100% 40%  no-repeat;
}
.homeBarker select {
	margin: 0 0 10px 5px;
	clear: both;
}
.homeBarker .barkerHeader {
	padding-left: 3px;	
}
.homeBarker .testimonial {
	padding-left: 3px;		
}
.volunteerPic {
	width: 175px;
	height: 130px;
}
#topMenu {	
	clear: both;	
}

#topMenu #topMenuItems {
	float: right;
	padding: 4px 0 0 0;
}
#topMenu #topMenuItems li {
	display: inline;
	list-style-type: none;	
	margin-right: 12px;
	color: #646362;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;	
}
#topMenu li a {
	color: #646362;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#topMenu li a:hover {	
	color: #236db5;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#bodyArea {
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	position: relative;
	float: left;
	clear: both;
}
#homeBanner {
	background: url(../images/mammosite-patient-banner.jpg) no-repeat;
	height: 310px;	
	width: 971px;
	text-align: center;
	margin: 3px 0 0 20px;
}
#leftCol {	
	float: left;	
}
#mainCol {				
	margin: 0 0 15px 4px;
	float: left;
}
#menu {
	margin: 12px 0 0 20px;	
}
#menuTop {
	background: url(../images/left-menu-top.gif) 0 100% no-repeat;
	width: 250px;
	height: 51px;
	margin: 0;
	padding: 0;
}
ul.menuPrimary {
	background: #e0f0fa url(../images/left-menu-bg.gif) 100% 0 repeat-y;
}
#menu li.menuPrimary {	
	padding: 4px 0 7px 20px;
	margin: 0 22px 0 22px;
}
#menu li.menuPrimaryLast {	
	padding-top: 0;
	margin: 0 22px 0 22px;
	width: 206px;
	height: 1px;
	display: block;
	position: absolute;
}
li.menuPrimarySelected {
	background: url(../images/left-menu-selected-bg.gif) 0% 0 no-repeat;
	padding: 7px 0 7px 28px;	
	margin: 0 22px 0 11px;	
}
.menuHasBorderBottom {
	border-bottom: 1px #51a4d9 solid;
}
.menuHasBorderTop {
	border-top: 1px #51a4d9 solid;
}
a.menuPrimary {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #83487f;
	line-height: 14px;
}
a.menuPrimary:hover {
	color: #236db5;
	text-decoration: none;
}
a.menuPrimarySelected {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #236db5;
	line-height: 14px;	
}
a.menuPrimarySelected:hover {
	text-decoration: none;
}
a.menuSecondary {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #236db5;
	line-height: 14px;
}
a.menuSecondary:hover {
	font-family: Arial, Helvetica, sans-serif;
}
a.menuSecondarySelected {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #236db5;
	line-height: 14px;
	text-decoration: underline;
}
menuSecondarySelected:hover {
	color: #236db5;
	text-decoration: none;
}
li.menuSecondary {
	margin-left: 10px;
	color: #236db5;
	list-style-type: disc;	
}
#menuBottom {
	background: url(../images/left-menu-bottom.gif) no-repeat;
	width: 250px;
	height: 37px;
	margin: 0;
	padding: 0;
}
#barkerLeft {
	background: url(../images/left-barker-bg.gif) 100% 0 no-repeat;
	padding-top: 45px;
	margin-left: 40px;
}
#barkerLeft a img {
	padding-bottom: 10px;
}
#barkerLeft .barkerLeftTitle {
	margin-left: 5px;
}
.barkerLeftTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #236db5;
	line-height: 16px;
	
}
.quickLinks {
	padding-bottom: 200px;
	width: 199px;
}
.quickTop {
	background: url(../images/quick-link-top.gif) no-repeat; 
	height: 17px;
}
.quickContent {
	background: url(../images/quick-link-mid.gif) 0 0 repeat-y;
}
.quickContent img {
	margin-left: 15px;
	display: inline;	
}
.quickCopy	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #236db5;
	line-height: 24px;
}
.linkIcon {
	padding: 0;
}
.quickTitleNoIcon	{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #236db5;
	margin-left: 42px;
	line-height: 30px;
}
.quickCopyNoIcon	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #236db5;
	margin-left: 42px;
	line-height: 18px;
}
.quickBottom {
	background: url(../images/quick-link-bottom.gif) no-repeat; 
	height: 14px;
}
.quickLinks .barkerLeftTitle {
	margin-left: 25px;
}
#noBanner {
	background: url(../images/blue-banner.jpg) no-repeat;
	width: 631px;
	height: 38px;
	margin: 12px 0 0 13px;
}
#noBannerPhysician {
	background: url(../images/blue-banner-physician.jpg) no-repeat;
	width: 631px;
	height: 38px;
	margin: 12px 0 0 13px;
}
#contentBanner {
	margin: 12px 0 0 13px;
}
#pageTools {
	margin-left: 485px;
	padding: 0;	
}
#pageTools img {
	float: left;
	margin: 0;
	padding: 0;
}
#content {
	width: 633px;			
	float: left;
	clear: both;
}
#mainContent {
	width:396px;
	float:left;
	text-align: left;
	margin: 20px 0 0 13px;
	padding-right: 25px;
}
#mainContent p {
	clear: both;
}
#additionalContent, #mainContentNoBarker {
	float: left;
	margin-left: 13px;
	padding-right: 25px;
}
#mainContentNoBarker {
	margin-top: 20px;
	float:left;
	text-align: left;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: bold;
	font-size: 23px;
	color: #83487f;		
	line-height: 30px;
}
.headerBottom {
	margin-bottom: 15px;
}
.subhead {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #6fa3d6;	
	font-weight: normal;
	line-height: 20px;
}
.header3 {
	font-size: 12px;
	line-height: 17px;	
	color: #83487f;
	font-weight:bold;
}
ul.subNav li {
	display: inline;
}
ul.subNav li a.subNavSelected {
	text-decoration: underline;
}
.highlight {
	font-weight: bold;
	color: #83487f;
}
#patientStories a img {
	margin-right: 45px;
	display: inline;
}
.patientFirst, .patientSecond {		
	float: left;
	width: 150px;
	text-align: center;
	margin: 0 auto 25px 0;		
	display: inline;
}
.patientSecond {
	margin-left: 45px;
}
#barkerRight {	
	text-align: left;
	padding: 21px 0 0 14px;	
	width: 146px;
	float: right;	
	clear: right;
}
.barker {		
	margin: 10px 0 5px 0;	
	width: 146px;
	background: url(../images/barker-line.gif) 5px 100% no-repeat;
	padding: 5px 3px 15px 3px;
}
.barker a {
	text-decoration: none;
	display: block;	
}
.barkerHeader {
	font-family: Arial, Helvetica, sans-serif;
	color: #236db5;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	padding: 10px 0 3px 0;
	text-decoration: none;
}
.barkerText {
	font-family: Arial, Helvetica, sans-serif;
	color: #236db5;
	font-weight: normal;
	font-size: 13px;
	line-height: 16px;
	text-decoration: none;
}
.barkerText a {
	font-weight: bold;
}
.barker .wrapper {
	margin: 0 0 10px 0;
	width: 146px;
}
#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: #646362;
}
#footer a:hover {
	text-decoration: underline; 
	color: #646362;
}
#copyRight {
	float: left;
	color: #646362;
}
#footerLinks {
	float: right;
}
#footerLinks li {	
	display: inline;
	list-style-type: none;	
	padding-right: 5px;
}
/****** FORMS *******/
div.formField {	
	height: auto;
}
div.formField p {	
	float: left;
	display: inline;
	margin-top: 4px;
	width: 175px;
	height: 18px;
}
div.formField p.formRadioList {		
	height: 36px;
}
div.formField p.rightLabel {
	margin-left: 100px;
	width: 75px;
}
div.formField span {
	float: left;
	display: inline;
	margin: 4px 3px 0 0;
}
.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;
}
.long {
	width: 325px;
}
.formTextInputAreaSmall { 
	float:left; 
	display:inline; 	 
	padding:4px 2px 1px 10px; 
	height:17px; 
	width:60px; 
	border:1px solid #c3c3c3; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000; 
	font-size:11px; 
	line-height:11px;
}
div.formTextInputArea {
	background-color: #e7eaec;
}
.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;
}
div.formRadioList {
	padding-top: 2px;
}
.story {
	width: 350px;
	height: 160px; 
}
.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;
}
.formSelectAreaSmall { 
	float:left; 
	display:inline; 
	margin: 3px 3px 0 0;
	padding:2px 2px 1px 0px; 
	height:22px; 
	width:60px; 
	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; 
}
/**** ROUNDED CORNERS ****/
div.wrapper {
	margin: 0 0 10px 3px;
	position:relative;
	float:left;
	vertical-align:top;
	width: 176px;
}
div.wrapper img{	
	float:left;
}
div.wrapper div{	
	position:absolute;
	width: 7px;
	height: 7px;
}
div.wrapper div.tl{
	background:transparent url(../images/tl.gif) top left no-repeat;
	left:0;
	top:0
}
div.wrapper div.tr{
	background:transparent url(../images/tr.gif) top right no-repeat;
	right:0;
	top:0
}
div.wrapper div.bl{
	background:transparent url(../images/bl.gif) bottom left no-repeat;
	left:0;
	bottom:0
}
div.wrapper div.br{
	background:transparent url(../images/br.gif) bottom right no-repeat;
	right:0;
	bottom:0
}
/*** EVENTS TABLE ***/
.columnHeader {
	float: left;
	width: 130px;
	font-size: 11px;
	line-height: 14px;
	margin-top: 10px;
	margin-bottom: 8px;
}
.column {
	float: left;
	width: 130px;	
	font-size: 11px;
	line-height: 14px;
	padding-bottom: 12px;
}
.columnHeaderShort {
	float: left;
	width: 68px;
	font-size: 11px;
	line-height: 14px;
	margin-top: 10px;
	margin-bottom: 8px;
}
.columnShort {
	float: left;
	width: 68px;	
	font-size: 11px;
	line-height: 14px;
	padding-bottom: 12px;
}
.columnHeaderLarge {
	float: left;
	width: 225px;
	font-size: 11px;
	line-height: 14px;
	margin-top: 10px;
	margin-bottom: 8px;
}
.columnLarge {
	float: left;
	width: 225px;	
	font-size: 11px;
	line-height: 14px;
	padding-bottom: 12px;
}
div.searchField p {	
	float: left;
	display: inline;
	margin-top: 4px;
	width: 135px;
	height: 18px;
}
div.searchField .formSelectArea {
	width: 100px;	
	margin: 0 8px 6px 0;
	height: 24px;
}
/***** FIND A PHYSICIAN *****/
.physicianCityList {
	float: left;
	width: 175px;
}
.physicianCityHeader {
	background-color: #e0f0fa;
	font-weight: bold;
	padding-left: 5px;
	color: #236db5;
	margin-bottom: 5px;
}
.physicianListing {
	padding: 0px 5px 10px 5px; 
	margin: 0;
}
/***** SEARCH *****/
.searchResultNum {
	float: left;
}
.searchResult {
	margin: 0 0 10px 25px;
}