/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	padding: 0px;
	background-color:#F7F7F7;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #000000;
}

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;
}				

.logo{
	margin: 10px auto;
	display:block;	
	border:none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 0;
	width:1024px;
	background-color:#EEEEEE;
	margin:10px auto;
	display:block;
}

#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #eeeeee;
	border: none;
}

#content{
  float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

/*************** #pageName styles **************/

#pageName{
	padding: 10px 10px 10px 10px;
}

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 0px 10px;
	font-size: 80%;
	text-align: justify;
}

.feature img{
	width:280px;
	height:200px;
}

.feature img, .feature .img{
	float: right;
	margin: 0px 0px 10px 10px;
}

.feature .img{
	border: 1px solid #C0C0C0;
	text-align:justify;
	padding: 10px;
	margin-bottom:0px;
	width:260px;
	height:180px;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 10px 10px 10px;
	font-size: 80%;
}

.story p{
	padding: 10px 10px 10px 0px;
}

.story .graph{
	margin-top:2px;
	margin-bottom:10px;
	width:100%;
	font-family:Arial,Helvetica,sans-serif;
	font-size:9px;color:#535353;
	background-color:#EEEEEE;
	border:none;
	font-style:normal;
	text-align:right;
	padding:0px;
	padding-bottom:3px !important;
}

.story .stats{
	float:left;
}

.story .player{
	float:right;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: none;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 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: none;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border: none;}

#navBar .home{
	color:#334d55; 
	font-size:90%;
	padding-bottom:10px;
}
/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border:none;
	width: 100%;
  	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border: none;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border: none;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}