/* -------------- 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 */

/* ------------- fluxbox, hidden list of gallery links -------------- */
.invisible {
	display: none;
}

/* ---------------------- 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;
}

.accesslink {
	position: absolute;
	height: 0;
	overflow: hidden;
}

/* ---------------------- 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: #FF8B03;
	text-decoration: none;		
}

a:hover, a:active {
	color: #444;
	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-size: 12px;
	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: #000;
	font-size: 17px;
	font-weight: bold;
}

/*-- form sub header --*/
.emailform .formfieldsubheader {
	padding: 0 0 15px 0;
	color: #000;
	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;
}

.searchresults {
	padding: 15px 0 0 0;	
}

.searchresults p {
	padding: 8px 0;	
}

/*----- 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 */
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	padding: 0 0 10px 20px;
	height: 30px;
}

.navi0 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.navi0 li {
	float: left;
	padding: 0 3px 0 0;
}

.navi0 a {
	display: block;
	padding: 0;
	display: inline-block;
	width: 20px;
	white-space: no-wrap;
}

/* change back to block display for all non Mac IE \*/
.navi0 a {
	display: block;
}
/* end Mac IE hack */

html>body .navi0 a {
	width: auto;
}

.navi0 a:link, .navi0 a:visited {
	border: 1px solid #FFF;
}

.navi0 a:hover, .navi0 a:active {
	border: 1px solid #e2e2e2;
}

.navc0 a:link, .navc0 a:visited {
	border: 1px solid #e2e2e2;
}

.navc0 a:hover, .navc0 a:active {
	border: 1px solid #e2e2e2;
}

.navi0 a.child:link, .navi0 a.child:visited,
.navi0 a.child:hover, .navi0 a.child:active,
.navc0 a.child:link, .navc0 a.child:visited,
.navc0 a.child:hover, .navc0 a.child:active {
	border: 1px solid #FFF;
}

/* ---- nav style 1 (footer nav) ---- */

.navi1 {
	/* common font face, size, formatting */
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000;
	text-decoration: none;
	padding: 20px 0;
}

.navi1 ul {
	list-style: none;
	padding: 0;
	margin: 0;
	color: #444;
}

.navi1 li {
	display: inline;
	padding: 0 5px;
	color:#444;
}

.navi1 a:link, .navi1 a:visited {
	/* normal link: colour, style */
	color:#444;
}

.navi1 a:hover, .navi1 a:active {
	/* normal link rollover: colour, style */
	color:#444;
	text-decoration: underline;
}

.navc1 a:link, .navc1 a:visited {
	/* current link: colour, style */
	color: #000;
}

.navc1 a:hover, .navc1 a:active {
	/* current link rollover: colour, style */
	color: #000;
	text-decoration: underline;
}

/* ---- nav style 2 (model nav) ---- */

.navi2 {
	/* common font face, size, formatting */
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

.navi2 ul {
	width: 760px;	
	margin: 0 -30px 0 0;
	padding: 0;
	list-style: none;
}

.navi2 li {
	float: left;
	padding: 0 16px 13px 0;
}

.navi2 li img, .navi2 li a {
	display: block;
}

.navi2 a:link, .navi2 a:visited {
	/* normal link: colour, style */
	display: block;
	color: #000;
}

.navi2 a:hover, .navi2 a:active {
	/* normal link rollover: colour, style */
	display: block;
	color: #000;
	text-decoration: none;
}

.navc2 a:link, .navc2 a:visited {
	/* current link: colour, style */
	display: block;
	color: #000;
}

.navc2 a:hover, .navc2 a:active {
	/* current link rollover: colour, style */
	display: block;
	color: #000;
	text-decoration: none;
}

/* ---- nav style 3 (main menu dropdown) ---- */
.navi3 {
	position: absolute;
	z-index: 101;
	display: none;
	width: 100px;
	color: #333;
	border: 1px solid #e2e2e2;
	margin: -30px 0 0 0;
	padding: 30px 0 0 0;
	font-size: 11px;
}

* html .navi1 .navi3 {
	background: none;
	background: #dbc5b0;
}

.navi0 .navi3 ul {
	position: relative;
	margin: 0;
	padding: 0 0 10px 0;
	height: auto;
	width: auto;
	list-style: none;
	border: none;
	background: url(../graphics/system/dropdown_bg.png);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../graphics/system/mainnav_divider.png',sizingMethod='scale');
}

.navi0 .navi3 ul li {
	position: relative;
	list-style: none;
	float: none;
	display: block;
	margin: 0;
	padding: 0;
}

html>body .navi3 ul li {
	height: auto;
}

.navi3 ul li a {
	display: block;
	padding: 6px 16px 6px 25px;
	border: none;
	width: auto;
	white-space: normal;
}

html>body .navi3 ul li a {
	height: auto;
}

/* non-Mac IE 5 - reset nav div to normal \*/
.navi3 {
	top: auto;
}
/* end Mac IE 5 hack */

.navi3 a:link, .navi3 a:visited {
	/* normal link: colour, style */
	position: relative;
	color: #333;
	font-weight: normal;
	text-decoration: none;
	border: none;
	background: url(../graphics/system/shim.gif);
}

.navi3 a:hover, .navi3 a:active {
	/* normal link rollover: colour, style */
	color: #000;
	font-weight: normal;
	text-decoration: none;
	border: none;
	background: url(../graphics/system/subnav_arrow.gif) no-repeat 16px 9px;
}

.navc3 a:link, .navc3 a:visited {
	/* normal link: colour, style */
	color: #000;
	font-weight: normal;
	text-decoration: underline;
	border: none;
	background: url(../graphics/system/shim.gif);
}

.navc3 a:hover, .navc3 a:active {
	/* normal link rollover: colour, style */
	color: #000;
	font-weight: normal;
	text-decoration: none;
	border: none;
	background: url(../graphics/system/subnav_arrow.gif) no-repeat 16px 9px;
}



/* --------- text styles (font face should be defined, to ensure admin compatibility) --------- */
h1, .t0, .t1, .t2, .t3, .t4 {
	font-family: Arial,Helvetica,sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color:#444;
}

/* ---- title text style ---- */
h1, .t0 {
/*	color: #000; */
	font-size: 20px;
	margin: 0;
	padding: 0 0 15px 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: 17px;
	font-weight: bold;
}

.t1 a:link, .t1 a:visited {
}

.t1 a:hover, .t1 a:active {
	color: #FF8B03;
	text-decoration:underline;
}

/* --------- text style 2 --------- */
.t2 {
/*	color: #000; */
	font-size: 14px;
	font-weight: bold;
}

.t2 a:link, .t2 a:visited {
}

.t2 a:hover, .t2 a:active {
}

/* --------- text style 3 --------- */
.t3 {
	color:#444;
/*	color: #000; */
/*	font-size: 12px; */
}

.t3 a:link, .t3 a:visited {
	font-weight: bold;	
}

.t3 a:hover, .t3 a:active {
	color: #FF8B03;
	text-decoration:underline;
}

/* --------- text style 4 --------- */
.t4 {
/*	color: #555; */
	font-size: 11px;
}

.t4 a:link, .t4 a:visited {
}

.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;
}

/* --------- quick table row styles --------- */
.r1 {
	/*background: #DDD;*/
}

.r2 {
	/*background: #F4F4F4;*/
}

/* --------- custom style settings --------- */

/* --------- layout style settings (for .asp template only) --------- */
#pagebody {
	color: #000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	text-align: center;
	background: #FFF;
}

#toplevel {
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	width: 740px;
	height: 100%;
}

#maincontent {
	text-align: left;
}

#logo {
	height: 83px;
	padding: 91px 0 0 0;
	text-align: center;
}

#region1 {
	width: 740px;
	text-align: left;
}

#footer {
	text-align: center;
	vertical-align: bottom;
}

#columns {
	width: 740px;
}

#column1 {
	width: 238px;
	padding: 0 15px 0 0;
	text-align: left;
}

#column2 {
	border-left: 1px solid #000;
	padding: 0 0 0 15px;
	width: 471px;
	text-align: left;
}

#modelnav {
	clear: both;
	text-align: right;
	padding: 10px 0 0 0;
}