* {
	margin: 0px;
	padding: 0px;
}
html {
	min-height: 100%;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	font-size: 80%;
	background: url(../images/main_bkg.png) repeat-x scroll bottom;
	min-height: 750px;

}
h1 {
	font-size: 26px;
	font-weight: normal;
	color: #0f218B;
	letter-spacing: -1px;
}
h2 {
	color: #888;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px solid #999;
}
h3 {
	font-size: 14px;
	color: #666;
}
h4 {
	font-size: 13px;
}


h1, h2, h3, h4  {
	margin-bottom: .5em;
}

p {
	line-height: 1.7em;
	margin-bottom: 1em;
}
ul {
	list-style: circle;
	margin-left: 15px;
	margin-bottom: 1.5em;
}
li {
	line-height: 1.5em;
}



.shift {
	margin-left: -9999px;
	border-style: none;
}
.caps {
	text-transform: uppercase;
	letter-spacing: 20px;
	font-size: 30px;
}
.maplist {
	margin-bottom: 10px;
}
.photo {
	float: right;
}
.bold {
	font-weight: bold;
}
.download {
	text-align: center;
	width: 180px;
	font-weight: bold;
	float: left;
	margin-right: 45px;
	padding-bottom: 20px;
}




#bkg {
	background: url(../images/header_bkg.png) repeat-x left top;
	position: relative;
	width: 100%;
	min-width: 960px;
}
#bkg2 {
	background: url(../images/red_bkg.png) no-repeat right;
	height: 35px;
	position: absolute;
	width: 100%;
	top: 58px;
	right: 0px;
	min-width: 960px;
}
#wrapper {
	width: 960px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
/* Rules for sidebar */

#sidebar , #sb_left, #sb_center, #sb_right , #sbBkg{
	float: left;
}
#sb_left, #sb_center, #sb_right, #sbBkg{
	min-height: 515px;
}
#sidebar {
	min-height: 544px;
}
#sbBkg {
	background: url(../images/sb.png) repeat-y;
}
#sb_left {
	background: url(../images/sb_left.png);
	width: 3px;
}
#sb_center {
	background: url(../images/sb_bkg.png) repeat-x;
	width: 236px;
}
#sb_right {
	background: url(../images/sb_right.png);
	width: 3px;
}
#sb_bottom {
	background: url(../images/sb_bottom.png);
	height: 14px;
	width: 242px;
	clear: both;
}
#spacer {
	clear: both;
}

#sidebar ul {
	list-style: none;
	margin-top: 50px;
	border-top: 1px solid #999;
	margin-left: 0px;
}
#sidebar ul li {
	width: 236px;
	height: 35px;
	display: block;
	border-bottom: 1px solid #999;
}
#sidebar ul li a {
	display: block;
	height: 15px;
	width: 200px;
	font-size: 15px;
	color: #333;
	text-decoration: none;
	padding: 8px 10px 12px 26px;
}
#sidebar ul li a:hover {
	background: url(../images/sb_roll.png);
	color: #000;
}

#sidebar ul li.current a, #sidebar ul li.current a:hover{
	color: #FFF;
	background: url(../images/sb_hilite.png);
}









/* Rules for header */

#header {
	display: block;
	height: 120px;
	color: #FFF;
}
#header a {
	color: #FFF;
	text-decoration: none;
}
#logo {
	background: url(../images/hiec_logo.png) no-repeat;
	display: block;
	height: 62px;
	width: 370px;
	margin-top: 15px;
	margin-left: 10px;
	float: left;
}
#logo a{
	display: block;
	height: 62px;
	width: 370px;
}
#ptmtw {
	display: block;
	height: 26px;
	width: 291px;
	background: url(../images/ptmtw.png);
	float: right;
	margin-top: 22px;
	margin-right: 10px;
	margin-bottom: 0px;
	border-style: none;
}
#red {
	display: block;
	height: 35px;
	width: 518px;
	float: right;
	margin-top: 10px;
	margin-bottom: 0px;
}
ul#main_nav {
	display: block;
	height: 62px;
	width: 613px;
	position: absolute;
	list-style: none;
	background: url(../images/main_nav.png);
	top: 92px;
	left: 21px;
	padding: 1px 1px 1px 13px;
	margin-left: 0px;
}

#main_nav li {
	display: inline;
}
#main_nav li a {
	display: block;
	float: left;
	font-size: 16px;
	padding: 18px 20px;
	text-transform: uppercase;
}
#main_nav li.current a, #main_nav li.current a:hover {
	color: #0f218B;
	background: url(../images/current.png) repeat-x;
}
#main_nav a:hover {
	background: url(../images/hover.png) repeat-x;
}
#sec_nav {
	width: 300px;
	position: absolute;
	top: 97px;
	right: 10px;
	text-align: right;
}
#sec_nav a {
	font-size: 12px;
}
#sec_nav a:hover{
	text-decoration: underline;
	color: #CCC;
}
#redHeader {
	position: absolute;
	right: 5px;
	top: 62px;
}
#redHeader h1 {
	font-weight: normal;
	color: #FFF;
	font-variant: normal;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: .6em;
	margin-bottom: 0px;
}



/* Rules for home page */

#flash {
	width: 984px;
	height: 264px;
	margin-right: -12px;
	margin-left: -12px;
}
#content {
	float: left;
}
#home_text {
	padding: 10px;
	width: 590px;
	float: left;
}
#buttons {
	float: left;
	width: 350px;
}
#request {
	background: url(../images/request.png) no-repeat right top;
	height: 156px;
	width: 350px;
}
#request p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 1.2em;
	margin-left: 42px;
	margin-top: 40px;
	width: 150px;
}
#request a {
	display: block;
	margin-top: -105px;
	margin-left: 25px;
	height: 135px;
	margin-right: 12px;
}
#emergency {
	background: url(../images/emergency.png) no-repeat right top;
	height: 156px;
	width: 350px;
}
#emergency p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.2em;
	margin-left: 42px;
	margin-top: 32px;
	width: 280px;
}
div.literature {
	float: right;
	width: 319px;
	background: #FFF;
	clear: right;
	padding-left: 10px;
}
div.literature h3 a{
	display: block;
	height: 126px;
	width: 302px;
	margin: 10px;
	margin-bottom: 20px;
}
#download_cnd {
	background: url(../products/images/download_cnd.png) no-repeat center center;
}
#download_4-6m {
	background: url(../products/images/download_4-6m.png) no-repeat center center;
}
#download_4psg {
	background: url(../products/images/download_4psg.png) no-repeat center center;
}
#download_cs {
	background: url(../service/images/download_cs.png) no-repeat center center;
}
#download_hydro {
	background: url(../products/images/download_hydro.png) no-repeat center center;
}
#download_lmsg {
	background: url(../products/images/download_lmsg.png) no-repeat center center;
}
#download_ssm {
	background: url(../products/images/download_ssm.png) no-repeat center center;
}
#download_swg {
	background: url(../products/images/download_swg.png) no-repeat center center;
}
#download_vpi {
	background: url(../products/images/download_vpi.png) no-repeat center center;
}

#about_text {
	float: left;
	width: 678px;
	margin-top: 30px;
	padding: 20px;
}
#mainOffice {
	margin: 60px 20px 20px;
}
#mainOffice img {
	border-style: none;
	margin-top: 10px;
}

#buttons2 {
	width: 678px;
	float: right;
	background: none;
	clear: right;
}
#buttons2 #request {
	margin-left: -20px;
}

#buttons2 #request , #buttons2 #emergency{
	float: left;
	width: 345px;
}

#bulletins td {
	padding: 5px;
	line-height: 1.2em;
}
#bulletins td  img {
	border-style: none;
}
div.download img {
	border-style: none;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
div.download a {
	text-decoration: none;
	color: #666;
}
div.download a:hover {
	color: #D9002A;
	text-decoration: underline;
}
div.download#ppt {
	width: 210px;

}
a#sr_download {
	color: #666;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
}
a:hover#sr_download {
	text-decoration: underline;
	color: #D9002A;
}
#link_bar {
	float: left;
	width: 960px;
	margin-bottom: 10px;
	height: 82px;
}
#link_bar span {
	height: 82px;
	width: 10px;
	display: block;
	float: left;
}
#curve_left {
	background: url(../images/curve.png) left;
	margin-left: 10px;
}
#curve_right {
	background: url(../images/curve.png) right;
}
#link_bar img {
	float: left;
}
#links {
	background: #666 url(../images/links_bkg.png);
	float: left;
	height: 82px;
	width: 850px;
}
#links  img{
	float: left;
	margin: 16px;
}





/* Rules for Footer */

#footer {
	text-align: center;
	font-size: 10px;
	color: #666;
	padding-top: 5px;
	margin: 5px 5px 20px;
	border-top: 1px solid #999;
	clear: left;
}
