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

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

body{
	font-family: Arial,sans-serif;
	color: #000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color:#ffffff;
	background-image:  url(images/background_bug.gif);
	backgournd-repeat: none;
	background-align: right;

}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

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

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

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 150%;
 
}

h2{
 font-size: 114%;
 color: #003300;
 margin-bottom: 5px;
 border-bottom: 2px solid #003300;
}

h3{
 font-size: 110%;
 color: #1F2908;
}

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

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: disc;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

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

#masthead{
	clear: right;
	margin: 0px;
	padding: 0px;
	width: 100%;
	white-space: nowrap;
	border-bottom: 1px solid #000000;
	background-color: #1F2908;
	color: #ffffff;
	
}
#masthead img{
	padding: 0px;
	margin-bottom:0px;
}
#container{
	width: 775px;
	}
	
#navBar{
	float: left;
	clear: left;
	width: 150px;
	margin-right: 5px;
	padding-top: 5px;
	
}	

#content{
  	float: left;
	width: 500px;
	padding: 10px 0px 10px 10px;
	border-left: 1px solid #000000;
	z-index:5;
	
}

/***********************************************/
/*Component Divs                               */
/***********************************************/
#image {
	width:500px;
	margin: 0px 0px 10px 0px;
}

#siteName{
	float: left;
	margin-right: 10px;
	padding: 0px;
	white-space: nowrap;
}

/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 0px;
	margin-left: 0px;
	width: 100%;
	border-bottom: 1px solid #000000;
	
}
#pageName h2{
	font-size: 140%;
}

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

.feature{
	float: left;
	width: 100%;
	margin: 0px;
	padding-bottom: 10px;
	list-style: circle inside none;
	font-size: 85%;
}
.feature h2{
	text-align: left;
	color: #003300;
	padding: 5px 5px 5px 5px;
	margin: 5px 0px 5px 0px;
	border-bottom: 1px dotted #A9BA6D;
	font-size: 150%;
}
.feature h3{
	text-align: left;
	color: #003300;
	padding: 5px 5px 5px 5px;
	margin: 5px 0px 5px 0px;
	border-bottom: 1px dotted #A9BA6D;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 10px;
	margin: 0 5px 5px 0;
}
#sectionhead {
	width:100%;
}
	
.highlights {
	float: left;
	width: 100%;
	margin: 0px;
	padding-bottom: 10px;
	border: 0px;
	list-style: circle inside none;
	}
	
/************* #siteInfo styles ***************/

#siteInfo {
	clear: both;
	font-size: 75%;
	color: #999999;
	padding: 5px 10px 10px 10px;
	margin-top: 5px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/*********** #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{
	float:left;
	width: 100%;
	margin: 3px 0px 3px 3px;
	padding-bottom: 20px;
	background-color: #A9BA6D;
	font-size: 12px;
	color: 000000;
	border-left: 5px solid #003300;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccc99;
	width: 100%;
  	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: auto;
	color: #000000;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccc99;
	padding: 2px 0px 2px 10px;
	color: #000000;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #cccc99;
	color: #000000;
	padding: 2px 0px 2px 10px;
	border-right: 5px solid #003300;
}

#sectionLinks a:active{
	background-color: #cccc99;
	}

#sectionLinks img{
	padding: 5px;
	}




