/* CSS Document */


body {
	background: #a2b2be;
	text-align: center;
	margin: 0;
	padding: 0;
}

a {
	color: #5288c9;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#wrapper {
	background-color: #FFFFFF;
	margin: 0 auto;
	width: 775px;
	font: 11px/15px Arial, Helvetica, sans-serif;
	color: #032155;
	text-align: left;
}

#wrappersub {
	background-color: #FFFFFF;
	margin: 0 auto;
	width: 775px;
	font: 11px/18px Arial, Helvetica, sans-serif;
	color: #032155;
	text-align: left;
}




#shell {
	width: 775px;
	float: left;
}


/*-[ header specific styles ]------------------------*/
#header {
	position: relative;
	float: left;
	background-color:#032156;
	background-image:url(/images/header.gif);
	background-repeat:repeat-x;
	height: 157px;
	width: 775px;
	clear: both;
	z-index: 200;
}
#header img {
border: 0;
vertical-align:top;
}

#logo {
position: absolute;
top: 0px;
left: 0px;
padding: 0px;
margin:0px;
}

#topnav {
position: absolute;
top: 6px;
left: 170px;

}


#searchform {
position: absolute;
top: 4px;
right:16px;
}

.gobutton{
valign: top;
}

.topnavsearch {
position: relative;
top: -6px;
border: 0;
line-height: 14px;
font-size: 12px;
height: 14px;
}

#tagline{
position: absolute;
top:80px;
right: 10px;
}


#infoline{
position: absolute;
top:40px;
right: 33px;
}


#header-message {
	position: relative;
	width: 395px;
	height: 25px;
	top: 90px;
	left: 173px;
}

#main-navigation, #state-navigation {
	background-color: #a1b1bd;
	background-image: url(/images/topnav/menu_bkg.gif);
	background-repeat: repeat-x;
	position: relative;
	border-top: 1px solid #a1b1bd;
	border-bottom: 2px solid #a1b1bd;
	width: 775px;
	top: 123px;
	height: 32px;
	left: 0;
	font-size: 11px;
}


#state-navigation {
	background-color: #a1b1bd;
	background-image: url(/images/topnav/menu_bkg.gif);
	background-repeat: repeat-x;
	position: relative;
	border-top: 1px solid #a1b1bd;
	border-bottom: 2px solid #a1b1bd;
	width: 775px;
	top: 123px;
	height: 32px;
	left: 0;
	font-size: 11px;
	color:#ffffff;
}

#state-navigation a {
display:inline;
padding:0px 10px 0px 10px;
margin:0px;
line-height:32px;
color: #ffffff;
font-weight:bold;
text-decoration:none;
}

#state-navigation a:hover {
text-decoration:underline;
}

#main-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}



#main-navigation ul li{
	margin-top: 0;
	padding: 0;
	float: left;
	display: block;
	width: 154px;
	border-right: 1px solid #FFFFFF;

}

#main-navigation ul li.lastitem{
	border: 0;
	width: 155px;
}

#main-navigation ul li a{
	display: block;
	height: 31px;
	padding:0;
	margin:0;
}

#main-navigation ul li a:hover{
	background-color: #7D7C4C;
}


#main-navigation ul li img{
	display: block;
    margin-left: auto;
    margin-right: auto;
}



#topbar li ul {
position: absolute;
left: -999em;
width: 154px;
font-weight: normal;
margin: 0;
padding: 0;
list-style: none;
z-index: 500;

}
#topbar li li {
width: 144px;
border-top: 1px solid #FFF;
border-right: 0;
background: #5c6361;
margin: 0;
padding: 5px;
}

#topbar li li a {
color: #FFFFFF;
text-decoration:none;
line-height: 13px;
padding:0;
margin:0;
height: auto;

}
#topbar li li a:hover {
background-image: none;
}

#topbar li:hover ul ul, #topbar li:hover ul ul ul, #topbar li.sfhover ul ul, #topbar li.sfhover ul ul ul {
cursor: pointer;
left: -999em;
}

#topbar li:hover ul, #topbar li li:hover ul, #topbar li li li:hover ul, #topbar li.sfhover ul, #topbar li li.sfhover ul, #topbar li li li.sfhover ul {
cursor: pointer;
left: auto;
}

#topbar li:hover, #topbar li.sfhover {
cursor: pointer;
background-color: #7D7C4C;

}


#secondary-navigation {
	float: left;
	width: 164px;
	margin-top: 4px;
	padding: 0;
	font-size: 11px;
}
#secondary-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#secondary-navigation ul li {
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	border-bottom: 1px #FFFFFF solid;
}
#secondary-navigation ul li.title {
	color: #333;
}
#secondary-navigation a {
margin: 0;
padding: 10px 0px 0px 5px;
	color: #877A75;
	display: block;
	width: 95%;
	height: 25px;
	text-decoration: none;
}
#secondary-navigation a:hover {
	color: #877A75;
	text-decoration: underline;
}

#content {
	float: left;
	width: 616px;
margin:0;
	padding-bottom: 20px;
}

#content h1 {
	background: #000;
	display: block;
	height: 19px;
	padding: 10px 40px;
	margin: 0 0 10px 0;
	width: auto;

	font-size: 16px;
	font-weight: bold;
	color: #CCC;	
}
#content h2 {
	padding: 0 40px;
	margin: 0 0 20px 0;
	width: auto;
	font-size: 11px;
	font-weight: bold;
	color: #d77726;	
}


#content p {
	line-height: 180%;
	margin: 10px 0 10px 40px;
	width: 500px;
}

#content table {
	margin: 10px 0 10px 40px;
	width: 500px;
	padding: 5px;
}
#content p.figure {
	margin: 10px 0 20px 40px;
}
#content p.product {
	margin: 0 0 20px 40px;
	padding-bottom: 15px;
	border-bottom: 2px solid #EFECCD;
}
#content p.product a.title {
	font-weight: bold;
}
#content p.product img {
	float: right;
	margin-left: 15px;
}
#content p.contact {
	margin: 0 0 20px 40px;
	padding-bottom: 15px;
	border-bottom: 2px solid #EFECCD;
}
#content p.address {
	line-height: 120%;
	margin: 0 0 10px 40px;
}
#content p.news {
	line-height: 120%;
	margin: 0 0 15px 40px;
}
#content p.news a {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}
#content p.archive {
	padding-top: 10px;
	border-top: 2px solid #c9c5c5;
}
#content #textholder {
	position: relative;
	height: 350px;
}

#state-feature {
	position: relative;
	background-color: #FFFFFF;
	background-repeat:no-repeat;
	float: left;
	clear: both;
	width: 775px;
	height: 65px;
	border-bottom: 1px solid #a2b2be;
}



#hp-feature {
	position: relative;
	background-color: #9d9b08;
	float: left;
	clear: both;
	width: 775px;
	height: 152px;
	color: #FFF;
}

#hp-feature2 {
	position: relative;
	background-color: #FFFFFF;
	background-image: url(/images/homepage/rotate_bkg.jpg);
	background-repeat:no-repeat;
	float: left;
	clear: both;
	width: 775px;
	height: 160px;
}


#hp-feature img {
vertical-align: top;
}

#rotatetext1 {
margin-top: 112px;
margin-left: 305px;
font-weight:bold;
line-height: 12px;
width: 390px;
display:block;
}

#rotatetext1ac {
margin-top: 100px;
margin-left: 40px;
font-weight:bold;
line-height: 12px;
width: 355px;
display:block;
color:#fff;
}

#rotatetext1restless {
margin-top: 95px;
margin-left: 443px;
font-weight:bold;
line-height: 12px;
width: 355px;
display:block;
color:#fff;
}


#rotatetext1giveascan {
margin-top: 63px;
margin-left: 46px;
font-weight:bold;
line-height: 12px;
width: 315px;
display:block;
}

#rotatetext1a {
margin-top: 100px;
margin-left: 150px;
font-weight:bold;
line-height: 12px;
width: 355px;
display:block;
}


#rotatetext1b {
margin-top: 102px;
margin-left: 387px;
font-weight:bold;
line-height: 12px;
width: 390px;
display:block;
}

#rotatetext1c {
margin-top: 105px;
margin-left: 53px;
font-weight:bold;
line-height: 12px;
width: 330px;
display:block;
}

#rotatetext2 {

margin-top: 95px;
margin-left: 20px;
font-weight:bold;
line-height: 12px;
width: 297px;
display:block;
}

#rotatetext2a {

margin-top: 88px;
margin-left: 403px;
font-weight:bold;
line-height: 12px;
width: 300px;
display:block;
}


#rotatetext3 {

margin-top: 80px;
margin-left: 220px;
font-weight:bold;
line-height: 12px;
width: 246px;
display:block;
}

#rotatetext4 {
margin-top: 82px;
margin-left: 40px;
font-weight:bold;
line-height: 12px;
width: 245px;
display:block;
}

#rotatetext5 {
margin-top: 75px;
margin-left: 65px;
font-weight:bold;
line-height: 12px;
width: 245px;
display:block;
}

#rotatetext6 {
margin-top: 90px;
margin-left: 410px;
font-weight:bold;
line-height: 12px;
width: 245px;
display:block;
}



rotatelink {
position: relative;
top: -35px;
left: 0;
display:block;
width: 770px;
height: 140px;
z-index: 4000;
}

#hp-f-date {
	margin: 0;
	padding: 0;
	font-size: 10px;
	text-transform: uppercase;
}
#hp-f-headline {
	margin: 0 0 5px 0;
	padding: 0;
	font: 18px/20px Georgia, "Times New Roman", Times, serif;
}
#hp-f-description {
	margin: 0 0 5px 0;
	padding: 0;
}

#hp-f-description ul{
	padding: 0;
	margin: 0;
}

#hp-f-more {
	margin: 0;
	padding: 0 30px 0 0;
	font-weight: bold;
	text-align: right;
	color: #d77726;
}
#hp-separater {
	float: left;
	clear: both;
}


#hp-subfeatures {
	margin:0 auto;
	float: left;
	width: 775px;

}


#hp-subfeatures #hp-sf1 {
	float: left;
	width: 160px;
}

#hp-subfeatures #hp-sf2 {
	float: left;
	width: 220px;
}
#hp-subfeatures #hp-sf3 {
	float: left;
}
#hp-subfeatures #hp-sf4 {
	float: left;
}

#hp-feature-footer {
float: left;
clear: both;
}



sup {
font-size: xx-small;
}


#hpsfwrapper {
	clear: both;
	text-align: left;
	border:0;
	width: 100%;
	background-color: #dfdfdb;
	background-image:url(/images/content_bkg.gif);
	background-repeat:repeat-x;
	}

#hpsfwrapper h4 {
margin: 0 0 8px 0;
padding: 0;
font-weight: bold;
font-size: 16px;
}

#hpsfwrapper h5 {
margin: 20px 15px 15px 15px;
padding: 0;
color: #FFFFFF;
font-size: 9px;
}



.section_header {
padding: 20px 0px 15px 0px;
}


.white {
background-color: #E7E7E3;
}


#wrappersub #hpsfwrapper #hpsfcontainer p {
margin: 15px 0px 10px 0px;
padding: 0;

}

#hpsfwrapper p {
margin: 5px 15px 0px 15px;
padding: 0;
}


#hpsfside-a {
	float: left;
	margin-top: 25px;
	margin-left: 14px;
	width: 187px;
}


#hpsfside-a a{ 
display: block;
text-align:right;
}

#hpsfside-a p{ 
margin: 0;
padding: 0;
}

#hpsfside-a a.helpful{
margin: 0;
padding:  5px;
text-align: left;
text-indent: 5px;
display: block;
font-weight: bold;
color: #061844;
text-decoration: none;
border-bottom: 1px #91A2B0 dotted;
background-image: url(/images/green_arrow.gif);
background-repeat: no-repeat;
background-position: center left;
}

#hpsfside-a a:hover.helpful{
text-decoration: underline;
}

#hpsfside-a .section_header {
padding: 0;
margin: 0;
}

#hpsfside-a2 {
	float: left;
	width: 210px;
}


#hpsfcontent { 

width: 334px;
	margin-top: 25px;
	margin-left: 14px;
	float: left;
}


#sf_hpsfcontent { 

width: 334px;
	margin-top: 0;
	margin-left: 0;
	float: left;
}

#hpsfcontent p img, #sf_hpsfcontent p img {
border: 0;
valign: top;
align: left;
margin-right: 16px;
}

#hpsfcontent a, #sf_hpsfcontent a{ 
display: block;
text-align:right;
line-height: 30px;
color: #9a0633;
text-decoration: none;
}

#hpsfcontent a:hover, #sf_hpsfcontent a:hover {
text-decoration: underline;
}

#hpsfcontent p, #sf_hpsfcontent p{
margin: 0 10px 0 0;
padding:  10px 15px 0px 15px;
display: block;
border-bottom: 1px #91A2B0 dotted;
}

#hpsfcontent p.none, #sf_hpsfcontent p.none{
margin: 0 10px 0 0;
padding:  10px 15px 0px 15px;
display: block;
border:0;
}

#hpsfside-b {
width: 187px;
	margin-top: 10px;
	margin-left: 14px;
	float: left;
}

#hpsfside-b a.hplink{
margin: 0;
padding:  5px;
text-align: left;
text-indent: 5px;
display: block;
font-weight: bold;
color: #061844;
text-decoration: none;
border-bottom: 1px #91A2B0 dotted;
background-image: url(/images/blue_arrow.gif);
background-repeat: no-repeat;
background-position: center left;
}

#hpsfside-b a:hover.hplink{
text-decoration: underline;
}

.navlist {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #9D9B08;

}
.navlist li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-style: none;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	list-style-type: none;
}
.navlist ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-style: none;
	margin: 0px;
	padding: 5px 0px 0px 10px;
	list-style-type: none;
}
.navlist a:link { 
	color: #061844;
	text-decoration: underline;
}
.navlist a:visited { 
	color: #061844;
	text-decoration: underline;
}
.navlist a:hover { 
	color: #5686CF;
	text-decoration: none;
}
.navlist a:active { 
	color: #061844;
	text-decoration: underline;
}



#hpsfside-b p{
margin: 10px 0 20px 0;
padding: 0 10px 0 10px;
width: 167px;
}

#hpsfside-b p.nopad{
margin: 0;
padding: 0;
}






#hpsffooter {
	clear: both;

}

#hpsfwrapper sup {
font-size: xx-small;
}


#footer {
	background: #032155;
	float: left;
	clear: both;
	padding: 8px 16px 8px 16px;
	font-size: 10px;
	line-height: 14px;
	color: #a2b2be;
	width: 743px;
}
#wrapper2.subpage #footer {
	border-top: 15px solid #c9c5c5;	
}
#footerleft {
float: left;
}
#footerright {
float: right
}

#footerleft p {
	width: auto;
	text-align: left;
	padding: 0;
	margin: 0;
}

#footerright p {
	width: auto;
	text-align: right;
	padding: 0;
	margin: 0;

}

#footer a {
	font-weight: bold;
	color: #a2b2be;	
	text-decoration: none;	
}
#footer a:hover {
text-decoration:underline;

}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: #9D9B08;
	font-weight: normal;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #9D9B08;
	font-weight: bold;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #081A46;
	font-weight: bold;
	vertical-align:middle;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	vertical-align:middle;
}


h6 {
	margin:0px;
	padding:0px;
font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #9D9B08;
	font-weight: bold;
}

.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #9D9B08;
	font-weight: normal;
	line-height:normal;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #9D9B08;
	font-weight: bold;
}
.hometext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #2f4479;
}
.hometext a:link {
	font-weight: bold;
	color: #5686CF;
	text-decoration: underline; 
}
.hometext a:visited { 
	font-weight: bold;
	color: #5686CF;
	text-decoration: underline; 
}
.hometext a:hover { 
	font-weight: bold;
	color: #5686CF;
	text-decoration: none; 
}
.hometext a:active { 
	font-weight: bold;
	color: #5686CF;
	text-decoration: underline; 
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #061844;
}
.text a:link {
	font-weight: bold;
	color: #5686CF;
	text-decoration: underline; 
}
.text a:visited { 
	font-weight: bold;
	color: #5686CF;
	text-decoration: underline; 
}
.text a:hover { 
	font-weight: bold;
	color: #5686CF;
	text-decoration: none; 
}
.text a:active { 
	font-weight: bold;
	color: #5686CF;
	text-decoration: underline; 
}
.frankly {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #061844;
}
.frankly a:link {
	font-weight: bold;
	color: #5686CF;
	text-decoration: underline; 
}
.frankly a:visited { 
	font-weight: bold;
	color: #5686CF;
	text-decoration: underline; 
}
.frankly a:hover { 
	font-weight: bold;
	color: #5686CF;
	text-decoration: none; 
}
.frankly a:active { 
	font-weight: bold;
	color: #5686CF;
	text-decoration: underline; 
}
/* footer formatting */
.bottominfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #061844;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 3px;
}
.bottominfo a:link {
	font-weight: bold;
	color: #5686CF;
	text-decoration: underline; 
}
.bottominfo a:visited { 
	font-weight: bold;
	color: #5686CF;
	text-decoration: underline; 
}
.bottominfo a:hover { 
	font-weight: bold;
	color: #5686CF;
	text-decoration: none; 
}
.bottominfo a:active { 
	font-weight: bold;
	color: #5686CF;
	text-decoration: underline; 
}
.right-photo-with-caption {
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
	font-weight: normal;
	color: #061844;
	text-align: center;
	width: 250px;
}
.right-box-with-caption {
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
	font-weight: normal;
	color: #061844;
	text-align: left;
	width: 175px;
}
.side-bar-box {
	border: 1px;
	border-style: solid;
	border-color: #9D9B08;
	font-weight: normal;
	padding: 6px;
	float: right;
	width: 200px;
	margin-bottom: 40px;
	margin-left: 15px;
	margin-top: 8px;
	background-color: #D8D7C9;
}
.img-floatright {
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
    margin-right: 10px;
}
.img-floatleft {
	float: left;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 5px;
	margin-top: 0px;
}
.chart-head {
	font-size: 110%;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF; 
	vertical-align: middle;
	background-color: #7F99E5;
}
.chart-subhead {
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #CC9900;
}
.chart-style1 {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	height: auto;
}
.side-bar-box p  {
	font-size: 100%;
	line-height: 125%;
}
.side-bar-box-whitebg {
	border: 1px;
	border-style: solid;
	border-color: #061844;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 6px;
	float: right;
	width: 200px;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-top: 8px; 
	background-color: #FFFFFF;
}
.side-bar-box-whitebg p  {
	font-size: 100%;
		font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 125%;
	margin-bottom: 5px;
	margin-top: 5px;
}
.side-bar-box-whitebg h2  {
	font-size: 100%; 
	margin-bottom: 0px;
}
.side-bar-box-whitebg h4  {
	font-size: 95%; 
	margin-bottom: 3px;
	margin-top: 15px;
}

th {
font-size:11px;
text-align:right;
}

table.staging {border:1px solid #666;}
td.staging {border:1px solid #666;}

td {
font-size:11px;
}
.instructions {font-size:9px;}

table.faces {
	width: 538px;
	border: 1px solid #515151;
	background-color:#FFFFFF;
}
table.faces2 {
	width: 401px;
	border: 1px solid #515151;
	background-color:#FFFFFF;
}
td.facesnav {
background-image: url(facing/facesoflungcancer/images/nav_bkg.gif);
background-repeat: repeat-x;
height: 26px;
}
TD.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #FFFFFF;
	vertical-align:top;
}
TD.faces2 {

padding:5px 5px 5px 5px;
}

hr.eircline {
color: #fff; background-color: #fff; border: 1px dotted #999; border-style: none none dotted;display:block;
	
}

/*LIGHT BOX STYLES*/
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
