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: #F06631;	
	text-decoration: none;
}

a:hover, a:active {
	color: #006BB7;
	text-decoration: underline;
}

/* ------ custom form elements style ------ */
.formfieldemail {
	display: none;
}

.emailform {
	width: 450px;
}

.emailform .formfieldlabel {
	color: #006BB7;
	font-weight: normal;
	padding: 0 20px 15px 0;
	width: 190px;
	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: 230px;
	padding: 0 0 15px 10px;
}

.emailform .formfieldarea textarea {
	height: 80px;
	width: 220px;
	font-family: Arial, Helvetica, sans-serif;
}

.emailform .formfieldtext input {
	width: 220px;
}

.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/formfieldmandatory_star.gif) no-repeat top left;
}

/*-- form header --*/
.emailform .formfieldheader {
	padding: 15px 0 15px 0;
	color: #006BB7;
	font-weight: bold;
	font-size: 1.16em;
}

/*-- form sub header --*/
.emailform .formfieldsubheader {
	padding: 15px 0 15px 0;
	color: #006BB7;
	font-weight: bold;
}

/*-- form normal text --*/
.emailform .formfieldnormaltext {
	padding: 0 0 15px 0;
	color: #006BB7;
	font-weight: normal;	
}

/*-- 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;
	color: #006BB7;
}	
.searchbox span {
	margin-right: 6px;
	font-size: 1.00em;
}
.searchbox .formfieldbutton {
	margin-left: 5px;
}
.searchbox .formfieldoption {
	margin-left: 5px;
}
/*----- login box styles -----*/
.loginbox label {
	display: block;
	padding: 0 0 6px 0;
}

.loginbox span { 
	width: 76px;
	width/* */:/**/70px;
	width: /**/70px;
	padding: 4px 6px 0 0;
	text-align: right;
	float: left;
	font-size: 0.92em;
	text-align: left;
}

.loginbox .formfieldbutton {
	margin-left: 79px;
}

.loginbox .formerror {
	color : #B00;
	font-weight : bold;
	margin-bottom: 2px;
}
.loginbox .formfieldtext {
	color: #006BB7;
}
/* --------- 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 */
}

/* ---- nav style 1 (Main Nav) ---- */
.navi1 {
	/* common font face, size, formatting */
	font-size: 0.92em;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	padding-right: 13px;
	padding-left: 13px;
	border-bottom: 1px solid #006BB7;
}

.navi1 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.navi1 li {
	float: left;
	display: block;
}

.navi1 a {
	display: block;
	height: 23px;
	padding: 10px 8px 0 8px;
	width: 20px;
	white-space: nowrap;
}

html>body .navi1 a {
	width: auto;
}

.navi1 a:link, .navi1 a:visited {
	/* normal link: colour, style */
	color: #006BB7;	
	text-decoration: none;
	background: none;
}

.navi1 a:hover, .navi1 a:active {
	/* normal link rollover: colour, style */
	color: #006BB7;
	text-decoration: none;
	background: #C9E0F0;
}

.navc1 a:link, .navc1 a:visited {
	/* current link: colour, style */
	color: #006BB7;
	text-decoration: none;
	background: #C9E0F0;
}

.navc1 a:hover, .navc1 a:active {
	/* current link rollover: colour, style */
	color: #006BB7;
	text-decoration: underline;
	background: #C9E0F0;
}

/* ---- nav style 2 (Sub Nav) ---- */
.navi2 {
	/* common font face, size, formatting */
	font-size: 0.92em;
	font-style: normal;
	text-decoration: none;
	width: 158px;
	margin: 0 8px 0 8px;
	background: #FFF;
	border: 1px solid #7eb4da;
}
.navi2 ul {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-bottom: 20px;
}
.navi2 li {
	padding: 0;
	margin: 0; 
	padding: 5px 3px 5px 10px;
}
.navi2 a:link, .navi2 a:visited {
	/* normal link: colour, style */
	color: #006bb7;
	text-decoration: none;
	display: block;
}
.navi2 a:hover, .navi2 a:active {
	/* normal link rollover: colour, style */
	color: #006bb7;
	text-decoration: underline;
}
.navc2 a:link, .navc2 a:visited {
	/* current link: colour, style */
	color: #f06631;
	font-weight: bold;
	text-decoration: none;
}
.navc2 a:hover, .navc2 a:active {
	/* current link rollover: colour, style */
	color: #f06631;
	font-weight: bold;
	text-decoration: underline;
}
li.navc2  {
	background: #fef5f2;
	border-top: 1px solid #fce0d6;
	border-bottom: 1px solid #fce0d6;
	padding-top: 3px;
	padding-bottom: 3px;
}
li.navh2 {
	/* header text */
	background: #FFF;
	color: #f06631;
	font-size: 1.33em;
	font-weight: bold;
	border-bottom: 2px solid #7eb4da;
	padding: 8px 0 8px 0;
	text-align: center;
	margin-bottom: 10px;
}
/* ---- nav style 3 (Sub Sub Nav) ---- */
.navi3 {
	/* common font face, size, formatting */
	font-size: 0.92em;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	padding-top: 12px;
}
.navi3 ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border: 0;
}
.navi3 li {
	background: #fef5f2;
	padding: 3px 0 3px 0;	
}
.navi3 a:link, .navi3 a:visited {
	/* normal link: colour, style */
	color: #f06631;
	font-weight: normal;
	text-decoration: none;
	background: url(../graphics/system/orangeDot.gif) no-repeat 5px 4px;
	padding-left: 20px;
	display: block;
}
.navi3 a:hover, .navi3 a:active {
	/* normal link rollover: colour, style */
	color: #f06631;
	font-weight: normal;
	text-decoration: underline;
	background: url(../graphics/system/orangeDot.gif) no-repeat 5px 4px;
}
.navc3 a:link, .navc3 a:visited {
	/* current link: colour, style */
	color: #f06631;
	font-weight: bold;
	text-decoration: none;
	background: url(../graphics/system/largeOrangeDot.gif) no-repeat 2px 2px;
}
.navc3 a:hover, .navc3 a:active {
	/* current link rollover: colour, style */
	color: #f06631;
	font-weight: bold;
	text-decoration: underline;
	background: url(../graphics/system/largeOrangeDot.gif) no-repeat 2px 2px;
}
/* ---- nav style 4 (Man Nav Drop Down) ---- */
.navi4 {
	/* common font face, size, formatting */
	position: absolute;
	z-index: 100;
	display: none;
	width: 130px;
	font-size: 0.92em;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	border: 1px solid #4d98cd;
	border-top: 1px solid #006bb7;
	background: #64a5d3;
}

/* non-Mac IE 5 - reset nav div to normal \*/
.navi4 {
	top: auto;
}
/* end Mac IE 5 hack */

.navi4 ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border: 0;
}
.navi4 li {
	display: block;
	float: none;
	padding: 0;
	text-align: left;	
}
html>body .navi4 li {
	height: auto;
}
.navi4 li a {
	display: block;
	width: auto;
	height: 12px;
	white-space: normal;
	
}
html>body .navi4 li a {
	height: auto;
}
.navi4 a:link, .navi4 a:visited {
	/* normal link: colour, style */
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	padding: 4px 4px 5px 4px;
	background: #64a5d3;
}
.navi4 a:hover, .navi4 a:active {
	/* normal link rollover: colour, style */
	color: #006bb7;
	font-weight: normal;
	text-decoration: underline;
	background: #e8f2f8;
}

.navc4 a:link, .navc4 a:visited {
	/* current link: colour, style */
	color: #006bb7;
	font-weight: normal;
	text-decoration: none;
	background: #e8f2f8;
}

.navc4 a:hover, .navc4 a:active {
	/* current link rollover: colour, style */
	color: #006bb7;
	font-weight: normal;
	text-decoration: underline;
	background: #64a5d3;
}
/* --------- text styles (font face should be defined, to ensure admin compatibility) --------- */
h1, .t0, .t1, .t2, .t3, .t4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

/* ---- title text style ---- */
h1, .t0 {
/*	color: #000; */
	font-size: 2em;
	margin: 0;
	padding: 0 0 33px 0;
	color: #F06631;
}

h1 a:link, h1 a:visited, .t0 a:link, .t0 a:visited {
	color: #F06631;
	text-decoration: none;
}

h1 a:hover, h1 a:active, .t0 a:hover, .t0 a:active {
	color: #F06631;
	text-decoration: none;
}

/* --------- text style 1 --------- */
.t1 {
/*	color: #000; */
	font-size: 1.41em;
	font-weight: bold;
	color: #006BB7;
}

.t1 a:link, .t1 a:visited {
	color: #006BB7;
	text-decoration: none;
}

.t1 a:hover, .t1 a:active {
	color: #006BB7;
	text-decoration: none;
}

/* --------- text style 2 --------- */
.t2 {
/*	color: #000; */
	font-size: 1.24em;
	font-weight: bold;
	color: #006BB7;
}

.t2 a:link, .t2 a:visited {
	color: #006BB7;
	text-decoration: none;
}

.t2 a:hover, .t2 a:active {
	color: #006BB7;
	text-decoration: underline;
}

/* --------- text style 3 --------- */
.t3 {
	font-size: 1.00em;
	color: #006BB7;
}

.t3 a:link, .t3 a:visited {
	font-weight: normal;
	color: #F06631;	
	text-decoration: underline;
}

.t3 a:hover, .t3 a:active {
	font-weight: normal;
	color: #006BB7;	
	text-decoration: underline;
}

/* --------- text style 4 (Smaller Orange Text)--------- */
.t4 {
/*	color: #555; */
	font-size: 0.92em;
	color: #F06631;
}

.t4 a:link, .t4 a:visited {
	color: #F06631;
	text-decoration: underline;
}

.t4 a:hover, .t4 a:active {
	color: #006BB7;
	text-decoration: underline;
}

/* --------- text style 5 (Smaller Blue Text)--------- */
.t5 {
/*	color: #555; */
	font-size: 0.92em;
	color: #006BB7;
}

.t5 a:link, .t5 a:visited {
	color: #F06631;
	text-decoration: underline;
}

.t5 a:hover, .t5 a:active {
	color: #006BB7;
	text-decoration: underline;
}

/* --------- text style 6 (Christmans Green Sub Header) --------- */
.t6 {
/*	color: #000; */
	font-size: 1.24em;
	font-weight: bold;
	color: #197a30;
}

.t6 a:link, .t6 a:visited {
	color: #197a30;
	text-decoration: none;
}

.t6 a:hover, .t6 a:active {
	color: #cc1118;
	text-decoration: underline;
}

/* --------- miscellaneous styles --------- */
.caption {
	font-size: 0.84em;
	text-align: right;
	font-style: italic;
}

.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 --------- */
#pagebody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	text-align: center;
	background: #A9CDE7 url(../graphics/system/bg_strip1.gif) repeat-y top center;
}

#mainContainer {
	width: 768px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#header {
	height: 127px;
}
#headerLogo {
	float: left;
	background: url(../graphics/system/header_logo.gif) no-repeat top;
	height: 127px;
	width: 100px;
}
#headerMid {
	float: left;
	background: url(../graphics/system/header_mid.jpg) no-repeat top;
	height: 127px;
	width: 416px;
}
#headerEnd {
	float: left;
	background: url(../graphics/system/header_end.gif) no-repeat top;
	height: 32px;
	width: 237px;
	padding-top: 95px;
	padding-left: 15px;
}
.invisLink1 a {
	position: absolute;
	z-index: 1;
	font-size: 1;
	line-height: 1;
	display: block;
	height: 121px;
	width: 97px;
}
.invisLink1 a:link, .invisLink1 a:visited {
	text-decoration: none;
}
.invisLink1 a:hover, .invisLink1 a:active {
	text-decoration: none;
}
#header .searchbox span {
	font-size: 1.00em;
	color: #006BB7; 
	margin-right: 10px;
}
#header .searchbox .formfieldtext {
	font-size: 0.92em;
	color: #006BB7;
}
#header .searchbox .formfieldbutton {
	font-size: 1.00em;
	margin-left: 7px;
	width: 30px;
}
.col1_Nav {
	padding: 24px 0 0 0;
	vertical-align: top;
	width: 176px;
}

.subNavContainer {
}

.col2_Main {
	vertical-align: top;
	width: 592px;
}

.mainContent {
	padding: 26px 90px 24px 30px;
}
.footer {
	margin-top: 35px;
	margin-bottom: 3px;
	text-align: center;
	font-size: 0.92em;
}
.footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer li {
	display: inline;
}
.footer a:link, .footer a:visited {
	color: #006BB7;
	text-decoration: none;
}
.footer a:hover, .footer a:active {
	color: #006BB7;
	text-decoration: underline;
}
.bizText {
	font-size: 0.92em;
	text-align: center;
	margin-top: 32px;
	padding-bottom: 25px;
	color: #87BADD;
}
.bizText a:link, .bizText a:visited {
	color: #87BADD;
	text-decoration: underline;
}
.bizText a:hover, .bizText a:active {
	color: #F06631;
	text-decoration: underline;
}
.navBoxTop {
	width: 148px;
	height: 18px;
	margin: 0 13px 0 13px;
	background: #c9e0f0;
	border: 1px solid #7eb4da;
	border-bottom: none;
}
.navBoxBottom {
	width: 148px;
	height: 32px;
	margin: 0 13px 0 13px;
	background: #c9e0f0;
	border-left: 1px solid #7eb4da;
	border-right: 1px solid #7eb4da;
}
.sponsorFeature {
	width: 138px;
	background: #FFF;
	border: 1px solid #7eb4da;
	padding: 6px 10px 6px 10px;
	margin: 0 8px 0 8px;
}
.sponsorFeatureContent {
	font-size: 1.16em;
	color: #006BB7;
	font-weight: bold;
	text-align: center;
}
.sponsors {
	margin-top: 10px;
	text-align: center;
}
.sponsors ul, .sponsors li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
.blockWrapper1 {
	float: right;
	width: 244px;
	padding: 12px 12px 18px 12px;
	color: #4d98cd;
	background: #f9fcfd;
	border: 1px solid #81b6db;
	margin: 15px 5px 15px 15px;
}
.blockWrapper1Title {
	font-size: 1.16em;
	font-weight: bold;
	margin-bottom: 20px;
}
#columns {
	clear: both;
}
