/* --------- 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: #cc0000;
	text-decoration: none;		
}

a:hover, a:active {
	color: #cc0000;
	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;
	font-size: 16px;
	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-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 (Flowing Text - Utility Nav) ---- */
.navi0 {
	/* common font face, size, formatting */
	float: left;
	width: 560px;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.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;
	text-decoration: underline;
}

.navi0 a:hover, .navi0 a:active {
	/* normal link rollover: colour, style */
	color: #666;
	text-decoration: underline;
}

.navc0 a:link, .navc0 a:visited {
	/* current link: colour, style */
	color: #666;
	text-decoration: underline;
}

.navc0 a:hover, .navc0 a:active {
	/* current link rollover: colour, style */
	color: #666;
	text-decoration: underline;
}

li.navh0 {
	/* header text */
}

.navd0 {
	/* description text */
}

/* ---- nav style 1 (Flowing Text - Main Nav) ---- */
.navi1 {
	/* common font face, size, formatting */
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000;
	padding: 55px 6px 19px 6px;
}

.navdivider {
	font-size: 1px;
	line-height: 1px;
	width: 3px;
	height: 19px;
	background: url(../graphics/system/mainnav_divider.png) no-repeat top;
}

* html .navdivider {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../graphics/system/mainnav_divider.png',sizingMethod='scale');	
}

.navi1 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.navi1 li {
	float: left;
}

.navi1 a {
	display: block;
	padding: 0 11px 0 11px;
	display: inline-block;
	width: 20px;
	white-space: nowrap;
}

/* change back to block display for all non Mac IE \*/
.navi1 a {
	display: block;
}
/* end Mac IE hack */

html>body .navi1 a {
	width: auto;
}

.navi1 a:link, .navi1 a:visited {
	/* normal link: colour, style */
	position: relative;
	color: #000;
	background: none;
}

.navi1 a:hover, .navi1 a:active {
	/* normal link rollover: colour, style */
	color: #987549;
	text-decoration: none;
	background: none;
}

.navc1 a:link, .navc1 a:visited {
	/* current link: colour, style */
	color: #987549;
	text-decoration: none;
	background: none;
}

.navc1 a:hover, .navc1 a:active {
	/* current link rollover: colour, style */
	color: #987549;
	text-decoration: none;
	background: none;
}

li.navh1 {
	/* header text */
}

.navd1 {
	/* description text */
}


/* ---- nav style 2 (Vertical Text - Sub Nav Lv 1) ---- */
.navi2 {
	/* common font face, size, formatting */
	padding: 12px 17px 20px 17px;
	margin: 0 0 20px 0;
	width: 160px;
	width/* */:/**/126px;
	width: /**/126px;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #a17e51;
	background: #f5ca96 url(../graphics/system/subnavbg.jpg) repeat-y;
}

.navi2 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.navi2 li {
	display: block;
	padding: 0 0 2px 0;
}

.navi2 a:link, .navi2 a:visited {
	/* normal link: colour, style */
	color: #a17e51;
	text-decoration: underline;
}

.navi2 a:hover, .navi2 a:active {
	/* normal link rollover: colour, style */
	color: #a17e51;
	text-decoration: underline;
}

.navc2 a:link, .navc2 a:visited {
	/* current link: colour, style */
	color: #775b39;
	text-decoration: none;
}

.navc2 a:hover, .navc2 a:active {
	/* current link rollover: colour, style */
	color: #775b39;
	text-decoration: none;
}

li.navh2 {
	/* header text */
	display: block;
	margin: 0 0 15px 0;
	color: #775b39;
	font-size: 18px;
	font-weight: normal;
}

.navd2 {
	/* description text */
}

/* ---- nav style 3 (Vertical Text - Sub Nav Lv 2) ---- */
.navi3 {
	/* common font face, size, formatting */
	padding: 6px 0 8px 10px;
	margin: 0;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #775B39;
	background: none;
}

.navi3 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.navi3 li {
	display: block;
	padding: 0 0 1px 0;
}

.navi3 a:link, .navi3 a:visited {
	/* normal link: colour, style */
	color: #775B39;
	text-decoration: none;
}

.navi3 a:hover, .navi3 a:active {
	/* normal link rollover: colour, style */
	color: #775B39;
	text-decoration: none;
}

.navc3 a:link, .navc3 a:visited {
	/* current link: colour, style */
	color: #775B39;
	font-weight: bold;
	text-decoration: none;
}

.navc3 a:hover, .navc3 a:active {
	/* current link rollover: colour, style */
	color: #775B39;
	font-weight: bold;
	text-decoration: none;
}

/* ---- nav style 9 (Drop Down Menu) ---- */
.navi9 {
	position: absolute;
	z-index: 100;
	display: none;
	width: 120px;
	color: #333;
	background: url(../graphics/system/dropdown_bg.png);
}

* html .navi1 .navi9 {
	background: none;
	background: #dbc5b0;
}

.navi1 .navi9 ul {
	position: relative;
	margin: 0;
	padding: 10px 0 18px 0;
	height: auto;
	width: auto;
	list-style: none;
	border: none;
}

.navi1 .navi9 ul li {
	position: relative;
	list-style: none;
	float: none;
	display: block;
	margin: 0;
	padding: 0;
}

html>body .navi9 ul li {
	height: auto;
}

.navi9 ul li a {
	display: block;
	padding: 3px 16px 3px 12px;
	border: none;
	width: auto;
	white-space: normal;
}

html>body .navi9 ul li a {
	height: auto;
}

/* non-Mac IE 5 - reset nav div to normal \*/
.navi9 {
	top: auto;
}
/* end Mac IE 5 hack */

.navi9 a:link, .navi9 a:visited {
	/* normal link: colour, style */
	position: relative;
	color: #333;
	font-weight: normal;
	text-decoration: none;
	background: none;
}

.navi9 a:hover, .navi9 a:active {
	/* normal link rollover: colour, style */
	color: #000;
	font-weight: normal;
	text-decoration: underline;
}

.navc9 a:link, .navc9 a:visited {
	/* normal link: colour, style */
	color: #000;
	font-weight: normal;
	text-decoration: underline;
}

.navc9 a:hover, .navc9 a:active {
	/* normal link rollover: colour, style */
	color: #000;
	font-weight: normal;
	text-decoration: underline;
}

/* --------- 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;
}

/* ---- title text style ---- */
h1, .t0 {
/*	color: #000; */
	font-size: 34px;
	margin: 0;
	display: block;
	padding: 0 0 28px 0;
}

h1 a:link, h1 a:visited, .t0 a:link, .t0 a:visited {
	text-decoration: underline;
}

h1 a:hover, h1 a:active, .t0 a:hover, .t0 a:active {
}

/* --------- text style 1 --------- */
.t1 {
/*	color: #000; */
	font-size: 16px;
	font-weight: bold;
}

.t1 a:link, .t1 a:visited {
	text-decoration: underline;
}

.t1 a:hover, .t1 a:active {
}

/* --------- text style 2 --------- */
.t2 {
/*	color: #000; */
	font-size: 14px;
	font-weight: bold;
}

.t2 a:link, .t2 a:visited {
	text-decoration: underline;
}

.t2 a:hover, .t2 a:active {
}

/* --------- text style 3 --------- */
.t3 {
/*	color: #000; */
/*	font-size: 12px; */
}

.t3 a:link, .t3 a:visited {
	text-decoration: underline;
	font-weight: normal;	
}

.t3 a:hover, .t3 a:active {
}

/* --------- text style 4 --------- */
.t4 {
/*	color: #555; */
	font-size: 11px;
}

.t4 a:link, .t4 a:visited {
	text-decoration: underline;
}

.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 --------- */

/* --------- blockwrappers --------- */
.brownbuttona {
	width: 165px;
	margin: 0 0 10px 0;
	background: url(../graphics/system/button_bw_mid.gif) repeat-y;
}

.brownbuttonb {
	width: 165px;
	background: url(../graphics/system/button3_bw_top.gif) no-repeat top;
}

.brownbuttonc {
	padding: 9px 20px 6px 41px;
	font-size: 17px;
	font-weight: bold;
	background: url(../graphics/system/button_bw_btm.gif) no-repeat bottom;
}

.bluebuttona {
	width: 165px;
	margin: 0 0 10px 0;
	background: url(../graphics/system/button_bw_mid.gif) repeat-y;
}

.bluebuttonb {
	width: 165px;
	background: url(../graphics/system/button2_bw_top.gif) no-repeat top;
}

.bluebuttonc {
	padding: 9px 20px 6px 41px;
	font-size: 16px;
	font-weight: bold;
	background: url(../graphics/system/button_bw_btm.gif) no-repeat bottom;
}

.redbuttona {
	width: 165px;
	margin: 0 0 10px 0;
	background: url(../graphics/system/button_bw_mid.gif) repeat-y;
}

.redbuttonb {
	width: 165px;
	background: url(../graphics/system/button1_bw_top.gif) no-repeat top;
}

.redbuttonc {
	padding: 9px 20px 6px 41px;
	font-size: 16px;
	font-weight: bold;
	background: url(../graphics/system/button_bw_btm.gif) no-repeat bottom;
}

.featureboxregulara {
	width: 260px;
	margin: 0 0 20px 0;
	background: #eceded;
}

.featureboxregularb {
	width: 260px;
	background: url(../graphics/system/featurebox_bw_top.gif) no-repeat top;
}

.featureboxnextissueb {
	width: 260px;
	background: url(../graphics/system/featurebox_NextIssue_bw_top.gif) no-repeat top;
}

.featureboxwinb {
	width: 260px;
	background: url(../graphics/system/featurebox_Win_bw_top.gif) no-repeat top;
}

.featureboxregularc {
	padding: 43px 24px 18px 24px;
	font-size: 16px;
	font-weight: bold;
	background: url(../graphics/system/featurebox_bw_btm.gif) no-repeat bottom;
}

/* --------- layout style settings (for .asp template only) --------- */
#pagebody {
	color: #000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	text-align: left;
	background: #f2f3f3 url(../graphics/system/mainpagebg.gif) repeat-x top;
}

#leaderboardad {
	width: 769px;
	width/* */:/**/761px;
	width: /**/761px;
	padding: 0 4px;
	min-height: 90px;
	height: 90px;
	height/* */:/**/89px;
	height: /**/89px;
	border-bottom: 1px solid #9c9d9f;
	text-align: left;
}

#toplevela {
	margin: 0;
	max-width: 997px;
	min-width: 769px;
	text-align: left;
}

* html div#toplevela {
	width: 769px /* fallback value */;
	width:expression(((document.compatMode && document.compatMode=='CSS1Compat') ? 
	document.documentElement.clientWidth : 
	document.body.clientWidth) > 997 ? "997px" : (((document.compatMode && document.compatMode=='CSS1Compat') ? 
	document.documentElement.clientWidth : 
	document.body.clientWidth) < 769 ? "769px" : "99.7%")); 
}

html>body #toplevela {
	width: auto;
}

#toplevelb {
	width: 100%;
}

#leftshadow {
	width: 4px;
	font-size: 1px;
	background: url(../graphics/system/i_leftshadow.png) repeat-y right;
}

* html #leftshadow {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../graphics/system/i_leftshadow.png',sizingMethod='scale');	
}

#rightshadow {
	width: 4px;
	font-size: 1px;
	background: url(../graphics/system/i_rightshadow.png) repeat-y left;
}

* html #rightshadow{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../graphics/system/i_rightshadow.png',sizingMethod='scale');	
}

#btmshadow {
	height: 5px;
	font-size: 1px;
	line-height: 1px;
	background: url(../graphics/system/i_btmshadow.png) repeat-x top;
}

* html #btmshadow{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../graphics/system/i_btmshadow.png',sizingMethod='scale');	
}

#btmrhcorner {
	width: 4px;
	height: 5px;
	font-size: 1px;
	line-height: 1px;
	background: url(../graphics/system/i_btmrhcorner.png) no-repeat top;
}

* html #btmrhcorner{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../graphics/system/i_btmrhcorner.png',sizingMethod='scale');	
}

#btmlhcorner {
	width: 4px;
	height: 5px;
	font-size: 1px;
	line-height: 1px;
	background: url(../graphics/system/i_btmlhcorner.png) no-repeat top;
}

* html #btmlhcorner{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../graphics/system/i_btmlhcorner.png',sizingMethod='scale');	
}

#main1 {
	background: #FFF;
}

#header {
	width: 100%;
	height: 165px;
	background: #FFF url(../graphics/system/i_headerbg.jpg) no-repeat top left;
}

#logolink {
	position: absolute;
	z-index: 99;
	margin: 7px 0 0 26px;
	width: 132px;
	height: 45px;
	font-size: 1px;
	line-height: 1px;
	text-decoration: none;
}

#column1 {
	width: 98%;
}

#column2 {
	width: 1%;
}

#column3 {
	width: 1%;
}

#column1inner {
	width: 100%;
}

#column2inner {
	padding: 24px 16px 20px 0;
	width: 276px;
	width/* */:/**/260px;
	width: /**/260px;
}

#column3inner {
	padding: 24px 8px 20px 0;
	width: 168px;
	width/* */:/**/160px;
	width: /**/160px;
}

#content1 {
	padding: 24px 50px 20px 13px;
	min-height: 350px;
	height: 350px;
	height/* */:/**/306px;
	height: /**/306px;
}

html>body #content1 {
	height: auto;
}

#footer {
	padding: 0 8px 20px 8px;
}

#footera {
	background: #eceded url(../graphics/system/footer_lhs.gif) no-repeat top left;
}

#footerb {
	padding: 8px 23px 7px 23px;
	height: 28px;
	height/* */:/**/13px;
	height: /**/13px;
	background: url(../graphics/system/footer_rhs.gif) no-repeat top right;
}

#footertext {
	float: right;
	width: 136px;
	font-size: 10px;
	color: #666;
	text-align: right;
}

#footertext a, #footertext a:link, #footertext a:visited {
	color: #cc0000;
	font-weight: bold;
	text-decoration: underline;
}

#footertext a:hover, #footertext a:active {
	color: #cc0000;
	font-weight: bold;
	text-decoration: underline;
} 
