@import url(../common.css);

/*  --------- default text links --------- */
/* should contain only colour definitions, no font, size, weight, etc */
a, a:link {
	color: #FFF;
	text-decoration: underline;		
}

a:visited {
	color: #FFF;
	text-decoration: underline;	
}

a:hover, a:active {
	color: #FFFF37;
	text-decoration: underline;
}

/* ------ custom form elements style ------ */
.formfieldemail {
	display: none;
}

.emailform {
	width: 495px;
}

.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: 305px;
	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/pnw/system/formfieldmandatory_star.gif) no-repeat top left;
}

.formfieldwidelabel {
	padding: 15px 0 10px 0;
	font-weight: bold;
}

.formfieldwidelabel .formfieldstar {
	visibility: hidden;
}

/*-- 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;
}

/* --------- navigation styles --------- */
/* ---- nav style 200920 (Flowing Text, Footer Nav) ---- */
.footernav {
	/* common font face, size, formatting */
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.footernav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footernav li {
	display: inline;
}

.footernav a:link, .footernav a:visited {
	/* normal link: colour, style */
	color: #FFF;
	text-decoration: none;
}

.footernav a:hover, .footernav a:active {
	/* normal link rollover: colour, style */
	color: #FFF;
	text-decoration: underline;
}

.footernavc a:link, .footernavc a:visited {
	/* current link: colour, style */
	color: #FFF;
	text-decoration: underline;
}

.footernavc a:hover, .footernavc a:active {
	/* current link rollover: colour, style */
	color: #FFF;
	text-decoration: underline;
}

/* ---- nav style 200922 (Flowing Text, Main Nav) ---- */
.mainnav {
	/* common font face, size, formatting */
	position: absolute;
	z-index: 10;
	margin: 182px 0 0 17px;
	padding: 0 15px 0 174px;
	width: 511px;
	height: 41px;
	color: #FFF;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: lowercase;
	background: url(../../graphics/pnw/system/pnw-mainnavbg.jpg) no-repeat left top;
}

.mainnav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.mainnav li {
	display: block;
	float: left;
	padding: 0 10px 0 0;
}

.mainnav a {
	display: block;
	padding: 9px 0 0 0;
	height: 24px;
	white-space: nowrap;
	width: 20px;
}

html>body .mainnav a {
	width: auto;
}

.mainnav a:link, .mainnav a:visited {
	/* normal link: colour, style */
	color: #FFF;
	text-decoration: none;
}

.mainnav a:hover, .mainnav a:active {
	/* normal link rollover: colour, style */
	color: #FFF;
	text-decoration: underline;
}

.mainnavc a:link, .mainnavc a:visited {
	/* current link: colour, style */
	color: #FFF;
	text-decoration: underline;
}

.mainnavc a:hover, .mainnavc a:active {
	/* current link rollover: colour, style */
	color: #FFF;
	text-decoration: underline;
}

/* ---- nav style 200920 (Flowing Text, venue Nav) ---- */
.venuenav {
	/* common font face, size, formatting */
	position: absolute;
	z-index: 3;
	margin: 16px 0 0 190px;
	width: 360px;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}

.venuenav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.venuenav li {
	display: inline;
}

.venuenav a:link, .venuenav a:visited {
	/* normal link: colour, style */
	color: #FFF;
	text-decoration: none;
}

.venuenav a:hover, .venuenav a:active {
	/* normal link rollover: colour, style */
	color: #FFF;
	text-decoration: underline;
}

.venuenavc a:link, .venuenavc a:visited {
	/* current link: colour, style */
	color: #FFF;
	text-decoration: underline;
}

.venuenavc a:hover, .venuenavc a:active {
	/* current link rollover: colour, style */
	color: #FFF;
	text-decoration: underline;
}

/* ---- nav style 200924 (Flowing Graphics, Social Network Nav) ---- */
.socialnetnav {
	position: absolute;
	margin: 11px 0 0 652px;
	padding: 0;
	width: 62px;
}

.socialnetnav ul, .socialnetnav li {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}

.socialnetnav li {
	display: block;
	float: left;
	margin: 0 0 0 6px;
	line-height: 0;
	font-size: 0;
}

/* ---- nav style 200926 (Flowing Graphics, Subscribe Nav) ---- */
.subscribenav {
	position: absolute;
	margin: 11px 0 0 581px;
	padding: 0;
	width: 70px;
}

.subscribenav ul, .subscribenav li {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}

.subscribenav li {
	display: block;
	float: left;
	margin: 0;
	line-height: 0;
	font-size: 0;
}

/* ---- nav style 200925 (Drop Down Menu) ---- */
.dropdownnav {
	position: absolute;
	z-index: 100;
	display: none;
	margin: 0;
	padding: 4px 7px;
	border: none;
	width: 100px;
	font-size: 12px;
	color: #FFF;
	background: #384a3d;
}

.mainnav .dropdownnav ul {
	margin: 0;
	padding: 0;
	height: auto;
	width: auto;
	list-style: none;
}

.mainnav .dropdownnav ul li {
	list-style: none;
	clear: both;
	float: none;
	display: block;
	margin: 0;
	padding: 0;
}

html>body .mainnav .dropdownnav ul li {
	height: auto;
}

.dropdownnav ul li a {
	display: block;
	clear: both;
	float: none;
	padding: 3px 0;
	border: none;
	width: 100px;
	height: 12px;
	white-space: normal;
}

html>body .mainnav .dropdownnav ul li a {
	height: auto;
}

/* non-Mac IE 5 - reset nav div to normal \*/
.dropdownnav {
	top: auto;
}
/* end Mac IE 5 hack */

.dropdownnav a:link, .dropdownnav a:visited {
/* normal link: colour, style */
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	background: none;
}

.dropdownnav a:hover, .dropdownnav a:active {
/* normal link rollover: colour, style */
	color: #f5bd4f;
	font-weight: normal;
	text-decoration: none;
	background: none;
}

.dropdownnavc a:link, .dropdownnavc a:visited {
/* normal link: colour, style */
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	background: none;
}

.dropdownnavc a:hover, .dropdownnavc a:active {
/* normal link rollover: colour, style */
	color: #f5bd4f;
	font-weight: normal;
	text-decoration: none;
	background: none;
}

/* --------- 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: 23px;
	margin: 0 0 20px 0;
	padding: 0 0 6px 0;
	border-bottom: 1px solid #ea9627;
}

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: 16px;
	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; */
	line-height: 18px;
}

.t3 a:link, .t3 a:visited {
	font-weight: normal;	
}

.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 {
}

/* --------- 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 --------- */
/* -- divider line for chalk board -- */
.chalkboarddivider {
	clear: both;
	float: none;
	margin: 8px 0;
	width: 112px;
	height: 4px;
	font-size: 0;
	line-height: 0;
	background: url(../../graphics/pnw/system/pnw-chalkboard-divider.gif) no-repeat left top;
}

/* --------- layout style settings (for .asp template only) --------- */
#pagebody {
	color: #FFF;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	text-align: center;
	background: #000 url(../../graphics/pnw/system/pnw-pagebg.jpg) repeat-x left top;
}

#toplevel {
	margin: 0 auto;
	width: 723px;
	height: 100%;
	text-align: left;
	background: #601117 url(../../graphics/pnw/system/pnw-mainbg.jpg) repeat-y left top;
}

#header {
	position: absolute;
	z-index: 100;
	width: 723px;
	height: 223px;
}

#rhshadow {
	position: absolute;
	margin: 0 0 0 723px;
	width: 18px;
	height: 541px;
	background: url(../../graphics/pnw/system/pnw-mainbg-shadow-rhs.png) no-repeat left top;
}

*html #rhshadow {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../graphics/pnw/system/pnw-mainbg-shadow-rhs.png',sizingMethod='scale');
}

#lhshadow {
	position: absolute;
	margin: 0 0 0 -18px;
	width: 18px;
	height: 541px;
	background: url(../../graphics/pnw/system/pnw-mainbg-shadow-lhs.png) no-repeat left top;
}

*html #lhshadow {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../graphics/pnw/system/pnw-mainbg-shadow-lhs.png',sizingMethod='scale');
}

#logo {
	position: absolute;
	z-index: 12;
	margin: 0;
	width: 217px;
	height: 182px;
	background: url(../../graphics/pnw/system/pnw-header-logo.png) no-repeat left top;
}

*html #logo {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../graphics/pnw/system/pnw-header-logo.png',sizingMethod='scale');
}

#logolink {
	position: absolute;
	z-index: 99;
	display: block;
	margin: 22px 0 0 11px;
	width: 147px;
	height: 154px;
	font-size: 1px;
	line-height: 1px;
	text-decoration: none;
	background: none;
}

#bannershadow {
	position: absolute;
	z-index: 1;
	margin: 40px 0 0 129px;
	width: 594px;
	height: 142px;
	background: url(../../graphics/pnw/system/pnw-header-banner-shadow.jpg) no-repeat left top;
}

#bannerregion {
	width: 582px;
	height: 128px;
	overflow: hidden;
	background: #FFF;
}

#bannerregion .fluximg-al {
	position: absolute;
	visibility: hidden;
}

#bannerregion .fluximg-al img {
	position: static;
}

#venuename {
	position: absolute;
	z-index: 11;
	margin: 192px 0 0 18px;
	width: 148px;
	text-align: center;
	text-transform: uppercase;
}

#column1 {
	width: 191px;
}

#column1inner {
	padding: 223px 0 15px 15px;
}

#chalkboarda {
	width: 153px;
	height: 71px;
	font-size: 0;
	line-height: 0;
	background: url(../../graphics/pnw/system/pnw-chalkboard-top.png) no-repeat left top;
}

* html #chalkboarda {
	background: none;
	background: url(../../graphics/pnw/system/pnw-chalkboard-top.gif) no-repeat left top;
}

#chalkboardb {
	padding: 10px 16px 0 22px;
	width: 115px;
	min-height: 90px;
	height: auto !important;
	height: 90px;
	background: url(../../graphics/pnw/system/pnw-chalkboard-mid.png) repeat-y left top;
}

* html #chalkboardb {
	background: none;
	background: url(../../graphics/pnw/system/pnw-chalkboard-mid.gif) repeat-y left top;
}

#chalkboardb .t1,
#chalkboardb .t2 {
	font-size: 12px;
	font-weight: bold;
}

#chalkboardb .t3 {
	font-size: 11px;
	line-height: normal;
}

#chalkboardc {
	width: 153px;
	height: 61px;
	font-size: 0;
	line-height: 0;
	background: url(../../graphics/pnw/system/pnw-chalkboard-btm.png) no-repeat left top;
}

*html #chalkboardc {
	background: none;
	background: url(../../graphics/pnw/system/pnw-chalkboard-btm.gif) no-repeat left top;
}

#column2 {
	padding: 236px 37px 15px 0;
	width: 495px;
}

#footcell {
	vertical-align: bottom;	
}

#footer {
	padding: 20px 10px 30px 10px;
	text-align: center;
	background: #000;
}