/***********************************************/
/* index.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body {
  margin: 0;
  padding: 0;
  text-align: center;
  }

#wrapper {
	width: 750px;
	margin: 0 auto;
	text-align: left;
	font-size: 13px;
	font-family: Serif, Monospace, Geogia ,Sans-Serif,"Times New Roman";
	background-color: #ffffff;
	color: #333;
	border:1px solid #A9A9A9;
    }
#bg_wrapper {
    width: 780px;
	margin: 0 auto;
	}

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:Georgia, "Times New Roman", Serif, Monospace, Sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family:sans-serif,Verdana,Arial;
 font-size: 120%;
 color: #334d55;
 font-weight:bold;
}

h2{
	color: #006699;
	font-weight:bold;
	font-size: 16px;
}

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: circle;
 font-family:Fixedsys;
 font-weight:bold;
 list-style-position:0px;
}

ul ul{
 list-style-type: circle;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% sans-serif,Arial;
 color: #334d55;
}

#i1 {
float: left;
margin-right: 0.5em;
margin-bottom: 0.5em;
margin-top: 0.5em;
}

#i2 {
float: right;
margin-left: 0.5em;
margin-bottom: 0.5em;
}

#i3 {
float: center;
margin-right: 0.5em;
margin-left: 0.5em;
margin-bottom: 0.5em;
}

.shadow {
	margin: 0;
	width: 15em;
	background: url(images/site/shadow.gif) no-repeat bottom right;
	float: left;
}
.bottomleft {
  background: url(images/site/bottomleft.gif) no-repeat bottom left;
}
.topright {
  margin: 0 0px 0 0;
  padding: 9px 20px 20px 9px;
  background: url(images/site/topright.gif) no-repeat top right;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#masthead{
	margin: 0;
	padding: 0px 0px;
	background-color: #E6E6FA;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
	float: left;
	background-color: #FFF;
	width: 15%;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	font-family: Georgia,"Times New Roman",sans-serif;
	font-size: 15px;
	}


#content{
	float:left;
	width: 55%;
	margin: 1px 1px 1px 1px;
	padding: 0.5em;
	background-color: #ffffff;
	border-left: 1px solid #A9A9A9;
	}

#sub {
	width: 23%;
	float: left;
	padding: 0.5em;
}
#submap{
	width: 23%;
	float: left;
	padding: 0.5em;
}

#footer {
clear: both;
width: 750px;
}
/***********************************************/
/*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 0px 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; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	line-height:1.5
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}
.feature img{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0 10px 10px 0;
	font-style: oblique;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 3px 0px 0px 3px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 3px 0px;
}



/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	background-color: #808080;
	border: 0px solid #000000;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
	width: 730px;
}
/* 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" */

/************* #search styles ***************/

#search{
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}

/*- Menu 3--------------------------- */

#menu3 {
        margin: 0px;
		width:100%;
        border-style: solid none none none;
        border-color: #BCD2E6;
        border-size: 1px;
        border-width: 1px;
        }

#menu3 li a {
        voice-family: "\"}\"";
        voice-family: inherit;
		height: 24px;
        text-decoration: none;
        }

#menu3 li a:link, #menu3 li a:visited {
        color: #8BADCF;
        display: block;
        background:  url(images/site/menu3.gif);
        padding: 10px 0 0 10px;
        }

#menu3 li a:hover, #menu3 li #current {
        color: #627EB7;
        background:  url(images/site/menu3.gif) 0 -32px;
        padding: 10px 0px 0px 10px;
        }

/*********** #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: 0px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	border-bottom: 0px solid #000000;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 0px solid #cccccc;
	width: 100%;
    voice-family: "\"}\""; 
    voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 0px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 0px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 0px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px 2px 0px 2px;
	padding: 10px 10px 10px 0px;
	font-size: 80%;
	float:right;
}

#headlines p{
	padding: 5px 0px 5px 0px;
	}
.item {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
    }
.m1 {
	line-height: 2em;
	margin-left: 10px;
	}
.heading {
border-left: 0.5em solid #ff3300;
padding-left: 0.5em;
}

