
/* --------- 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 {
	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: Trebuchet MS,Helvetica,Arial,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: #0081bd;
	text-decoration: none;		
}

a:hover, a:active {
	color: #0095da;
	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-family: Trebuchet MS,Helvetica,Arial,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;
}

/*----- 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 - Flowing Text) ---- */
.navi0 {
	/* common font face, size, formatting */
	color: #666;
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

.navi0 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.navi0 li {
	display: inline;
}

.navi0 a:link, .navi0 a:visited {
	/* normal link: colour, style */
	color: #666;
}

.navi0 a:hover, .navi0 a:active {
	/* normal link rollover: colour, style */
	color: #000;
	text-decoration: underline;
}

.navc0 a:link, .navc0 a:visited {
	/* current link: colour, style */
	color: #666;
}

.navc0 a:hover, .navc0 a:active {
	/* current link rollover: colour, style */
	color: #000;
	text-decoration: underline;
}


/* ---- nav style 2 (Vertical Text) ---- */
.navi2 {
	/* common font face, size, formatting */
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.navi2 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.navi2 li {
	display: block;
}

.navi2 a:link, .navi2 a:visited {
	/* normal link: colour, style */
	color: #C00;
}

.navi2 a:hover, .navi2 a:active {
	/* normal link rollover: colour, style */
	color: #F00;
	text-decoration: underline;
}

.navc2 a:link, .navc2 a:visited {
	/* current link: colour, style */
	color: #F00;
}

.navc2 a:hover, .navc2 a:active {
	/* current link rollover: colour, style */
	color: #F00;
	text-decoration: underline;
}

li.navh2 {
	/* header text */
}

.navd2 {
	/* description text */
}

/* ---- nav style 4 (Footer Links - Flow Gfx) ---- */
.navi4 {
	margin: 0;
	padding: 0;
	text-align: center;
}

.navi4 ul, .navi4 li {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}

.navi4 li {
	display: inline;
	margin: 0 20px;
}


/* --------- text styles (font face should be defined, to ensure admin compatibility) --------- */
h1, .t0, .t1, .t2, .t3, .t4 {
	font-family: Trebuchet MS,Helvetica,Arial,sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

/* ---- title text style ---- */
h1, .t0 {
	color: #000;
	font-size: 39px;
	margin: 0 0 20px 0;
	padding: 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: #db6618; */
	color: #000;
	font-size: 19px;
	font-weight: bold;
}

.t1 a:link, .t1 a:visited {
}

.t1 a:hover, .t1 a:active {
}

/* --------- text style 2 --------- */
.t2 {
/*	color: #333; */
	font-size: 15px;
	font-weight: bold;
}

.t2 a:link, .t2 a:visited {
}

.t2 a:hover, .t2 a:active {
}

/* --------- text style 3 --------- */
.t3 {
/*	color: #333; */
/*	font-size: 12px; */
}

.t3 a:link, .t3 a:visited {
	font-weight: bold;	
}

.t3 a:hover, .t3 a:active {
}

/* --------- text style 4 --------- */
.t4 {
/*	color: #333; */
	font-size: 9px;
}

.t4 a:link, .t4 a:visited {
}

.t4 a:hover, .t4 a:active {
}

/* --------- text style 5 --------- */
.t5 {
/*	color: #db6618; */
	color: #000;
	font-size: 15px;
	font-weight: bold;
}

.t5 a:link, .t5 a:visited {
}

.t5 a:hover, .t5 a:active {
}

/* --------- text style 6 --------- */
.t6 {
/*	color: #db6618; */
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

.t6 a:link, .t6 a:visited {
}

.t6 a:hover, .t6 a:active {
}

/* --------- text style 9 (Strike-Through) --------- */
.t9 {
	color: #666;
/*	font-size: 12px; */
	text-decoration: line-through;
}

.t9 a:link, .t9 a:visited {
	font-weight: bold;
	text-decoration: line-through;
}

.t9 a:hover, .t9 a:active {
	text-decoration: line-through;
}

/* --------- 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 --------- */
.clear {
	clear: both;
}

hr {
	margin: 15px 0;
	height: 1px;
	color: #c3c2c1;
	border: 1px solid #c3c2c1;
	border-width: 0 0 1px 0;
}

.title2 {
	border: 1px solid #fccd84;
	border-width: 0 0 1px 0;
	margin: 0 0 5px 0;
	padding: 0 0 4px 0;
	color: #db6618;
	font-size: 15px;
	font-weight: bold;
}

.frame {
  display: -moz-inline-box; 
  display: inline-block; 
	text-align: center;
}

.frame1 {
  display: -moz-inline-box; 
  display: inline-block; 
	border: 1px solid #bbb;
	margin: 3px auto 5px auto;
	padding: 0px;
	background: #f0f0f0;
}

.frame2 {
  display: -moz-inline-box; 
  display: inline-block; 
	border: 1px solid #aed4e2;
	margin: 0 auto 0 auto;
	padding: 6px;
	background: #f4fbfc;
}

.ilike1 {
	border: 1px solid #bfd1d8;
	width: 350px;
	padding: 17px 20px;
	background: #f4fbfc;
}

.download {
	vertical-align: bottom;
}

/* --------- Feature Box 0 (Grey) --------- */
.fbox0a, .fbox0b, .fbox0c, .fbox0d, .fbox0e {  
     display: -moz-inline-box; 
     display: inline-block; 
} 
 
.fbox0a { 
     background: #f6f5f4 url(../graphics/system/J3_FeatureBox_Bkg.gif) repeat-x bottom center; 
} 
 
.fbox0b { 
     background: url(../graphics/system/J3_FeatureBox_BottomRight.gif) no-repeat bottom right; 
} 
 
.fbox0c { 
     background: url(../graphics/system/J3_FeatureBox_TopLeft.gif) no-repeat top left; 
} 
 
.fbox0d { 
     background: url(../graphics/system/J3_FeatureBox_BottomLeft.gif) no-repeat bottom left; 
} 
 
.fbox0e { 
     background: url(../graphics/system/J3_FeatureBox_TopRight.gif) no-repeat top right; 
     padding: 11px 17px 15px 15px; 
     text-align: left; 
     float: left; 
}


/* --------- Feature Box 2 (Orange) --------- */
.fbox2a, .fbox2b, .fbox2c, .fbox2d, .fbox2e {  
     display: -moz-inline-box; 
     display: inline-block; 
} 
 
.fbox2a { 
     background: #fcf4e1 url(../graphics/system/FeatureBox2_Bkg.jpg) repeat-x bottom center; 
} 
 
.fbox2b { 
     background: url(../graphics/system/FeatureBox2_BottomRight.gif) no-repeat bottom right; 
} 
 
.fbox2c { 
     background: url(../graphics/system/FeatureBox2_TopLeft.gif) no-repeat top left; 
} 
 
.fbox2d { 
     background: url(../graphics/system/FeatureBox2_BottomLeft.gif) no-repeat bottom left; 
} 
 
.fbox2e { 
     background: url(../graphics/system/FeatureBox2_TopRight.gif) no-repeat top right; 
     padding: 11px 17px 15px 15px; 
     text-align: left; 
     float: left; 
}


/* --------- layout style settings (for .asp template only) --------- */
#pagebody, #rssfeed, #widgetbody {
	color: #333;
	font-family: Trebuchet MS,Helvetica,Arial,sans-serif;
	font-size: 12px;
	text-align: center;
	background: #e8e8e8;
}

#pagebox1 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	width: 816px;
	text-align: left;
	background: url(../graphics/system/J3_PageBox_Bkg.gif) repeat-y center;
}

#pagebox2 {
	background: url(../graphics/system/J3_PageBox_FooterBkg.gif) no-repeat bottom center;
}

#pagebox3 {
	padding: 16px;
	background: url(../graphics/system/J3_PageBox_HeaderBkg.gif) no-repeat top center;
}

#header {
	width: 766px;
	height: 259px;
	background: url(../graphics/system/J3_Header_Photo.jpg) no-repeat top right;
}

#headerlogo {
	margin: 90px 0 0 44px;
}

#mainnav {
	width: 100%;
	height: 34px;
	background: #e5e5e5 url(../graphics/system/J3_MainNav_Bkg.gif) repeat-x left bottom;
}

#mainnav td {
	border: 1px solid #9b9b9b;
	border-width: 1px 0;
	height: 34px;
	vertical-align: middle;
}

#pagetitle {
/*	padding: 0 0 0 46px;
	height: 60px; */
}

#content {
	padding: 18px 28px 28px 28px;
}

#footer {
	margin: 10px;
	text-align: center;
}

#pagefoot {
	height: 10px;
}

/*--- News Page ---*/
#columns {
	width: 100%;
}

#column1 {
	width: 50%;
}

#column2 {
/*	width: 160px; */
	width: 30%;
}

#column3 {
/*	width: 148px; */
	width: 20%;
}

.columnspace {
	width: 6px;
}

.columnspace div {
	width: 6px;
}

/*--- News Email Form ---*/
#emailform {
	margin: 5px 0;
	font-size: 9px;
	font-weight: bold;
}

#emailform .formfieldtext {
	font-size: 10px;
}


#emailform .formfieldbutton {
	margin: 7px 0 0 0;
	padding: 0 2px;
	font-size: 10px;
	font-weight: bold;
}

/* --------- RSS Feed Styles --------- */
#rssfeed {
	padding-right: 8px;
	text-align: left;
	background: none;
	background-color: #fcf4e1;
}

.rsstitle {
	margin: 0 0 5px 0;
	color: #db6618;
/*	color: #ec5e00; */
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

.rsselement img {
	margin: 3px 8px 3px 0;
	float: left;
}

.rsselement {
	margin: 0 0 10px 0;
/*	border: 1px solid #db6618; */
	border: 1px solid #fccd84;
	border-width: 0 0 1px 0;
	padding: 0 0 10px 0;
	clear: both;
	color: #333;
	font-size: 12px;
	font-weight: normal;
}

.rssbloglink {
	text-align: right;
}

.rssbloglink a:link, .rssbloglink a:visited, .rssbloglink a:hover, .rssbloglink a:active {
	color: #f9a26c;
}

.rsselement hr {
	height: 1px;
	color: #fccd84;
}

/* --------- iLike Widget Frame --------- */
#widgetbody {
	text-align: left;
	background: none;
	background-color: #fcf4e1;
}

