@charset "utf-8";
body {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.pacmod #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.pacmod #header {
	margin: 0 auto;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
/* Menu */
#menu {
	margin: 0;
	padding: 190px 0 0 280px;
}
#menu li { 
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 30px 0 0;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif; 
	font-size: 1em; 
	font-weight: 700;
}
#menu a {
	color: #FFFFFF; 
	text-decoration: none;
}
#menu a:hover {
	color: #66BCFF;
	text-decoration: none;	
}
#menu a.current {
	color: #66BCFF;
	text-decoration: none;
}
.pacmod #mainContent {
	padding: 0 60px;
	border-top: 1px #669933 solid; 
	font-size: 13px;
	color: #666666; 
}
.pacmod #mainContent h1 {
	margin: -15px 0 5px 190px;
	padding: 0 5px;
	color: #669933;
	font-size: 24px;
}
.pacmod #mainContent h1 div {
	padding: 2px 10px;
	background-color: #FFFFFF;
}
.pacmod #mainContent h2 {
	margin: 0 0 -15px 0;
	padding: 0;
	color: #669933;
	font-size: 13px;
	font-weight: bolder;
}
.pacmod #mainContent h3 {
	color: #666666;
	font-size: 17px;
	font-weight: normal;
}
.pacmod #mainContent p {
	line-height: 17px;
}
.pacmod #mainContent a {
	display: inline;
	padding: 1px 3px;
	background-color: #d6eaf8;
	color: #075c93;
	text-decoration: none;
}
.pacmod #mainContent a:hover {
	text-decoration: underline;
}
.pacmod #mainContent .lefthome {
	float: left;
	width: 420px;
	margin: 0 0 20px 0;
	padding: 0;
}
.pacmod #mainContent .left {
	float: left;
	width: 360px;
	margin: 0 0 20px 0;
	padding: 0;
}
.pacmod #mainContent .right {
	float: right;
	width: 340px;
	margin: 0 0 20px 0;
	padding: 0;
}
.pacmod #mainContent full {
	float: left;
	margin: 0 0 20px 0;
	padding: 0;
}
.pacmod #mainContent .imgbdr {
	padding: 3px;
	border: 1px #CCCCCC solid;;
}
.pacmod #mainContent .cols {
	float: left;
	width: 180px;
	margin: 0 15px 0 0;
}
.pacmod #mainContent .details {
	width: 136px;
	height: 28px;
	margin: 5px;
	padding-top: 4px;
	background:    url("images/details.gif") top left no-repeat;
	font-family: 'Trebuchet MS', Geneva, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #669933;
	text-transform: uppercase;
	font-weight: bolder;
	text-align: center;
}
.pacmod #mainContent .details a {
	text-decoration: none;
	background-color: #FFFFFF;
	color: #669933;
}
.pacmod #mainContent fieldset {
	margin-top: 1.4em; 
	padding: 10px 20px;
	border: 0;
}
.pacmod #mainContent .frm {
	clear: left; 
	margin: 0 0 7px 0; 
	padding: 0; 
	padding-top: 5px;
}
.pacmod #mainContent label {
	float: left; 
	width: 25%; 
	font-size: 12px;
}
.pacmod #mainContent .frminput {
	background-color: #e0ffc0; 
	border: 1px inset #CCCCCC; 
	width: 300px;
}
.pacmod #mainContent .frminput2 {
	background-color: #FFFFFF; 
	border: 1px inset #CCCCCC; 
	width: 300px;
}
.pacmod #mainContent #btnSubmit {
	margin: 5px 0 30px 230px;
	background-color: #669933;
	border: 1px #669933 solid;
	font-size: 14px; 
	color: #FFFFFF;
	font-weight: bolder;
	text-align: center;	
}
.pacmod #footer {
	height: 120px;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-top: 1px #669933 solid;  
	background: #FFFFFF url("images/grass.jpg") bottom no-repeat;
}
.pacmod #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #075c93;
	text-align: center;
	line-height: 16px;
}
.pacmod #footer a {
	display: inline;
	padding: 1px 3px;
	background-color: #d6eaf8;
	color: #075c93;
	text-decoration: none;
}
.arrowprod {
	margin: 14px 0 0 250px;
	padding: 0;
}
.arrowinst {
	margin: 14px 0 0 345px;
	padding: 0;
}
.arrowmaint {
	margin: 14px 0 0 465px;
	padding: 0;
}
.arrowenv {
	margin: 14px 0 0 590px;
	padding: 0;
}
.arrowcont {
	margin: 14px 0 0 695px;
	padding: 0;
}