/* --------- 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: #58630a;
	text-decoration: none;		
}

a:hover, a:active {
	color: #a1a775;
	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 {
	color: #666;
	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;
	font-size: 17px;
	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 1 (Utility Nav 1 Text) ---- */
.navi1 {
	/* common font face, size, formatting */
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	
}

.navi1 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.navi1 li {
	padding: 0 0 2px 0;
	line-height: 12px;
}

.navi1 a {
	display: block;
	padding: 0 0 0 13px;
}

.navi1 a:link, .navi1 a:visited {
	/* normal link: colour, style */
	color: #FFFFFF;
	background: url(../graphics/system/pn-home-contact-nav-bullet.gif) no-repeat 0 2px;
}

.navi1 a:hover, .navi1 a:active {
	/* normal link rollover: colour, style */
	color: #FFFFFF;
	text-decoration: underline;
	background: url(../graphics/system/pn-home-contact-nav-bullet.gif) no-repeat 0 2px;
}

.navc1 a:link, .navc1 a:visited {
	/* current link: colour, style */
	color: #FFFFFF;
	background: url(../graphics/system/pn-home-contact-nav-bullet.gif) no-repeat 0 2px;
}

.navc1 a:hover, .navc1 a:active {
	/* current link rollover: colour, style */
	color: #FFFFFF;
	text-decoration: underline;
	background: url(../graphics/system/pn-home-contact-nav-bullet.gif) no-repeat 0 2px;
}

li.navh1 {
	/* header text */
}

.navd1 {
	/* description text */
}

/* ---- nav style 2 (Sub Nav VT Text) ---- */
.navi2 {
	/* common font face, size, formatting */
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.navi2 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.navi2 li {
	display: block;
	padding: 9px 0;
}

.navi2 a {
	display: block;
}

.navi2 a:link, .navi2 a:visited {
	/* normal link: colour, style */
	color: #333;
}

.navi2 a:hover, .navi2 a:active {
	/* normal link rollover: colour, style */
	color: #58630a;
	text-decoration: underline;
}

.navc2 a:link, .navc2 a:visited {
	/* current link: colour, style */
	color: #38a2cf;
}

.navc2 a:hover, .navc2 a:active {
	/* current link rollover: colour, style */
	color: #38a2cf;
	text-decoration: underline;
}

li.navh2 {
	/* header text */
}

.navd2 {
	/* description text */
}

/* ---- nav style 3 (Sub Nav VT Text Lv 2) ---- */
.navi3 {
	/* common font face, size, formatting */
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
	padding: 5px 0 0 10px;
}

.navi3 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.navi3 li {
	display: block;
	padding: 2px 0;
}

.navi3 a {
	display: block;
}

.navi3 a:link, .navi3 a:visited {
	/* normal link: colour, style */
	color: #333;
}

.navi3 a:hover, .navi3 a:active {
	/* normal link rollover: colour, style */
	color: #58630a;
	text-decoration: underline;
}

.navc3 a:link, .navc3 a:visited {
	/* current link: colour, style */
	color: #38a2cf;
	text-decoration: underline;
}

.navc3 a:hover, .navc3 a:active {
	/* current link rollover: colour, style */
	color: #38a2cf;
	text-decoration: underline;
}

li.navh3 {
	/* header text */
}

.navd3 {
	/* description text */
}


/* ---- nav style 9 (Sub Nav VT Text Lv 3) ---- */
.navi9 {
	/* common font face, size, formatting */
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	padding: 5px 0 5px 10px;
}

.navi9 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.navi9 li {
	display: block;
	padding: 1px 0 0 0;
}

.navi9 a {
	display: block;
}

.navi9 a:link, .navi9 a:visited {
	/* normal link: colour, style */
	color: #333;
	text-decoration: none;
}

.navi9 a:hover, .navi9 a:active {
	/* normal link rollover: colour, style */
	color: #58630a;
	text-decoration: underline;
}

.navc9 a:link, .navc9 a:visited {
	/* current link: colour, style */
	color: #38a2cf;
	text-decoration: underline;
}

.navc9 a:hover, .navc9 a:active {
	/* current link rollover: colour, style */
	color: #38a2cf;
	text-decoration: underline;
}

/* ---- nav style 10 (Sub Nav VT Text Lv 4) ---- */
.navi10 {
	/* common font face, size, formatting */
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	padding: 5px 0 5px 10px;
}

.navi10 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.navi10 li {
	display: block;
	padding: 1px 0 0 0;
}

.navi10 a {
	display: block;
}

.navi10 a:link, .navi10 a:visited {
	/* normal link: colour, style */
	color: #333;
	text-decoration: none;
}

.navi10 a:hover, .navi10 a:active {
	/* normal link rollover: colour, style */
	color: #58630a;
	text-decoration: underline;
}

.navc10 a:link, .navc10 a:visited {
	/* current link: colour, style */
	color: #38a2cf;
	text-decoration: underline;
}

.navc10 a:hover, .navc10 a:active {
	/* current link rollover: colour, style */
	color: #38a2cf;
	text-decoration: underline;
}


/* ---- nav style 4 (Main Nav Flowing Graphics) ---- */
.navi4 {
	margin: 0;
	padding: 0;
}

.navi4 ul, .navi4 li {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}

.navi4 li {
	display: inline;
}

/* ---- nav style 5 (Home Nav Flowing Graphics) ---- */
.navi5 {
	margin: 0;
	padding: 0 0 2px 0;
}

.navi5 img {
	margin: 0 1px 0 0;
}

.navi5 ul, .navi5 li {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}

.navi5 li {
	display: inline;
	line-height: 1px;
	font-size: 1px;
}
/* ---- nav style 6 (Vertical Graphics - Utility 2) ---- */
.navi6 {
	margin: 0;
	padding: 0;
}

.navi6 ul, .navi6 li {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}

.navi6 img {
	margin: 0 0 2px 0;
}

.navi6 li {
	display: block;
	line-height: 1px;
	font-size: 1px;
}

/* ---- nav style 11 (preview listing) ---- */

.navi11 {
	/* common font face, size, formatting */
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.navi11 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.navi11 li, .navc11 li {
	padding: 8px 0 0 0;
}

.navi11 a:link, .navi11 a:visited {
	/* normal link: colour, style */
	color: #58630a;
	font-weight: bold;
	text-decoration: none;
}

.navi11 a:hover, .navi11 a:active {
	/* normal link rollover: colour, style */
	color: #a1a775;
	font-weight: bold;
	text-decoration: underline;
}

/* ---- 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 {
}

/* --------- 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: #000; */
/*	font-size: 12px; */
}

.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 {
}

.t4 a:hover, .t4 a:active {
}

/* --------- text style 5 --------- */
.t5 {
/*	color: #555; */
	font-size: 13px;
}

.t5 a:link, .t5 a:visited {
}

.t5 a:hover, .t5 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 --------- */
#header .searchbox {
	position: absolute;
	z-index: 1;
	margin: 6px 0 6px 472px;
	width: 280px;
}

#header .searchbox span {
	font-size: 11px;
	color: #FFFFFF;
	vertical-align: middle;
}

#header .searchbox .formfieldtext {
	margin: 0 0 0 14px;
	width: 120px;
}

#header .searchbox .formfieldimage {
	margin: 0 0 3px 10px;
	vertical-align: middle;
}

*html #header .searchbox .formfieldimage {
	margin-top: -3px;
}

.col12wrapperh {
	color: #58630a;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
	padding: 8px 10px;
	background: #e1f174;
}

.col12wrapper {
	padding: 12px 11px 12px 11px;
	margin: 0 0 4px 0;
	font-size: 11px;
}

.col12wrapper a, .col12wrapper a:link, .col12wrapper a:visited {
	text-decoration: underline;
}

.col12wrapper a:hover, .col12wrapper a:active {
	text-decoration: underline;
}

.col3wrapper1h {
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	padding: 6px;
	margin: 0 0 6px 0;
	text-align: center;
	background: #254754;
}

.col3wrapper1 {
	color: #333;
	font-size: 11px;
	padding: 4px 4px 8px 4px;
	margin: 0 0 4px 0;
	width: 132px;
	background: #abd8eb;
}

.col3wrapper1 a, .col3wrapper1 a:link, .col3wrapper1 a:visited {
	color: #254754;
	text-decoration: underline;
}

.col3wrapper1 a:hover, .col3wrapper1 a:active {
	color: #688f9f;
	text-decoration: underline;
}

.col3wrapper2 {
	color: #FFF;
	font-size: 10px;
	padding: 8px;
	width: 124px;
	margin: 0 0 4px 0;
	background: #254754;
}

.col3wrapper2 a, .col3wrapper2 a:link, .col3wrapper2 a:visited {
	color: #FFF;
	text-decoration: underline;
}

.col3wrapper2 a:hover, .col3wrapper2 a:active {
	color: #abd8eb;
	text-decoration: underline;
}

/* --------- layout style settings (for .asp template only) --------- */
#pagebody {
	color: #000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	margin: 0 10px 0 4px;
	border: none;
	background: #dbfe4f;
}

#maincontainer {
	margin: 0;
	max-width: 936px;
	min-width: 756px;
	text-align: left;
}

* html div#maincontainer {
	width: 756px /* fallback value */;
	width:expression(((document.compatMode && document.compatMode=='CSS1Compat') ? 
	document.documentElement.clientWidth : 
	document.body.clientWidth) > 936 ? "936px" : (((document.compatMode && document.compatMode=='CSS1Compat') ? 
	document.documentElement.clientWidth : 
	document.body.clientWidth) < 756 ? "756px" : "99.7%")); 
}

html>body #maincontainer {
	width: auto;
}

#toplevel1 {
	width: 100%;
	background: url(../graphics/system/ap_mainstrip1.gif) repeat-y;
}

#main {
	width: 100%;
}

#header {
	height: 77px;
	background: url(../graphics/system/ap_headerbg1.gif) no-repeat;
}

#mainnav {
	position: absolute;
	z-index: 2;
	width: 578px;
	margin: 42px 0 0 179px;
}

#subnav {
	padding: 88px 18px 168px 18px;
}

#utility1 {
	position: absolute;
	z-index: 3;
	margin: 45px 0 0 13px;
	width: 166px;
}

#utility2 {
	position: absolute;
	z-index: 3;
	margin: -72px 0 0 0;
}

#column1 {
	width: 180px;
	min-height: 380px;
	background: url(../graphics/system/ap_col1bg.gif) no-repeat top;
}

html>body #column1 {
	height: auto;
}

#column2 {
	width: 100%;
}

#flashbanner {
	height: 98px;
	background: url(../graphics/system/ap_flashbannerbg.jpg) no-repeat top;
	width: 100%;
}

#logo {
	width: 180px;
	height: 113px;
	background: url(../graphics/system/default_logo.gif) no-repeat;
}

#content {
	padding: 18px 24px 25px 19px;
}

#content1 {
	padding: 0 6px 33px 11px;
}

#content2 {
/*	margin-top: 110px;*/
	padding: 0 11px 33px 6px;
}

#content3 {
	width: 140px;
	padding: 3px 2px 2px 0;
}

#footercell {
	height: 58px;
	background: #505701 url(../graphics/system/ap_footerstrip.gif) repeat-x top;
}

#footerright {
	background: url(../graphics/system/ap_footerright.jpg) no-repeat top right;
}

#footerleft {
	height: 58px;
	background: url(../graphics/system/ap_footerleft.gif) no-repeat top left;
}


#flashdeco {
	position: absolute;
	z-index: 99;
	height: 95px;
	width: 95px;
	left: 90px;
	top: 9px;
}

#seashellsinside {
	position: absolute;
	z-index: 1;
	height: 57px;
	width: 83px;
	margin: 25px 0 0 96px;
	background: url(../graphics/system/ap_seashells.jpg) no-repeat;
}

