*
{
	color:#8d8985;
	font-family:'Myriad Pro', 'Trebuchet MS', verdana, arial, sans-Serif;
	margin:0px;
	padding:0px;
}

body
{
	background-color:#eef4ec;
	text-align:center;
}

#wrapper
{
	background-color:#ffffff;
	border:1px solid #e6e6e6;	
	margin:0px auto;
	overflow:hidden;
	text-align:left;
	width:960px;
}

#branding
{
	background:url('/images/main-logo.gif') no-repeat top left;
	height:30px;
	left:15px;
	position:absolute;
	top:27px;
	widows:279px;
}

#branding h1 a
{
	display:block;
	height:30px;
	text-indent:-9999px;
	width:279px;
}

#content
{
	font-size:16px;
	line-height:1.5em;
	background-color:#729345;
	float:left;
	padding-left:40px;
	padding-right:50px;
	padding-top:0;
	padding-bottom:10px;
}

#content .primaryContent {
	float:right;
	display:inline;
	width:600px;
	padding:20px 0 65px 0;
	margin:0 0 0 40px;
	background:#fff url('/images/contentbase.png') no-repeat bottom left;
}

#content .sideContent {
	float:left;
	display:inline;
	width:230px;
	margin: 0px 0px 10px 0px;
	padding:10px 0;
	color:#333;
}

.img-wrapper{
	background-image:url('/images/fade-bg.png');
	clear:right;
	float:left;
	position:relative;
}

.img-wrapper img{
	background-color: #729345;
	position:relative;
	display:block;
	margin: -5px 5px 5px -5px;
}


h1{
	font-size:23px;
	color:#6d6e70;
}

.port-list {
	padding:15px 20px 25px 15px;
}

.port-list p{
	font-size:13px;
	width:250px;
	float:right;

}

.portlist a, .portlist a:visited{
	color:#008c45;
	text-decoration:none;
}

.portlist a:hover{
	color:#9fc54d;
	text-decoration:underline;
}

.port-list img{
	float:left;
	outline:none;
	border:none;
}

.clear{
	clear:both;
}

.primaryContent h1{
	padding:0px 40px 25px 35px;
	border-bottom:1px dotted #e2e2e2;
	margin-bottom:15px;
	font-family: Georgia, Times, Serif;
	font-weight:lighter;
}

.primaryContent p{
	padding:15px 40px 25px 35px;
}

.primaryContent img{
	padding:20px;
}

h2{
	font-size:16px;
	color:#808080;
}

h3{
	font-size:16px;
	padding:15px 40px 0px 35px;
	color:#6d6e70;
	font-weight:700;
}

blockquote{
	text-indent:40px;
}

a, a:visited{
	color:#9fc54d;
	text-decoration:none;
}

a:hover{
	color:#d0df96;
	text-decoration:underline;
}

#footer{
	clear:both;
	background:#fff url('/images/footer-bg.png') repeat-x;
	height:85px;
	border-top:1px solid #e2e2e2;
	font-size:12px;
}

#footer p{
	float:left;
	display:inline;
	font-family: Georgia, Times, Serif;
	margin:10px 10px 10px 0;
	padding:25px 15px;
	border-right:1px dotted #e2e2e2;
}

#footer img{
	padding:15px 9px 0px 9px;
	float:left;
	outline:none;
	border:none;
}

/*navigation*/

#mainNav
{
	background:#fff url('/images/nav-bg.png') repeat-x bottom left;
	width:910px;
	height:65px;
	padding-top:40px;
	display:inline;
	float:left;
	padding-right:50px;
	position:relative;
}

#mainNav ul
{
	background:url('/images/nav-off.png') repeat-x top left;
	list-style:none;
	padding:0;
	float: right;
	width: 600px;
	height:65px;
}

#mainNav ul li{
	float:left;
	width:150px;
	height:65px;
	text-align:center;
}

#mainNav ul a{
	font-size:18px;
	display:block;
	padding:.5em;
	color:#7ab145;
	text-decoration:none;
}

#mainNav ul a:hover{
	color:#91c659;
	text-decoration:underline;
}

#mainNav a{
	color:#6d6e70;
	text-decoration:none;
}

#mainNav li.selected{
	background: #fff url('/images/nav-on.png');
}

#mainNav li.selected a{
	color:#333;
	text-decoration:none;
}

#mainNav li.selected a:hover{
	color:#333;
	text-decoration:underline;
}

form
{
	margin:0px 40px 0px 35px;
}

form div
{
	overflow:hidden;
	padding:15px 0px 0px 0px;
	width:420px;
}

form div.message
{
	color:#cc0000;
	padding:0px 0px 0px 96px;
}

form div label
{
	display:inline;
	float:left;
	padding:0px 12px 0px 0px;
	width:84px;
}

form div input
{
	display:inline;
	float:left;
	padding:1px 3px;
	width:200px;
}

form div button
{
	color:#000000;
	margin:0px 0px 0px 96px;
	padding:1px 3px;
}

/* --- // --- */

#reports
{
	background-color:#ffffff;
	padding:24px;
	text-align:left;
}

#reports *
{
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:11px;
}

#reports table
{
	background-color:#000000;
	border-collapse:collapse;
	margin:24px 0px 0px 0px;
	width:100%;
}

#reports table tr th
{
	background-color:#eeeeee;
	color:#000000;
	padding:3px 6px;
	text-align:center;
}

#reports table tr td
{
	background-color:#ffffff;
	color:#000000;
	padding:3px 6px;
	text-align:center;
}