@charset "utf-8";

/* CSS Document */

/* GLOBAL RESET */
html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,table,tr,td {
	margin:0px;
	padding:0px;
	border:0px;
	border-collapse:separate;
	border-spacing:0px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; 
	color: #000000;
}
body {
	font-size: 100.1%;
	background-color: #FFFFFF;
	
}

/*SUCKERFISH*/

#nav ul { /* lists */
	padding: 0;
	margin: 0;
	list-style: none;
	width:150px;
	z-index:50;
}

#nav li { /* list items */
	float: left;
	position: relative;
	z-index:50;
	padding-top: 5px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 7px;
}

#nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 28px;
	left: 0;
	z-index:50;
	border-top: solid 1px #00075e;
	

}

#nav li ul li {
	float:none;
	margin:0;
	display:inline;
	z-index:50;
	padding: 0px;

}



#nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: 28px;
	left: auto; 
}

#nav li:hover ul, #nav li.over ul { /* lists nested under hovered list items */
	display: block;
}


/*SITE STYLES*/


#pagewrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	display:relative;
}
#head {
	height: 63px;
	width: 950px;
}
#address {
	font-size: 0.8em;
	color: #6d6d6d;
	float: right;
	text-align: right;
	padding-top: 13px;
}
#nav {
	height: 29px;
	width: 950px;
	background-color: #00075e;
	list-style:none;
}


#nav li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	text-decoration: none;

}
#nav li a:hover {
	text-decoration: underline;

}
#nav li ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #00075E;
	border-bottom: solid 1px #cccccc;
	display:block;
	padding:0.5em;
	width:150px;
	background-color:#fff;
}

#nav li ul li a:hover {
	background-color:#e4e4e4;
	text-decoration:none;
}

.clearfix {
	clear: both;
	font-size: 0px;
	height: 0px;
}
#feature-wrapper {
	width: 950px;
	position:relative;
	margin-top: 9px;
}
#home-feature-leftcol {
	float: left;
	width: 616px;
	position:relative;
	z-index:10;
	height: 410px;
}
#home-feature-rightcol {
	float: right;
	width: 326px;
	position:relative;
	z-index:10;
	background-color: #f0f0f0;
	height: 388px;
	background-image: url(images/HPG_LOGO.jpg);
	background-repeat: no-repeat;
	background-position: center 156px;
	overflow: visible;
}

#content-wrapper {
	width: 950px;
	padding-top: 9px;
}
#content-leftcol {
	float: left;
	width: 616px;
}
#content-rightcol {
	float: right;
	width: 326px;
}
#footer-wrapper {
	width: 950px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #e4e4e4;
	margin-top: 15px;
	padding-top: 8px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

#grey-links {
	width: 616px;
	margin-top: 5px;
}
html>body #grey-links {
	width: 616px;
	margin-top: 8px;
}
#grey-links a {
	color: #595959;
	text-decoration:none;
}
#grey-links a:hover {
	text-decoration:underline;
}
.link1 {
	background-color: #f2f2f2;
	float: left;
	width: 116px;
	margin-right: 9px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.link2 {
	background-color: #e4e4e4;
	float: left;
	width: 116px;
	margin-right: 9px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.link3 {
	background-color: #d6d6d6;
	float: left;
	width: 116px;
	margin-right: 9px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.link4 {
	background-color: #bbbbbb;
	float: left;
	width: 116px;
	margin-right: 9px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.link5 {
	background-color: #a0a0a0;
	float: left;
	width: 116px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#home-feature-rightcol h2 {
	color: #676767;
	margin-right: 35px;
	margin-left: 35px;
	margin-top: 30px;
	font-size: 1.2em;
	letter-spacing: -.03em;
}
#footer-nav {
	float: left;
}
#copyright {
	float: right;
	font-size: .8em;
	color: #a0a0a0;
	text-align: right;
}
#footer-nav a {
	font-size: .8em;
	color: #a0a0a0;
	margin-right: 8px;
}
#content-leftcol h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: normal;
	color: #595959;
	margin-bottom: 4px;
}
#content-leftcol h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	color: #00075e;
	font-weight: normal;
	margin-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	padding-bottom: 3px;
}
#content-leftcol p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin-bottom: 14px;
	line-height: 1.5em;
	color: #6d6d6d;
}
#content-rightcol h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #00075E;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	margin-top: 5px;
	padding-bottom: 8px;
	margin-bottom: 10px;
}
.portfolio-floatleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 100px;
	text-align: center;
}
.portfolio-row p {
	float: right;
	width: 215px;
	font-size: .8em;
	color: #6d6d6d;
	margin-bottom: 5px;
}
.learnmore {
	text-align: right;
}
.learnmore a {
	color: #00075e;
	text-decoration: none;
}
.learnmore a:hover {
	text-decoration: underline;
}
#nav-container {
	z-index: 1000;
}
#feature-leftcol {
	float: left;
	width: 492px;
}
#feature-rightcol {
	float: right;
	width: 458px;
	background-color: #f0f0f0;
	height: 156px;
}
#feature-rightcol h2 {
	color: #676767;
	margin-right: 35px;
	margin-left: 35px;
	margin-top: 40px;
	font-size: 1.2em;
	letter-spacing: -0.03em;
}
#inside-content-leftcol {
	width: 950px;
}
#inside-content-leftcol h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: normal;
	color: #595959;
	margin-bottom: 4px;
}
#inside-content-leftcol h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	color: #00075e;
	font-weight: normal;
	margin-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	padding-bottom: 3px;
}
#inside-content-leftcol p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin-bottom: 14px;
	line-height: 1.5em;
	color: #6d6d6d;
}
#inside-content-leftcol li {
	font-size: .9em;
	color: #666666;
	margin-bottom: 5px;
}
#inside-content-leftcol ul {
	margin-right: 25px;
	margin-left: 25px;
	background-color: #f0f0f0;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin-bottom: 10px;
}
.floatright h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #00075E;
	margin-bottom: 8px;
}
.floatright {
	float: right;
	margin-bottom: 20px;
	text-align: center;
	margin-top: 5px;
	display: block;
	background-color: #FFFFFF;
	padding-left: 20px;
}
.floatright #grey-subnav-box {
	padding: 10px;
	width: 158px;
	background-color: #f0f0f0;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.floatright #grey-subnav-box li {
	background-image: url(../images/global/greydot_bullet.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	font-size: .8em;
	list-style-type: none;
	padding-left: 12px;
}
.floatright #grey-subnav-box ul {
	margin-right: 0;
	margin-left: 0;
	background-color: #f0f0f0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-bottom: 0;
}

#feature-leftcol img {
	margin-right: 8px;
	float: left;
}
.floatright #grey-subnav-box li a {
	color: #666666;
}
.floatright img {
	margin-bottom: 10px;
}
#project-img-fix {
	position: relative;
}
#portfolio-nav {
	float: right;
	font-size: 0.8em;
	color: #999999;
	text-align: right;
	padding-top: 15px;
}
#portfolio-nav a {
	color: #666666;
	text-decoration: none;
}
#portfolio-nav a:hover {
	text-decoration: underline;
}#inside-content-leftcol a {
	color: #00075E;
}
.floatright td {
	font-size: 0.8em;
	color: #6D6D6D;
	padding: 3px;
}
