/* main stylesheet for Generic Campaign Website Template*/

/*--------------- Generic font and element styling ----------------*/

body {
	margin: 0pt;
	padding: 0pt;
	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: 5pt;
}
 /*--------------- 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 {
	display: none;
}

#search {
	display: none;
}

/* END MAIN BANNER*/

/*-- BREADCRUMB START*/
#breadcrumb_container{
	position: relative;
	top: 5pt;
	width: 644px;
	margin: 0;
	padding: 1pt 0 35pt 0;
	text-align: left;
	line-height: 1.7em;	
	font-size: 0.8em;
}

#breadcrumb_container a {
	text-decoration: underline;
}

/*-- 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 {
	top: -200px;
	margin: 0 2% 0 0;
	width: auto;
}
		
/*------------------------------------ End Mid Container ----------------------------------*/		

/*------------------------------------ Start left navigation ----------------------------------*/
#left_nav {
	display: none;
}



/*------------------------------------ End left navigation ----------------------------------*/	

/*------------------------------------ Start Content ----------------------------------*/
#content {
	left: 0;
	margin: 0 20px 0 0;
	float: none;
	font-size: 1.2em;
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #content {
  height: 1%;
}
 
/* End hide from IE5/mac */

#content a {
   color: #004197;
	text-decoration: underline;
}

/*------------------------------------ End Content ----------------------------------*/

#imagestrip {
	display: none;
}

/*------------------------------------ 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 {
	display: none;
}

/*--Summary-- This controls the style for the summary within the WCMS. */

#summary {
	text-decoration: none;
	font-weight: 500;
	color: #000;
	line-height: 1.6pt;
	padding-bottom: 12pt;
}
/*
--Classes
*/

.icns {
	display: none;
}

/* Skip to Content styles */
hr {
	width: 100%;
	height: 1pt;
	color: #bbb;
	border: none;
}

/* For Internet Explorer */
	html>body hr {
	margin-left: 0;
	width: 100%;
	height: 1pt;
	background-color: #bbb;
	border: none;
	
} /* For Gecko-based browsers */
	html>body hr {
	margin-left: 0;
	width: auto;
	height: 1pt;
	background-color: #bbb;
	border: 0pt 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 {
	display: none;
} 

