/*
------------------------------------------------------------------------
Template Name: HEGP HEL Redesign
Author: Robert Hall
Author URI: http://www.ifactory.com/
Updated: Wed, July 10 2009
Copyright: (c) 2009 iFactory, All rights reserved.
------------------------------------------------------------------------
*/


/***** body and font definitions *****/


*{ outline: none; }
html {
	background-color: #666;
}
body {
	font-size: 100%; /* assumes base 16px */
	font-family: Georgia, Utopia, Palatino, "Palatino Linotype", serif;
	color: #000;
	padding: 0;
	margin: 0;
	background-color: #666;
}
a { color: #113366; text-decoration: none; }
a:hover { text-decoration: underline; }
#mainContent input, #mainContent select {
	border: 1px solid #999;
	height: 16px;
	font-size: 1em;
	padding: 0 0 0 3px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
#mainContent select { height: 18px; }
table {
	border: 1px solid #999;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: .8em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 0 0 1em 1px;
}
table caption {
	color: #333;
	font-weight: bold;
	line-height: 1.4em;
	text-align: left;
}
table th, td {
	border: 1px solid #999;
	padding: 0 3px;
	
}
table tr.even {
	background-color: #e6e9f0;
}
.clear { clear: both; }
.left { float: left; }
.right { float: right; }


/***** site layout *****/


#contentWrapper {
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
	width: 842px;
	font-size: 0.875em; /* assumes base 14px */
	background-color: #fff;
}
#header {
	position: relative;
	clear:both;
	width:100%;
	height: 87px;
	background-color: #366d8e;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.785em;
}
#columnWrapper {
	border-left: 1px solid #b7b7b7;
	border-right: 1px solid #b7b7b7;
	overflow: hidden;
}
#mainContent {
	float:left;
	margin: 0;
	margin:0;
	overflow:hidden;
	padding:23px 15px 15px;
	width:566px;
}
#columnTwo {
	float:right;
	margin:23px 14px 0 0;
	overflow:hidden;
	padding-bottom:2em;
	width:215px;
}
#footer {
	clear:both;
	height: 46px;
	background-color: #e5eabd;
	font-size: 0.785em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	border-top: 1px solid #797979;
	border-left: 1px solid #b7b7b7;
	border-right: 1px solid #b7b7b7;
}


/***** header elements *****/


#header li { list-style: none; }

#headerBanner {
	background: #e5eabd url(/images/hel/header_banner.gif) no-repeat left top;	
	height: 34px;
}
	#headerBanner a#hepgGseLink {
		position: absolute;
		height:20px;
		left:15px;
		top:6px;
		width:210px;
	}
	#headerBanner a#hepgMainLink {
		position: absolute;
		height:20px;
		right:12px;
		top:7px;
		width:260px;
	}
	#headerBanner a span {
		position: absolute;
		left: -9999px;
	}

#headerLogo {
	position: absolute;
	height:27px;
	left:15px;
	top:51px;
	width:338px;
	background: transparent url(/images/hel/logo.gif) no-repeat left top;
}
	#headerLogo a {
		display: block;
		height:27px;
		width:338px;
	}
	#headerLogo a span {
		position: absolute;
		left: -9999px;
	}

#quickSearch {
	position: absolute;
	top: 62px;
	right: 15px;
	height: 19px;
	width: 154px;
}
	#quickSearch #searchbox {
		position: absolute;
		top: 0;
		left: 0;
		border: 1px solid #87856e;
		height: 13px;
		width: 96px;
		color: #666;
		padding: 2px 2px 2px 3px;
	}
	#quickSearch #searchBtn {
		position: absolute;
		top: 0;
		right: 0;
	}


/***** navigation *****/


#utilityNav {
	margin:0;
	position:absolute;
	right:12px;
	top:42px;
}
	#utilityNav li {
		float: left;
		color: #fff;
	}
	#utilityNav li a {
		margin: 0 3px;
		text-decoration: none;
		color: #fff;
	}
	#utilityNav li a:hover {
		text-decoration: underline;
	}

#navigation {
	height: 21px;
	margin: 0;
	background-color: #000;
	font-size:0.785em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding-left:10px;
}
	#navigation li {
		float: left;
		list-style: none;
	}
	#navigation li a {
		color: #fff;
		display:block;
		height:18px;
		padding:3px 6px 0 7px;
	}

#secondNav {
	margin: 0;
	font-size: 0.857em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
	#secondNav li {
		margin-bottom:0.22em;
		padding-bottom:0.3em;
		border-bottom:1px solid #e2e2e2;
	}
	#secondNav li.current {
		font-weight: bold;
	}
	#secondNav li a {
	}
	#secondNav li a:hover {
	}
	#secondNav li.current a {
	}


/***** columnWrap elements *****/


#pageLinks {
	position: absolute;
	right: 10px;
	top: 126px;
	background: transparent url(/images/hel/bg_pagelinks.jpg) no-repeat right top;
	height: 45px;
	font-size: 0.768em;
	width:400px;
}
	#pageLinks ul {
		margin: 0;
		float: right;
	}
		#pageLinks li {
			float: left;
			list-style: none;
			margin:10px 6px 0;
		}
		#pageLinks li a {
			color: #666;
			font-weight:bold;
			text-transform:uppercase;
		}


/***** main content elements *****/


#mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4, #mainContent h5, #mainContent h6 {
	color: #333;
}
#mainContent h1 {
}
#mainContent h2 {
}
#mainContent p {
	line-height:1.42em;
	margin-bottom:0.8em;
}
#mainContent ol, #mainContent ul, #mainContent dl {
	margin: 0;
}
#mainContent li {
	padding-left: 1.5em;
	list-style: none;
	background: transparent url(/images/hel/bullet.gif) no-repeat 7px 5px;
	line-height:1.1em;
	margin-bottom:0.35em;
}


/***** column one elements *****/


#columnOne li { list-style: none; }


/***** column two elements *****/


#columnTwo p {
	font-size: 0.929em;
}
#columnTwo ul {
	margin:0;
}
	#columnTwo ul li {
		background:transparent url(/images/hel/bullet_arrow.gif) no-repeat left 3px;
		list-style:none;
		padding-left:1.5em;
		line-height:1.2em;
		margin-bottom:0.45em;
	}
	#columnTwo ul li a {
	}
	#columnTwo ul li a:hover {
	}

#columnTwo .redBarCallout {
	border-top: 10px solid #9c3c53;
	overflow:hidden;
	position: relative;
	padding:0.6em 0 0;
	margin:0 0 1.85em;
}


/***** footer elements *****/


#footer #copyright {
	float: left;
	margin: 10px 0 0 17px;
	width: 40%;
}
#footer .footerDetail {
	float: right;
	margin: 10px 15px 0 0;
	width: 40%;
	text-align:right;
}
	#footer .footerDetail a {
		color: #113366;
	}
