/* main stylesheet for Screening Campaign Website Template*/

/*--------------- Generic font and element styling ----------------*/

body {
	margin: 0px;
	padding: 0px;
	font-family: arial, verdana, sans-serif;
	font-size: 62.5%;
	/*height: 100%;*/	
}

h1 { 
	font-size: 1.7em;	
}
	
h2 {
	font-size: 1.5em;	
} 

h3 { 
	font-size: 1.3em; 
	font-style: italic; 
	font-variant: normal;
} 

h4 {
	font-size: 1.1em;
	font-weight: normal;
}
	
h5 { 
	font-size: 1em;
}
	
h6 { 
	font-size: 0.8em;	
} 

p {
	line-height: 1.6em;
	padding-bottom: 5px 
 /*--------------- Generic font and element styling ----------------*/ 
}
 /* 
--Main Banner Styles 
	Main Banner is a container to hold both a left and right banner image(s).
*/#topImagePrint {
	height: 60px;
	
	}
	
	
#main_banner_container {
	position: relative;
margin:0px;
	width: auto;
	height: 60px;
	
}
#right_banner_img_container {
display:none;
}
#left_banner_img_container {
	display:none;

}
.toptext {
	color: #000;
	font-weight: bolder;
	z-index: 1;
	position: relative;
	padding-right: 20px;
	top: 35px;
	font-size: 1.8em;
	} 
#news_container {
	display: none;
}

#search {
	display: none;
}
#search form {
	display: none;
}

/* END MAIN BANNER*/

/*-- BREADCRUMB START*/
#breadcrumb_container{
	/*position: relative;*/
	top: 45px;
	width: 70%;
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 35px 0px;
	text-align: left;
	line-height: 1.7em;	
	font-size: 0.8em;
}

#breadcrumb_container a:link {
	text-decoration: underline;
}

#breadcrumb_container a:visited {
	text-decoration: underline;
}

#breadcrumb_container a:hover {
	text-decoration: none;
	
}/*-- breadcrumb End*/

/*
-- Mid Container Styles 
	Mid Container, holds the Left nav and content. It is positioned relatively to allow for a footer to be
	placed 100% of the screen width underneath the content and left nav
*/

#mid_container {
	/*position: relative;*/
	width: 100%;
	top: 0px;
	left: 0px;
	margin-bottom: -50px;
	padding-bottom: 20px;
	/*background-image: url(/internet/screening/publishing.nsf/AttachmentsByTitle/left_nav_bg.gif/$FILE/left_nav_bg.gif);
	background-position: top left;
	background-repeat: repeat-y;*/
		
/*------------------------------------ End Mid Container ----------------------------------*/		
}
/*------------------------------------ Start left navigation ----------------------------------*/
#breastscreen {
display:block;
background: #fff;
border: 1px solid #249287;
margin-bottom:35px;
min-width: 900px;
}

.breasttext{
margin-top:0px;
margin-bottom:0px;
font-size: 0.85em;
margin-left:240px;
margin-right:20px;
min-height:58px;
}

.breastnav{
display: block;
background-color:#fff;
color:#000;
font-weight:bold;
font-size: 0.8em;
padding:3px 0px 3px 0px;
text-align:center;
border-top: 1px solid #249287;
border-bottom: 1px solid #249287;
}
.breastnav a{
color:#000;
text-decoration:none;
}
.breastnav img{
margin-right:4px;
margin-left:10px;
}

.campaignimage {
float: left;
padding:0px;
border: none;
min-height:63px
}

*html .campaignimage{
margin-left: -3px;
margin-right: -3px;
}
*html .breastnav{
margin-top:20px;
padding:3px 0px 3px 0px;
}
*html #breastscreen {
border-bottom: 0px none
}
/*------------------------------------ cervical box and image styles----------------------------------*/
#cervicalscreen {
display:block;
background: #fff;
border: 1px solid #765699;
margin-bottom:35px;
min-width: 900px;
}

.cervicaltext{
margin-top:0px;
margin-bottom:0px;
font-size: 0.85em;
margin-left:240px;
margin-right:20px;
min-height:58px;
}

.cervicalnav{
display: block;
background-color:#fff;
color:#000;
font-weight:bold;
font-size: 0.8em;
padding:3px 0px 3px 0px;
text-align:center;
border-top: 1px solid #765699;
border-bottom: 1px solid #765699;
}
*html .cervicalnav{
margin-top:20px;
}

.cervicalnav a{
color:#000;
text-decoration:none;
}

.cervicalnav img{
margin-right:4px;
margin-left:10px;
}
*html #cervicalscreen {
border-bottom: 0px none
}
/*------------------------------------ bowel box and image styles----------------------------------*/
#bowelscreen {
display:block;
background: #fff;
border: 1px solid #2d6db5;
margin-bottom:35px;
min-width: 900px;
}

.boweltext{
margin-top:0px;
margin-bottom:0px;
font-size: 0.85em;
margin-left:240px;
margin-right:20px;
min-height:58px;
}

.bowelnav{
display: block;
background-color:#fff;
color:#000;
font-weight:bold;
font-size: 0.8em;
padding:3px 0px 3px 0px;
text-align:center;
border-top: 1px solid #2d6db5;
border-bottom: 1px solid #2d6db5;
}
*html .bowelnav{
margin-top:20px;
}
.bowelnav a{
color:#000;
text-decoration:none;
}
.bowelnav img{
margin-right:4px;
margin-left:10px;
}
*html #bowelscreen {
border-bottom: 0px none
}





/*------------------------------------ Start Content ----------------------------------*/
#content {
	/*position: relative;*/
	top: -40px;
	margin: 0px 0px 0px 0px;
	padding-top: 1px;
	padding-bottom: 0px;	
	font-size: 1.2em;
}

#content-home {
	position: relative;
	padding-top: 1px;
	padding-bottom: 0px;	
	font-size: 1.2em;
}

/*------------------------------------ End Content ----------------------------------*/

/*------------------------------------ Start Right Teaser ----------------------------------*/
.rghtnavblock {
	display:none;
}



/*------------------------------------ End Right Teaser ----------------------------------*/

/*------------------------------------ Start Footer ----------------------------------
--Footer
	Can be either a container or its own element.. 
	Use it as a container if you want to display more then 1 content type within	
*/
#footer {
	position: relative;
	top: 0px;
	width: auto;
	height: auto;
	background-color: #fff;
	text-align: center;
	margin-top:40px;
	padding: 20px;
	clear: both;
}



#summary {
	text-decoration: none;
	/*font-weight: 500;
	color: #000;*/
	line-height: 1.6em;
	padding-bottom: 12px;
/*
--Classes
*/
}
.search_next {
	PADDING-RIGHT: 18px; 
	FONT-WEIGHT: bold; 
	BACKGROUND: url(/internet/screening/publishing.nsf/AttachmentsByTitle/arrow_next.gif/$FILE/arrow_next.gif) no-repeat right; 
	MARGIN: 15px; 
	COLOR: #666666;
}
.search_previous {
	PADDING-LEFT: 18px; 
	FONT-WEIGHT: bold; 
	BACKGROUND: url(/internet/screening/publishing.nsf/AttachmentsByTitle/arrow_previous.gif/$FILE/arrow_previous.gif) no-repeat left; 
	MARGIN: 15px; 
	COLOR: #666666;
}
.icns {
	display: none;
}
/* Skip to Content styles */

a.skiplink, a.skiplink:hover, a.skiplink:visited {
	display: none;
} 
  
a.skiplink:active, a.skiplink:focus {
	display: none;	
}	

/* Page Currency
	This is the class for the styleMiddlepanePageCurrency block */
.pageCurrency {
	display: none;
}
/* Disclaimer
	This is the class for the styleDisplayContentDownload block */
.disclaimer {
	FONT-SIZE: 80%;
	COLOR: #666;
	padding-top: 20px;
	border-top: 1px solid #ccc;
} 
.pageCurrency {
	FONT-SIZE: 75%; COLOR: #666;
	font-weight: normal;
}

