/* main stylesheet for Generic 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; 
	
}
a:link {
	text-decoration:none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	
}

p {
	line-height: 1.6em;
	padding-bottom: 0px;
	font-size: 0.85em;
 
 /*--------------- Generic font and element styling ----------------*/ 
}
 /* 
--Main Banner Styles 
	Main Banner is a container to hold both a left and right banner image(s).
*/
#main_banner_container {
	position: relative;
margin:0px;
	width: auto;
	height: 90px;
	background-color: #2d6db5;
background-position: 0px 0px;
background-repeat: no-repeat;
	background-image: url(/internet/screening/publishing.nsf/AttachmentsByTitle/bowelbg.jpg/$FILE/bowelbg.jpg);
}

.toptext {
	color: #FFF; 
	font-weight: bolder; 
	z-index: 1; 
	position: relative;
	padding-right: 20px; 
	top: 35px; 
	font-size: 2.2em;
	align: right;
} 

/* 
--Left Banner Image 
	To insert your Left Banner Image within this container you it must be placed in the blockheaderheader. It must be an image not a background
*/
#left_banner_img_container {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #005994;
	height: 90px;
	margin: 0px;
}/* 
--Left Banner Image End--
*/

#right_banner_img_container {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 90px;
	margin: 0px;
	text-align: right;
}	

#news_container {
	position: relative;
	width: auto;
	height: 30px;
	border-top: 1px solid #FFF;
	background-color: #1c5c94;
}

#search {
	text-align: right;
	position: relative;
	top: 8px;
	right: 0px;
	margin-left: 50%;
	float:right; /*generic*/
	width: auto; /*generic*/
}
.topnew {
	color: #FFF; 
	float: left;
	font-weight: bolder; 
	text-transform: uppercase;
	font-size: 1.2em;
	background:#293f6a;
	margin-left:40px;
height:22px;
padding-top:8px;
	padding-left:10px;
	width:101px;
	} 
*html .topnew{
padding-bottom:8px;
}
	
#search form {
	margin: 0 10px 0 0;
	padding: 0px;
}
input#searchText {
border:1px solid #fff;
background:#fff none repeat;
color:#1c5c94;
font-size:0.9em;
width:160px;
margin-left: 10px
}

input#searchSubmit {
border:1px solid #fff;
background:#293f6a none repeat;
color:#FFF;
font-size:0.9em;
letter-spacing:0.75px;
width:60px;
margin-top:3px;
}
/* END MAIN BANNER*/



/*
-- 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_image {
	position: relative;
	width: 100%;
	top: 0px;
	left: 0px;
}

#mid_container {
	position: relative;
	width: 90%;
	top: 0px;
	left: 0px;
min-width:850px;

	/*padding-bottom: 20px;*/
		
/*------------------------------------ End Mid Container ----------------------------------*/		
}
/*------------------------------------ Start main body content ----------------------------------*/
#main_body {
	float: left;
	margin-left:3%;
	font-size:1.25em;
	margin-top: 25px;
	margin-right: 2%;
	width: 100%;
	
}


html>body #main_body {
	float: left;
	margin-left:6%;
	font-size:1.25em;
	margin-top: 25px;
	margin-right: 1%;
	width: 100%;
	
}


/*------------------------------------ breastscreen box and image styles----------------------------------*/
#breastscreen {
display:block;
background: #fff;
border: 1px solid #249287;
margin-bottom:35px;
width: 98%;
}

.breasttext{
margin-top:0px;
margin-bottom:0px;
margin-left:240px;
margin-right:20px;
min-height:63px;
_height:65px;
padding:0px;
font-size: 1em;
}

.breastnav{
display: block;
background-color:#249287;
color:#fff;
font-weight:bold;
font-size: 0.9em;
padding:2px 0px 2px 0px;
text-align:center;
}
.breastnav a{
color:#fff;
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 #breastscreen {
border-bottom: 0px none
}
/*------------------------------------ cervical box and image styles----------------------------------*/
#cervicalscreen {
display:block;
background: #fff;
border: 1px solid #765699;
margin-bottom:35px;
width: 98%;
}

.cervicaltext{
margin-top:0px;
margin-bottom:0px;
margin-left:240px;
margin-right:10px;
min-height:63px;
_height:65px;
padding:0px;
font-size: 1em;
}

.cervicalnav{
display: block;
background-color:#765699;
color:#fff;
font-weight:bold;
font-size: 0.9em;
padding:2px 0px 2px 0px;
text-align:center;
}

.cervicalnav a{
color:#fff;
text-decoration:none;
}

.cervicalnav img{
margin-right:4px;
margin-left:10px;
}
*html #cervicalscreen {
border-bottom: 0px none
}
/*------------------------------------ bowel box and image styles----------------------------------*/
#bowelscreen {
background: #fff;
border: 1px solid #2d6db5;
margin-bottom:35px;
width: 98%;
}

.boweltext{
	margin-top:0px;
	margin-bottom:0px;
	margin-left:240px;
	margin-right:10px;
	min-height:63px;
	_height:65px;
	padding:0px;
font-size: 1em;
}

.bowelnav{
display: block;
background-color:#2d6db5;
color:#fff;
font-weight:bold;
font-size: 0.9em;
padding:2px 0px 2px 0px;
text-align:center;
}

.bowelnav a{
color:#fff;
text-decoration:none;
}
.bowelnav img{
margin-right:4px;
margin-left:10px;
}
*html #bowelscreen {
border-bottom: 0px none
}
/*------------------------------------ Other box and image styles----------------------------------*/
#other {
	display:block;
	background: #fff;
	padding:0px;
	margin-left: 240px;
}

#other p{
	font-size: 1em;
	margin-bottom: -4pt;
}

#other ul{
	padding-left: 15px;
}

#other ul li{
	margin-left: 0;
	padding-bottom: 5px;
	list-style-image: url("/internet/screening/publishing.nsf/AttachmentsByTitle/homearrow2.gif/$FILE/homearrow2.gif");
}

*html #other{
	border-bottom: 0px none;
}
*html #other ul{
	padding: 0;
	margin: 10;
}

/*------------------------------------ Start Content ----------------------------------*/
#content {
	position: relative;
	top: -40px;
	margin: 0px 0px 0px 220px;
	padding-top: 1px;
	padding-bottom: 0px;	
	font-size: 1.2em;
	width: /*99%;*/auto;
}

#content-home {
float:right;
font-size:1.2em;
right:0px;
margin-right:0;
padding-bottom:0;
padding-top:1px;
position:absolute;
top:85px;
visibility:visible;}

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #content {
  height: 1%;
}
 
/* End hide from IE5/mac */

#content a:link {
	text-decoration:none;
}

#content a:visited {
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
	
/*------------------------------------ End Content ----------------------------------*/
}

/*------------------------------------ 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;
	height: auto;
	background-color: #fff;
	text-align: center;
	padding: 20px;
	clear: both;
}

#footer a:link {
	text-decoration: none;
	
}
#footer a:hover {
	text-decoration: underline;
/*--Summary-- This controls the style for the summary within the WCMS. */
}
#summary {
	text-decoration: none;
	color: #000;
	line-height: 1.6em;
	padding-bottom: 12px;
}
/*
--Classes
*/
/* SEARCH RELATED */
ul.searchresults {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul.searchresults li {
	margin-bottom: 20px;
}
ul.searchresults li a {
	margin: 0px;
}
p.scoreresults {
	margin: 0px 0px -6px 0px;
	padding: 0px;
}
p.stopwords{
	margin-top:-10px;
	font-size:0.8em;
	line-height:1.5em;
}
.currpage {
	font-weight: bold;
	color: #000;
	border: 1px solid #000;
	padding: 3px 5px 3px 5px;
}

p.searchnav {
	margin-top: 25px;
}
p.searchnav a {
	text-decoration: underline;
	color: #0000FF; 
}
a.search_next:link, a.search_next:hover, a.search_next:active, a.search_next:visited {
	PADDING: 0 18px 0 10px;
	FONT-WEIGHT: bold; 
	BACKGROUND: url(/internet/screening/publishing.nsf/AttachmentsByTitle/arrow_next.gif/$FILE/arrow_next.gif) no-repeat right; 
}
a.search_prev:link, a.search_prev:hover, a.search_prev:active, a.search_prev:visited {
	PADDING: 0 10px 0 18px;
	FONT-WEIGHT: bold; 
	BACKGROUND: url(/internet/screening/publishing.nsf/AttachmentsByTitle/arrow_previous.gif/$FILE/arrow_previous.gif) no-repeat left; 
}
input#searchText {
	margin-right: 5px;
}

#search legend {
	display: none;
}
#search fieldset {
	border: 0px;
}

.icns {display:none;
	visibility: visible;
	padding-right:10px;
}
/* Skip to Content styles */

a.skiplink, a.skiplink:hover, a.skiplink:visited {
	text-indent: -600em;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	width: auto;
} 
  
a.skiplink:active, a.skiplink:focus {
	background-color: #666;
	color: #fff;
	display: block;
	font-weight: bold;
	padding: 10px;
	text-indent: 0.1em;
	width: auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
}	

hr {
	width: 100%;
	height: 1px;
	color: #005994;
	border: none;
	
} /* For Internet Explorer */
	html>body hr {
	margin-left: 0px;
	width: 100%;
	height: 1px;
	background-color: #005994;
	border: none;
	
} /* For Gecko-based browsers */
	html>body hr {
	margin-left: 0px;
	width: auto;
	height: 1px;
	background-color: #005994;
	border: 0px solid #005994;
	
/* For Opera and Gecko-based browsers */	
} 
/* Disclaimer
	This is the class for the styleDisplayContentDownload block */
.disclaimer {
	FONT-SIZE: 80%;
	COLOR: #666;
	padding-top: 20px;
	border-top: 1px solid #ccc;
} 
/* Page Currency
	This is the class for the styleMiddlepanePageCurrency block */
.pageCurrency {
	FONT-SIZE: 75%; COLOR: #666;
	font-weight: normal;
}
#topImagePrint {
	height: 107px;
	background: url(/internet/screening/publishing.nsf/AttachmentsByTitle/banner_main.jpg/$FILE/banner_main.jpg);
	display: none;
}

