/* fixes */
/* www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* ----------------------------------- */

body {	
	background-color: #FFFFFF;
	font-family: verdana;
	font-size: 11px;
	color:#000000;
}
#global {
     margin-left: auto;
     margin-right: auto;
     width: 704px; /* mandatory to be centered */
}
/* PV */
div#container {
	width: 700px;
	border-width: 2px;
	border-style: solid;
	border-color:#999999;
    background-color:#FFFFFF;
	padding: 0px;
}
div#header {
	height: 200px;
	background-color: #FFFFFF;
}
div.nav-hierarchy {
	font-weight: normal;
	display: inline;
	font-size: 11px;
}
div.navigationpt {
	background: #CCCCCC;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 8px;
	font-size: 11px;
	text-align: left;
	clear: both;
}
div.image-right{
	float: right;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 15px;
	clear: right;
}
div.image-right2{
	float: right;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 10px;
	clear: right;
}
div.image-left{
	float: left;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 15px;
	margin-left: 0px;
	clear: left;
}
div.image-center{
	float: center;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	clear: center;
}
div.image-center2{
	float: center;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	clear: center;
}
div.divider {
	border-width: 4px;
	border-style: solid;
	border-color: #FFFFFF;
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
}
#menuwrapper {
	border-top: 1px solid #000;
	border-bottom: 1px solid #333;
	background-color: #909090;
	background-image: url(images/p7exp_mbar.jpg);
	background-repeat: repeat-x;

}
/*Clears the floated menu items.
Assigned to a BR tag placed just before
menuwrapper's closing DIV tag*/
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#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: 12px;
	font-weight:bold;
	color: #CCCCCC;
}
#p7menubar a.trigger {
	padding: 5px 16px 5px 10px;
	background-image: url(images/p7PM_dark_south.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#p7menubar li {
	float: left;
	width: 9em;
}
#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: #C0C0C0;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
	color: #000000;
	background-color: #C0C0C0;
}
#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: #606060!important;
	color: #FFFFFF!important;
}
#p7menubar li {width: auto;
}
p {
	text-align: left;
	line-height: 1.4;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
UL {
	line-height: 1.4;
    margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
    list-style-type: none;
	} 
A{color:#333333;}
A:visited{color:#000000;}
A:hover{color:#999999;text-decoration:none;
}
FORM {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
}
table {
	text-align: center;
	margin-left: 10px;
}

h5{
	font-weight: normal;
	display: inline;
    font-size: 11px;
}
h1 {
	font-weight: bold;
	text-align: left;
	font-size: 11px;
	padding-top: 10px;
	padding-left: 10px;}
h2 {
	font-size: 12px;
	font:verdana;
	text-align: left;
	color:#ffffff;
	background-image: url(images/p7exp_mbar.jpg);
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
h3 {
	font-weight: bold;
	display: inline;
    font-size: 11px;}
h4 {
	font-size: 11px;
	font:verdana;
	color:#000066;
    display: inline;
    text-align: center;
	line-height: 1.4;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

