/* main stylesheet for Generic Campaign Website Template*/

/*--------------- Generic font and element styling ----------------*/
body {
 	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
	scrollbar-face-color: #D39147;
	scrollbar-highlight-color: #999999;
	scrollbar-3dlight-color: #B3B3B3;
	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #FFFFFF;
	padding: 0px;
	
}

h1 { 
	font-size: 1.6em;
	color:#D39147;
	width: 95%;

	
}
	
h2 {
	font-size: 1.5em; 
	/*color:#D39147;*/
	
} 

h3 { 
	font-size: 1em; 
	font-weight: 700;
	font-style: italic;
} 

h4 {
	font-size: 1.1em;
	font-weight: normal;	
	
}
	
h5 { 
	font-size: 1em; 
	
	}
	
h6 { 
	font-size: 1.2em; 
	font-weight: 700;
	
} 

h7 { 
	font-size: 0.1em;
	color:#FFF;
	
	
}


p {
  line-height: 1.25em;
  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).
*/
#main_banner_container {
	position: relative;
	height: 121px;
	background-image: url(/internet/independentReviewPBS/publishing.nsf/AttachmentsByTitle/qualitybg.jpg/$FILE/qualitybg.jpg);
	background-repeat: repeat-x;
width: auto;
margin: 0px;
border-bottom: #FFF 1px solid;
}
/* 
--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;
	width: 545px;
	height: 141px;
	margin: 0px;
}/* 
--Left Banner Image End--
*/

	
/* 
--Right 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
*/
#right_banner_img_container {
	position: absolute;
	top: 20px;
	right: 5px;
	width: 174px;
	height: 95px;
	margin: 0px;
}/* 
--Right Banner Image End--
*/

#search {
	text-align: right;
	position: relative;
	top: 6px;
	margin-top: -85px;
	padding-right: 10px;
}
#search form {
	margin: 0px;
	padding: 0px;
}

/* END MAIN BANNER*/



/*-- BREADCRUMB START*/
#breadcrumb_container{
	position: relative;
	top: 20px;
	width: 95%;
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 10px 0px;
	text-align: left;
	line-height: 1.4em;	
	font-size: 0.7em;
}

#breadcrumb_container a:link {
	text-decoration: underline;
	color: #D39147
}

#breadcrumb_container a:visited {
	text-decoration: underline;
	color:#999999;
}

#breadcrumb_container a:hover {
	text-decoration: none;
	color: #999999;
	
}/*-- breadcrumb End*/

/*
-- Main body Styles 
	*/
		#mid_container {
	position: relative;
	top: 0px;
	left: 0px;
	padding-bottom: 0px;
	width: auto;
	}
	
#mainbody {
	padding: 0px 30px 0px 30px;
	position: relative;
	background-color:#FFFFFF;
	border: #D39147 1px solid;
	visibility: visible;
	margin: 0px 0px 0px 200px;
	font-size: 1.2em;
width: auto;
}
#mainbody ul {
	line-height: 150%;
}


#mainbody h2 {
	/*color: #D39147;*/
	font-size: 1.4em;
	font-weight: bold;
	
}
#mainbody strong {
	font-size: 1.2em;
	font-weight: 700;
}


#mainbody a:visited {color: #999999; text-decoration: underline;}
#mainbody a:link {color: #D39147; text-decoration: underline;}
#mainbody a:hover, a:active {color: #999999; text-decoration: underline;}
#mainbody a {color: #D39147; text-decoration: underline;}

			
/*------------------------------------ End Main body Container ----------------------------------*/		

/*------------------------------------ Start left navigation ----------------------------------*/
 #left_nav {
	float: left;
	width: 180px;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	font-size:1.2em;
	z-index: 1;
	background-position: top left;
	background-repeat: repeat-y;
}


#left_nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: 210px;
	height: auto;
	font-size: 0.95em;
	background-color: #D39147;
}

#left_nav li {
	margin: 0;
	padding: 0;
	width: auto;
}

#left_nav ul li a:link, #left_nav ul li a:active, #left_nav ul li a:visited {
	display: block;
	padding: 0.6em 5px 0.6em 8px;
	width: auto;
	height: auto;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	color: #FFFFFF;
	text-decoration: none;
	
	
}
#left_nav ul li a.current:link, #left_nav ul li a.current:active, #left_nav ul li a.current:visited {
	color: #FFFFFF;
	background-color: #B56F23;
	width: auto;
	font-weight: 700;
}
#left_nav ul li a:hover {
	color: #FFFFFF;
	background-color: #B56F23;
}
#left_nav ul li a.current:hover {
	color: #FFFFFF;
	background-color: #B56F23;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	
	
/*------------------------------------ End left navigation ----------------------------------*/	
}

/*------------------------------------ Start Right Teaser ----------------------------------*/

.rghtnavblock {
	float: right;
	top: 10px;
	right: 10px;
	height: auto;
	width: 210px;
	margin: 10px 0px 0px 25px;
	font-size: 0.9em; 
	position: relative;
	border: 1px solid #000000;
	padding: 3px 0px 5px 5px;
}
.rghtnavblock ul {
	padding: 0;
	margin: 0px 0px 0px 3px;
	list-style-type: none;
	height: auto;
}

.rghtnavblock li {
	margin: 2px 0px 0px 0px;
	line-height: 1.6em;
}

.rghtnavblock a:link {
	
	text-decoration:underline;
}
.rghtnavblock a {
	display: block;
	width: 100%;

}
.rghtnavblock a:visited {
	text-decoration:underline;
}

.rghtnavblock a:hover {
	text-decoration: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 styles   */
#footer {
	position: relative;
	top: 0px;
	background-color: #FFFFFF;
	text-align: center;
	color: #276BA8;
padding-top: 20px;
padding-bottom: 20px;
width: auto;
}

#footer a:link {
	text-decoration: underline;
color: #D39147
	
}
#footer a:hover {
	text-decoration: none;
color: #999999
	}
/*--Summary-- This controls the style for the summary within the WCMS. */

#summary {
	text-decoration: none;
	font-weight: 500;
	color: #000;
	line-height: 1.6em;
	padding-top: 12px;
	padding-bottom: 12px;
}
/*
--Classes
*/
/* SEARCH RELATED */
ul.searchresults {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.searchresults li {
	margin-bottom: 20px;
}
ul.searchresults li a {
	margin: 0;
}
p.scoreresults {
	margin: 0 0 -6px 0;
	padding: 0;
}
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: #276BA8; 
}
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/independentReviewPBS/publishing.nsf/AttachmentsByTitle/arrow_next.gif/$FILE/arrow_next.gif) no-repeat right 3px; 
}
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/independentReviewPBS/publishing.nsf/AttachmentsByTitle/arrow_previous.gif/$FILE/arrow_previous.gif) no-repeat left 3px; 
}
input#searchText {
	margin-right: 5px;
}
#boolean {
	font-size: 80%;
	width: auto;
}
#search legend {
	display: none;
}
#search fieldset {
	border: 0;
}
.icns {
	visibility: visible;
}
/* 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: #666666;
	color: #ffffff;
	display: block;
	font-weight: bold;
	padding: 10px;
	text-indent: 0.1em;
	width: auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	
}	
hr {
	height: 1px;
	color: #D39147;
	border: none;
		
	
} /* For Internet Explorer */
	html>body hr {
	border-color: #D39147;
	border-bottom-style: solid;
	border-bottom:1px;
		
}
	
/* For Gecko-based browsers */
	html>body hr {
	margin-left: 0;
	width: auto;
	height: 1px;
	background-color: #D39147;
	border: 0px solid #D39147;
	
/* For Opera and Gecko-based browsers */	
} 
/* Disclaimer
	This is the class for the styleDisplayContentDownload block */
.disclaimer {
	FONT-SIZE: 80%;
	COLOR: #666666;
	padding-top: 20px;
	border-top: 1px solid #ccc;
} 
/* Page Currency
	This is the class for the styleMiddlepanePageCurrency block */
.pageCurrency {
	FONT-SIZE: 75%; COLOR: #D39147;
	font-weight: normal;
}
#topImagePrint {
	height: 107px;
	background: url(/internet/independentReviewPBS/publishing.nsf/AttachmentsByTitle/topImagePrint.jpg/$FILE/topImgPrint.jpg);
	display: none;
}

/* PDF/large file warning styles */
.pdfhelp { background: #EFF0FD; border: 1px dotted #2D6DB5; margin: 25px 25px 25px 25px; padding: 12px 10px 8px 15px; font-size: 0.9em; line-height: 1.5em; display: block; clear: none;}
.pdfhelp p {margin-left: 10px; margin-right: 15px}
.pdfhelp a:link, .pdfhelp a:visited { color: #000; }
.pdfhelp h4 {
	font-size:1em;
	margin: 0 0 10px 0;
	padding: 2px 0 0 30px;
	background: 0 0 url(/internet/main/publishing.nsf/AttachmentsByTitle/info.gif/$FILE/info.gif) no-repeat;
	height:26px;
}
.pdfhelp img { border: 0px none; margin: 0px 15px 8px 0px; float: left; }


#content .pdfhelp ol {margin-left: 30px; margin-bottom:15px}
.pdfhelp h4 a {text-decoration: none}
.pdfhelp h4 a:hover {text-decoration: underline}


