/****************************************************************************************
	* 	LAYOUT CSS FOR THE MENU
****************************************************************************************/
*html ul ul li {
	height: 1%;
}

#nav {
	font-family: helvetica;
	width: 120px;
	padding-top: 20px;

	}
.resume_photos {
	border: 2px solid #A09275;
	padding: 3px;
	background-color: #ffffff;
	margin: 10px;
}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
}
#nav li {
	text-align: right;
	border-bottom: 1px solid #E2D5B8;
	margin: 0;
	padding: 0;	
	}
#nav ul li a, #nav ul li a:visited {
	font-weight: bold;
	display: block;
	padding: 2px 2px 6px 0.2em;
	color: #7F7F7F;
	text-decoration: none;	
	}
#nav ul li a:hover {
	background-color: #000000;
	color: #FFFFFF;
	}
#nav ul ul {
	margin: 0;
	padding: 0;
	background-color: #07683B;
	color: #ffffff;
	visibility: hidden;
	position: absolute;
	}
#nav ul ul li {
	margin: 0;
	border: none;
	
	}
#nav ul ul li  a:link, #nav ul ul li  a:visited {
	color: #FFFFFF;
	font-size: 0.9em;
	font-weight: bold;
	}
#nav ul ul li a:hover {
	background-color: #000000;
	}
.selected #nav {
	color: #ffffff;
}
	/*Active page menu state.  if #nav_profile (which is a nav button) is found within body.profile make it look like this:*/
.home #nav_home, .profile #nav_profile, .portfolio #nav_portfolio, .gallery #nav_gallery, .staff #nav_staff,  .services #nav_services, .testimonial #nav_testimonial, .calendar #nav_calendar, .articles #nav_articles, .contact #nav_contact {
	background-color: #000000;
	color: #FFFFFF;
}
/* Active sub-menu state.  if #nav_profile (which is a sub nav list) is found within the body.profile make it look like this: */
.home #subnav_home, .profile #subnav_profile, .portfolio #subnav_portfolio, .gallery #subnav_gallery, .staff #subnav_staff, .services #subnav_services, .calendar #subnav_calendar, .articles #subnav_articles, .contact #subnav_contact {
	visibility: visible;
	position: relative;
}
.home #footernav_home, .profile #footernav_profile, .portfolio #footernav_portfolio, .staff #footernav_staff, .gallery #footernav_gallery, .services #footernav_services, .testimonial #footernav_testimonial,  .calendar #footernav_calendar, .articles #footernav_articles, .contact #footernav_contact {
color: #ffffff;
}
/****************************************************************************************
	* 	END OF LAYOUT CSS FOR THE MENU
****************************************************************************************/
html {
	scrollbar-face-color: #000000;
	scrollbar-arrow-color: #FFFFFF; 
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-3dlight-color: #000000; 
	scrollbar-shadow-color: #FFFFFF; 
	scrollbar-darkshadow-color: #000000; 
	scrollbar-track-color: #000000;
	
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;

	
}
* table {
	font-size: 12px;
	color:  #6F604E;
}
.content ul {
	padding: 0 0 12px 0;
	margin: 0 0 0 12px;
	}
.content li{
	margin: 0;
	padding: 0;
}
.content input {
	margin: 2px;
}
img {
	border-style: none;
	}
td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4 {font-family: Arial, Helvetica, sans-serif; margin-bottom: .6em;}
h1 {font-size: 140%;} h2{font-size: 125%;} h3{font-size: 100%;} h4{font-size: 100%;}
h2 {color: #066C3C;}
h3 {color: #6F604E;}
h4 {margin: 0 0px 2px 0px;}
h3+h3 {
	margin-top: 0;
	padding: 0;
	line-height: 90%;
}
p {	margin: 0 0 1.5em 0;}
/* -----------------Non Table Column Defs----------------------------- */
dl{
	float: left;
	width: 100%;
	margin:10px 0 0 0px; /*Push it over to the left.*/
	font-size: 11px;
	padding-bottom: 15px;
	}
dt{
	float: left;
	clear: left;
	width: 15%;
	font-weight: bold;
	}
dd{
	float: left;
	width: 82%;
	margin-left: 6px;
	margin-bottom: .8em
	}
* html dl dd {
	float: none;
	margin-left: 15%;
	margin-bottom: .8em
	}
/* -------------------------------------------------------- */
.button {
	background-color:#d6bd94; 
	color: #ffffff; 
	border:solid 1px #6f604e; 
	font: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12px;
	margin: 3px;
	padding: 3px;
}
.location {
	postion: relative;
	float: left;
	font-size: 9px;
	font-style: italic;
	clear:both;
	
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #6F604E; 
	padding: 15px 20px 5px 20px;
}
.content a {
	font-weight: bold;
	text-decoration: none;
	color: #6F604E;
	font-size: 100%;
}
.content a:hover {
	color: #86878B;
}
.footer {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	line-height: 16px;
	height: 20px;
	color: #6F604E; 
}

.content ul li {
  line-height: 185%;
}
.footer a {
	color: #6F604E;
	text-decoration: none;
	padding: 0 8px; 
	}
.footer a:hover {
	color: #FFFFFF;
}
.copyright {
	font-size: 9px;
	line-height: 12px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 5px;
}
.copyright a, .copyright a:link, .copyright a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.copyright a:hover {
	color: #9F9274;
}
.date {
	font-size: 10px;
}
hr {
	color: #9F9274;
	background-color: #9F9274;
	height: 2px;
	width: 85%;
	text-align: left;
	border: none;
	margin: -10px 0;
}
.list_butt:hover {
	color: #86878B;
	background-color: #86878B;
	cursor: pointer;
}
#errors {
	background-color: #FFC6C6;
	color: #FF0000;
	border: 2px solid #ffffff;
	padding: 10px;
}
#photogallery {
	margin: 0px;
	padding: 0px;
}
#photogallery li {
	display: block;
	float: left;
	margin: 5px;
	padding: 0px;
	list-style: none;
	width: 95px;
	height: 95px;
	border: 1px solid #cccccc;
}
#photogallery li a {
	display: block;
	width: 75px;
	margin: 10px;
}
#photogallery li a img {
	width: 75px;
	height: 75px;
}
