
/* --------- 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: 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: #002963;
	text-decoration: underline;		
}

a:hover, a:active {
	color: #002963;
	text-decoration: none;
}

/* ------ 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: 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;
}

/*----- 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: right;
	color: #000;
	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: #000;
	text-decoration: underline;
}

.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: #000;
	text-decoration: underline;
}

.navc0 a:hover, .navc0 a:active {
	/* current link rollover: colour, style */
	color: #000;
	text-decoration: underline;
}

/* ---- nav style 1 (Flowing Text - Main Nav) ---- */
.navi1 {
	/* common font face, size, formatting */
	position: absolute;
	z-index: 99;
	margin: 68px 0 0 398px;
	width: 562px;
	height: 30px;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
}

.navi1 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.navi1 li {
	display: block;
	float: left;
	padding: 0 29px 0 0;
}

.navi1 a {
	display: block;
	margin: 0;
	padding: 0;
	height: 29px;
	white-space: nowrap;
	width: 20px;
}

html>body .navi1 a {
	width: auto;
}

.navi1 a:link, .navi1 a:visited {
	/* normal link: colour, style */
	color: #FFF;
	text-decoration: none;
}

.navi1 a:hover, .navi1 a:active {
	/* normal link rollover: colour, style */
	color: #FFF;
	text-decoration: none;
	background: url(../graphics/system/stz_v2_mainnav_arrow_current.gif) no-repeat center bottom;
}

.navc1 a:link, .navc1 a:visited {
	/* current link: colour, style */
	color: #FFF;
	text-decoration: none;
	background: url(../graphics/system/stz_v2_mainnav_arrow_current.gif) no-repeat center bottom;
}

.navc1 a:hover, .navc1 a:active {
	/* current link rollover: colour, style */
	color: #FFF;
	text-decoration: none;
	background: url(../graphics/system/stz_v2_mainnav_arrow_current.gif) no-repeat center bottom;
}

/* ---- nav style 2 (Vertical Text - Sub Nav 1) ---- */
.navi2 {
	/* common font face, size, formatting */
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: lowercase;
}

.navi2 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.navi2 li {
	display: block;
	padding: 1px 0;
}

.navi2 a {
	display: block;
	padding: 4px 9px 5px 9px;
}

.navi2 a:link, .navi2 a:visited {
	/* normal link: colour, style */
	color: #002963;
	text-decoration: none;
}

.navi2 a:hover, .navi2 a:active {
	/* normal link rollover: colour, style */
	color: #FFF;
	text-decoration: none;
	background: #4a6790;
}

.navc2 a:link, .navc2 a:visited {
	/* current link: colour, style */
	color: #002963;
	font-weight: bold;
	text-decoration: underline;
}

.navc2 a:hover, .navc2 a:active {
	/* current link rollover: colour, style */
	color: #FFF;
	text-decoration: none;
	background: #4a6790;
}

li.navh2 {
	/* header text */
	margin: 0 0 10px 0;
	padding: 12px 8px 8px 8px;
	color: #002963;
	font-size: 16px;
	font-weight: normal;
	border-bottom: 1px solid #b5b5b5;
	text-transform: lowercase;	
}

/* ---- nav style 2 (Vertical Text - Sub Nav 2) ---- */
.navi3 {
	/* common font face, size, formatting */
	padding: 0 0 0 13px;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.navi3 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.navi3 li {
	display: block;
	padding: 3px 0;
}

.navi3 a {
	display: block;
	padding: 0 0 0 12px;
}

.navi3 a:link, .navi3 a:visited {
	/* normal link: colour, style */
	color: #002963;
	font-weight: normal;
	text-decoration: none;
	background: none;
}

.navi3 a:hover, .navi3 a:active {
	/* normal link rollover: colour, style */
	color: #002963;
	font-weight: normal;
	text-decoration: underline;
	background: none;
}

.navc3 a:link, .navc3 a:visited {
	/* current link: colour, style */
	color: #002963;
	font-weight: bold;
	text-decoration: none;
	background: url(../graphics/system/stz_v2_col1_subnav2_current.gif) no-repeat 0 2px;
}

.navc3 a:hover, .navc3 a:active {
	/* current link rollover: colour, style */
	color: #002963;
	font-weight: bold;
	text-decoration: underline;
	background: url(../graphics/system/stz_v2_col1_subnav2_current.gif) no-repeat 0 2px;
}

/* ---- nav style 4 (Drop Down Menu, Lv 1) ---- */
.navi4 {
	position: absolute;
	z-index: 100;
	display: none;
	padding: 6px 0 8px 0;
	border: none;
	width: 113px;
	font-size: 11px;
	color: #002963;
	background: url(../graphics/system/stz_v2_dropdown_mainbg.png);
}

*html .navi4 {
	background-image: none;
	background-color: #FFF;
}

.navi1 .navi4 ul {
	margin: 0;
	padding: 0;
	height: auto;
	width: auto;
	list-style: none;
}

* html .navi1 .navi4 ul {
	position: static;
}

.navi1 .navi4 ul li {
	position: relative;
	list-style: none;
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
}

* html .navi1 .navi4 ul li {
	position: static;
}

html>body .navi4 ul li {
	height: auto;
}

.navi4 ul li a {
	display: block;
	padding: 4px 10px 4px 10px;
	border: none;
	width: 93px;
	height: 18px;
	white-space: normal;
	clear: both;
	float: left;
}

* html .navi4 ul li a {
	float: none;
	display: inline-block;
}

html>body .navi4 ul li a {
	height: auto;
}

/* non-Mac IE 5 - reset nav div to normal \*/
.navi4 {
	top: auto;
}
/* end Mac IE 5 hack */

.navi4 a:link, .navi4 a:visited {
/* normal link: colour, style */
	position: relative;
	color: #002963;
	font-weight: normal;
	text-decoration: none;
	background: none;
}

* html .navi4 a:link, *html .navi4 a:visited {
	position: static;
}

.navi4 a:hover, .navi4 a:active {
/* normal link rollover: colour, style */
	position: relative;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	background: url(../graphics/system/stz_v2_dropdown_rolloverbg.png);
}

* html .navi4 a:hover, * html .navi4 a:active {
	background-image: none;
	background-color: #44628b;
}

.navc4 a:link, .navc4 a:visited {
/* normal link: colour, style */
	position: relative;
	color: #002963;
	font-weight: normal;
	text-decoration: none;
	background: none;
}

.navc4 a:hover, .navc4 a:active {
/* normal link rollover: colour, style */
	position: relative;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	background: url(../graphics/system/stz_v2_dropdown_rolloverbg.png);
}

* html .navc4 a:hover, * html .navc4 a:active {
	background-image: none;
	background-color: #44628b;
}

/* ---- nav style 5 (Drop Down Menu, Lv 2) ---- */
.navi1 .navi4 .navi5 {
	position: absolute !important;
	float: none;
	z-index: 100;
	display: none;
	margin: 0 0 0 113px;
	padding: 6px 0 8px 3px;
	border: none;
	width: 113px;
	font-size: 11px;
	color: #002963;
	background: url(../graphics/system/stz_v2_dropdown2_mainbg.png) repeat-y left top;
}

* html .navi1 .navi4 .navi5 {
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0 0; 
	background-color: none;
	background: url(../graphics/system/stz_v2_dropdown2_ie6_mainbg.gif) repeat-y left top;
}

/* LET THE HACKS COMMENCE */

/* IE7 only */
*+html .navi1 .navi4 .navi5 {
	margin: 0;
}

* html .navi1 .navi4 .navi5 {
	margin: 0;
}

.navi1 .navi4 .navi5 ul {
	position: static;
	float: none;
	margin: 0;
	padding: 0;
	height: auto;
	width: auto;
	list-style: none;
	border: none;
}

.navi1 .navi4 .navi120 ul li {
	position: relative;
	list-style: none;
	float: none;
	display: block;
	margin: 0;
	padding: 0;
}

* html .navi1 .navi4 .navi120 ul li {
	position: relative;
}

html>body .navi1 .navi4 .navi5 ul li {
	height: auto;
}

.navi1 .navi4 .navi5 ul li a {
	display: block;
	float: none;
	position: static;
	padding: 4px 10px 4px 10px;
	border: none;
	width: 93px;
	height: 18px;
	white-space: normal;
}

html>body .navi1 .navi4 .navi5 ul li a {
	height: auto;
}

/* non-Mac IE 5 - reset nav div to normal \*/
.navi1 .navi4 .navi5 {
	top: auto;
}
/* end Mac IE 5 hack */

.navi1 .navi4 .navi5 a:link, .navi1 .navi4 .navi5 a:visited {
/* normal link: colour, style */
	position: relative;
	color: #002963;
	font-weight: normal;
	text-decoration: none;
	background: none;
}

* html .navi1 .navi4 .navi5 a:link, .navi1 .navi4 .navi5 a:visited {
	position: static;
}

.navi1 .navi4 .navi5 a:hover, .navi1 .navi4 .navi5 a:active {
/* normal link rollover: colour, style */
	position: relative;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	background: url(../graphics/system/stz_v2_dropdown_rolloverbg.png);
}

* html .navi1 .navi4 .navi5 a:hover, * html .navi1 .navi4 .navi5 a:active {
	background-image: none;
	background-color: #44628b;
}

.navi1 .navi4 .navc5 a:link, .navi1 .navi4 .navc5 a:visited {
/* normal link: colour, style */
	position: relative;
	color: #002963;
	font-weight: normal;
	text-decoration: none;
	background: none;
}

.navi1 .navi4 .navc5 a:hover, .navi1 .navi4 .navc5 a:active {
/* normal link rollover: colour, style */
	position: relative;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	background: url(../graphics/system/stz_v2_dropdown_rolloverbg.png);
}

* html .navi1 .navi4 .navc5 a:hover, * html .navi1 .navi4 .navc5 a:active {
	background-image: none;
	background-color: #44628b;
}

/* --------- text styles (font face should be defined, to ensure admin compatibility) --------- */
h1, .t0, .t1, .t2, .t3, .t4 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

/* ---- title text style ---- */
h1, .t0 {
	color: #002963;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 5px 0;
	text-transform: none;
}

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: #002963;
	font-size: 15px;
	font-weight: bold;
}

.t1 a:link, .t1 a:visited {
}

.t1 a:hover, .t1 a:active {
}

/* --------- text style 2 --------- */
.t2 {
	color: #002963;
	font-size: 13px;
	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: normal;	
}

.t3 a:hover, .t3 a:active {
}

/* --------- text style 4 --------- */
.t4 {
/*	color: #555; */
	font-size: 10px;
}

.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 --------- */
/* --- home, column 1 shadowed block wrapper --- */
.col1wrapper {
	margin: 0 0 3px 0;
	width: 257px;
}

.col1wrappertop {
	width: 257px;
	height: 10px;
	line-height: 1px;
	font-size: 1px;
	background: url(../graphics/system/stz_v2_col1_wrapper_top.png) no-repeat left top;
}

* html .col1wrappertop {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../graphics/system/stz_v2_col1_wrapper_top.png',sizingMethod='scale');
}

.col1wrappermid {
	padding: 0 11px;
	width: 235px;
	background: url(../graphics/system/stz_v2_col1_wrapper_mid.png) repeat-y left top;
}

* html .col1wrappermid {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../graphics/system/stz_v2_col1_wrapper_mid.png',sizingMethod='scale');
}

.col1wrapperbtm {
	width: 257px;
	height: 10px;
	line-height: 1px;
	font-size: 1px;
	background: url(../graphics/system/stz_v2_col1_wrapper_btm.png) no-repeat left top;
}

* html .col1wrapperbtm {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../graphics/system/stz_v2_col1_wrapper_btm.png',sizingMethod='scale');
}

.col1wrappertitle {
	padding: 6px 9px 6px 9px;
	width: 215px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background: #464444 url(../graphics/system/stz_v2_col1_wrapper_headerbg.gif) no-repeat left top;
}

.col1wrappertitle a:link, .col1wrappertitle a:visited,
.col1wrappertitle a:hover, .col1wrappertitle a:active {
	position: relative;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

.col1wrappercontent {
	padding: 5px 3px 5px 3px;
}

.col1wrappercontent a:link, .col1wrappercontent a:visited,
.col1wrappercontent a:hover, .col1wrappercontent a:active {
	position: relative;
}

/* --- homepage scroller box style settings --- */
.scrollerboxouter {
	position: relative;
	z-index: 15;
	visibility: visible;
	top: 0;
	left: 0;
	margin: 0;
	border: none;
  	width: 229px;
	height: 94px;
	text-align: left;
	overflow: hidden;
	clip: rect(0 229px 94px 0);
	background: #FFF;
}

.scrollerboxinner {
	position: absolute;
	z-index: 14;
	left: 0;
	top: 94px;
	visibility: visible;
	margin: 0;
	padding: 0 5px;
}

/* --- home, column 2 latest news block wrapper - special functionality --- */
.latestnews {
	display: inline;
	float: right;
	margin: 0 0 30px 12px;
	width: 283px;	
}

.latestnewstitle {
	padding: 16px 16px;
	border-bottom: 5px solid #FFF;
	color: #FFF;
	font-size: 18px;
	font-style: italic;
	background: url(../graphics/system/stz_v2_col2_latestnewsbox_headerbg.gif) no-repeat left top;
}

.latestnewscontent {
	padding: 10px 6px 10px 8px;
	width: 269px;
	min-height: 279px;
	height: auto !important;
	height: 279px;
	background: #cdcccc url(../graphics/system/stz_v2_col2_latestnewsbox_btm.gif) no-repeat right bottom;
}

.latestnewscontent a:link, .latestnewscontent a:visited,
.latestnewscontent a:hover, .latestnewscontent a:active {
	font-weight: bold;
}

/* --- optional header --- */
#optionalheader {
	margin: 0 -9px 6px -9px;
	width: 706px;
}

#optionalheadertop {
	width: 706px;
	height: 7px;
	line-height: 1px;
	font-size: 1px;
	background: url(../graphics/system/stz_v2_col2_optionalheader_top.png) no-repeat left top; 
}	

* html #optionalheadertop {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../graphics/system/stz_v2_col2_optionalheader_top.png',sizingMethod='scale');
}

#optionalheadermid {
	width: 692px;
	padding: 0 7px;
	background: url(../graphics/system/stz_v2_col2_optionalheader_mid.png) repeat-y left top; 
}

#optionalheadermid a:link, #optionalheadermid a:visited,
#optionalheadermid a:hover, #optionalheadermid a:active {
	position: relative;
}

* html #optionalheadermid {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../graphics/system/stz_v2_col2_optionalheader_mid.png',sizingMethod='scale');
}	

#optionalheaderbtm {
	width: 706px;
	height: 7px;
	line-height: 1px;
	font-size: 1px;
	background: url(../graphics/system/stz_v2_col2_optionalheader_btm.png) no-repeat left top; 
}	

* html #optionalheaderbtm {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../graphics/system/stz_v2_col2_optionalheader_btm.png',sizingMethod='scale');
}

/* --- regular box --- */
.regularbox {
	display: inline;
	float: right;
	margin: 0 0 30px 12px;
	width: 283px;
}

.regularboxtitle {
	padding: 6px 9px 6px 9px;
	width: 265px;
	border-bottom: 5px solid #FFF;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	background: url(../graphics/system/stz_v2_col2_regularbox_headerbg.gif) no-repeat left top;
}

.regularboxcontent {
	padding: 15px 9px 4px 9px;
	width: 265px;
	min-height: 180px;
	height: auto !important;
	height: 180px;
	background: url(../graphics/system/stz_v2_col2_regularbox_mainbg.png);
}

* html .regularboxcontent {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../graphics/system/stz_v2_col2_regularbox_mainbg.png',sizingMethod='scale');
}

.regularboxcontent a:link, .regularboxcontent a:visited,
.regularboxcontent a:hover, .regularboxcontent a:active {
	position: relative;
	font-weight: bold;
}

.regularboxbtm {
	width: 283px;
	height: 11px;
	line-height: 1px;
	font-size: 1px;
	background: url(../graphics/system/stz_v2_col2_regularbox_btm.png) no-repeat left bottom;
}

* html .regularboxbtm {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../graphics/system/stz_v2_col2_regularbox_btm.png',sizingMethod='scale');
}

/* --- quote box --- */
.quotebox {
	display: inline;
	float: right;
	margin: 0 0 30px 12px;
	width: 283px;
}

.quoteboxinner {
	width: 283px;
	background: url(../graphics/system/stz_v2_col2_regularbox_mainbg.png);
}

* html .quoteboxinner {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../graphics/system/stz_v2_col2_regularbox_mainbg.png',sizingMethod='scale');
}

.quoteboxopen {
	background: url(../graphics/system/stz_v2_col2_quotebox_open.gif) no-repeat left top;
}

.quoteboxclosed {
	padding: 43px 40px 0 16px;
	min-height: 190px;
	height: auto !important;
	height: 190px;
	line-height: normal;
	background: url(../graphics/system/stz_v2_col2_quotebox_closed.gif) no-repeat right bottom;
}

.quoteboxclosed .t1,
.quoteboxclosed .t2,
.quoteboxclosed .t3,
.quoteboxclosed .t4 {
	font-size: 11px;
	color: #002963;
}

.quoteboxclosed a:link, .quoteboxclosed a:visited,
.quoteboxclosed a:hover, .quoteboxclosed a:active {
	position: relative;
	font-weight: bold;
}

.quoteboxbtm {
	width: 283px;
	height: 11px;
	line-height: 1px;
	font-size: 1px;
	background: url(../graphics/system/stz_v2_col2_regularbox_btm.png) no-repeat left bottom;
}

* html .quoteboxbtm {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../graphics/system/stz_v2_col2_regularbox_btm.png',sizingMethod='scale');
}

/* --- video popup --- */
#videocontainer {
	margin: 0 auto;
	width: 330px;
	height: 282px;
}

/* --------- layout style settings (for .asp template only) --------- */
#pagebody {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #464444;
	text-align: center;
}

#toplevel {
	margin: 0 auto;
	padding: 0;
	height: 100%;
	width: 984px;
	text-align: left;
	background: url(../graphics/system/stz_v2_inside_ghostedlogo.gif) no-repeat center bottom;
}

.main-background {
	background: url(../graphics/system/stz_v2_inside_mainbg.gif) repeat-y center top;
}

#header-background {
	margin: 0 0 -501px 0;
	height: 501px;
	background: url(../graphics/system/stz_v2_inside_headerbg.jpg) no-repeat 12px 0;
}

#header {
	height: 150px;
}

#headerlogo {
	position: absolute;
	margin: 25px 0 0 41px;
}

#headertagline {
	position: absolute;
	margin: 112px 0 0 563px;
	width: 384px;
	font-size: 15px;
	font-style: italic;
	color: #002963;
	text-align: right;
}

#columns {
	margin: 0 11px 0 12px;
	width: 961px;
}

#column1 {
	padding: 0 12px 50px 20px;
	width: 197px;
}

#column2 {
	padding: 0 19px 50px 23px;
	width: 690px;
	min-height: 570px;
	height: auto !important;
	height: 570px;
}

#column2 .t3 {
	line-height: 20px; 
}

#subnavboxtop {
	width: 197px;
	height: 10px;
	line-height: 1px;
	font-size: 1px;
	background: url(../graphics/system/stz_v2_col1_subnav_top.png) no-repeat left top;
}

* html #subnavboxtop {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../graphics/system/stz_v2_col1_subnav_top.png',sizingMethod='scale');
}

#subnavboxmid {
	padding: 5px 18px 5px 18px;
	width: 161px;
	min-height: 290px;
	height: auto !important;
	height: 290px;
	background: url(../graphics/system/stz_v2_col1_subnav_mid.png) repeat-y left top;
}

#subnavboxmid a:link, #subnavboxmid a:visited,
#subnavboxmid a:hover, #subnavboxmid a:active {
	position: relative;
}

* html #subnavboxmid {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../graphics/system/stz_v2_col1_subnav_mid.png',sizingMethod='scale');
}

#subnavboxbtm {
	width: 197px;
	height: 10px;
	line-height: 1px;
	font-size: 1px;
	background: url(../graphics/system/stz_v2_col1_subnav_btm.png) no-repeat left top;
}

* html #subnavboxbtm {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../graphics/system/stz_v2_col1_subnav_btm.png',sizingMethod='scale');
}

#footcell {
	vertical-align: bottom;
}

#footer {
	margin: 0 11px 0 12px;
	padding: 10px 15px 0 0;
	height: 22px;
	width: 946px;
	background: #FFF;
}

#footertext {
	float: right;
	text-align: right;
	color: #000;
	font-size: 10px;
}

#footertext a:link, #footertext a:visited {
	color: #000;
	text-decoration: underline;
}

#footertext a:hover, #footertext a:active {
	color: #000;
	text-decoration: underline;
}

#flux-tabbox {
	display: inline;
	float: right;
	margin: 0 0 30px 12px;
	width: 283px;	
}

#flux-tabheader {
	padding: 16px;
	border-bottom: 5px solid #FFF;
	height: 18px;
	color: #FFF;
	font-size: 18px;
	font-style: italic;
	background: url(../graphics/system/stz_v2_col2_latestnewsbox_headerbg.gif) no-repeat left top;
}

.latestnewscontent a:link, .latestnewscontent a:visited,
.latestnewscontent a:hover, .latestnewscontent a:active {
	font-weight: bold;
}

#flux-tabbox .current {
	display: block;
}

#flux-tabpanel {
	position: absolute;
	margin-top: 267px;
	padding: 0 0 0 10px;
}

.flux-tabtitle {
	float: left;
	padding: 5px;
	font-size: 11px;
	font-weight: bold;
	font-style: none;
	text-decoration: underline;
	color: #003772;
	cursor: hand;
	cursor: pointer;
}

.flux-tabcontent {
	display: none;
	clear: both;
	padding: 10px 6px 10px 8px;
	width: 269px;
	height: 279px;
	background: #cdcccc url(../graphics/system/stz_v2_col2_latestnewsbox_btm.gif) no-repeat right bottom;
}

.flux-tabinner {
	height: 257px;
	overflow: hidden;
}

.flux-tabinner .t3 a:link, .flux-tabinner .t3 a:visited {
	position: relative;
	font-weight: bold;
	text-decoration: underline;
}

.flux-tabinner .t3 a:hover, .flux-tabinner .t3 a:active {
	position: relative;
	font-weight: bold;
	text-decoration: none;
}

.link-hover {
	text-decoration: none !important;
}
