/***********************************************/
/* 2col_leftNav.css __ Essential-Vitamins                           */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, Geneva, "Trebuchet MS", sans-serif;
	color: #000000;
	line-height: 1.400;	
	margin: 15px;
	padding: 0px;
	text-align: left;
	background-color:#FFFFFD;
}

a:link, a:visited, a:hover{
	color: #006699;
	text-decoration: underline;
}

a:visited {
	color: #CC0066;
	text-decoration: underline;
}
/* overrides decoration from previous rule for visited links */

a:hover{
	text-decoration: none;
	background-color: #ececec;
}
/* overrides decoration from previous rule for hovered links */

a:hover img{
	background-color:white;
}

h1, h2, h3, h4, h5, h6{
	font-family: Verdana, Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 	font-family: Verdana, Arial, sans-serif;
 	font-size: 135%;
 	color: #334d55;
}

h2{
 	font-size: 118%;
 	color: #006699;
}

h3{
	font-size: 110%;
	color: #334d55;
	font-family: Verdana, Arial, Helvetica, Geneva, "Trebuchet MS", sans-serif;
}

h4{
 	font-size: 105%;
 	font-weight: bold;
 	color: #333333;
}

h5{
 	font-size: 100%;
 	color: #334d55;
}

li{
	margin-top: 9px;
}	

ul{
 	list-style-type: square;
}

ul ul{
 	list-style-type: disc;
}

ul ul ul{
 	list-style-type: none;
}

label{
 	font: bold 100% Arial,sans-serif;
 	color: #334d55;
}

.noLink{
	color: #336699;
}
				


/* I really don't see any need for a label definition.  I don't think I'm using a label anywhere. */




/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content{
  	float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}

#content a{
	color: #006699;
}

.textInset{
	float: right;
	width: 45%;
	font-size: 98%;
	line-height: 1.195;
	margin: 25px;
	padding: 15px;
	background-color: #FFF9E6;
	border: outset 3px;
	border-color: #CCCCCC;
}

.textInset h3{
	margin-top: 0px;
}

.postDate{
	text-align: right;
	font-size: 85%;
	color: #999999;	
}

.anchorText{
	float:right;
	width: 38%;
	margin: 7px;
	padding: 5px;
	text-align:right;
	font-size: small;
	line-height: 1.166;
}

.name{
	color: #006699;
	font-size: 100%;
	font-weight: 600;
}


.price{
	font-size: 103%;
	font-weight: bold;
	color: #CC0066;
}


.footNote {
	text-align: left;
	font-size: 85%;
	color: #999999;
}




/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 15px 15px;
}




/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 15px 15px;
}


/************* #globalNav styles **************/

#globalNav{
	text-align: right;
	color: #FBFBFB;
	background-color: #01689A;
	padding: 0px 8px 5px 10px;
	white-space: nowrap;
}	
	

/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 	display: block;
}

#globalNav a{
	font-size: 80%;
	font-weight: 500;
	padding: 0px 4px 0px 0px; 
}

#globalNav a:link, a:visited, a:hover{
	padding: 0px 0px 0px 0px;
	color: #fbfbfb;
}

#globalNav a:hover{
	background-color:#666666;
}


/************* #breadCrumb styles *************/

#breadCrumb {
	font-size: 80%;
	text-align: right;
	margin-bottom: 25px;
	padding: 5px 0px 5px 10px;
	color: #006699;
}	
	

#breadCrumb a{
	color: #006699;
}

#breadCrumb a:link, #breadCrumb a:visited, #breadCrumb a:hover{
	color:  #006699;
}


/************** .feature styles ***************/

.feature{
	padding: 10px 10px 10px 15px;
	font-size: 83%;
}

.feature h2{
	margin-top: 35px;
	margin-bottom: 7px;
	text-align: left;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	margin-top: 7px;
	text-align: left;
}

.feature img{
	padding: 10px 10px 10px 10px;
	margin: 10px 5px 5px 10px;
	float: none;
}

/* .feature a{			*/
/*	color: #006699;		*/
/*  }				*/

/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/
/* I probably don't need these styles, either.  I don't use the story div on the page. */

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 83%;
}

.story p{
	padding: 0px 0px 10px 0px;
}

.details {
	font-size: 95%;
	text-align: right;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	background-color: #01689A;
	border: 1px solid #cccccc;
	font-size: 75%;
	font-weight:700;
	color: #FBFBFB;
	padding: 1px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 1px 1px 1px 1px;
	vertical-align: middle;
}

#siteInfo a:link, a:visited, a:hover {
	color: #fbfbfb;
}

#siteInfo a:hover {
	background-color:#666666;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 5px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form {
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 10px;
	color: #006699;
	text-decoration: none;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	color: #006699;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc; /* I'm not sure I need or want this. */
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	color: #006699;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	color: #006699;
}
	
.relatedLinks a:hover {
	color: #006699;
}
	
.relatedLinks a:visited {
	color: #006699;
}
	
		
.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	color: #006699;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert a:hover {
	padding: 0px 0px 0px 0px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 20px 0px 20px 10px;
	font-size: 80%;
}

#headlines a {
	color: #006699;
}

#headlines a:hover {
	text-decoration: underline;
}

#headlines h3 {
	padding: 10px 0px;
}	

#headlines p{
	padding: 5px 0px 5px 0px;
}
