  /* CSS Document */

/* basic elements */



body {
	
	font: 100% helvetica, Verdana, arial, sans serif;
	background: #ece5da;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #1c1918;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	
	
	
}

#mainContent {
	width: 900px;  /* this will create a container with an absolute width of 900px */
	height: 700px;
	margin: 0px auto;
	vertical-align: top;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
}



 #textblock {
 	font: 12px helvetica, Verdana, arial, sans serif; 
	color: 5d5d5d;
	background: #fff;
	height: 95%;
	line-height: 13px;
	padding: 20px 40px 20px 40px;
	margin: 0; 

 } 
 


#flashContent {
	background: #fff;
	height: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
		
			}


	
p { 
	font: 12px trebuchet MS, Lucida Grande, helvetica, sans serif;
	color: #212931;
	line-height: 15px;
	margin: 10px 0 10px 0; 
	}	
	
img {
	background-color:none;
	border: 0px;
	link-style: none;
	}	
		
 H1 { 
	font-family: trebuchet MS, Lucida Grande, helvetica, sans serif;
	font-size: 16px;
	font-weight: bolder;
	color: #87380f;
	margin-top: 20px;
	}
	
 H2 { 
	font-family:trebuchet MS, Lucida Grande, helvetica, sans serif;
	font-size: 20px;
	color: #00AECF;
	padding-bottom: 6px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
	
	}

	
 H3 { 
	font-family: trebuchet MS, Lucida Grande, helvetica, sans serif;
	font-size: 16px;
	font-weight: bolder;
	color: #87380f;
	
	}

	



 
 a:link { 
	 
	text-decoration: underline; 
	color: #1982c6;
	}
a:visited { 
	
	text-decoration: underline; 
	color: #1982c6;
	}
a:hover, a:active { 
	
	text-decoration: underline; 
	color: #1982c6;
	}
	
	


/* MAIN NAV */

 #navcontainer ul
 {
 font: 1em helvetica, Verdana, arial, sans serif;
 width: 900px;
 text-align: left;
 margin: 10px 0 1px 0;
 padding: 6px 0 3px 0;
 list-style-type: none;
 background: #63605a;
 border-top:1px solid #fff;
 text-transform: uppercase;
 
 }

 #navcontainer ul li { display: inline; }
 #navcontainer ul li a
 {
 text-decoration: none;
 padding: 0 0 0 0;
 margin: 0 6px 0 20px; 
 color: #fff;
 }

 #navcontainer ul li a:hover
 {
 color: #fff;

 }

 #navlist a { padding: 0 0 0 0; }
 #navlist #current { border-bottom: 3px solid #bd7651;}

 #navlist a:link, #navlist a:visited
 {
 color: #fff;
 text-decoration: none;
 }

 #navlist a:hover
 {
 border-bottom: 3px solid #bd7651;
 text-decoration: none;
 } 
 

/* SUB NAV  */


 #subnavcontainer ul
 {
 font-family: trebuchet MS, Lucida Grande, helvetica, sans serif;
 text-align: left;
 width: 880px;
 font-weight: bolder;
 font-size: 13px;
 color: #5d5d5d;
 padding: 10px 0 0 20px;
 margin: 0 0 0 0px;
 background-color: #fff;
 list-style-type: none;
 }

 #subnavcontainer ul li { display: inline; }
 #subnavcontainer ul li a
 {
 text-decoration: none;
 padding: 3px 3px; 
 color: #5d5d5d;
 
 }

 #subnavcontainer ul li a:hover
 {
 color: #87380f;
 border-bottom: 0px solid #ccc

 }


 #subnavlist #current { color: #000;font-style:bold; }

 #subnavlist a:link, #subnavlist a:visited
 {
 color: #5d5d5d;
 text-decoration: none;
 
 }

 #subnavlist a:hover
 {
 color: #87380f;
 text-decoration: underline;
 }



/* IMAGE STYLE FOR POP UP IN ABOUT SECTION*/
 .picslg {
 display:none; 
 width: 730px;
 position:absolute; 
 left:100px; 
 top:100px; 
 border: 10px solid #e6e6e6; 
 background-color: #ffffff; 
 padding: 20px;
 font-family: trebuchet ms, verdana, sans-serif;
 color: 666;
 text-align: center;
 }

/* IMAGE STYLE FOR POP UP IN ABOUT SECTION*/
 .picssm {
 display:none; 
 width: 460px;
 position:absolute; 
 left:100px; 
 top:30px; 
 border: 10px solid #e6e6e6; 
 background-color: #ffffff; 
 padding: 20px;
 font-family: trebuchet ms, verdana, sans-serif;
 color: 666;
 text-align: center;
 }
 
 
 /* IMAGE STYLE FOR small POP UP window APPEARING LOW ON PAGE*/
 .picssmlw {
 display:none; 
 width: 460px;
 position:absolute; 
 left:100px; 
 top:400px; 
 border: 10px solid #e6e6e6; 
 background-color: #ffffff; 
 padding: 20px;
 font-family: trebuchet ms, verdana, sans-serif;
 color: 666;
 text-align: center;
 }

