body { background:url(hc-main-bg.jpg); font-family:Geneva, Arial, Helvetica, sans-serif; font-size:12px; color:#FFFFFF; line-height:130%; }
h1 { color:#ACDA64; font-size:20px; text-transform:uppercase; font-weight:normal; }
h2 { color:#FFFFFF; font-size:20px; font-weight:normal; }
h3 { color:#FFFFFF; font-size:15px; text-transform:uppercase; margin-bottom:0; }
h4 { color:#FFFFFF; font-size:13px; margin-bottom:0; }
h4 a { color:#FFFFFF; text-decoration:none; }
hr { border-bottom:#FFFFFF solid 1px; color:#0066CC; }
a { color:#ACDA64; }
.nav { color:#FFFFFF; font-size:11px; }
.nav a { color:#FFFFFF; text-decoration:none; }
.footer { padding:5px 0px; color:#FFFFFF; font-size:10px; }
.footer a { color:#FFFFFF; text-decoration:none; }
.copyright { color:#C9C9C9; font-size:10px; padding:5px 0px; }
.newsletter { padding:10px 0 0 0; }
.header { padding: 0px 0 30px 0; }
.welcome { padding: 50px 0 30px 0; }

/*  Main Content  */
.main { background:url(hc-grey-bg.jpg) repeat-x top #1E1E22; }
.content-bg { background:url(hc-content-bg.jpg) repeat-x top #5773A2; }
.home-content-border { border-bottom:#FFFFFF solid 1px; border-top:#FFFFFF solid 1px; }
.home-content { padding:20px 55px 20px 0; }
.content-border { border-top:#FFFFFF solid 1px; }


/*  Green Box   */
.green td { padding:10px 12px; color:#000000; font-size:12px; }
.green-border-bottom {  border-bottom:#999999 solid 1px; font-size:12px; }
.plus { color:#FF0000; font-weight:bold; font-size:16px; }
.plus a { color:#FF0000; text-decoration:none; }

/*  News   */
.rhs { padding:20px 0 0 0; }

/*  Forms  */
.search-field, .search-submit { border:#A1A1A1 solid 1px; background:#DADADA; }
.search-submit { padding:0 3px; }
.field, .submit { border:#364866 solid 1px; background:#FFFFFF; }
.search { color:#666666; font-weight:bold; }

/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:0 -Basic Style
  -----------------------------------
*/
#p7PMnav {
	margin: 0;
	padding:0;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
/* Drop Down Menu */
#p7PMnav ul {
	margin: 0;
	padding: 0;
	/*background-color: #cbcbcb;*/
	/*border-top: 1px solid #FA2D0E;
	border-left: 1px solid #FA2D0E;
	border-right: 1px solid #FA2D0E;*/
	position: absolute;
		left: -9000px;
	z-index: 10000;
}
/* Main menu */
#p7PMnav a {
	display: block;
	text-decoration: none;
	padding: 0px 7px;
	color: #ffffff;
	/*font-weight:bold;*/
	line-height:1;
	border-right: 1px solid #FFFFFF;
	text-transform:uppercase;
}
/* Main Menu Hover */
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	/*background-color: #ffffff;*/
	color:#2E3C54;
	letter-spacing: .01px;
	text-decoration: none;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	/* color: #CCCCCC;
	font-weight: bold; */
}
/* ------ the trigger link styles ------- */

/* Trigger Link */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-image:  url(arrow_light_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* Trigger Link Hover */
#p7PMnav .p7PMon {
	/*background-color: #999999;*/
	color: #2E3C54;
}
/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
	width: 140px;
}
/* Drop Down Menu List Item*/
#p7PSnav a {
	color: #2E3C54;
	text-align:left;
	background:#607BA7;
	line-height: 120%;
	margin-right: -1px;
	padding:10px 5px;
	border-bottom: 1px solid #FFFFFF;
}
/*Drop Down Menu Hover*/
#p7PSnav a:hover, #p7PSnav a:active, #p7PSnav a:focus {
	color:#FFFFFF;
	/*background-color:#ffffff;*/
	text-decoration: none;
}
#p7PMnav ul li {
	float: none;
}
#p7PMnav ul, #p7PMnav ul li {
	width: 120px;
}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #333333;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #535FAC;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}
/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width. */
#p7PMnav li {width: auto;}