@charset "utf-8";
/* CSS Document */

/*RESOURCES: Color Swatch: #007e2a (Green) */

/*----- Display HTML5 Structural Elements as Blocks -----*/
article, aside, figure, figcaption, footer, hgroup, header, section, nav {display: block}

/*----- Default Page Element Styles -----*/
body * {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: inherit;
	line-height: 1.2em;
	list-style: none;
	
	margin: 0px;
	padding: 0px;
}

body { background-image:url(images/bgTimeline.jpg); background-repeat:repeat-x;  text-align :center; margin-top:0px; padding:0}
img { border: none; margin: 0; padding: 0;}

#wrapper{ position: relative; background-color:#FFF; width:874px; margin:0 auto;}


/*----- Header -----*/

header { margin: 0; padding: 0; box-shadow: 0px 5px 4px -2px #999; z-index:}
#bannerPic { margin: 0px; padding: 0px; }
#bannerHeading {position: absolute; top:0; left: -9999px;}

/*----- Section Styles -----*/

section {} 
#frame {width: 874px; height:614px; margin:0px 0px 0px 0px; padding:0px; }

/*----- Website Navigation -----*/

nav  {margin: 2px  0 0 0; padding: 0;}
ul#navSite {list-style-type:none; text-align:center; font-size:14px;
			position:relative; background-color:#CCC; 
			border-bottom:solid 1px #333;
			z-index:2; width: 874px; height: 22px;}

li { display:block; position: absolute; top: 2px; height: 20px; }

li#ns_1 { left:5px; width:90px; }
li#ns_2 { left:100px; width:90px; }
li#ns_3 { left:194px; width:90px; }
li#ns_4 { left:676px; width:112px; }
li#ns_5 { left:794px; width:80px; }
li#ns_6 { left:596px; width:80px; }

li a { display: block; color:#000; text-decoration:none; letter-spacing: 1px; height: 20px; }

li#ns_1 a { width: 90px; }
li#ns_2 a { width: 90px; }
li#ns_3 a { width: 90px; }
li#ns_4 a { width: 112px;}
li#ns_5 a { width: 80px; }
li#ns_6 a { width: 80px; }

li a:hover {text-decoration:underline}

/* Flash Section */
#flashViewer { margin: 0; }

/*----- Footer -----*/
footer { text-align: center; }
#footerInfo { background-color: #CCC; color:#000; line-height: 24px;
			border-top:solid 1px #FFF; border-bottom:solid 1px #FFF; 
			box-shadow: 0px -5px 4px -2px #999;}
#legalInfo  { background-color: #007e2a; color:#FFF; line-height: 24px; 
			border-top:solid 1px #333; margin-top: 0px;}

