﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-repeat: repeat-x;
	background-image: url('../images/backgroudmain.png');
	background-color: #333;
	height:1024px; /* false page height to prevent scroll bar toggling off on short pages */
}

#wrapper {
	width: 902px;
	/*width: 952px;*/
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px solid #CCC;
}

*{padding: 0; margin: 0;}

* { padding: 0; margin: 0; }

#header {
	color: #333;
	width: 902px;
	/*width: 950px;*/
	padding: 0px;
	height: 95px;
	margin: 0px;
}

#logo {
	background-image: url('../images/logo14.jpg');*/
	background-repeat: no-repeat;
	height: 95px;
	width: 902px;
	/*float: left;*/
}

#faux {
	margin-bottom: 5px;
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%;
	background-image: url('../images/backgroud-faux4.png');
}


#leftcolumn {
	/*display: inline;*/
	display:block;
	color: #333;
	padding: 0px;
	width: 210px;
	/*width: 300px;*/
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.mymenu {
	width: 210px;
	/*width: 230px;*/
	margin: 0 auto;
	font-family: "Gill Sans MT";
	font-size: 14px;
 	/*font-size: 15px;*/
	text-align: left;
	position: relative;
	z-index:  9999999;
	font-weight: normal;
}
.mymenu ul {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #373737;
	border-right-color: #373737;
	border-bottom-color: #373737;
	border-left-color: #373737;
}
.mymenu li {
	list-style-type: none;
	background-image: url('../images/pmm_topaz_v1.jpg');
	background-repeat: repeat-y;
	background-color: #14050B;
	margin: 0px;
}
.mymenu .current_mark {
	font-weight: bold;
	text-decoration:none;
	color: #3A8C79 /*!important*/;
}
.mymenu a {
	display: inline-block;
	text-decoration: none;
	padding: 8px 16px;
	color: #ccc /*!important*/;
	text-align: left; 
}

.mymenu a:link, a:visited{
	/*color: #3A8C79;*/
	color:#ccc;
	display: inline-block;
	font-weight:normal;
	text-decoration: none;
}

.mymenu a:hover{
	background-color: #3A8C79;
	color:#fff;
	display:inline-block;
	/*font-weight:bold;*/
	font-weight:normal;
	text-decoration:none;
	width:177px;
	/*width:200px;*/
}

.current a:hover {
	background-color: #3A8C79;
	display:inline-block;
	color: #fff;
	font-weight: bold;
} 

.box a { color: #3A8C79; text-decoration:none; font-weight:bold; }

.box a:hover {
	color:#3A8C79;
	font-weight:bold;
	text-decoration:underline;
	/*width:200px;*/
}


/*
.mymenu a.trig_closed {
	background-image: url('style1/pmm_east_medium.gif');
	background-repeat: no-repeat;
	background-position: right center;
}
.mymenu ul div {
	display: none;
}
*/
#content {
	float: left;
	color: #000;
	padding: 0px;
	width: 692px;
	display: inline;
	position: relative;
	font-size: 0.8em;
	line-height: 1.65em;
	padding-bottom: 10px;
	}
	
	
#content .box {
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 8px;
	background-attachment: scroll;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: left top;
					
}

#content .box h2 {
	font-family:"Gill Sans MT";
	/*font-family:"BankGothic Lt BT";*/
	font-size:1.8em;
	/*font-size:2.0em;*/
	margin-top: 10px;
	font-style: normal;
	color: #3A8C79;
	padding-bottom: 10px;
}

.black { color: #000; }
.bullet { font-family: Verdana; color:#fff; margin-right:5px; }

#content p{
	font-family: "Gill Sans MT";
	font-size: 14px;
	/*font-size: 15px;*/
	text-align: justify;
	color: #FFF;
}

#content .box span {
	color:#3A8C79; font-weight:bold;
}	
	
#content td {
	font-family: "Gill Sans MT";
	font-size: 14px;
	text-align: left;
	color: #FFF;
	padding: 5px;
	background-color: #333;
}

#footer {
	width: 882px;
	/*width: 900px;*/
	clear: both;
	color: #666;
	padding: 10px;
	text-align: center;
	background-color: #000;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #FFF;
	border-left-color: #000;
	margin: 0px;
	font-family: "Gill Sans MT";
}

#footer a {
	text-decoration:none; display:inline; background-color:#000; color:#3A8C79;
}
#footer a:hover{
	color:#3A8C79;
	text-decoration:underline;
	/*width:200px;*/
}

.white { color: #CCC; }
.style1 { font-family: "Trebuchet MS"; }

