/* CSS Document */

body {
	text-align: center;
	background-color:#000000;
	font: 0.7em  Arial, Verdana, Tahoma, sans-serif;
	font-weight: bold;
	color: #000000;
	margin: 0;
	padding: 0;
	line-height: 150%;
}

#main_content{
background-image:url(images/homeheader2.jpg);
height: 208px;
width: 769px;
border-top: 1px solid #E1D0A0;

}

h5{
	font-size: 14px;
	font-weight: bold;

	text-align:left;
	color: #007644;
	}





/* text links*/
A:link {
font-weight: bold; color:#E1D0A0; text-decoration: none
}
A:active {
font-weight: bold; color:#007644; text-decoration: none
}
A:visited {
font-weight: bold; color:#E1D0A0; text-decoration: none
}
A:hover {
font-weight: bold; color: #007644; text-decoration:underline
}
/*end text links*/

#wrap{
	text-align: left;
	width: 769px;
	margin: 20px auto 0 auto;
	background-color: #000;
	border: 1px solid #E1D0A0;
}


#header {
height: 25px;
width: 769px;
background-color: #000000;

}
#logo_center{
background-image:url(images/logocenter.gif);
width: 769px;
height: 120px;}


#text_center{

width: 750px;
height: 120px;
font: 1.05em  Verdana, Arial, Tahoma, sans-serif;
font-weight: normal; 
color: #ffffff;
margin: 10px 10px 40px 10px;
line-height: 150%;


}



#header_inside{
height: 134px;
width: 769px;
}
/*=========================
Nav Start
=========================*/

#nav_cont {
	background: #000000;
	border-top: 1px solid #e1d0a0;
	border-bottom: 1px solid #e1d0a0;
}

#nav, #nav ul { /* all lists */
	padding: 0;   
	margin: 0;
	list-style: none;
	height: 2.2em;
	border: none;
}

#nav a {
	display: block;
	width: auto;
	/*width: 11em;*/
	padding: 1px 6px 1px 6px;
}

#nav li { /* all list items */
	float: left;
	width: auto;  /* width needed or else Opera goes nuts */
	background: #000000;
	/*border: 1px solid #000000;
	border-bottom: none;*/
	padding: 2px 2px 1px 2px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #000000;
	width: 11em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li {
	width: 11em;
}


#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#content {
clear: left;
color: #E1D0A0;

}

/* nav end*/



#random_pix{
/*background-image:url(images/in-the-works-8-22-0723_03.jpg);
height: 195px;}*/

border-top: 1px solid #E1D0A0;
border-bottom:none;
border-right:none;
border-left:none;
padding:none;
background-color: #000;

}

#content_internal{
/*background-image:url(images/in-the-works-8-22-0723_03.jpg);
height: 195px;}*/

border-top: 1px solid #E1D0A0;
border-bottom:none;
border-right:none;
border-left:none;
padding:none;
background-color: #ffffff;

}

/* staff bios*/
	
	#staff_container {
	
    height: 1%; /* IE6 and IE7 hack - Need this to fix the "Has Layout" bug. */
	margin-bottom: 20px;
	padding: 5px 5px 5px 5px;
	}
	
	.staff_pic {
	
	margin-top: 24px;
	margin-right: 4px;
	margin-left: 24px;
	margin-bottom: 8px;
	
	
	}
	
	#staff_info {
	margin-left: 140px;
	
	}
	
	/*end staff bios*/



#footer {
	   clear: left;

}


.copyright {
clear: left;
padding: 10px 0px 10px 0px;
text-align: center;
color: #E1D0A0;
font-family: Arial, Helvetica, sans-serif;
font-size: 0.875em;
height:15px;
background-color: #000000;
border:none;
}

.copyright A:link {
font-weight: normal; color: #ffffff; text-decoration: none
}
.copyright A:active {
font-weight: normal; color: #ffffff; text-decoration: none
}
.copyright A:visited {
font-weight: normal; color:  #E1D0A0; text-decoration: none
}
.copyright A:hover {
font-weight: normal; color: #E1D0A0; text-decoration:underline
}
