/* CSS Document */

body{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table.form{
	text-align:left;
	font-size:9px;
}

ul{
	text-align:left;
}

img{
	display:block;
	border-style:none;
}

a{
	color: #ffffff;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

tr.evenRow{
	background-color: #EEEEEE;
	font-size: 11px;
}

tr.oddRow{
	background-color: #F9F7ED;
	font-size: 11px;
}

span.centerEmphasis{
	font-weight:bold;
}

a.copy{
	color: #3f4c6b;
	font-weight:bold;
	text-decoration: underline;
}

a.copy:hover{
	text-decoration: none;
}

#aGoogleMaps{
	text-decoration: none;
}

div.positive{
	background-color:#008000;
	border-color:#000000;
	border-style:solid;
	border-width:3px;
	padding:20px;
	font-size:14px;
	font-weight:bold;
}

div.negative{
	background-color:#800000;
	border-color:#000000;
	border-style:solid;
	border-width:3px;
	padding:20px;
	font-size:14px;
	font-weight:bold;
}

div.gradientFooter{
	background-image:url(images/menu_footer_gradient.gif);
	height:10px;
}

div.needed{
	color:#FF0000;
	font-weight:bold;
	text-transform:uppercase;
}

div.divHeaderText{
	font-size:24px;
	border-style:solid;
	border-width: 0px 0px 1px 0px;
	border-color: #36393D;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
}

#divGoogleMaps{
	margin:10px 0px 0px 13px;
	cursor:pointer;
	color: #3f4c6b;
	font-weight:bold;
}

#divMenuBottom{
	border-bottom-width:0px;
}

#pjrLogo{
	right: 44px;
	top: 7px;
	position: absolute;
	border: 0px;
}

#imgHeaderText{
	padding-left:10px;
}

#imgHeaderGraphic{
	float:left; 
	padding:0px 10px 0px 10px;
}

#imgHQ{
	float:left;
	margin:0px 10px 0px 0px;
	border-width: 1px;
	cursor: pointer;
}

#imgGoogleMaps{
	margin:3px 0px 0px 0px;
}

img.centerLarge{
	margin:0px 0px 0px 0px;
	cursor: pointer;
	border-style: solid;
	border-width: 1px;
	border-color: #3f4c6b;
}

img.thumbnail{
	border-style: solid;
	border-width: 3px;
	border-color: #3f4c6b;
	margin: 10px 10px 0px 0px;
	cursor:pointer;
}

img.cornerRight{
	float:right;
}

img.cornerLeft{
	float:left;
}

div.headerMain{
	background-image:url(images/header_gradient.gif);
	border-style:solid;
	border-width: 0px 0px 1px 0px;
	border-color: #ffff00;
}

div.columnLeft{
	width: 233px;
	float:left;
}

div.columnRight{
	width: 166px;
	float:right;
	text-align:right;
	margin-bottom: 10px;
}

div.columnCenter{
	margin: 20px 186px 0px 253px;
	text-align:justify;
}

div.footerMain{
	background-color: #3f4c6b;
	border-style:solid;
	border-width:1px 0px 0px 0px;
	border-color:#ffff00;
	padding: 15px 0px 10px 0px;
	color: #FFFFFF;
	text-align:center;
	font-size:11px;
	clear:both;
}

div.menuLeftItem{
	background-image:url(images/menu_gradient.gif);
	color:#FFFFFF;
	white-space:nowrap;
	height:25px;
	line-height:25px;
	padding: 0px 5px 0px 5px;
	border-style:solid;
	border-width: 0px 1px 1px 0px;
	border-color: #36393D #ffff00 #36393D #ffff00;
	font-weight:bold;
	cursor:pointer;
}