/***********************************************/

/* 2col_leftNav.css                            */

/* Use with template 2col_leftNav.html          */

/***********************************************/



/***********************************************/

/* HTML tag styles                             */

/***********************************************/ 



body{

	font-family: Arial,sans-serif;

	margin: 0px;

	padding: 0px;

	background-image: url(images/gradient.png);

	background-repeat: repeat-x;

	background-color: #888855;

}





a:link, a:visited, a:hover {

	color: #d94a26;

	text-decoration: underline;

}



a:hover {

	text-decoration: none;

	color: #888855;



}





/* 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: 120%;

	color: #d94a26;

	position: absolute;

	top: 270px;

	left: -6px;

}



h2{

 font-size: 114%;

 color: #235c2e;

}



h3{

 font-size: 110%;

 color: #235c2e;

}



h4{

 font-size: 105%;

 font-weight: bold;

 color: #333333;

}



h5{

 font-size: 103%;

 color: #235c2e;

}



ul{

	list-style-type: none;

	list-style-image: url(images/wolf_footprint.gif);

	

}



ul ul{

 list-style-type: disc;

}



ul ul ul{

 list-style-type: none;

}



ul li{

	padding: 2px 0px 2px 0px;

	

}



label{

 font: bold 100% Arial,sans-serif;

 color: #334d55;

}

				



/***********************************************/

/* Layout Divs                                 */

/***********************************************/



#masthead{

	margin: 0;

	position: absolute;

	top: 0;

	width: 800px;

	

}



#navBar{

	position: absolute;

	top: 220px;

	width: 799px;

	background-color: #FFFFCC;

	padding: 5px 0px 5px 0px;

	font-size: 90%;

	left: 1px;

	border-bottom: 1px solid #9999CC;

	border-top: 1px solid #9999CC;

	border-right: 1px solid #9999CC;

}





#container{

	position: absolute;

	left: 50%;

	width: 800px;

	margin-left: -400px;

	background-color: #FFFFFF;



	

}





#content{

	margin-top: 320px;

}



#float{

	float: left;

	padding: 10px;

	width: 28%;

	clear:left;

}



#floatNosize{

float: left;

padding:10px;

}



#floatWide{

	float: left;

	padding: 10px;

	margin-right:10px;

	width: 36%;

	

}



#floatRight{

	float: right;

	padding: 10px;

	

}



#subMenuFloat{

	float: right;

	width: 31%;

	border: 1px solid #888855;

	margin: 0px 10px 0px 5px;

	padding: 5px;

	font-size: 90%;

	font-family: Arial, Helvetica, sans-serif;

	font-weight: bold;

	color: #990099;

	

}



#subMenuFloatLeft{

	float: left;

	width: 35%;

	border: 1px solid #888855;

	margin: 0px 5px 0px 10px;

	padding: 5px;

	font-size: 90%;

	font-family: Arial, Helvetica, sans-serif;

	font-weight: bold;

	color: #990099;

	

}





/***********************************************/

/*Component Divs                               */

/***********************************************/



#siteName{

	margin: 0px;

	padding: 0px 0px 10px 10px;

	

}





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



#pageName{

	padding: 0px 0px 10px 10px;



}





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



.feature{

	padding: 0px 10px 10px 10px;

	font-size: 80%;

}



.feature h3{

	padding: 30px 0px 5px 0px;

	text-align: center;

}





/* 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{

	position: absolute;

	bottom: 0;

	width: 800px;

	border-top: 1px solid #9999CC;

	font-size: 70%;

	color: #235c2e;

	padding: 1px 0px 1px 0px;

	background-color: #FFFFCC;

}

/* 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: 3px 1px 1px 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 a:link, a:visited, a:hover{

	position: relative;

	

	

}




