/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}
p{
	color:#000000;
}

a:link, a:visited{
	color:#093465; 
	text-decoration: none;
}

a:hover {
	color:#093465; 
	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-size: 150%;
	color:#093465; 
	font-weight:bold;
}

h2{
 font-size: 125%;
	color:#093465; 
}

h3{
 font-size: 115%;
	color:#093465; 
}

h4{
 font-size: 100%;
	color:#093465; 
}

h5{
 font-size: 100%;
	color:#093465; 
}

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;
}

td{
	border-style:solid;
	border-color:#dddddd;
}


				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	
	margin: 0;
	padding: 10px 0px 0px 0px;
	width: 100%;
}

#title{
	margin: 0;
	padding: 0px 0px;
	width: 680px;
	height: 131px;
}

#map{
	height: 250px;
}

#navBar{
	visibility:hidden;
	width: 0%;
	padding: 0px;
}

#content{
	margin: 0px 3% 0% 0%;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

/*************** #pageName styles **************/

#pageName{
	padding: 10px 0px 10px 10px;
	color:#093465; 
}


/************* #globalNav styles **************/

#globalNav{
	background-color:#003366;
	border-top: 2px solid #CCC;
	border-bottom: 2px solid #CCCCCC;
	padding:3px 0px 0px 0px;
	white-space: nowrap;
	width:680px;
	height:22px;
}
/* '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-family:"Times New Roman", Times, serif;
	font-size: 100%;
	padding: 0px 20px 0px 20px;
	color:#ffffff;
	font-weight:bold;
}


/************** .feature styles ***************/

.feature{
	margin: 10px 0px 10px -110px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
}

.feature h4{
 	font-size: 75%;
 	color: #000000;
	margin-left:5px; 
}

.feature img{
	padding: 0px 0px 0px 0px;
	margin: 0 5px 5px 10px;
}
/* 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{
	border: 1px solid #cccccc;
	font-size: 75%;
	color:#cccccc; 
	padding: 5px 10px 10px 10px;
	margin-top: 15px;
}
/* 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 a{
	color:#6881AA; 
}
#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	background-color:#6881AA;
	padding:0,3px,0,3px; 
	border-right-style:double; 
	border-bottom-style:double; 
	border-left-style:double; 
	width:725px;
	height:100px
}

#search p{
 	font-size: 90%;
 	color: #000000;
	margin: 5px 0 0px 5px
}



/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

#sectionLinks a{
	text-decoration:none;
 	font-size: 100%;
	color:#093465; 
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}

#sectionLinks p{
	margin:3px 0 3px 10px;
	font-size: 90%;
	color:#093465; 
	font-family:"Times New Roman", Times, serif;
}


