/* --------- specific system styles (do not edit!) --------- */
html {
	height: 100%;
}

body {
	height: 100%;
	overflow/**/:/**/visible;
	background: url(../graphics/system/bg_02.gif) repeat-y top left;
}

body, table, form, img {
	padding: 0;
	margin: 0;
	border: 0;
}

td {
	vertical-align: top;
}

/* hide from Mac IE \*/	
td {
	font-size: 11px;
}
/* end hide Mac IE */

/* --------- 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 */


/* --------- 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: #85af10;
	font-weight: bold;
	text-decoration: none;		
}

a:hover, a:active {
	color: #a0cb29;
	font-weight: bold;
	text-decoration: underline;
}

/* ------ custom form elements style ------ */
.formfieldtext {
}

.formfieldoption {
}

.formfieldarea {
}
 
.formfieldselect {
}

.formfieldbutton {
}

.formfieldimage {
}

/* ------ 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 */
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.navi0 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.navi0 li {
	float: left;
	display: inline;
}

.navi0 a {
	float: left;
	display: block;
	padding: 4px 8px 4px 8px;
}

.navi0 a:link, .navi0 a:visited {
	/* normal link: colour, style */
	color: #6e7273;
}

.navi0 a:hover, .navi0 a:active {
	/* normal link rollover: colour, style */
	color: #a1a3a4;
	border: 1px solid #a1a3a4;
	padding: 3px 7px 3px 7px;
	text-decoration: none;
}

.navc0 a:link, .navc0 a:visited {
	/* current link: colour, style */
	color: #43891e;
}

.navc0 a:hover, .navc0 a:active {
	/* current link rollover: colour, style */
	color: #43891e;
	text-decoration: none;
	padding: 4px 8px 4px 8px;
	border: none;
}

li.navh0 {
	/* header text */
}

.navd0 {
	/* description text */
}


/* ---- nav style 1 (Sub Nav Level 1) ---- */
.navi1 {
	margin: 0 0 0 7px;
	padding: 0;
	width: 176px;
	font-size: 12px;
	color: #525551;
	font-weight: normal;
}

.navi1 ul {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}

.navi1 li {
	margin: 0;
	padding: 4px 0 4px 0;
	border: none;
	list-style: none;
}

.navi1 a {
	display: block;
	padding: 0 7px 0 22px;
}

.navi1 a:link, .navi1 a:visited {
	/* normal link: colour, style */
	color: #525551;
	font-weight: normal;
	background: url(../graphics/system/navdot_normal.gif) no-repeat 9px 5px;
}

.navi1 a:hover, .navi1 a:active {
	/* normal link rollover: colour, style */
	color: #73a119;
	font-weight: normal;
	background: url(../graphics/system/navdot_roll.gif) no-repeat 9px 5px;
	text-decoration: underline;
}

.navc1 a:link, .navc1 a:visited {
	/* current link: colour, style */
	color: #525551;
	font-weight: bold;
	background: url(../graphics/system/navdot_current.gif) no-repeat 9px 5px;
}

.navc1 a:hover, .navc1 a:active {
	/* current link rollover: colour, style */
	color: #525551;
	font-weight: bold;
	text-decoration: none;
	background: url(../graphics/system/navdot_current.gif) no-repeat 9px 5px;
}

li.navh1{
	padding: 2px 0 15px 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #43891e;
}

/* ---- nav style 2 (Sub Nav Level 2) ---- */
.navi2 {
	margin: 4px 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	font-size: 11px;
	color: #445d28;
	border-top: 1px solid #b6b9b9;
	border-bottom: 1px solid #b6b9b9;
	background: #fcfcfc url(../graphics/system/subnavlv2_bg.gif) repeat-x top;
}

.navi2 ul {
	margin: 0;
	padding: 6px 0 6px 0;
	border: none;
	list-style: none;
}

.navi2 li {
	margin: 0;
	padding: 2px 0 2px 0;
	border: none;
	list-style: none;
}

.navi2 a {
	display: block;
	padding: 0 7px 0 22px;
}

.navi2 a:link, .navi2 a:visited {
	/* normal link: colour, style */
	color: #445d28;
	font-weight: normal;
	background: none;
}

.navi2 a:hover, .navi2 a:active {
	/* normal link rollover: colour, style */
	color: #618638;
	background: none;
	font-weight: normal;
	text-decoration: underline;
}

.navc2 a:link, .navc2 a:visited {
	/* current link: colour, style */
	color: #445d28;
	font-weight: bold;
	text-decoration: underline;
	background: none;
}

.navc2 a:hover, .navc2 a:active {
	/* current link rollover: colour, style */
	color: #445d28;
	font-weight: bold;
	text-decoration: underline;
	background: none;
}

/* ---- nav style 6 (graphics) ---- */
.navi6 {
	margin: 0;
	padding: 0;
}

.navi6 ul, .navi6 li {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}

.navi6 li {
	display: inline;
}

/* --------- text styles (font face should be defined, to ensure admin compatibility) --------- */
h1, .pagetitle, .mainheading, .subheading {
	font-family: Arial,Helvetica,sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

/* ---- title text style ---- */
h1, .pagetitle {
/*	color: #000; */
	font-size: 22px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 56px 0;
	color: #428a1d;
}

h1 a:link, h1 a:visited, .pagetitle a:link, .pagetitle a:visited {
}

h1 a:hover, h1 a:active, .pagetitle a:hover, .pagetitle a:active {
}

/* --------- text style 1 --------- */
.mainheading {
/*	color: #000; */
	font-size: 17px;
	font-weight: bold;
	color: #428a1d;
}

.mainheading a:link, .mainheading a:visited {
}

.mainheading a:hover, .mainheading a:active {
}

/* --------- text style 2 --------- */
.subheading {
/*	color: #000; */
	font-size: 14px;
	font-weight: bold;
	color: #428a1d;	
}

.subheading a:link, .subheading a:visited {
}

.subheading a:hover, .subheading a:active {
}

/* --------- text style 3 --------- */
.regulartext {
/*	color: #000; */
/*	font-size: 12px; */
}

.regulartext a:link, .regulartext a:visited {
	font-weight: bold;	
}

.regulartext a:hover, .regulartext a:active {
}

/* --------- text style 4 --------- */
.regulargreen {
/*	color: #555; */
	font-size: 11px;
	color: #428a1d;
}

.regulargreen a:link, .regulargreen a:visited {
}

.regulargreen a:hover, .regulargreen a:active {
}

/* --------- miscellaneous styles --------- */
.caption {
	font-size: 11px;
	font-style: italic;
	text-align: right;
	color: #295a0f;
}

.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 --------- */

.box1 {
	float: right;
	margin: 16px 0 20px 26px;
	width: 212px;
	background: #f4f8e7 url(../graphics/system/box1mid.gif) repeat-y;
}

.box1top {
	height: 64px;
	width: 212px;
	background: url(../graphics/system/box1_top.gif) no-repeat top;
}

.box1toptext {
	padding: 42px 10px 0 42px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #428a1d;
}

.box1btm {
	padding: 20px 15px 15px 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #295a0f;
	background: url(../graphics/system/box1btm.gif) no-repeat bottom;
}

.box1text a, .box1text a:link, .box1text a:visited {
	color: #85af10;
	text-decoration: none;
}

.box1text a:hover, .box1text a:active {
	color: #a0cb29;
	text-decoration: underline;
}

.box2 {
	float: right;
	margin: 16px 0 20px 26px;
	width: 212px;
	padding: 16px;
	width/* */:/**/174px;
	width: /**/174px;
	border: 3px solid #428a1d;
	font-size: 12px;
	color: #295a0f;
	background: #f4f8e7;
}

/*\*//*/
.box2 {
	width: 174px;	
}
/**/

/* --------- layout style settings (for .asp template only) --------- */
#pagebody {
	color: #424242;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
}

#topbg {
	position: absolute;
	z-index: 1;
	height: 105px;
	width: 100%;
	background: url(../graphics/system/bg_03.gif) repeat-x top;
}

#mainbg {
	position: absolute;
	z-index: 2;
	height: 589px;
	width: 589px;
	background: url(../graphics/system/bg_01.jpg) no-repeat top left;
}

#toplevel {
	position: absolute;
	z-index: 3;
	margin: 0 0 0 68px;
	width: 704px;
	height: 100%;
	background: url(../graphics/system/columndivider.gif) repeat-y 190px 219px;
	
}

/*\*//*/
#toplevel {
	width: 704px;
	border: 1px solid red;
}
/**/

#maincell {
	padding: 132px 0 0 0;
}

#header {
	position: absolute;
	z-index: 4;
	margin: 0 0 0 79px;
	height: 219px;
	width: 236px;
	background: url(../graphics/system/headerlogo.jpg) no-repeat top;
}

#mainnav {
	position: absolute;
	z-index: 5;
	margin: 72px 0 0 198px;
	height: 37px;
}

#column1 {
	padding: 219px 0 0 0;
}

#column2 {
	padding: 219px 0 0 0;
}

#column1i {
	padding: 10px 0 0 0;
	width: 191px;
}

#content {
	padding: 10px 0 30px 40px;
	width: 513px;
	width/* */:/**/473px;
	width: /**/473px;
}

/*\*//*/
#content {
	width: 473px;
}
/**/

#footcell {
	vertical-align: bottom;
	background: #FFF;
}

#footer {
	text-align: center;
	color: #78a617;
	padding: 10px 0 10px 0;
}

#footer a, #footer a:link, #footer a:visited {
	font-weight: bold;
	color: #78a617;
	text-decoration: underline;
}

#footer a:active, #footer a:hover {
	font-weight: bold;
	color: #78a617;
	text-decoration: underline;
}
