
/* --------- specific system styles (do not edit!) --------- */
html {
	height: 100%;
}

body {
	height: 100%;
}

body, table, form, img {
	padding: 0;
	margin: 0;
	border: 0;
}

td {
	vertical-align: top;
}

/* hide from Mac IE \*/	
td {
	font-size: 76%;
	font-size/* */:/**/100%;
	font-size: /**/100%;	
}
/* end hide Mac IE */

/* --- image wrapping rules --- */
.fluxresetwrap {
	clear: both;
	line-height: 0px;
	font-size: 0px;
	height: 0px;
}

.fluximg-al img,
.fluximg-ar img,
.fluximg-ac img,
.fluximg-wl img,
.fluximg-wr img,
.fluximg-wc img {
	position: relative;
	z-index: 1;
}

.fluximg-al {
	text-align: left;
}

.fluximg-al .caption {
	text-align: left;
	margin: 0 auto 0 0;
}

.fluximg-ar {
	text-align: right;
}

.fluximg-ar .caption {
	text-align: left;
	margin: 0 0 0 auto;
}

.fluximg-ac {
	text-align: center;
}

.fluximg-ac .caption {
	text-align: left;
	margin: 0 auto 0 auto;
}

.fluximg-wl {
	float: left;
	text-align: left;
}

.fluximg-wl .caption {
	text-align: left;
}

.fluximg-wr {
	float: right;
	text-align: left;
}

.fluximg-wr .caption {
	text-align: left;
}

/* Only IE-win sees this. \*/
* html .fluximg-al, * html .fluximg-ar, * html .fluximg-ac {
	height: 1%;
}

* html .fluximg-wl {
	margin: 0 -3px 0 0;
}

* html .fluximg-wr {
	margin: 0 0 0 -3px;
}
/* End hide from IE5/mac */

/* --------- bug-fix & utility css --------- */
 .clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1px;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* hide accessibility links from visual browsers */
#access {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
}

/* --------- general page styles --------- */
input {
	font-family: Arial,Helvetica,sans-serif;
}

ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

/* -- style 0 -- */
ul.list0 {
/*	list-style-image: url(../graphics/system/bullet0.gif); */
	position: relative;
	z-index: 0;
	left: 1.7em; /* (1.2em + X) */
	margin: 0 1.7em 0 -1.7em; /* 0 (1.2em + X) 0 -(1.2em + X) */ 
	padding: 0;
}

ul.list0 li {
	margin: 0 0 0 1.7em; /* 0 0 0 (1.2em + X) */
	padding: 0;
}

* html ul.list0 {
	left: 0;
	margin: 0;
	height: 0;
}

/* -- style 1 -- */
ul.list1 {
/*	list-style-image: url(../graphics/system/bullet1.gif); */
	position: relative;
	z-index: 0;
	left: 3.2em; /* (1.2em + X) */
	margin: 0 3.2em 0 -3.2em; /* 0 (1.2em + X) 0 -(1.2em + X) */ 
	padding: 0;
}

ul.list1 li {
	margin: 0 0 0 3.2em; /* 0 0 0 (1.2em + X) */
	padding: 0;
}

* html ul.list1 {
	left: 0;
	margin: 0;
	height: 0;
}

/* -- style 2 -- */
ul.list2 {
/*	list-style-image: url(../graphics/system/bullet2.gif); */
	position: relative;
	z-index: 0;
	left: 5.2em; /* (1.2em + X) */
	margin: 0 5.2em 0 -5.2em; /* 0 (1.2em + X) 0 -(1.2em + X) */ 
	padding: 0;
}

ul.list2 li {
	margin: 0 0 0 5.2em; /* 0 0 0 (1.2em + X) */
	padding: 0;
}

* html ul.list2 {
	left: 0;
	margin: 0;
	height: 0;
}

/* -- style 3 -- */
ul.list3 {
/*	list-style-image: url(../graphics/system/bullet3.gif); */
	position: relative;
	z-index: 0;
	left: 2.2em; /* (1.2em + X) */
	margin: 0 2.2em 0 -2.2em; /* 0 (1.2em + X) 0 -(1.2em + X) */ 
	padding: 0;
}

ul.list3 li {
	margin: 0 0 0 2.2em; /* 0 0 0 (1.2em + X) */
	padding: 0;
}

* html ul.list3 {
	left: 0;
	margin: 0;
	height: 0;
}

/*  --------- default text links --------- */
/* should contain only colour definitions, no font, size, weight, etc */
a, a:link, a:visited {
	color: #2580f1;
	text-decoration: underline;		
}

a:hover, a:active {
	color: #5ea5fe;
	text-decoration: underline;
}

/* ------ custom form elements style ------ */
.formfieldemail {
	display: none;
}

.emailform {
	width: 400px;
}

.emailform .formfieldlabel {
	font-weight: bold;
	padding: 0 20px 15px 0;
	width: 160px;
	text-align: right;
}

.emailform .formfielddescr {
	font-weight: normal;
	font-size: 11px;
	text-align: right;
}

.emailform .formfieldtext,
.emailform .formfieldarea,
.emailform .formfieldlist,
.emailform .formfieldselect,
.emailform .formfieldoption,
.emailform .formfieldfile,
.emailform .formfieldbutton {
	width: 210px;
	padding: 0 0 15px 10px;
}

.emailform .formfieldarea textarea {
	height: 80px;
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
}

.emailform .formfieldtext input {
	width: 180px;
}

.formfieldlistitem {
	padding: 0 0 0 20px;
}

.emailform .formfieldoption label {
	display: block;
	margin: 0 0 0 20px;
}

.emailform .formfieldoption input {
	float: left;
	margin: 0 5px 0 0;
}

.formfieldlistitem input {
	margin: 0 0 0 -20px;
}

.emailform .formfieldmandatory .formfieldstar {
	position: absolute;
	left: -10000px;
}

.emailform .formfieldmandatory .formfieldtext,
.emailform .formfieldmandatory .formfieldarea,
.emailform .formfieldmandatory .formfieldlist,
.emailform .formfieldmandatory .formfieldselect,
.emailform .formfieldmandatory .formfieldfile,
.emailform .formfieldmandatory .formfieldoption {
	background: url(../../graphics/system/hh/formfieldmandatory_star.gif) no-repeat top left;
}

/*-- form header --*/
.emailform .formfieldheader {
	padding: 0 0 15px 0;
	color: #231f20;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
}

/*-- form sub header --*/
.emailform .formfieldsubheader {
	padding: 0 0 15px 0;
	color: #231f20;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

/*-- form normal text --*/
.emailform .formfieldnormaltext {
	padding: 0 0 15px 0;
	color: #555;
	font-size: 11px;
	font-weight: normal;	
}

/*-- form description text --*/
.emailform .formfielddescr {
	color: #555;
}

/*-- form divider line --*/
.emailform .formfieldseparator div {
	margin: 0 0 15px 0;
	height: 1px;
	border-bottom: 1px solid #CCC;
	line-height: 0;
	font-size: 0;
}


/* ------ search box style ------ */
.searchbox .formfieldtext {
	width: 120px;
}

/*----- login box styles -----*/
.loginbox label {
	display: block;
	padding: 0 0 6px 0;
}

.loginbox span {
	width: 70px;
	padding: 4px 2px 0 0;
	text-align: right;
	float: left;
}

.loginbox .formfieldbutton {
	margin-left: 73px;
}

.loginbox .formerror {
	color : #B00;
	font-weight : bold;
	margin-bottom: 2px;
}

/* --------- sitemap styles --------- */
/* number represents level within sitemap hierarchy */
/* can be defined individually, and extended indefinitely */
.sm1 {
	color: #000;
	font-size: 14px;
}

.sm1 a:link, .sm1 a:visited {
	/* normal link: colour, style */
}

.sm1 a:hover, .sm1 a:active {
	/* normal link rollover: colour, style */
}

/* --------- navigation styles --------- */
/* ---- footer nav (flowing text) ---- */
.footernav {
	/* common font face, size, formatting */
	margin: 0 0 5px 0;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.footernav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footernav li {
	display: inline;
}

.footernavdivider {
	background: url(../../graphics/system/HH/hh_inside_footernav_bullet.gif) no-repeat 0 7px;
}

#footer .footernav a:link, #footer .footernav a:visited {
	/* normal link: colour, style */
	color: #6a6a6a;
	font-weight: normal;
	text-decoration: none;
}

#footer .footernav a:hover, #footer .footernav a:active {
	/* normal link rollover: colour, style */
	color: #6a6a6a;
	font-weight: normal;
	text-decoration: underline;
}

#footer .footernavc a:link, #footer .footernavc a:visited {
	/* current link: colour, style */
	color: #6a6a6a;
	font-weight: normal;
	text-decoration: underline;
}

#footer .footernavc a:hover, #footer .footernavc a:active {
	/* current link rollover: colour, style */
	color: #6a6a6a;
	font-weight: normal;
	text-decoration: underline;
}

/* ---- main nav (vertical graphics) ---- */
.mainnav {
	margin: 0;
	padding: 55px 0 0 0;
}

.mainnav ul, .mainnav li {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}

.mainnav ul {
	/* --reset the value below when counter is live-- */
	/* --padding: 76px 0 0 0;-- */
	padding: 18px 0 0 0;
}

.mainnav li {
	display: block;
	padding: 5px 0;
}

/* ---- (sub nav 1 - vertical text) ---- */
.subnav1 {
	/* common font face, size, formatting */
	padding: 0 0 0 21px;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.subnav1 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.subnav1 li {
	display: block;
	padding: 4px 0;
}

.subnav1 a:link, .subnav1 a:visited {
	/* normal link: colour, style */
	color: #c2c0c0;
	font-weight: normal;
	text-decoration: none;
}

.subnav1 a:hover, .subnav1 a:active {
	/* normal link rollover: colour, style */
	color: #ffff00;
	font-weight: normal;
	text-decoration: underline;
}

.subnavc1 a:link, .subnavc1 a:visited {
	/* current link: colour, style */
	color: #ffff00;
	font-weight: bold;
	text-decoration: underline;
}

.subnavc1 a:hover, .subnavc1 a:active {
	/* current link rollover: colour, style */
	color: #ffff00;
	font-weight: bold;
	text-decoration: underline;
}

/* ---- (sub nav 2 - vertical text) ---- */
.subnav2 {
	/* common font face, size, formatting */
	padding: 5px 0 0 9px;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.subnav2 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.subnav2 li {
	display: block;
	padding: 2px 0;
}

.subnav2 a {
	display: block;
	padding: 0 0 0 7px;
}

.subnav2 a:link, .subnav2 a:visited {
	/* normal link: colour, style */
	color: #c2c0c0;
	font-weight: normal;
	text-decoration: none;
	background: url(../../graphics/system/HH/hh_subnav2_bullet_normal.gif) no-repeat 0 7px;
}

.subnav2 a:hover, .subnav2 a:active {
	/* normal link rollover: colour, style */
	color: #ffff00;
	font-weight: normal;
	text-decoration: underline;
	background: url(../../graphics/system/HH/hh_subnav2_bullet_current.gif) no-repeat 0 7px;
}

.subnavc2 a:link, .subnavc2 a:visited {
	/* current link: colour, style */
	color: #ffff00;
	font-weight: normal;
	text-decoration: underline;
	background: url(../../graphics/system/HH/hh_subnav2_bullet_current.gif) no-repeat 0 7px;
}

.subnavc2 a:hover, .subnavc2 a:active {
	/* current link rollover: colour, style */
	color: #ffff00;
	font-weight: normal;
	text-decoration: underline;
	background: url(../../graphics/system/HH/hh_subnav2_bullet_current.gif) no-repeat 0 7px;
}

/* ---- (flowing graphics - sponsor nav) ---- */
.sponsornav {
	margin: 0;
	padding: 0 40px;
}

.sponsornav ul, .sponsornav li {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}

.sponsornav li {
	display: inline;
}

.sponsornav a { 
	display: inline-block;
	padding: 3px 10px;
}

/* --------- text styles (font face should be defined, to ensure admin compatibility) --------- */
h1, .t0, .t1, .t2 {
	font-family: Arial,Helvetica,sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.t3, .t4 {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

/* ---- title text style ---- */
h1, .t0 {
/*	color: #000; */
	display: block;
	font-size: 26px;
	font-weight: bold;
	margin: 0 0 30px -32px;
	padding: 5px 0 0 32px;
	background: url(../../graphics/system/HH/hh_pagetitle_arrow.gif) no-repeat 0 0;
}

h1 a:link, h1 a:visited, .t0 a:link, .t0 a:visited {
}

h1 a:hover, h1 a:active, .t0 a:hover, .t0 a:active {
}

/* --------- text style 1 --------- */
.t1 {
/*	color: #000; */
	font-size: 19px;
	font-weight: bold;
}

.t1 a:link, .t1 a:visited {
}

.t1 a:hover, .t1 a:active {
}

/* --------- text style 2 --------- */
.t2 {
/*	color: #000; */
	font-size: 16px;
	font-weight: bold;
}

.t2 a:link, .t2 a:visited {
}

.t2 a:hover, .t2 a:active {
}

/* --------- text style 3 --------- */
.t3 {
/*	color: #000; */
/*	font-size: 12px; */
	line-height: 16px;
}

.t3 a:link, .t3 a:visited {
	font-weight: bold;	
}

.t3 a:hover, .t3 a:active {
}

/* --------- text style 4 --------- */
.t4 {
/*	color: #555; */
	font-size: 11px;
}

.t4 a:link, .t4 a:visited {
	font-weight: bold;
}

.t4 a:hover, .t4 a:active {
}

/* --------- miscellaneous styles --------- */
.caption {
	font-size: 11px;
}

.error {
	color: #900;
	font-weight: bold;
}

.highlight {
	background-color: #EEE;
	color: #090;
	font-weight: bold;
    padding: 0 3px 1px 3px;
}

.cms-link span, .developer-link span {
	display: none;
}

/* --------- quick table row styles --------- */
.r1 {
	/*background: #DDD;*/
}

.r2 {
	/*background: #F4F4F4;*/
}

/* --------- custom style settings --------- */
/* -- count dowm script -- */
#countdown {
	position: absolute;
	z-index: 100;
	margin: 0 0 0 -1px;
	width: 172px;
	height: 53px;
}

/* -- send page to a friend -- */
#sendpage {
	padding: 18px 43px 0 0;
}

#sendpage img {
	float: left;
	margin: 0 5px 0 0;
}

#sendpage span {
	display: block;
	padding: 8px 0 0 0;
}

/* -- newsletter signup box -- */
.hhnewssignupmid {
	clear: both;
	float: none;
	margin: 25px 0;
	width: 297px;
	background: #231f20 url(../../graphics/system/HH/hh_newsletterbox_mid.gif) repeat-y top left;
}

.hhnewssignuptop {
	background: url(../../graphics/system/HH/hh_newsletterbox_top.gif) no-repeat top left;
}

.hhnewssignupbtm {
	padding: 15px;
	background: url(../../graphics/system/HH/hh_newsletterbox_btm.gif) no-repeat bottom left;
}

.hhnewssignupbtm .t2 {
	color: #FFF;
}

.hhnewssignupbtm .t4 {
	color: #dbdbdb;
}

.hhnewssignupbtm td span {
	color: #FFF;
	font-weight: bold;
}

.hhnewssignupbtm td {
	padding: 4px;
}

.hhnewssignupbtm .formfieldtext {
	width: 160px;
}

/* -- everyday hero meter region -- */
#herometer {
	padding: 24px 0;
}

/* --------- layout style settings (for .asp template only) --------- */
#pagebody {
	color: #231f20;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	text-align: center;
	background: #231f20;
}

#toplevel {
	margin: 0;
	margin-right: auto;
	margin-left: auto;
	width: 771px;
	height: 100%;
	text-align: left;
	background: #FFF url(../../graphics/system/HH/hh_home_mainbg_mid.gif) repeat-y top left;
}

#column1 {
	padding: 115px 65px 180px 60px;
	width: 420px;
}

#column2 {
	padding: 10px 0 180px 0;
	width: 226px;
}

#logo {
	margin: 0 0 16px 0;
}

#sidenavmid {
	width: 185px;
	background: #231f20 url(../../graphics/system/HH/hh_inside_mainnav_mid.gif) repeat-y top left;
}

#sidenavtop {
	background: url(../../graphics/system/HH/hh_inside_mainnav_top.gif) no-repeat top left;
}

#sidenavbtm {
	padding: 0 14px 20px 14px;
	background: url(../../graphics/system/HH/hh_inside_mainnav_btm.gif) no-repeat bottom left;
}

#footcell {
	padding: 0 35px;
	text-align: center;
	vertical-align: bottom;
}

#sponsornav {
	border-top: 1px solid #231f20;
	margin: 16px 0 0 0;
	padding: 0 0 13px 0;
	text-align: center;
}

#sponsornavtext {
	margin: 10px 0 0 0;
	font-size: 11px;
	font-weight: bold;
}

#footer {
	padding: 0;   
	color: #6a6a6a;
	font-size: 11px;
}

#footer a:link, #footer a:visited {
	/* normal link: colour, style */
	color: #6a6a6a;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	/* normal link rollover: colour, style */
	color: #6a6a6a;
	font-weight: bold;
	text-decoration: underline;
}
#countdownoverlay {
	position: absolute;
	z-index:2;
	margin: 0 0 0 2px;
}

#countdowncounter {
	position: relative;
	left: 2px;
}

