/* 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;
	font-family: "OpenSansRegular", Helvetica, sans-serif;
}
ol, ul {list-style: none;}
table {
	border-collapse: separate;
	border-spacing: 0;
}
table.chart {
	border-collapse: collapse; 
	border: 1px solid #336699; 
}
tr.heading {
	align: center;
	width: 280px;
	background-color: #336699;
	color:#ffffff;
	font-size: 12px;
	
}
td.heading {
	text-align: center;
	color:#336699;
	line-height: 12px;
	padding: 5px 15px 5px 15px;
}
tr.chart{
		background-color:#DDE7F7;
}
td.chart {
	font-size:12px;
	border: 1px solid #7398c1;
	padding: 1px 3px 5px 5px;
}

ul.table li {
	list-style:disc outside;
	margin: 0 0 .5em 1.5em;
	clear: both;
	float: none;
	position: relative;

}
td.steps {
	border: 1px solid #CCC; 
	padding: 5px 5px 10px 5px;
	vertical-align: top;
}
td.gen {
	padding: 5px 5px 10px 5px;
	vertical-align: top;
}
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: #FFFFFF url(../images/background.gif) repeat-x top left;
	font-family: "OpenSansRegular", Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #777777;
	text-align: center;/* for ie5.+*/
	height:100%; /* needed for container min-height */
}
a {
	text-decoration:none; 
	color:#336699;
	outline:none;
}
a img,img{border:none;display:block;}
a:hover {
	text-decoration:underline; 
	color: #336699;
}
h1,h2,h3,h4,h5,h6{
	font-family: "OpenSansSemibold", Arial, Helvetica, sans-serif;
}
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-top: .5em;
	padding-bottom: .5em;
}

hr {
	color: #efefef;
	height: 1px;
	margin:10px 0 10px 0;
	-moz-box-shadow: 0px 3px 3px #efefef;
    -webkit-box-shadow: 0px 3px 3px  #efefef;
     box-shadow: 0px 3px 3px  #efefef;
}
.small {
	font-size: 11px;	
}
.xsmall {
	font-size: 10px;	
}
.xxsmall {
	font-size: 9px;	
}
.required {
	color: red;
}
ul.normal, ul.tight {
	list-style:url(../images/bul_arrow.gif);
	padding-top:3px;
	padding-bottom:5px;
}
ul.normal li {
	margin: 0 0 .5em 2em;
}
ul.tight {
	margin-bottom: 1em;
}
ul.tight li {
	margin-left: 2em;
}
ul.sublist {
	list-style: circle outside ;
	padding-top:8px;
	padding-bottom: 8px;
}
ul.sublist li {
	margin: 2px 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: 5px 0 .5em 2.5em;
}

ol.tight {
	margin-bottom: 1em;
}

ol.tight li {
	margin-left: 2em;
}
.inline {
	display: inline;
	margin-right: 3px;
}
.purple {color:#993399;}

#outer {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	padding: 0;
	position: relative;}
	
	#outerIn {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	padding: 0;
	position: relative;
}
#topMenu {
	font-family: "OpenSansRegular", Helvetica, sans-serif;
	font-size: 12px;
	color: #888888;
	padding-top:40px;
	float:right;
	margin:0px;
}


#sectionSelected {
	float:left;
	text-align:center;
	color: #336699;
	background:#ffffff;
	text-shadow: 0px 1px 1px #fff;
	padding:10px 15px 10px 15px;
	-moz-box-shadow: -3px -3px 3px #aaa;
    -webkit-box-shadow: -3px -3px 3px  #aaa;
     box-shadow: -3px -3px 3px  #aaa;

}
.sectionChoose {
	float:left;
	text-align:center;
	text-shadow: 0px 1px 1px #fff;
	padding:10px 15px 10px 15px;
	background: #e6e6e6;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	
	
}
.sectionChoose a {
	color: #888888;
	text-decoration: none;
}
.sectionChoose a:hover {
	color: #336699;
	text-decoration: none;
}

#header {
	clear:both;
	height:100px;
	padding: 20px 10px 0 20px;
	background:#ffffff;
	
}
#logo {
	width: 300px;
	height: 75px;
	margin: 10px 0 10px 12px;
	float: left;	
}
#webinar {
	width: 175px;
	height: 75px;
	margin: 20px 0 10px 32px;
	float: left;
	text-align: center;
	color: purple;
}
#holx-logo {
	float:right;
	width: 111px;
	height: 41px;
	margin: 30px 15px 0px 0px;
}


/* search form 
-------------------------------------- */
.searchform {
	float:right;
	margin:35px 25px 0px 0px;
	display: inline-block;
	zoom: 1; /* ie7 hack for display:inline-block */
	*display: inline;
	
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
	
}
.searchform input {
	font: normal 12px/100% "OpenSansRegular", Helvetica, sans-serif #888888;
}
.searchform .searchfield {
	background: #fff;
	color:#888;
	padding: 6px 6px 6px 8px;
	width: 202px;
	border: solid 1px #bcbbbb;
	outline: none;

	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;

	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
}
.searchform .searchbutton {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	border: solid 1px #494949;
	font-size: 11px;
	height: 27px;
	width: 27px;
	text-shadow: 0 1px 1px rgba(0,0,0,.6);

	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;

	background: #5f5f5f;
	background: -webkit-gradient(linear, left top, left bottom, from(#9e9e9e), to(#454545));
	background: -moz-linear-gradient(top,  #9e9e9e,  #454545);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie7 */
	-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie8 */
}
	
	
/* Top Menu
-------------------------------------- */	
	
#borderTop {	background:url(../images/background-menu.gif) repeat-x top right;height:8px;}
#borderBottom{	clear:both;background:url(../images/background-pixel.gif) repeat-x bottom right;height:1px;}
#borderBottomFooter{clear:both;background:url(../images/background-pixel.gif) repeat-x bottom right;height:20px;}

#TopMenu {
	margin: 0 25px 20px 25px;
	}	
#TopMenuItems {
		padding: 0 0 0 5px;}
		
#TopMenuItems li {
	display: inline;
	list-style-type: none;	
}
#TopMenuItems li a {
	font-family: "OpenSansLight", Helvetica, sans-serif;
	color: #6f6f6f;	
	font-size: 13px;
	display: block;
	padding:10px 20px 10px 10px;
	text-align: left;
	float:left;
	background:url(../images/home-menu-divider.gif) no-repeat top right;
	
}
#TopMenuItems li a:hover {
	color: #a0599f;	
	font-size: 13px;
	display: block;
	padding:10px 20px 10px 10px;
	text-align: left;
	background: #fff9ff url(../images/home-menu-divider.gif) no-repeat top right;
	float: left;	
	text-decoration:none;
}
#TopMenuItems li.last a{
background:none;
padding:10px;
}	
#TopMenuItems li.last a:hover {
background:#fff9ff ;
padding:10px;
}	


#TopMenuItemsRight {
	float:right;
	padding: 0 0 0 5px;
}
#TopMenuItemsRight li {
	display: inline;
	list-style-type: none;	
}
#TopMenuItemsRight li a {
	font-family: "OpenSansLight", Helvetica, sans-serif;
	color: #6f6f6f;	
	font-size: 13px;
	display: block;
	padding:10px 20px 10px 10px;
	text-align: left;
	float:left;
	background:url(../images/home-menu-divider.gif) no-repeat top right;
	
}
#TopMenuItemsRight li a:hover {
	color: #a0599f;	
	font-size: 13px;
	display: block;
	padding:10px 20px 10px 10px;
	text-align: left;
	background: #fff9ff url(../images/home-menu-divider.gif) no-repeat top right;
	float: left;	
	text-decoration:none;
}
#TopMenuItemsRight li.last a{
background:none;
padding:10px;
}	
#TopMenuItemsRight li.last a:hover {
background:#fff9ff ;
padding:10px;
}	



#bodyArea {
	background:#FFFFFF;
	position: relative;
	width:100%;
	float: left;
	clear: left;
}

/* home barkers
-------------------------------------- */

#homeBarkers {
	margin-left: 30px;	
	
}
#homeBarkers h1 {font-size: 125%;}
#homeBarkers h2 {font-size: 92%;color:#374d8c;margin:0px;text-transform:uppercase;font-family: "OpenSansSemibold", Helvetica, sans-serif;}
.learnmore {
	background: url(../images/arrow-pink.gif) top right no-repeat;
	text-transform: uppercase;
	padding-right:20px;
	font-size:12px;
	font-family: "OpenSansSemibold", Helvetica, sans-serif;
}
#homeBarkerFirst {
	float: left;
	background: url(../images/barkerfirst-header.gif) 0px 50px no-repeat;
	padding: 20px 0px 0px 5px;
	width: 300px;
	
}
#homeBarkerDivider {
	float: left;
	background: url(../images/barkerhome-divider.gif) 0 0 no-repeat;
	width: 7px;
	
}
#homeBarkerSecond {
	float: left;
	background: url(../images/barkersecond-header.gif) 0px 50px no-repeat;
	padding: 20px 0px 0px 5px;
	width: 290px;
	
}
#homeBarkerThird {
	float: left;
	background: url(../images/barkerthird-header.gif) 0px 50px no-repeat;
	padding: 20px 0px 0px 5px;
	width: 290px;
	
}
#homeBarkers img {
	float:left;padding:0 10px 0 5px;
	}
#homeBarkers p.topline {
	padding:0px;
	color:#9999cc;
	margin:95px 0 10px 0;
	width: 290px;
}


/* Left Nav
-------------------------------------- */

#leftCol {

	float: left;
	padding-right:5px;	
}

#menu {
	margin: 10px 0 0 24px;	
}

#menu li {
	width: 200px;
	text-align: left;
	padding: 0;
	font-family: "OpenSansLight", Helvetica, sans-serif;	
}

#menu li ul li {
	padding: 5px 0 2px 12px;	
}

a.menuPrimary, a.menuPrimaryFirst {
	text-decoration: none;		
	}

li.menuPrimarySelected {
	background: url(../images/left-menu-selected-bg.gif) top left repeat-y;
		
}

a.menuSecondary, a.menuTertiary {
	padding-left:5px;
	color: #336699;
	text-decoration: none;
}
a.menuSecondary:hover, a.menuTertiary:hover {
	color: #993399;
	text-decoration: none;
	font-family: "OpenSansRegular", Helvetica, sans-serif;
}

a.menuSecondarySelected, a.menuTertiarySelected {
	color: #2c3e70;
	font-family: "OpenSansRegular", Helvetica, sans-serif;
	text-decoration: none;
	margin-left:5px;
}
a.menuSecondarySelected:hover, a.menuTertiarySelected:hover {
	color: #993399;
	text-decoration: none;
}
li.menuPrimary {
	border-top:1px solid #FFFFFF;
}

li.menuSecondary {
	background: url(../images/bul_arrow.gif) 10px 15px no-repeat;
	background-position:.1em .5em;	
	margin-left:5px;
}
li.menuSecondarySelected {
	background: url(../images/bul_arrow.gif) 10px 15px no-repeat;
	background-position:.1em .5em;	
	margin-left:5px;
}
li.menuTertiarySelected {
	background: url(../images/bullet.gif) no-repeat;
	background-position:.1em .5em;	
	margin-left:5px;
}
li.menuTertiary {
	background: url(../images/bullet.gif) no-repeat;
	background-position:.1em .5em;	
	margin-left:5px;
}
li.menuQuad {
	background: url(../images/bul_arrow.gif) 0% 5px no-repeat;
	background-position: .5em .5em;
	
}
a.menuSecondarySelected:hover {
	/* mouseover color here */	
}
a.menuTertiarySelected:hover {
	/* mouseover color here */
}

#menuBottom {background: url(../images/menuBottom.gif) top left no-repeat;height:20px;margin-bottom:15px;padding:0;}



/* Secondary Content
-------------------------------------- */

#mainCol {		
	margin: 0 0 15px 20px;
	float: left;
	width: 675px;
	
}

#contentBanner {
	height:35px;
	border-bottom:1px solid #d7d7d7;
	margin:12px;
}
#pageTools {
	float:right;
	margin: 11px 12px 0px 0px;	
}

#content {
	float: left;
}
#contentImg {
	float: left;
	width: 200px;	
	font-size: 11px;
	line-height: 14px;
	padding-bottom: 12px;
}
#breadcrumb { font-size: 95%; color:#A3A3A3;margin:0 0 0 15px;}
#breadcrumb a { font-size: 95%; text-transform:uppercase;}


#mainContent {
	width:600px;
	float:left;
	clear:both;
	text-align: left;
	margin: 25px 0 0 12px;
	padding-right: 20px;
}


#mainContent img.atlas {
	float:left;
	padding-right:20px;
}

#separator {width:100%;clear:both; border-top:2px dotted #cccccc;height:3px;margin:20px 0 20px 0;}
#chart {
	margin: 0 22px 35px 12px;
	padding-top: 6px;
	height: 100%;	
}
.newRow {
	clear: both;
}
.chartColumnHeader {
	float: left;
	width: 460px;
	background-color: #f4ecee;
	font-size: 11px;
	text-align: left;
	line-height: 14px;
	margin-top: 4px;
	margin-bottom: 8px;
	padding-left:5px;
}
.chartColumn {
	float: left;
	width: 280px;	
	font-size: 11px;
	line-height: 14px;
	padding-bottom: 12px;
	padding-right:15px;
}
.chartColumnCell {
	float: left;
	width: 200px;	
	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: right;
	width: 150px;
	padding-bottom:20px;
}
.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: right;
	width: 210px;
	font-size: 11px;
	text-align: center;
	line-height: 18px;
}
.chartColumnShortCell {
	float: left;
	width: 200px;
	font-size: 12px;
	text-align: left;
	line-height: 18px;
	padding-top:10px;
}
.chartColumnMediumCell {
	float: left;
	width: 250px;
	font-size: 12px;
	text-align: left;
	line-height: 18px;
	padding-top:10px;
}
.chartColumnLongCell {
	float: left;
	width: 250px;
	font-size: 12px;
	text-align: left;
	line-height: 18px;
	padding-top:8px;
	padding-bottom:10px;
}
.chartColumnxLongCell {
	float: left;
	width: 400px;
	font-size: 12px;
	text-align: left;
	line-height: 18px;
	padding-top:8px;
	padding-bottom:10px;
}
.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: "OpenSansRegular", Helvetica, sans-serif;
	font-size: 24px;
	color: #336699;
	margin-bottom: 15px;
	font-weight: normal;
	line-height: 22px;
}
.subSection {
	margin: 20px 0 0 0px;
}
.subhead {
	font-size: 16px;
	font-family: "OpenSansRegular", Helvetica, sans-serif;
	color: #993399;
	margin-bottom: 5px;
	font-weight: normal;
	line-height:23px;
}
.header3 {
	font-size: 14px;
	color:#336699;
	font-weight:normal;
	margin-bottom: 7px;
	text-transform:uppercase;
}
.header2 {
	font-size: 14px;
	color: #336699;
	font-weight:normal;
	margin-bottom: 12px;
}
.submitBtn {
	text-align: center;
	margin-top: 10px;
}


#RightColumn {
	font-size: 10px;
	text-align: left;
	padding: 5px 15px 0 40px;	
	width: 400px;
	float: right;	
	clear: right;

}
#gallery {
	font-size: 12px;
	padding: 15px 50px 20px 20px;	
	width: 300px;
	float:left;
	clear:left;
	
}


/*----Barkers ---*/

#barkerLeft {
	text-align: left;
	margin: 2px 0 0 24px;
}
a.barkerLink img {
	display: inline;
}
a.barkerLink:hover {
	text-decoration: none;		
}


.barker {		
	margin: 10px 0 5px 0;	
	width: 190px;
	padding: 5px 3px 0px 3px;
}

.barker a {
	text-decoration: none;
	display: block;	
}
.barkerHeader {
	font-family: "OpenSansRegular", Helvetica, sans-serif;
	color: #336699;
	width: 220px;
	font-size: 14px;
	padding: 10px 5px 0px 10px;
	text-decoration: none;
	border-top:2px dotted #cccccc;
}
.barkerText {
	font-family: "OpenSansRegular", Helvetica, sans-serif;
	font-size: 13px;
	padding:5px 0 0 10px;
	line-height:18px;
}
.barkerText p {
	font-family: "OpenSansRegular", Helvetica, sans-serif;
	color: #7d7d7d;
	font-size: 12px;
	padding-top:5px;
	line-height:18px;
}
.barkerIcon {
	float: left;
	margin-right: 3px;
}
.barkerHasIcon {
	margin-left: 33px;
}


/* footer
-------------------------------------- */

#footer {
	
	font-size: 11px;	
	font-family: "OpenSansRegular", Helvetica, sans-serif;
	clear: both;
	padding-top: 5px;
	margin: 0 10px;
	position: relative;
	bottom: 0;
	color: #888888;
}
#footer img {display:inline;}
#footer a {
	text-decoration: none; 
	color: #888888;
}
#footer a:hover {
	text-decoration: underline; 
	color: #336699;
}
#copyRight {
	float: left;
	padding-top:10px;
}
#footerLinks {
	float: right;
	padding-top:10px;

}
#footerLinks li {	
	display: inline;
	list-style-type: none;	
	padding-right: 5px;
}
#bottomBg {
	background:url(../images/footer.gif) top center no-repeat;
	height: 37px;
	clear: both;
}
sup {
	font-size:.8em;
	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;
	clear: both;
	margin-left: 150px;
	width: 200px;
}
.formTextInputArea { 
	float:left; 
	display:inline; 	 
	padding:4px 2px 1px 10px; 
	height:17px; 
	width:175px; 
	border:1px solid #c3c3c3; 
	font-family: "OpenSansRegular", 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: "OpenSansRegular", 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: "OpenSansRegular", 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;
	color: red;
}
.formSelectAreaLocator {	
	display:inline; 
	margin-top: 3px;
	padding:2px 2px 1px 0px; 
	height:22px; 
	border:1px solid #c3c3c3; 
	font-family: "OpenSansRegular", 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;
	
}
.physicianResult {
	margin-bottom: 12px;
}
.back {
	font-family: "OpenSansRegular", Helvetica, sans-serif;
	font-size:12px;
	color: #336699;
	text-decoration:underline;
	line-height:25px;
	
}
.kit {
	width: 220px;
	padding-left:40px;
	padding-bottom:10px;
}
.printcert {
	background: url(../images/arrow-pink.gif) top right no-repeat;	
	padding-right:20px;
	font-size:12px;
	font-family: "OpenSansSemibold", Helvetica, sans-serif;
	color:#374d8c;
}
.boldtextg {	
	text-decoration:none;		 
	font-size:12px;	
	line-height:15px;   
	font-weight:bold;	  
	color:#009c42; 
}
#cellmap {	
	float: left;
	width: 550px;
}
#organellelist {	
	float: left;
	font-size: 10px;
}
.popup {
	width: 300px;
	background-color: #dfdfff;
	color: black;
	border: 1px solid black;	
	line-height: 15px;   	
	font-size: 11px;
	padding: 8px;
}
.popup img {
	display: inline;	
}
.popup-header {
	font-size: 12px;
	font-weight:bold;	  
	color:#a00050;
	font-style:italic;
	line-height: 15px; 
}
#pubArea {
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	position: relative;
	float: left;
	clear: left;
	background: #fff url(../images/writestuff1.jpg) no-repeat;
	
}
#pubArea2 {
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	position: relative;
	float: left;
	clear: left;
	background: #fff url(../images/writestuff2.jpg) no-repeat;
	
}
#pubArea3 {
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	position: relative;
	float: left;
	clear: left;
	background: #fff url(../images/writestuff3.jpg) no-repeat;
	
}
#pubArea4 {
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	position: relative;
	float: left;
	clear: left;
	background: #fff url(../images/writestuff4.jpg) no-repeat;
	
}
#pubArea p {
	padding-top:15px;
	padding-left:30px;
}
#pubArea2 p {
	padding-top:15px;
	padding-left:30px;
}
#pubArea3 p {
	padding-top:15px;
	padding-left:30px;
}
#pubArea4 p {
	padding-top:15px;
	padding-left:30px;
}
#publication {
	margin: 0 0 20px 685px;
	height: 410px;
}
.publication {
	width:530px;
	padding: 0 0 0 20px;
	_padding: 10px 0px 15px 0;
	
}
tr.pub{
		background-color:#efe8f6;
}
.searchResult img {
	display: inline;	
	margin-right: 6px;
}
.searchNav a {
	padding-right: 8px;
}
.searchPage {
	padding-right: 8px;
	color: #702c6a;
}