
/* --------- 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 */

.cms-link span, .developer-link span {
	display: none;
}

/* --- image wrapping rules --- */
.fluxresetwrap {
	clear: both;
	line-height: 0px;
	font-size: 0px;
	height: 0px;
}

.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;
}

ul.list0 {
	list-style-image: url(../graphics/system/bullet0.gif);
	margin-left: 1em;
	padding: 0;
}

ul.list1 {
/*	list-style-image: url(../graphics/system/bullet1.gif); */
	margin-left: 2em;
	padding: 0;
}

ul.list2 {
/*	list-style-image: url(../graphics/system/bullet2.gif); */
	margin-left: 4em;
	padding: 0;
}

ul.list3 {
/*	list-style-image: url(../graphics/system/bullet3.gif); */
	margin-left: 1em;
	padding: 0;
}

/*  --------- default text links --------- */
/* should contain only colour definitions, no font, size, weight, etc */
a, a:link, a:visited {
	color: #005952;
	text-decoration: none;		
}

a:hover, a:active {
	color: #005952;
	text-decoration: underline;
}

/* ------ custom form elements style ------ */
.formfieldemail {
	display: none;
}

.emailform {
	width: 400px;
}

.emailform .formfieldlabel {
	font-weight: normal;
	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/formfieldmandatory_star.gif) no-repeat top left;
}

/*-- form header --*/
.emailform .formfieldheader {
	padding: 0 0 15px 0;
	font-size: 18px;
	font-weight: bold;
}

/*-- form sub header --*/
.emailform .formfieldsubheader {
	padding: 0 0 15px 0;
	font-size: 14px;
	font-weight: bold;
}

/*-- form normal text --*/
.emailform .formfieldnormaltext {
	padding: 0 0 15px 0;
	font-size: 12px;
	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;
}

/*----- 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 --------- */
/* ---- nav style 0 (Main Nav) ---- */
.navi0 {
	/* common font face, size, formatting */
	height: 27px;
	height/* */:/**/25px;
	height: /**/25px;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	font-family: Verdana, Arial, sans-serif;
	color: #FFF;
	border-top: 1px solid #5d5d5d;
	border-bottom: 1px solid #404040;
	background: #666464 url(../graphics/system/nd_mainNavBG.gif) repeat-x top;
}

.navi0 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.navi0 li {
	float: left;
	margin: 0;
	padding: 0;
}

.navi0 a {
	display: block;
	float: left;
	height: 25px;
	height/* */:/**/20px;
	height: /**/20px;
	padding: 5px 12px 0 22px;
}

.navi0 a:link, .navi0 a:visited {
	/* normal link: colour, style */
	color: #252525;
	background: #868585 url(../graphics/system/nd_mainNavBGn.gif) no-repeat;
}

.navi0 a:hover, .navi0 a:active {
	/* normal link rollover: colour, style */
	color: #5a5757;
	text-decoration: none;
	background: #868585 url(../graphics/system/nd_mainNavBGr.gif) no-repeat;
}

.navc0 a:link, .navc0 a:visited {
	/* current link: colour, style */
	color: #FFF;
	text-decoration: none;
	background: #363535 url(../graphics/system/nd_mainNavBGc.gif) no-repeat;
}

.navc0 a:hover, .navc0 a:active {
	/* current link rollover: colour, style */
	color: #FFF;
	text-decoration: underline;
	background: #363535 url(../graphics/system/nd_mainNavBGc.gif) no-repeat;
	
}

/* ---- nav style 2 (Vertical Text Sub Nav) ---- */
.navi2 {
	margin: 76px 1px 40px 0;
	padding: 0;
	color: #393838;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #bbbaba url(../graphics/system/nd_subnavbg.gif) repeat-x top;
}

.navi2 ul, .navi2 li {
	list-style: none;
	margin: 0;
	padding: 0 5px 0 5px;
	display: block;
}

.navi2 ul {
	padding: 0 0 34px 0;
}

.navi2 li {
	line-height: 12px;
}

.navi2 a {
	display: block;
	padding: 4px 20px 5px 26px;
}

.navi2 a:link, .navi2 a:visited {
	/* normal link: colour, style */
	color: #393838;
	text-decoration: none;
	background: url(../graphics/system/nd_subNav_Normal.gif) no-repeat 10px 8px;
}

.navi2 a:hover, .navi2 a:active {
	/* normal link rollover: colour, style */
	color: #845454;
	text-decoration: underline;
	background: url(../graphics/system/nd_subNav_Roll.gif) no-repeat 10px 8px;
}

.navc2 a:link, .navc2 a:visited {
	/* normal link: colour, style */
	color: #dfdfdf;
	font-weight: bold;
	text-decoration: none;
	border-right: 4px solid #4e4e4e;
	background: #7b7979 url(../graphics/system/nd_subNav_Current.gif) no-repeat 10px 8px;
}

.navc2 a:hover, .navc2 a:active {
	/* normal link rollover: colour, style */
	color: #dfdfdf;
	font-weight: bold;
	text-decoration: underline;
	border-right: 4px solid #4e4e4e;
	background: #7b7979 url(../graphics/system/nd_subNav_Current.gif) no-repeat 10px 8px;
	
}

li.navh2 {
	font-size: 14px;
	color: #545454;
	font-weight: bold;
	height: 49px;
	height/* */:/**/19px;
	height: /**/19px;
	padding: 6px 20px 24px 9px;
	margin: 0 0 19px 0;
	background: #ebebeb url(../graphics/system/nd_subnavh.gif) no-repeat top right;
}

/* ---- nav style 4 (Vertical Text Sub Nav Lv 2) ---- */
.navi4 {
	margin: 0;
	padding: 0;
	color: #53443a;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background: #cac9c9 url(../graphics/system/nd_subnav2bg.gif) repeat-x top;
}

.navi4 ul, .navi4 li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}
.navi4 ul {
	padding: 5px 0 15px 0;
}

.navi4 li {
	line-height: 11px;
}

.navi4 a {
	display: block;
	padding: 3px 20px 4px 35px;
}

.navi4 a:link, .navi4 a:visited {
	/* normal link: colour, style */
	color: #53443a;
	text-decoration: none;
	font-weight: normal;
	border: none;
	background: url(../graphics/system/nd_subNavLv2Dot.gif) no-repeat 25px 8px;
}

.navi4 a:hover, .navi4 a:active {
	/* normal link rollover: colour, style */
	color: #53443a;
	font-weight: normal;
	text-decoration: underline;
	border: none;
	background: url(../graphics/system/nd_subNavLv2Dot.gif) no-repeat 25px 8px;
}

.navc4 a:link, .navc4 a:visited {
	/* normal link: colour, style */
	color: #53443a;
	font-weight: bold;
	text-deconration: none;
	border: none;
	background: url(../graphics/system/nd_subNavLv2Dot.gif) no-repeat 25px 8px;
}

.navc4 a:hover, .navc4 a:active {
	/* normal link rollover: colour, style */
	color: #53443a;
	font-weight: bold;
	border: none;
	text-decoration: underline;
	background: url(../graphics/system/nd_subNavLv2Dot.gif) no-repeat 25px 8px;
	
}

/* ---- nav style 5 (Vertical Text Sub Nav Lv 3) ---- */
.navi5 {
	margin: 0;
	padding: 0;
	color: #695d5d;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background: none;
	border: none;
}

.navi5 ul, .navi5 li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}
.navi5 ul {
	padding: 4px 0 8px 0;
}

.navi5 a {
	display: block;
	padding: 2px 15px 2px 50px;
}

.navi5 a:link, .navi5 a:visited {
	/* normal link: colour, style */
	color: #695d5d;
	text-decoration: none;
	font-weight: normal;
	border: none;
	background: none;
}

.navi5 a:hover, .navi5 a:active {
	/* normal link rollover: colour, style */
	color: #695d5d;
	font-weight: normal;
	text-decoration: underline;
	border: none;
	background: none;
}

.navc5 a:link, .navc5 a:visited {
	/* normal link: colour, style */
	color: #695d5d;
	font-weight: bold;
	border: none;
	background: none;
	text-decoration: underline;
}

.navc5 a:hover, .navc5 a:active {
	/* normal link rollover: colour, style */
	color: #695d5d;
	font-weight: bold;
	border: none;
	text-decoration: underline;
	background: none;
	
}



/* --------- 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-family: Verdana, Arial, Helvetica, sans-serif;
}

/* ---- title text style ---- */
h1, .t0 {
/*	color: #000; */
	font-size: 22px;
	color: #303030;
	margin: 0;
	padding: 0 0 50px 0;
	font-weight: bold;
}

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: 18px;
	color: #303030;
	font-weight: bold;
}

.t1 a:link, .t1 a:visited {

}

.t1 a:hover, .t1 a:active {

}

/* --------- text style 2 --------- */
.t2 {
/*	color: #000; */
	font-size: 14px;
	color: #303030;
	font-weight: bold;
}

.t2 a:link, .t2 a:visited {
}

.t2 a:hover, .t2 a:active {
}

/* --------- text style 3 --------- */
.t3 {
	font-size: 11px;
	color: #303030;
}

.t3 a:link, .t3 a:visited {
	font-weight: bold;
}

.t3 a:hover, .t3 a:active {
	font-weight: bold;
}

/* --------- text style 4 --------- */
.t4 {
/*	color: #555; */
	font-size: 10px;
	color: #595959;
}

.t4 a:link, .t4 a:visited {
	font-weight: bold;
}

.t4 a:hover, .t4 a:active {
	font-weight: bold;
}

/* --------- miscellaneous styles --------- */
.caption {
	font-size: 10px;
	font-style: italic;
}

.error {
	color: #900;
	font-weight: bold;
}

.highlight {
	background-color: #EEE;
	color: #090;
	font-weight: bold;
  	padding: 0 3px 1px 3px;
}

/* --------- quick table row styles --------- */
.r1 {
	/*background: #DDD;*/
}

.r2 {
	/*background: #F4F4F4;*/
}

/* --------- custom style settings --------- */

/* --------- layout style settings (for .asp template only) --------- */
#pagebody {
	text-align: center;
	color: #595959;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #626262 url(../graphics/system/nd_bodybg.gif) repeat-x top;
}

#toplevel {
	width: 772px;
	width/* */:/**/770px;
	width: /**/770px;
	border-right: 1px solid #535353;
	border-left: 1px solid #535353;
	margin: 15px 0 0 0;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background: #f8f8f8 url(../graphics/system/nd_bgStripInside.gif) repeat-y;
}

#header {
	height: 127px;
	height/* */:/**/126px;
	height: /**/126px;
	width: 770px;
	border-top: 1px solid #363636;
	background: #072512 url(../graphics/system/nd_header01.jpg) no-repeat;
}

#mainnav {
	height: 28px;
	width: 768px;
	margin: 0 1px 0 1px;
	vertical-align: top;
	background: #464646;
}

#col1, #col2  {
	border-bottom: 1px solid #363636;
}

#subnav {
	width: 211px;
}

#content {
	min-height: 350px;
	height: 350px;
	height/* */:/**/272px;
	height: /**/272px;
	width: 559px;
	width/* */:/**/471px;
	width: /**/471px;
	padding: 38px 68px 40px 20px;
}

html>body #content {
	height: auto;
}

.footcell {
	vertical-align: bottom;
	margin:0;
	padding: 0;

}

#footer {
	width: 772px;
	width/* */:/**/732px;
	width: /**/732px;
	padding: 10px 20px 10px 20px;
	margin: 0;
	margin-right: auto;
	margin-left: auto;
	color: #8e8e8e;
	font-size: 10px;
	text-align: center;
}

/*\*//*/
#footer {
	width: 732px;
}
/**/

#footer a:link, #footer a:visited {
	color: #a9a9a9;
	font-weight: bold;
	text-decoration: underline;
}

#footer a:hover, #footer a:active {
	color: #e6e6e6;
	font-weight: bold;
	text-decoration: underline;

}
