/* 
  ------------------------------------
  PVII Menu CSS Express Drop-Down Menu
  by Project Seven Development
  www.projectseven.com
  ------------------------------------
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #ECE2C4;
	margin: 24px 0;
	padding: 0;
}
h1 {
	color: #535353;
	font-size: 1.25em;
	margin: 0 0 12px 10px;
	white-space: nowrap;
	font-weight: normal;
}
#menuwrapper {
	border-top: 1px solid #000;
	border-bottom: 1px solid #333;
	background-color: #6C702E;
}
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#maincontent {
	font-size: 90%;
	border-right: 2px outset #ADA46D;
	border-bottom: 2px outset #ADA46D;
	border-left: 2px outset #ADA46D;
	font-size: 22px;
 font-family: Arial, sans-serif;
}
#maincontent p {
	margin: 8px 0;
	line-height: 150%;
	text-align: justify;
}
#maincontent ul {
	margin: .5em;
	padding: .5em;
	font-size: 90%;
}
#maincontent ol {
	margin: 1em;
	padding: 1em;
}
#maincontent a {
 text-decoration: none;
}
#maincontent a:link {color: #878F74;}
#maincontent a:visited {color: #9BA38B;}
#maincontent a:hover, #maincontent a:active, #maincontent a:focus {color: #000000;}
#cert a:link {
 color: black;
	font-weight: bold;
	font-size: 90%;
}
.cert_l {
 vertical-align: middle;
 text-align: center;
 background-color: white;
 border: 1px solid black;
}
.cert_2 {
 vertical-align: top;
 text-align: left;
 border-top: 1px solid black;
}


/* The footer is a Static DIV set with a substantial top margin to
	separate it from the main content above.
	
	Font size is 75% of the global font size.
	
	Padding top is set to 6px to provide separation between the
	footer contents and the 2px wide dotted border above it. */
#footer {
	font-size: 65%;
	color: #A69490;
}
#footer p {
	margin: 0;
	padding: 6px 0 0 0;
	/*border-top: 1px solid #A69490;*/
}

/* 	Link styles for Footer Content only
	Active and Focus trigger the color change in IE-PC and other
	modern browsers when tabbing through the links with keyboard. */
#footer a:link {color: #A69490; text-decoration: none;}
#footer a:visited {color: #A69490;}
#footer a:hover, #footer a:active, #footer a:focus {color: #000000;}

#info {
	text-align: center;
}
#info a:link, #info a:visited {
 text-decoration: none;
	color: black;
}
#info a:hover, #info a:active, #info a:focus {
 color: gray;
}
#info hr {
 height: 1px;
 width: 15%;
	color: black;
}
#p7menubar {
	width: 36em;
}
#p7menubar, #p7menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}
#p7menubar a {
	display: block;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	border-right: 1px solid #333;
	font-size: 1em;
	color: #000000;
	

}
#p7menubar a.trigger {
	padding: 5px 16px 5px 10px;
	
	
}
#p7menubar li {
	float: left;
	width: 9em;
	text-align: left;
}
#p7menubar li {position: relative;}

/* hide from IE mac \*/
#p7menubar li {position: static; width: auto;}
/* end hiding from IE5 mac */

#p7menubar li ul, #p7menubar ul li  {
	width: 12em;
}
#p7menubar ul li a  {
	color: #565656;
	border-right: 0;
	padding: 3px 12px 3px 16px;
}
#p7menubar li ul {
	position: absolute;
	display: none;
	background-color: #ECE2C4;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	font-size: .85em;
}
#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
	color: #000000;
	background-color: #C19674;
}
#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
}
#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
	color: #000000;
	background-color: transparent;
}
#p7menubar ul a:hover {
	background-color: #6C702E!important;
	color: #ECE2C4 !important;
}
