/* --------- 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 */

.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: #C00;
	text-decoration: none;		
}

a:hover, a:active {
	color: #F00;
	text-decoration: underline;
}

/* ------ custom form elements style ------ */
.formfieldemail {
	display: none;
}

.emailform {
	width: 350px;
}

.emailform .formfieldlabel {
	font-weight: bold;
	padding: 0 20px 15px 0;
	width: 130px;
	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: 190px;
	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;
	color: #069;
	font-family: "Goudy Old Style", "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
}

/*-- form sub header --*/
.emailform .formfieldsubheader {
	padding: 0 0 15px 0;
	color: #069;
	font-family: "Goudy Old Style", "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
}

/*-- form normal text --*/
.emailform .formfieldnormaltext {
	padding: 0 0 15px 0;
	color: #000;
	font-family: "Goudy Old Style", "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	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 {
	width: 210px;
	width/* */:/**/170px;
	width: /**/170px;
	padding: 15px 20px;
	border: 1px solid #FFF;
	background: #069;
}

.loginbox label {
	display: block;
	padding: 0 0 6px 0;
}

.loginbox span {
	color: #FFF;
	display: block;
	text-transform: uppercase;
	font-size: 12px;
}

.loginbox .formfieldbutton {
	font-family: "Goudy Old Style", "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0 0 0 -5px;
	color: #FFF;
	border: none;
	background: none;
}

.loginbox .formerror {
	color : #B00;
	font-weight : bold;
	margin-bottom: 2px;
}

.logintable .formfieldtext {
	margin: 0 5px;
}

/*----- highlight for search terms -----*/
.highlight {
	background-color: #EEE;
	color: #090;
	font-weight: bold;
   padding: 0 3px 1px 3px;
}

/* --------- sitemap styles --------- */
/* number represents level within sitemap hierarchy */
/* can be defined individually, and extended indefinitely */
.sm1 {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.sm1 a:link, .sm1 a:visited {
	/* normal link: colour, style */
	color: #C00;
	text-decoration: none;
}

.sm1 a:hover, .sm1 a:active {
	/* normal link rollover: colour, style */
	color: #F00;
	text-decoration: underline;
}

/* --------- navigation styles --------- */
/* ---- nav style 0 (Sub Nav 3rd Level) ---- */
.navi0 {
	/* common font face, size, formatting */
	color: #CCC;
	font-family: "Goudy Old Style", "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	
	width: 240px;
	text-align: left;
	margin: 0 0 0 auto;
}

.navi0 ul {
	list-style: none;
	padding: 0;
	margin: 0 30px 0 0;
}

.navi0 li {
	padding: 1px 0;
}

.navi0 a:link, .navi0 a:visited {
	/* normal link: colour, style */
	color: #CCC;
	text-decoration: none;
}

.navi0 a:hover, .navi0 a:active {
	/* normal link rollover: colour, style */
	color: #069;
	text-decoration: none;
}

.navc0 a:link, .navc0 a:visited {
	/* current link: colour, style */
	color: #CCC;
	text-decoration: none;
}

.navc0 a:hover, .navc0 a:active {
	/* current link rollover: colour, style */
	color: #069;
	text-decoration: none;
}

.navh0 {
	color: #069;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
}

/* ---- nav style 2 (Main Nav - Vt Text) ---- */
.navi1 {
	/* common font face, size, formatting */
	font-size: 14px;
	font-family: "Goudy Old Style", "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #004870;
}

.navi1 li {
	padding: 5px 0;
}

.navi1 a:link, .navi1 a:visited {
	/* normal link: colour, style */
	color: #004870;
	text-decoration: none;
}

.navi1 a:hover, .navi1 a:active {
	/* normal link rollover: colour, style */
	color: #004870;
	text-decoration: underline;
}

.navc1 a:link, .navc1 a:visited {
	/* current link: colour, style */
	color: #004870;
	text-decoration: none;
}

.navc1 a:hover, .navc1 a:active {
	/* current link rollover: colour, style */
	color: #004870;
	text-decoration: underline;
}

/* ---- nav style 2 (Main Nav - Vt Text) ---- */
.navi2 {
	/* common font face, size, formatting */
	font-size: 12px;
	font-family: "Goudy Old Style", "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	padding: 18px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.navi2 ul {
	list-style: none;
	padding: 0;
	width: 172px;	
	margin: 0 auto;
}

.navi2 li {
}

.navi2 li a {
	display: block;
	padding: 3px 0;
	text-align: center;
	border: 1px solid #069;
	width: 170px;
}

.navi2 a:link, .navi2 a:visited {
	/* normal link: colour, style */
	color: #FFF;
	text-decoration: none;
}

.navi2 a:hover, .navi2 a:active {
	/* normal link rollover: colour, style */
	color: #FFF;
	text-decoration: none;
	margin: 0px;
/*	border: 1px solid #709AB2;
	background: #2F6798; */
	border: 1px solid #CCC;
	background: #369;
}

.navc2 a:link, .navc2 a:visited {
	/* current link: colour, style */
	color: #FFF;
	text-decoration: none;
}

.navc2 a:hover, .navc2 a:active {
	/* current link rollover: colour, style */
	color: #FFF;
	text-decoration: none;
}

/* ---- nav style 4 (Home Photo - Flow Gfx) ---- */
.navi4 {
	margin: 0;
	padding: 0;
}

.navi4 ul, .navi4 li {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}

.navi4 li {
}

/* ---- nav style 5 (Tiny gallery nav - Flow Gfx) ---- */
.navi5 {
	margin: 0;
	padding: 0 15px;
}

.navi5 ul, .navi5 li {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}

.navi5 li {
	display: block;
	float: left;
	margin: 3px; 
	padding: 2px; 
	min-height: 100px;
	height: auto !important;
	height: 100px;
	min-width: 100px;
	width: auto !important;
	width: 100px;
	font-size: 1px;
	line-height: 1px;
	text-align: center;
	vertical-align: middle;
	border: solid 2px #fff; 
}

.navi5 li a {
	display: table-cell;
	width: 100px;
	height: 100px;
	vertical-align: middle;
}

.navi5 li img {
	margin: auto;
	vertical-align: middle;
}

.navi5 li.navc5 {
	margin: 3px;
	padding: 2px;
	border: 2px solid #069;
}


/* --------- text styles (font face should be defined, to ensure admin compatibility) --------- */
/* ---- title text style ---- */
h1, .t0 {
	color: #069;
	font-family: "Goudy Old Style", "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	margin: 0;
	padding: 0 0 15px 0;
}

h1 a:link, h1 a:visited, .t0 a:link, .t0 a:visited {
	/* link: colour, style */
	text-decoration: none;
}

h1 a:hover, h1 a:active, .t0 a:hover, .t0 a:active {
	/* link rollover: colour, style */
	text-decoration: underline;
}

/* --------- text style 1 --------- */
.t1 {
	color: #069;
	font-family: "Goudy Old Style", "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
}

.t1 a:link, .t1 a:visited {
	/* link: colour, style */
	text-decoration: none;
}

.t1 a:hover, .t1 a:active {
	/* link rollover: colour, style */
	text-decoration: underline;
}

/* --------- text style 2 --------- */
.t2 {
	color: #069;
	font-family: "Goudy Old Style", "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
}

.t2 a:link, .t2 a:visited {
	/* link: colour, style */
	text-decoration: none;
}

.t2 a:hover, .t2 a:active {
	/* link rollover: colour, style */
	text-decoration: underline;
}

/* --------- text style 3 --------- */
.t3 {
	color: #000;
	font-family: "Goudy Old Style", "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

.t3 a:link, .t3 a:visited {
	/* link: colour, style */
	font-weight: bold;	
	text-decoration: none;
}

.t3 a:hover, .t3 a:active {
	/* link rollover: colour, style */
	text-decoration: underline;
}

/* --------- text style 4 --------- */
.t4 {
	color: #555;
	font-family: "Goudy Old Style", "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.t4 a:link, .t4 a:visited {
	/* link: colour, style */
	text-decoration: none;
}

.t4 a:hover, .t4 a:active {
	/* link rollover: colour, style */
	text-decoration: underline;
}

/* --------- text style 5 --------- */
.t5 {
	color: #069;
	font-family: "Goudy Old Style", "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

.t5 a:link, .t5 a:visited {
	/* link: colour, style */
	text-decoration: none;
}

.t5 a:hover, .t5 a:active {
	/* link rollover: colour, style */
	text-decoration: underline;
}

/* --------- miscellaneous styles --------- */
.caption {
	font-size: 11px;
	font-family: Arial,Helvetica,sans-serif;
	color: #999;
	text-align: center;
}

.error {
	color: #900;
	font-weight: bold;
}

/* --------- quick table row styles --------- */
.r1 {
	/*background-color: #DDD;*/
}

.r2 {
	/*background-color: #F4F4F4;*/
}

/* --------- custom style settings --------- */

/* --------- layout style settings (for .asp template only) --------- */
#pagebody {
	color: #000;
	font-family: "Goudy Old Style", "Times New Roman", Times, serif;
	line-height: 1.35em;
	font-size: 14px;
	background: #FFF;
}

#toplevel {
	width: 770px;
	height: 100%;
}

#column1 {
	width: 256px;
	background: #069;
}

#column2 {
	width: 514px;
}

#footer1 {
	width: 256px;
	vertical-align: bottom;
	background: #069;
}

#footer2 {
	width: 514px;
	vertical-align: bottom;
}

#logo {
	height: 239px;
	height/* */:/**/157px;
	height: /**/157px;
	padding: 81px 0 0 0px;
	border: 3px solid #FFF;
	border-width: 0 0 3px 0;
	background: #CCC;
	text-align: center;
}

#header {
	width: 100%;
	min-height: 242px;
	height: 242px;
}

#header1 {
	vertical-align: middle;
	text-align: right;
}

#content {
	width: 100%;
}

#pagebody #content1 {
	padding: 20px 20px 30px 30px;
}

#pagebody #content2 {
	width: 180px;
	padding: 20px 0 0 0;
}

#footer {
}

/* --------- Homepage Styles --------- */
#homepagebody {
	color: #000;
	font-family: "Goudy Old Style", "Times New Roman", Times, serif;
	font-size: 14px;
	background: #FFF;
	line-height: 1.35em;
}

#htoplevel {
	width: 770px;
	height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
}

#hmain {
	padding: 0;
	vertical-align: top;
	background: #069;
}

#hheader {
	width: 100%;
	height: 239px;
	border: 3px solid #FFF;
	border-width: 0 0 3px 0;
	background: #CCC;
}

#hheader1 {
	width: 256px;
	padding: 0;
	vertical-align: top;
}

#hheader2A {
	width: 514px;
	padding: 0;
	vertical-align: top;
	background: url(../graphics/system/homegraphicA.gif) no-repeat;
	background-position: right top;
}

#hheader2B {
	width: 514px;
	padding: 0;
	vertical-align: top;
	background: url(../graphics/system/homegraphicB.gif) no-repeat;
	background-position: right top;
}

#harea2 {
	height: 165px;
	background: url(../graphics/system/home_taglineimage.gif) no-repeat;
	background-position: 255px 74px;
}

#homenav {
	width: 256px;
}

#homelogo {
	height: 239px;
	height/* */:/**/157px;
	height: /**/157px;
	padding: 81px 0 0 0px;
	text-align: center;
}

#homephotoA {
	padding: 0;
	margin: 0;
	border: 0;
	position: absolute;
	z-index: 99;
	width: 200px;
	height: 92px;
	top: 17px;
	left: 350px;
	text-align: center;
}

#homephotoB {
	padding: 0;
	margin: 0;
	border: 0;
	position: absolute;
	z-index: 99;
	width: 200px;
	height: 92px;
	top: 17px;
	left: 480px;
	text-align: center;

}

#homephoto1 {
	padding: 0;
	vertical-align: middle;
}

#galleryfooter {
	margin-top: -3em;
	height: 1em;
}

#galleryfooter .prev {
	float: left;
}

#galleryfooter .next {
	float: right;
}

#galleryfooter a:link, #galleryfooter a:visited {
	/* current link: colour, style */
	color: #CCC;
	text-decoration: none;
	font-weight: bold;
}

#galleryfooter a:hover, #galleryfooter a:active {
	/* current link: colour, style */
	color: #CCC;
	text-decoration: underline;
	font-weight: bold;
}

.fluxpopup {
	padding-bottom: 27px;
	background: url(../graphics/system/popup.gif) bottom right no-repeat;
	display: block;
	display: inline-block;
}

