/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

/* original body code 
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 5px 5px 5px 5px;
}
*/

/* reset browser styles */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote 
{
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}

ol { 
    margin-left: 0px;
	list-style: decimal; 
}

ul { 
  margin: 0px;
  list-style:inside;
  list-style-type:disc;
  
}
img {
  border: 0;
}
/* end reset browser styles */





body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	width:850px;
	margin-left: auto;
	margin-right:auto;
	
	
}


a:link, a:visited {
	color: #187506;
	text-decoration: none;
}

a:hover {
	color: #187506;
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 120%;
 font-weight:bold;
 color: #187506;
}

h2{
 font-size: 114%;
 font-weight:900;
 color: #187506;
 margin-bottom:10px;
}

h3{
 font-size: 100%;
 font-weight:700;
 color: #187506;
 margin-bottom:10px;
}

h3r{
 font-size: 100%;
 font-weight:700;
 color:#F00;
 margin-bottom:10px;
}

p {
	margin-bottom:10px; 
    margin-left:5px;
}


ul{
 list-style-type: square;
 padding-left:3px;
 margin-left:0;
}

.navList{
	list-style:outside;
	list-style-type:none;
	padding-left:5px;
	margin-left:0px;
	margin-bottom:10px;
}
li {margin-top:10px;
}

.regListnum {
	padding-left:10px;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
	
	
  img.floatR { float:right; 
               margin-left:5px; 
			   margin-bottom:5px;	  
  }

/***********************************************/
/* 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{
  	margin: 0;
	padding: 0;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
     color: #cccccc;
     padding: 0px 0px 20px 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: 90%;
	padding: 0px 4px 0px 0px; 
}



/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.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: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	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;
}




/*********** #navBar link styles ***********/

/****  temp test
#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-right:20px;
	background:#e7ede6;
	
/*	border-bottom: 1px solid #cccccc; */
	font-size: 90%;
	float:left;
	width: 20%;
}

#sectionLinks h3{ padding-left:5px;
}

#sectionLinks a:link a:visited{
	padding: 0px;
/*	border-top: 1px solid #cccccc; */
	width: auto;
	background-color:#d3ded1;
}

#sectionLinks a:hover{ text-decoration:none;
background-color:#d3ded1;
	
}








