/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	background-color: #E5E5E5;
	font-family: Arial, san-serif;
	color: #333333;
	line-height: 1.5;
	margin: 0px;
	padding: 0px;
	font-size: 0.75em;
}

a:link, a:visited, a:hover {
	color: blue;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: red;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
 font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Arial, san-serif;
 font-size: 18pt;
 color: #334d55;
}

h2{
 font-size: 150%;
 color: red;
 margin-bottom: 15px;
}

h3{
	font-size: 120%;
	color: #333333;
	margin-bottom: -15px;
}

h4{
 font-size: 100%;
 color: #333333;
}

h5{
 font-size: 12pt;
 color: #FFFFFF;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#content{
	margin: 0;
	padding: 30px;
}

#charts{
	margin: 0;
	padding: 40px;
	font-size: .75em;
}



/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 12pt;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */



/************** .story styles *****************/

.story{
	clear: both;
	padding: 20px 0px 0px 10px;
	font-size: 90%;
}

.story p{
	padding: 0px 0px 10px 0px;
}

.story img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

img.floatRight { 
    float: right; 
	margin: 0px 5px 5px 5px;
}


/************** .shop styles *****************/

.shop{
	clear: both;
	padding: 20px 0px 0px 10px;
	font-size: 90%;
}

.shop p{
	padding: 0px 0px 0px 0px;
}

.shop img{
	padding: 0px 0px 0px 0px;
	margin: 0 5px 5px 0;
}

img.floatRight { 
    float: right; 
	margin: 0px 5px 5px 5px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 10pt;
	color: #666666;
	padding: 10px 10px 10px 40px;
	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: 4px 4px 4px 0px;
	vertical-align: middle;
}


