* { margin: 0; padding: 0; } 
img { border: 0; }
a { outline: 0; }

body {
	color: #333;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #fff;
}

#systemMessage {
	position: fixed;
	display: block;
	left: 0;
	top: -50px; /* Hide by default */
	width: 100%;
	color: #fff;
	padding: 26px 0px 6px 0px;
	z-index: 10;
	text-align: center;
	cursor: pointer;
	background-color: #2a4e73;
	-moz-box-shadow: 0px 0px 4px #999;
	-webkit-box-shadow: 0px 0px 4px #999;
	box-shadow: 0px 0px 4px #999;
}

#mobileMenuSwitch {
	display: none;
}

#page {
	position: relative;
	width: 100%;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}

#debugHeader {
}

#header {
	position: relative;
	clear: both;
	width: 935px;
	height: 257px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}

#logo {
	position: absolute;
	top: 42px;
	left: 0;
	width: 158px;
	height: 177px;
}

#logo img {
	display: block;
	width: 100%;
}

#band {
	display: block;
	clear: both;
	width: 100%;
	height: 180px;
	background-color: #6d6e70;
}

#band div.content {
	position: relative;
	width: 935px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}

#band img {
	position: absolute;
	top: 0;
}

#band img.bandLeft {
	left: 0;
	width: 600px;
	height: 180px;
}

#band img.bandRight {
	right: -15px;
	width: 315px;
	height: 180px;
}

#stage {
	clear: both;
	width: 100%;
	padding: 55px 0px 0px 0px;
}

#content {
	clear: both;
	width: 935px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}

#footer {
	clear: both;
	position: relative;
	width: 100%;
	height: 100px;
	margin: 40px 0px 0px 0px;
	border-top: 1px solid #e6e6e6;
	padding: 50px 0px 0px 0px;
}

#footerContent {
	clear: both;
	width: 935px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}

#footer p {
	margin: 0;
	padding: 0;
	line-height: 16px;
	font-size: 8pt;
	color: #bbbdbf;
	text-align: center;
	letter-spacing: 0.3em;
}

#footer p a {
	color: #bbbdbf;
}

/* menu *********************/

#navBar {
	position: absolute;
	display: block;
	height: 25px;
	padding: 0px 0px 0px 0px;
	top: 170px;
	right: 0px;
	list-style: none;
}

#navBar li {
	display: inline-block;
	list-style-type: none;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	position: relative;
	height: 25px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

#navBar li a {
	display: block;
	padding: 0px 0px 0px 0px;
	color: #6d6e70; /* Dark grey */
}

#navBar li a:hover, #navBar li.selected ul a:hover {
	color: #fbb116; /* Orange */
}

#navBar li.selected a {
	color: #fbb116; /* Orange */
}

#navBar li.selected ul a {
	color: #6d6e70; /* Dark grey */
}

/* subNavBar ******************************/

#subNavBar {
	position: absolute;
	display: block;
	padding: 0px 0px 0px 0px;
	top: 52px;
	right: 0px;
	height: 20px;
}

#subNavBar li {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	font-size: 9pt;
	font-weight: 500;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	list-style-type: none;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
}

#subNavBar li a {
	color: #2a4e73; /* Dark blue */
}

#subNavBar li a:hover {
	color: #fbb116; /* Orange */
}

#subNavBar li.selected a {
	color: #fbb116; /* Orange */
}

#subNavBar li img {
	vertical-align: text-bottom;
}

/* pulldown menu *********************/

ul#navBar li ul { 
	background: #fff; 
	padding: 0px 0px 0px 0px;
	filter:alpha(opacity=90);-moz-opacity:.90;opacity:.90;
	border-left: 1px solid #eee; 
}

ul#navBar li li { 
	display: block;
	float: left;
	text-transform: none;
	border-bottom: 1px solid #eee; 
	color: #6d6e70;
	margin: 0 0 0 0;

	/* don't put any more padding */
	width: 200px;
	height: 30px;
	
	/* These 2 should be set dynamically
	border-top: 1px solid #555555;
	border-bottom: 1px solid #000000;
*/
}


ul#navBar li ul li a:hover { 
	border-bottom: 0;
	width: 190px;
	background: #111;
}

ul#navBar ul {
	position: absolute;
	z-index: 99;
	left: -999em;
	top: 25px;
	
	margin: 0px 0px 0px 0px;
	padding: 0;
	width: 200px;
	height: auto;
	border-top: 0;
	border-bottom: 0;

	/* These 3 should be set dynamically
	border-left: 1px solid #555555;
	border-right: 1px solid #000000;
	background: #333333;
*/
}

ul#navBar li li a {
	display: block;
	width: 190px;
	height: 20px;
	line-height: 20px;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	float: left; /* to fix Mac IE 5.2 bug */
	color: #333;
}

/* This "unhides" the sub-menus (left: -999em is what hides them) */
ul#navBar li:hover ul, ul#navBar li.sfhover ul {
	left: -5px;
}



/* 	
	Use it like this
	<li><div class="menuDiv"></div></li>
*/

div.menuDiv {
	display: block; 
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 5px;
	width: 160px;
	background: #ccc;
}









div.columnFull {
	float: left;
	width: 100%;
	overflow: auto;
	padding: 0px 0px 10px 0px;
}

div.columnForm {
	float: left;
	width: 640px;
	overflow-x: auto;
	padding: 0px 0px 10px 0px;
}

div.columnMain {
	float: left;
	width: 600px;
	padding: 0px 0px 0px 0px;
}

div.columnSide {
	float: right;
	width: 300px;
	padding: 0px 0px 0px 0px;
}

div.columnParent {
	float: left;
	clear: both;
	width: 100%;
	overflow: auto;	
}

div.columnLeft {
	float: left;
	clear: both;
	width: 45%;
	overflow: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

div.columnRight {
	float: right;
	width: 45%;
	overflow: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

div.columnMainLeft {
	float: left;
	clear: both;
	width: 290px;
	overflow: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-right: 1px solid #e6e6e6;
}

div.columnMainRight {
	float: right;
	width: 290px;
	overflow: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

div.columnBlock {
	float: left;
	width: 100%;
	overflow: auto;
	padding: 0px 0px 10px 0px;
	/* border-bottom: 1px dotted #ccc; */
}

div.borderedBlock {
	float: left;
	width: 418px;
	clear: both;
	overflow: auto;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
}

div.assetArea {
	width: 100%;
	overflow-x: auto;
	padding: 0px 0px 10px 0px;
}

#formColumns {
	clear: both;
	float: left;
	width: 100%;
	padding: 0px 0px 20px 0px;
}

#formColumnLeft {
	float: left;
	width: 640px;
}

#formColumnRight {
	float: right;
	width: 272px;
}

/*
P.I.E. FLOAT CLEARING
See http://www.positioniseverything.net/easyclearing.html 
*/

.clearfix:after {
content: ".";
clear: both;
height: 0;
visibility: hidden;
display: block;
}

.clearfix {
display: inline-block; /* Fixes IE/Mac */
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */		

