*{
   margin:0;
   padding:0;
}

html, body {
	height: 100%;
}

a:visited {
	color: white;
}

body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 1em;
	background:url('/images/body_bg.gif') repeat-x top left;
}

p {
	font-size: 0.8em;
	line-height: 1.3em;
}

#index_content p {
	margin-top: 15px;
}

#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px; /* the bottom margin is the negative value of the footer's height */
	background: url('/images/content_bg.gif') no-repeat top left;
}

#header {
	background:url('/images/header.gif') no-repeat bottom left;
	width:auto;
	height: 127px;
	padding: 125px 0 0 0;
}

#logo {
	position: absolute;
	display: none;
	top: 167px;
	left: 682px;
	height: 55px;
	width: 232px;
	background:url('/images/hc_logo.gif') no-repeat top left;
}

#divider {
	width: 100%;
	background:#a5aeb4 url('/images/divider-shadow.gif') repeat-x top left;
	height: 27px;
}

#content {
	padding: 0;
	margin: 0;
}

#left_column {
	float: left;
	width:250px;
	padding:0;
}

#right_column {
	margin-left: 280px;
	max-width: 650px;
	min-width: 450px;
}

#footer, #push {
	height: 30px; /* .push must be the same height as .footer */
}

#push {
	clear:both;
}

#footer {
	background: #0b623f;
}

#footer p {
	font-size: 0.6em;
	padding: 10px 0 0 280px;
	color: white;
}

#footer a:link {
	color: white;
}

#header-img-container {
	margin-left: 170px;
	width: 465px;
	min-width: 465px;
	background: #999;
}

#header-img_01, #header-img_02, #header-img_03 {
	background: #999;
	border: 0px;
	float: left;
	height: 126px;
	width: 155px;
	padding: 0;
	margin: 0;
	display: none;
}

.sidebar {
	text-align: center;
	float:right;
	width: 110px;
	height: 350px;
	padding: 0 20px 20px 20px;
	margin: 0 0 0 15px;
}

.investors {
	height: 150px;
}

a.pdf-link {
	background: url('../images/pdf-link.png') no-repeat left center;
	padding: 15px 0 15px 40px;
	color: blue;
	text-decoration: none;
}

a:hover.pdf-link {
	color: blue;
	text-decoration: underline;
}

.acred-logo {
	text-align: center;
	width: 80px;
	height: auto;
	float: left;
	background: gray;
	margin: 0 0 15px 0;
	padding: 0;
}

#map {
	height:360px;
	width:600px;
	background: url('../images/hc_map_bg.gif') no-repeat top right;
}

.newsEntry {
	margin: 10px 0 15px 0;
}

.newsEntry p {
	font-size: 0.7em;
}

.newsImgSmall {
	margin: 0 15px 20px 0;
	padding: 0;
	border: 1px solid #0b623f;
	width: 125px;
	height: auto;
}

.newsImg {
	margin: 0 15px 0 0;
	padding: 0;
	border: 1px solid #0b623f;
	height: auto;
	width: 210px;
}

p.date {
	font-weight: bold;
	color: #0b623f;
	padding: 0 0 3px 0;
}

/*--------- fonts ----------*/

h1 {
	font-size: 1.5em;
	font-weight: normal;
	color: #0b623f;
	line-height: 1.3em;
	font-family: Helvetica, Arial, sans-serif;
}

h2, h2 a, h2 a:link, h2 a:visited {
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: lighter;
	color: #999;
	text-decoration: none;
}

#index_content ul {
	list-style-position: outside;
	list-style-type: square;
	padding-left: 15px;
}

#index_content ul li {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	padding-top: 8px;
	line-height: 1.3em;
}

.highlight {
	color: #0b623f;
	font-weight: bold;
}

h1.newsTitle {
	padding: 0 0 10px 0;
	font-size: 1.6em;
}

.newsEntry h2 {
	padding: 0 0 3px 0;
}

.newsImage {
	border: 1px solid #0b623f;
}

#newsPic {
	float: right;
	text-align: left;
	width: 210px;
	padding: 0 0 5px 15px;
	margin: 0;
}

.newsCaption {
	color: gray;
	font-style: italic;
}

/*--------- crumblinks ----------*/

#breadcrumb {
	margin:0;
	padding:15px 0px 25px 0px;
}

#breadcrumb a {
	color: #3a7cbd;
	text-decoration: underline;
}

#breadcrumb p {
	color: #3a7cbd;
	text-decoration: none;
}

#breadcrumb p a:hover {
	text-decoration: underline;
}

.bullet-points {
	padding: 5px 0 0 0;
	margin: 0;
}

/*--------- navigation ----------*/

#navigation {
	font-size: 0.7em;
	position: relative;
	height: 41px;
	background: white;
	border-bottom: 1px solid #0b623f;
}

.topnav, .topnav * {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation ul.topnav {
	line-height: 1.0;
	margin: 0;
	padding: 0;
	float: left;
   list-style:none;
   padding-left: 85px;
   min-width: 900px;
}

#navigation ul.topnav li {
   float:left;
   position: relative;
   margin-top:0px;
}

#navigation ul.topnav a {
	display: block;
	position: relative;
}

#navigation ul.topnav li a {
	width: auto;
	color: #0b623f;
	font-weight: bold;
	text-decoration: none;
	padding-top: 14px;
	padding-left: 12px;
	padding-right: 12px;
   height: 27px;
}

#navigation ul.topnav li a:hover {
	text-decoration: none;
	background: url('../images/topnav_rollover.gif') no-repeat center top;
}

#navigation ul.subnav {
	position:absolute;
	top: 41px;
}

#navigation ul.subnav li a {
	border-left: 1px solid #0b623f;
	border-right: 1px solid #0b623f;
	color: black;
	background: white;
	font-weight: normal;
	height: 20px;
	margin: 0;
	padding: 7px 10px 0 10px;
}

#navigation ul.subnav li a.top {
	border-top: 1px solid #e2e3e4;
}

#navigation ul.subnav li a.bottom {
	border-bottom: 1px solid #0b623f;
}

#news-dropdown {
	margin: 0;
	padding: 0;
	border-top: 1px solid #e2e3e4;
	border-bottom: 1px solid #0b623f;
}

#navigation ul.subnav li a:hover {
	background: #cecfd1;
	background: #e2e3e4;
}

.topnav li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}

.topnav li:hover ul, .topnav li.sfHover ul {
	left: 0;
	top: 2.5em; /* match top ul list item height */
	z-index: 99;
}
ul.topnav li:hover li ul, ul.topnav li.sfHover li ul {
	top: -999em;
}
ul.topnav li li:hover ul, ul.topnav li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}
ul.topnav li li:hover li ul, ul.topnav li li.sfHover li ul {
	top: -999em;
}
ul.topnav li li li:hover ul, ul.topnav li li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}
.topnav a, .topnav a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #13a;
}
.topnav li:hover, .topnav li.sfHover, .topnav a:focus, .topnav a:hover, .topnav a:active {
	outline: 0;
}

/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.topnav ul .sf-sub-indicator { background-position:  -10px 0; }
.topnav ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.topnav ul a:focus > .sf-sub-indicator,
.topnav ul a:hover > .sf-sub-indicator,
.topnav ul a:active > .sf-sub-indicator,
.topnav ul li:hover > a > .sf-sub-indicator,
.topnav ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/*--------- admin ----------*/

p.admin-title {
	font-weight: bold;
}

.admin {
	color: #0b623f;
}

textarea.admin, input.admin {
	padding: 4px;
}

textarea.admin {
	font-size: 12px;
}

#admin_btn {
	margin-top: 10px;
}

.admin-highlight {
	font-weight: bold;
	color: #0b623f;
}

table#admins {
	font-size: 13px;
	margin-top: 10px;
	border-left: 1px solid #0b623f;
}

table#admins th, table#admins tr td {
	padding: 5px;
	margin: 0px;
}

table#admins tr td {
	border: 1px solid #0b623f;
	border-top: 0px;
	border-left: 0px;
}

table#admins tr td a, table#admins tr td a:link {
	color: blue;
}

table#admins th {
	background: #0b623f;
	color: white;
	font-weight: normal;
}




