body {
	background: #EE913B;
	/*background: #3B3A3C url('../images/bg_large.jpg') no-repeat fixed  50% 0%;*/
	font-family:Arial, Verdana Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	line-height:200%;
	text-align: left;	
	margin: 0;
	height:100%;
}




/* 
========== MAIN LAYERS ==========
*/

div.outer {
  position: absolute;
  left: 50%;
  width: 802px;
  margin-left: -400px; /* half of width */
	overflow: hidden;
	height:100%;
	border: #cc0000;
	/* border: 1px solid #E9E9EA; */
}

td.outerleft{
	background: #000 url('../images/nzobgdance.jpg'); 
	border-right: 1px solid #333; 
	background-position: top right;
}
td.outermiddle{ 
	border-right: 1px solid #FF9933
}
td.outerright{
	background: #000 url('../images/nzologobar.jpg'); 
	background-repeat: no-repeat;
	border-right: 1px solid #CC0033; 
	background-position: top left;
}

hr {
	color: #333;
	background-color: #333;
	height: 1px;

}
div.main  {
	width:800px;
	border 0px;
}

div.topspacer{
	height: 147px;
}
div.transpbar{
	height: 150px;
	background: #444;
	filter:alpha(opacity=40);
	-moz-opacity:.40;
	opacity:.40; 
}
	
div.title {
	float:left;
	position: relative;
	top:138px;
	left:60px;
	font-size: 30px;	
	line-height:30px;
	z-index:40;
	color: #fff;
}
		
div.top {
  width:800px;
  height:150px;
  background:#333;
  z-index:10;
}

div.headholder{
	width: 800px;
	height: 150px;
	overflow:hidden;
	position: relative;
}

div.headtransp{
	height: 16px;
	position: relative;
	top: -150px;
	background: #333;
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60; 
}

div.address{
	text-align: right;
	color: #FF9933;
	width: 135px;
	position: relative;
	top:-180px;
}


div.middle {
	width: 800px;
	min-height: 500px;
} 

div.content {
	width: 680px;
	position:relative;
	left:60px;
	position: relative;
	top: 60px;
} 


div.contentleft {
	padding-left:25px;
	width: 375px;
	float: left;
} 
 
div.contentright{
	padding-right:25px;
	width: 375px;
	float: left;
}


div.bottom {
	width:800px;
  height:30px;
  color:#3B3A3C;
  background:#D1D3D4;
  text-align: center;
  font-size:9px;
} 

div.creativedata {
  text-align: center;
  position: relative;
  top:-30px;
}

a:link.creativedata, a:visited.creativedata {
	font-family:Arial, Verdana Helvetica, sans-serif;
	font-size:11px;
	color:#444;
	text-decoration: none;
}

a:hover.creativedata {
	color:#999; 
	text-decoration: none;
} 



/* 
========== MENU STYLES ==========
*/
 
div.menu {
	float: left;
  height:22px;
  width: 760px;  
	font-size:10px;
	color: #000;	
	text-align: right;
	position: relative;
	top: 100px;
	left: 0px;
	z-index:40;
}

div.submenu {
	float: left;
  height:16px;
  width: 680px;  
	font-size:10px;
	color: #000;	
	text-align: left;
	position: relative;
	top: 0px;
	left: 60px;
	z-index:40;
}
  
.menu ul, .submenu ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.menu li {
	display:inline;
	font-weight: normal;
	margin-left:10px;
}

.submenu li{
	display:inline;
	font-weight: normal;
	margin-right:10px;
}

a.menu:link, a.menu:visited{
	font-family:Arial, Verdana Helvetica, sans-serif;
	font-size:10px;
	color:#000;
	text-decoration: none;
}

a.menu:hover { 
	color:#333;
	text-decoration: none; 
} 

a.submenu:link, a.submenu:visited{
	font-family:Arial, Verdana Helvetica, sans-serif;
	font-size:10px;
	color:#000;
	text-decoration: none;
}

a.submenu:hover { 
	color:#D1D3D4;
	text-decoration: none; 
} 

 

/* 
========== GENERAL IMAGE STYLES ==========
*/

div.image img{
	border:1px solid #ccc;
}

div.image {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 6px;
}


/* 
========== GENERAL TEXT STYLES ==========
*/

h1 { 
	margin:0px; 
	color:#000;
	text-align:left;
	font-size: 13px;
/*	
	color:#fff;
	border-bottom:5px solid #edc0df;
	background: #555;
*/
} 
h1.join { 
	margin:0px; 
	color:#fff;
	text-align:left;
	font-size: 13px;
/*	
	color:#fff;
	border-bottom:5px solid #edc0df;
	background: #555;
*/
} 

h2 {
	margin:0px;
	font-size:14px;
	font-weight: bold;
	color: #000;
}
 

h3 { 
	margin:0px;
	font-size:14px;
	color:#140958;
	text-align:center;
} 

a:link, a:visited {
	color:#000; 
	text-decoration: none;
}

a:hover {
	color:#000; 
	text-decoration: underline;
} 

table {
	font-family:Arial, Verdana Helvetica, sans-serif;
	font-size:11px;
	color:#ccc;
	line-height:200%;
	text-align: left;	
	margin: 0;
}


.subhead {
	color: #FF9933;
}

/* 
========== GENERAL FORM STYLES ==========
*/


.edit{
	float:left;
	border:1px solid #000; 
	background-color: #fff; 
	color: #000; 
	width: 500px; 
	font-size:9pt;
	overflow:auto;
	font-family:Arial, Verdana Helvetica, sans-serif;
}

/*
========== CONTACT MODULE STYLES ==========
*/

div.contactrowContent {
	z-index:2;
	width: 450px; 
	height:45px; 
	float: left;	
}

input.contactBlur{
	float:left;
	border:1px solid #333; 
	background-color: #333; 
	color: #ccc; 
	width: 450px; 
	font-size:11px;
	overflow:auto;
	font-family:Arial, Verdana Helvetica, sans-serif;
}

input.contactFocus{
	float:left;
	border:1px solid #FF9933; 
	background-color: #333; 
	color: #ccc; 
	width: 450px; 
	font-size:11px;
	overflow:auto;
	font-family:Arial, Verdana Helvetica, sans-serif;
}


textarea.contactBlur {
	float:left;
	border:1px solid #333; 
	background-color: #333; 
	color: #ccc; 
	width: 450px; 
	height:113px;
	font-size:11px;
	overflow:auto;
	font-family:Arial, Verdana Helvetica, sans-serif;
}

textarea.contactFocus {
	float:left;
	border:1px solid #FF9933; 
	background-color: #333; 
	color: #ccc; 
	width: 450px; 
	height:113px;
	font-size:11px;
	overflow:auto;
	font-family:Arial, Verdana Helvetica, sans-serif;
}

div.contactblockContent {
	z-index:2;
	width: 450px; 
	height:135px;  
	float: left;
	font-size:11px;
}


div.contactsubmitContent {
	z-index:2;
	width: 450px; 
	height:35px;  
	float: left;
}

input.submit{
	float:left;
	border:1px solid #333; 
	background-color: #333; 
	color: #ccc; 
	width: 70px; 
	font-size:11px;
	font-family:Arial, Verdana Helvetica, sans-serif;
}

div.map {
	float: right;
}

/*
========== JOIN MODULE STYLES ==========
*/
 
div.joinform {
	height: 250px;  
}
input.joinBlur{
	float:left;
	border:1px solid #333; 
	background-color: #333; 
	color: #ccc; 
	width: 250px; 
	font-size:10px;
	height: 13px;
	overflow:auto;
	font-family:Arial, Verdana Helvetica, sans-serif;
}

input.joinHover{
	float:left;
	border:1px solid #666; 
	background-color: #333; 
	color: #ccc; 
	width: 250px; 
	font-size:10px;
	height: 13px;
	overflow:auto;
	font-family:Arial, Verdana Helvetica, sans-serif;
}

input.joinFocus{
	float:left;
	border:1px solid #FF9933; 
	background-color: #333; 
	color: #ccc; 
	width: 250px; 
	font-size:10px;
	height: 13px;
	overflow:auto;
	font-family:Arial, Verdana Helvetica, sans-serif;
}

input.joinsubmit{
	float:left;
	border:1px solid #333; 
	background-color: #333; 
	color: #FF9933; 
	width: 250px; 
	font-size:10px;
	height: 20px;
	font-family:Arial, Verdana Helvetica, sans-serif;
}

div.map {
	float: right;
} 



}

div.pageNumber {
border-bottom: 1px solid #ccc;
text-align: right;
}

div.albumPic {
text-align: center;
width: 700px;

float:left;
margin: 3px;
}

div.albumThumb {
width: 120px;
height: 120px;
float:left;
margin: 3px;
}


div.agendarowThumb {
	width: 65px;  
	height: 60px; 
	float: left;
	font-size:10px;
	text-align:left;
	overflow: hidden;
}

div.agendaRow {
	width: 640px; 
	heigth: 11px;
	float: left;
}

div.agendarowContent {
	z-index:2;
	width: 710px; 
	height:60px; 
	position: relative; 
	float: left;
	border-bottom: 1px solid #000;	
	border-top: 1px solid #000;
	margin-top:8px;
}
div.agendarowContentHover {
	z-index:2;
	width: 710px; 
	height:60px; 
	position: relative; 
	background:#aa723e;
	float: left;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	margin-top:8px;
}

a.nodeco:hover { 
	text-decoration: none;
} 

