/* main stylesheet for Generic Campaign Website Template*/

/*--------------- Generic font and element styling ----------------*/

body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, 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).
*/
#main_banner_container {
	position: relative;
	width: auto;
	height: 155px;
	background-color: #CCCCCC;
	display: none;
	
}
/* 
--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: #E4E4E4;
	width: 300px;
	height: 155px;
	margin: 0px;
}/* 
--Left Banner Image End--
*/

#right_banner_img_container {
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #E4E4E4;
	width: 300px;
	height: 155px;
	margin: 0px;
	
}	

#search {
	text-align: right;
	position: relative;
	top: -1px;
	right: 0px;
	margin-left: 50%;
	display: none;
}
#search form {
	margin: 0px;
	padding: 0px;
}

/* 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/drugs/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 ----------------------------------*/
#left_nav {
	float: left;
	width: 200px;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	font-size:1.25em;
	Display: none;
}


#left_nav ul {
	padding: 5px;
	margin: 0px 0px 0px 3px;
	list-style-type: none;
	height: auto;
	font-size: 0.95em;
}

#left_nav li {
	margin: 2px 0px 0px 0px;
	line-height: 1.8em;
}
#left_nav a {
	display: block;
	width: 100%;

}
#left_nav a:link {
	text-decoration:underline;

}

#left_nav a:visited {
	text-decoration:underline;
}

#left_nav a:hover {
	text-decoration:none;
}

#left_nav #logo_container {
	float: left;
	left: 0;
	text-align: center;
	width: 100%;
	font-size: 1.25em;
	position: relative;
	text-align: center;
	background-color: #E4E4E4;
	padding: 12px 0px 12px 0px;
	margin-top: 28px;
	
/*------------------------------------ End left navigation ----------------------------------*/	
}
/*------------------------------------ Start Content ----------------------------------*/
#content {
	position: relative;
	top: -40px;
	margin: 0px 0px 0px 0px;
	padding-top: 1px;
	padding-bottom: 0px;	
	font-size: 1.2em;
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #content {
  height: 1%;
}
 
/* End hide from IE5/mac */

#content a:link {
	text-decoration:underline;
}

#content a:visited {
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
	
/*------------------------------------ End Content ----------------------------------*/
}
/*------------------------------------ Start Right Teaser ----------------------------------*/

.rghtnavblock {
	float: right;
	top: -20px;
	right: 10px;
	height: auto;
	width: 210px;
	margin: 0px 0px 0px 25px;
	font-size: 0.90em; 
	position: relative;
	border: 1px solid #CCCCCC;
	padding: 5px 0px 5px 5px;
	display: none;
}

.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 {
	position: relative;
	top: 0px;
	width: auto;
	height: auto;
	background-color: #CCCCCC;
	margin: 20 0 0 0;
	text-align: center;
	padding: 20px;
	clear: both;
	display: none;
}

#footer a:link {
	text-decoration: underline;
	
}
#footer a:hover {
	text-decoration: none;
/*--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-bottom: 12px;

/*
--Classes
*/
}
.search_next {
	PADDING-RIGHT: 18px; 
	FONT-WEIGHT: bold; 
	BACKGROUND: url(/internet/drugs/publishing.nsf/AttachmentsByTitle/arrow_next.gif/$FILE/arrow_next.gif) no-repeat right 5px; 
	MARGIN: 15px; 
	COLOR: #666666
}
.search_previous {
	PADDING-LEFT: 18px; 
	FONT-WEIGHT: bold; 
	BACKGROUND: url(/internet/drugs/publishing.nsf/AttachmentsByTitle/arrow_previous.gif/$FILE/arrow_previous.gif) no-repeat left 5px; 
	MARGIN: 15px; 
	COLOR: #666666
}
.icns {
	visibility: visible;
	display: none;
}
/* 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 {
	width: 100%;
	height: 1px;
	color: #bbb;
	border: none;
	
} /* For Internet Explorer */
	html>body hr {
	margin-left: 0;
	width: 100%;
	height: 1px;
	background-color: #bbb;
	border: none;
	
} /* For Gecko-based browsers */
	html>body hr {
	margin-left: 0;
	width: auto;
	height: 1px;
	background-color: #bbb;
	border: 0px solid #bbb;
	
/* For Opera and Gecko-based browsers */	
} 
/* Page Currency
	This is the class for the styleMiddlepanePageCurrency block */
.pageCurrency {
	FONT-SIZE: 75%; COLOR: #666666;
	font-weight: normal;
}
/* Disclaimer
	This is the class for the styleDisplayContentDownload block */
.disclaimer {
	FONT-SIZE: 80%;
	COLOR: #666666;
	padding-top: 20px;
	border-top: 1px solid #ccc;
	display: none;
} 
TABLE {
	margin: 0;	
	BORDER: #003366 1px solid;
 	PADDING: 3px;  
	FONT-SIZE: 0.9em;
 	BORDER-COLLAPSE: collapse;
}
TD {
margin: 0;	
	BORDER: #003366 1px solid; 
	PADDING: 3px;
 	BORDER-COLLAPSE: collapse;
}

