/*=========================================================================
--			 SITE/SYSTEM : Brand Platform v2
--			 DESCRIPTION : Main CSS file for drop-down style
--	REVISION HISTORY : Date			Version	 Name						 Description
--										 09/27/05	1.0.0.0	 Joe Gallagher		Initial version 
==========================================================================*/

/******** global	********/
* {
	margin: 0;
	padding: 0;
}
html {
	background: #dad8d8 url('../images/body-back.jpg') repeat-x 0 0;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333333;
}
#container{
	width: 902px;
	margin: 0 auto 15px auto;
	/*background: transparent url('../images/container-back.gif') repeat-y 0 0;*/
	/*border-bottom: 1px solid #b8b6b6;*/
	position: relative;
}
img{
	border: none;
}
.clear {
	clear: both;
}
.lclearl {
	clear: left;
}
.rclear {
	clear: right;
}
.green {
	color: #0e8c3f !important;
}
sup {
	font-size: 0.65em;
	line-height: 0;
	vertical-align: text-top;
}
/******** begin header ********/
#header{
	background: transparent url('../images/header-back.jpg') no-repeat 0 0;
	width: 100%;
	height: 71px;
	position: relative;
}
#header #brandLogo{
	position: absolute;
	top: 15px;
	left: 0;
}
#headerLinks{
	text-align: right;
	position: absolute;
	top: 36px;
	right: 0;
	width: 600px;
	font-size: 1.3em;
	color: #0e8c3f;
}
#headerLinks a {
	color: #0e8c3f;
	text-decoration: underline;
}
#headerLinks a:hover {
	text-decoration: underline;
}
#header #hcpLink {
	position: absolute;
	top: 17px;
	right: 0;
	font-size: 1.3em;
	color: #8e8e8e;
	text-decoration: underline;
}


/******** end header **********/
/******** begin top nav ******/
#navContainer {
	clear: both;
	height: 26px;
	line-height: 0;
}
#navContainer #navContainer {
	width: 100%;
	clear: none;
	background: transparent url('../images/nav-back.jpg') no-repeat 0 0;
	height: 26px;
	border-bottom: 1px solid #b8b6b6;
}
#nav {
	float: right;
	display: inline;
	list-style: none;
	line-height: 1;
}
#nav .topNav {
	height: 26px;
	display: block;
	float: left;
	display: inline;
	position: relative;
	z-index: 99;
}
#nav .topNav a {
	display: block;
}
#nav li ul { /* second-level lists */
	z-index: 99;
	list-style: none;
	position: absolute;
	background: #ededed;
	border: 1px solid #cececd;
	padding: 5px 0 10px 0;
	width: 157px; /*10em;*/
	top: 26px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav .navItem {
	display: block;
	font-size: 1.1em;
	padding: .5em 10px;
}
#nav .navItem a {
	color: #666666;
	text-decoration: none;
	display: block;
}
#nav .navItem a:hover {
	color: #0e8c3f;
}

/******** end top nav ********/
/******** begin left nav *****/
#sideNavColumn{
	width: 192px;
	float: left;
	display: inline;
	position: relative;
	/*margin-top: 52px;*/
	margin-left:-1px;
	margin-top:1px;
}
#sideNavColumn ul#navLevel2 {
	list-style: none;
	margin-top: 18px;
}
#sideNavColumn ul#navLevel2 li {
	line-height: 16px;
}
#sideNavColumn ul#navLevel2 li a {
	color: #666666;
	font-size: 12px;
	text-decoration: none;
	padding-left: 20px;
}
#sideNavColumn ul#navLevel2 li a:hover {
	color: #0e8c3f;
}
#sideNavColumn ul#navLevel2 li a.active {
	color: #0e8c3f;
	font-weight: bold;
	background: transparent url('../images/active-arrow.gif') no-repeat 10px 50%;
}

#sideNavColumn #leftTout {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border-bottom: 1px solid #b8b6b6;
	padding-bottom: 1px;
}
#sideNavColumn #leftTout span {
	color: #666666;
	font-size: 12px;
	padding-left: 20px;
	font-weight: bold;
	display: block;
}
#sideNavColumn #leftTout a {
	color: #666666;
	font-size: 12px;
	text-decoration: none;
	padding-left: 20px;
	display: block;
	font-weight: bold;
}
#sideNavColumn #leftTout a:hover {
	color: #0e8c3f;
}

/******** end left nav *******/
/******** PUT VOUCHER STYLES HERE ********/

#voucher {
	/*padding-top: 1px;*/
	background-color:white;
	border:1px solid #b8b6b6;
	border-bottom:0;
}

#voucher_printable{
	padding-top: 1px;
	background-color:white;
	border:1px solid #b8b6b6;
	padding-top:15px;
}



/******** END VOUCHER STYLES ********/
/********begin main content ******/
#homeContent{
	width: 100%;
	background-color: #fff;
}
#mainContent{
	margin-left: 217px;
	padding-top: 43px;
	width: 662px;
}

#mainContent #lowerNavImg {
	margin-bottom: 30px;
}

#mainContent .inner {
	width: 448px;
}

#mainContent #breadCrumbs {
	position: absolute;
	top: 105px;
	left: 65px;
	color: #0e8c3f;
	z-index: 10;
}
#mainContent #breadCrumbs a {
	color: #999999;
	text-decoration: none;
}
#mainContent #breadCrumbs a:hover {
	text-decoration: underline;
}

#mainContent #rightTout {
	float: right;
	display: inline;
	margin: 35px 0 0 0;
}
#mainContent #rightTout .item {
	margin: 0 0 10px 0;
}

#mainContent h1, #isi h1{
	color: #f0a228;
	font-size: 1.6em;
	margin-bottom: 10px;
}
#mainContent h2{
	font-size: 1.2em;
	color: #0e8c3f;
	margin-bottom: 5px;
}
#isi h2{
	color: #0e8c3f;
	font-size: 1.3em;
	margin-bottom: 10px;
}
#mainContent h3{
	font-size: 1.2em;
	color: #333333;
	margin-bottom: 5px;
}
#isi h3{
	font-size: 1.2em;
	color: #0E8C3F;
	margin-bottom: 5px;
}
#mainContent h4, #isi h4 {
	
}
#mainContent a, #isi a {
	color: #0e8c3f;
	text-decoration: underline;
}
#mainContent p, #isi p {
	font-size: 1.2em;
	margin-bottom: 15px;
}
#mainContent ul, #isi ul {
	font-size: 1.2em;
	margin: 0 0 15px 17px;
}
#mainContent li, #isi li {
	line-height: 1.2em;
	margin-bottom: 5px;
}


#mainContent #in-this-section {
	margin: 35px 0 30px 0;
}
#mainContent #in-this-section ul {
	list-style: none;
	border-top: 1px solid #cccccc;
	margin: 0;
}
#mainContent #in-this-section li {
	display: block;
	line-height: 1.2em;
	border-bottom: 1px solid #cccccc;
	margin: 0;
}
#mainContent #in-this-section a {
	color: #333333;
	text-decoration: none;
	display: block;
	padding: 10px 0 10px 10px;
	background: transparent url('../images/active-arrow.gif') no-repeat 3px 12px;
}
#mainContent #in-this-section a:hover {
	background-color: #EDEDED;
}
#mainContent #in-this-section span {
	color: #0e8c3f;
}

ul.sitemap {
	font-size: 1.1em !important;
}
ul.sitemap ul {
	padding-top: 5px;
	font-size: 1.0em !important;
	list-style-type: disc;
}
ul.sitemap li {
	margin-bottom: 20px !important;
}
ul.sitemap ul li, ul.sitemap li.nomargin {
	margin-bottom: 5px !important;
}

/*******end main content******/

/********begin footer*********/
#footer{
	clear: both;
	color: #333;
	font-size: 1.2em;
	background-color: #ffffff;
	/*margin-top:5px;*/
	border:1px solid #b8b6b6;
	border-top:0;
}
#footer #isi {
	border-bottom: 1px solid #b8b6b6;
	padding: 22px;
	font-size: 0.9em;
}

#footer #linkBar {
	border-bottom: 1px solid #b8b6b6;
	padding: 10px 22px;
	color: #0e8c3f;
}
#footer #linkBar a {
	color: #0e8c3f;
}
#footer .general {
	padding: 10px 22px 40px;
}
#footer .general p {
	margin-bottom: 5px;
}
#footer .general a {
	color: #999999;
}
#footerLogo{
	float: right;
	display: inline;
	margin: 10px 0 0 0;
}
/********end footer***********/


#textSizeBox {
	position: absolute;
	top: 150px;
	left: 710px;
	color: #328EC2;
	border-right: 1px solid #e6e3e3;
	width: 95px;
}
#textSizeBox #textSizeButton {
	margin-right: 7px;
	float: left;
	display: inline;
}
#textSizeBox a {
	margin-right: 3px;
	float: left;
	display: inline;
}

#printFriendlyBox{
	position: absolute;
	top: 150px;
	left: 814px;
}
#printFriendlyBox #printForm {
	display: inline;
}
#printFriendlyBox #printFriendly {
	display: inline;
}


/* interstitial */

#interstitialHeader {
	background-color: #ffffff;
	padding: 10px 15px 30px 15px;
}
#interstitialContent {
	background-color: #ffffff;
	padding: 0 15px 15px 15px;
}
#interstitialContent #interText {
	width: 325px;
}
#interstitialContent #interText h1 {
	color: #F0A228;
	font-size: 1.6em;
	margin-bottom: 10px;
}
#interstitialContent #interText p {
	font-size: 1.2em;
	margin: 0;
}
#interstitialButtons {
	background-color: #ffffff;
	padding: 0 15px 15px 15px;
}


/*ADDED BY BCOOPER 11/10/2009*/
#breadcrumbs{
	padding-top:7px;
	padding-left:64px;
	margin-bottom:20px;
}
#breadcrumbs a{
	color: #a5a5a5;
	text-decoration: none;
}
#breadcrumbs .current{
	color: #0e8c3f;
}