@charset "utf-8";
/* CSS Document */

html
{
	overflow-y: scroll;
}
body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    text-align: center;
	background-image: url('/images/bg_blue_fade.gif');
	background-repeat: repeat-x;
	background-position: top;
    background-color: #fff;
	margin: 0;
}
#pagewrapper
{
	width: 814px;
    margin: auto;
    text-align: left;
	background-image: url('/images/bg_side_grey.gif');
	background-repeat: repeat-y;
}
#pwleft
{
	width: 4px;
    float: left;
}
#pwright
{
	width: 4px;
    float: right;
}
#pwbottom
{
	width: 814px;
	height: 5px;
}
#pagebody
{
	width: 800px;
	margin: 0 3px 0 3px;
}
#page
{
    background-color: #fff;
	float: left;
    width: 806px;
    text-align: left;
    min-height: 600px;
}
#topnav
{
	height: 24px;
	background-color: #ffcc00;
	padding-left: 207px;
	margin-bottom: 3px;
}
.topnavitem
{
    float: left;
	padding: 5px 8px 4px 8px;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000;
}
.topnavitem a
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
.topnavitem a:hover
{
	color: #ff0000;
	text-decoration: none;
}
.topnavitemactive
{
    float: left;
	padding: 5px 8px 4px 8px;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #ffcc00;
	background-color: #000;
}
.topnavitemactive a
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #ffcc00;
	text-decoration: none;
}
.topnavitemactive a:hover
{
	color: #ff0000;
	text-decoration: none;
}
.clear
{
    clear: both;
}
td, p {
	font-family: verdana,arial,helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.header {
	font-family: verdana,arial,helvetica;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
td.products {
	padding-top: 15px;
	padding-right: 10px;
	vertical-align:top;
}
.phgdiv {
	float: left;
	margin: 20px;
}
.phgdiv img {
	border: 1px solid black;
}
td.services {
	font-family: verdana,arial,helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.services_header {
	font-family: verdana,arial,helvetica;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
}