@charset "utf-8";
/* CSS Document */
.nav {
	width: 920px;
	height:inherit;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
	background: url(images/nav_bg.png);
	background-repeat: repeat-x;
}
.copy{
	font-family: "trebuchet ms";
	font-weight: bold;
	font-size:10pt;
	color: #FFF;
	background: url(images/footer_bg.png);
	background-repeat:no-repeat;
	background-position: center;
	height: 125px;
	width: 880px;
	padding-left: 40px;
	text-align: left;
}
.drop_down {
	background:url(images/dropdown_bottom.png);
	background-repeat: no-repeat;
	width: 123px;
	
}
.phb_form_small {
	font-family: "trebuchet ms";
	font-size: 13px;
	font-weight: bold;
	padding: 5px;
	}
.phb_input_small {
	font-family: "trebuchet ms";
	font-size: 14px;
	line-height: 14px;
	border: solid 1px #c9ca1a;
}
.phb_form_med {
	font-family: "trebuchet ms";
	font-size: 15px;
	font-weight: bold;
	padding: 5px;
	}
.phb_input_med {
	font-family: "trebuchet ms";
	font-size: 14px;
	line-height: 14px;
	border: solid 1px #c9ca1a;
}
.phb_form_large {
	font-family: "trebuchet ms";
	font-size: 17px;
	font-weight: bold;
	padding: 5px;
	}
.phb_input_large {
	font-family: "trebuchet ms";
	font-size: 14px;
	line-height: 14px;
	border: solid 1px #c9ca1a;
}