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

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

body{
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 13pt;
	color: #006;
	margin: 0px;
	padding: 0px;
}

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: Verdana,Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

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

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: none;
}

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

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

#wrapper {
	position: relative;
	width: 940px;
	margin: 0 auto 0 auto;
	background-color:#fffcfc;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 13pt;
	color: #006;
	padding: 0px;
}

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

#siteLogo {
	position: absolute; top:12px; left: 0px;
	width: 220px;
	height: 64px;
	background-color: transparent;
	background-image: url('../img/logo.gif');
	background-position: 1px 1px;
	background-repeat: no-repeat;
}

#nav_local{
	margin: 0.5em 80% 0 0;
	padding: 0;
	background-color: transparent;
}

#content{
  float:right;
	width: 78%;
	margin: 0;
	padding: 1em 0 1em 0;
}

#font_page{
	clear: both;
	font-size: 100%;
	padding: 0.8em;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}



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

.feature{
	font-size: 80%;
	padding: 0 1em;
}

.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;
	font-size: 80%;
	padding: 1em;
}

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


/************** .front-page styles *****************/

.front-page{
	clear: both;
	font-size: 94%;
	padding: 10px 0px 0px 0px;
}

.front-page p{
	padding: 0;
	font-weight: bold;
}


/************* #footer styles ***************/

#footer{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #006;
	text-align:center;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

