body { 
	background-color: gray; 
	color: #666; 
	background:url(../images/bkgrnd_grn.gif) top center repeat;
	background-color:#236436;
	margin:0px;
}

body, p, ol, ul, td {
  font-family: Trebuchet MS, arial, helvetica, sans-serif;
  font-size:   14px;
  line-height: 18px;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

a { color: #166633; text-decoration:none; }
a:visited { color: #166633; }
a:hover { color: #166633; background-color:transparent; text-decoration:underline; }

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

.flash_message{
	color:red;
	margin-top:20px;
	margin-left:20px;
	padding:0px;
	font-weight:bold;
}

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid gray;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}

img.logo{ 
    float:left;
	margin:0px;
	padding:0px;
	margin-left:35px;
	margin-top:10px;
	margin-bottom:20px;
    border:0px;
}

h1{
	font-size:30px;	
	color:#166633;
}

h3{
	font-size:1.5em;
	color:#2c4c8c;
}

label{
	color:#2c4c8c;
	padding:0px;
	font-weight:bold;
}

table{
	border:1px solid #ccc;
}

th{
	text-align:left;
	padding:5px;
}

td{
	padding:5px;
}

.admin_hdr{
	font-size:18px;
	color:#166633;
}

#page-wrapper{
	width:100%;
	height:759px;
	border-top:50px solid #2c4c8c;
	background:url(../images/bkgrnd.gif) top center repeat-x;	
}

#outer-wrapper{
	position:absolute;
	top:40px;
	width:762px;
	left:50%;
	margin-left:-381px;
	text-align:left;
}

#hdr-bar{
	float:left;
	background:url(../images/body-top.gif) top left no-repeat;
	height:18px;
	width:100%;
	padding:0px;
	margin:0px;
}
	
#inner-wrapper{
	float:left;
	width:100%;	
	background:url(../images/body-background.gif) top left repeat-y;
	padding:0px;
	margin:0px;
}

#hdr{
	width:100%;
}

img.centered { 
	padding:0px;
    border:0px;
    margin-left:auto;
    margin-right:auto;
	vertical-align:middle;	
}

#hdr-left{
	float:left;
	width:214px;
	height:230px;
	text-align:center;
}

#hdr-right{
	float:left;
	width:548px;
	height:230px;
	text-align:right;
	background:url(../images/heading.gif) center center no-repeat;
}

#hdr label{
	margin-top:10px;
	margin-right:30px;	
	font-weight:bold;
	color:black;
	border-top:1px solid gray;
	border-bottom:1px solid gray;
	background-color:#fff;
	padding:3px;
}

#hdr heading{
	font-size:30px;
	margin-top:10px;
	margin-right:30px;	
	font-weight:bold;
	color:#006B33;
}

#menubar{
	float:left;
	width:762px;
	height:48px;
	text-align:center;
	background:url(../images/menu_bkgrnd.png) top center repeat-x;
}

#menubar a{
	text-decoration:none;
}

#menubar a:hover{
	background-color:transparent;	
	text-decoration:underline;

}

#main-menu {
	margin-left:auto;
	margin-right:auto;
	height:48px;
	width:634px;
	background:url(../images/menu_seperator.png) top center repeat-x;
}

#bdy-container{
	float:left;
	width:762px;
	margin-left:3px;
}

#bdy-left{
	float:left;
	width:535px;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:20px;
}

#bdy-right{
	padding-top:15px;
	float:left;
	width:197px;
}

#bdy-whole{
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
	float:left;
	width:722px;
}

#ftr{
	clear:both;
	width:100%;
	padding-top:27px;
	padding-bottom:10px;
	vertical-align:middle;
	font-size:.8em;
	text-align:center;
}

#ftr-bar{
	float:left;
	background:url(../images/body-bottom.gif) bottom left no-repeat;
	height:19px;
	width:100%;
	margin-bottom:5px;
}

#column-top{
	background:url(../images/column-top.gif) bottom center no-repeat;
	height:50px;
	width:186px;
	padding-top:0px;
}

#column-body{
	width:100%;	
	background:url(../images/column-body.gif) top center repeat-y;
	padding-left:8px;
	padding-right:8px;
	width:170px;
	text-align:center;
}

#column-body .heading{
	padding:10px;
	font-size:20px;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:20px;
	color:#2c4c8c;
}

#column-body label{
	padding:10px;
}

#column-bottom{
	background:url(../images/column-bottom.gif) bottom center no-repeat;
	height:15px;
	width:186px;
}

.menu_btn_1{
	margin:0px 0px 0px 1px;
	padding:0px;
	float:left;
	border-width:0px;
}

.menu_btn_1 li{
	display:inline;
}

.menu_btn_1 li a{
	background:url(../images/services.jpg) top center no-repeat;
	float:left;
	text-decoration:none;
	width:109px;
	height:48px;
}

.menu_btn_1 li a:hover {
	background:url(../images/services.jpg) 0px -96px no-repeat;
}

.menu_btn_1 li.current a {
	background:url(../images/services.jpg) 0px -48px no-repeat;	
}

.menu_btn_2{
	margin:0px 0px 0px 1px;
	padding:0px;
	float:left;
	border-width:0px;
}

.menu_btn_2 li{
	display:inline;
}

.menu_btn_2 li a{
	background:url(../images/music.jpg) top center no-repeat;
	float:left;
	text-decoration:none;
	width:81px;
	height:48px;
}

.menu_btn_2 li a:hover{
	background:url(../images/music.jpg) 0px -96px no-repeat;
}

.menu_btn_2 li.current a {
	background:url(../images/music.jpg) 0px -48px no-repeat;	
}

.menu_btn_3{
	margin:0px 0px 0px 1px;
	padding:0px;
	float:left;
	border-width:0px;
}

.menu_btn_3 li{
	display:inline;
}

.menu_btn_3 li a{
	background:url(../images/gigs.jpg) top center no-repeat;
	float:left;
	text-decoration:none;
	width:71px;
	height:48px;
}

.menu_btn_3 li a:hover{
	background:url(../images/gigs.jpg) 0px -96px no-repeat;
}

.menu_btn_3 li.current a {
	background:url(../images/gigs.jpg) 0px -48px no-repeat;	
}

.menu_btn_4{
	margin:0px 0px 0px 1px;
	padding:0px;
	float:left;
	border-width:0px;
}

.menu_btn_4 li{
	display:inline;
}

.menu_btn_4 li a{
	background:url(../images/equipment.jpg) top center no-repeat;
	float:left;
	text-decoration:none;
	width:139px;
	height:48px;
}

.menu_btn_4 li a:hover{
	background:url(../images/equipment.jpg) 0px -96px no-repeat;
}

.menu_btn_4 li.current a {
	background:url(../images/equipment.jpg) 0px -48px no-repeat;	
}



.menu_btn_5{
	margin:0px 0px 0px 1px;
	padding:0px;
	float:left;
	border-width:0px;
}

.menu_btn_5 li{
	display:inline;
}

.menu_btn_5 li a{
	background:url(../images/packages.jpg) top center no-repeat;
	float:left;
	text-decoration:none;
	width:118px;
	height:48px;
}

.menu_btn_5 li a:hover{
	background:url(../images/packages.jpg) 0px -96px no-repeat;
}

.menu_btn_5 li.current a {
	background:url(../images/packages.jpg) 0px -48px no-repeat;	
}

.menu_btn_6{
	margin:0px 1px 0px 1px;
	padding:0px;
	float:left;
	border-width:0px;
}

.menu_btn_6 li{
	display:inline;
}

.menu_btn_6 li a{
	background:url(../images/contact.jpg) top center no-repeat;
	float:left;
	text-decoration:none;
	width:108px;
	height:48px;
}

.menu_btn_6 li a:hover{
	background:url(../images/contact.jpg) 0px -96px no-repeat;
}

.menu_btn_6 li.current a {
	background:url(../images/contact.jpg) 0px -48px no-repeat;	
}

.highlight{
	background:url(../images/highlight-center.jpg) top center repeat-y;
	width:535px;
}

.highlight-top{
	float:left;
	width:535px;
	background:url(../images/highlight-top.jpg) top left no-repeat;
}

.highlight-top-body{
	margin-top:20px;
	margin-left:15px;
	margin-right:15px;
}

.highlight-bottom{
	float:left;
	width:535px;
	height:15px;
	background:url(../images/highlight-bottom.jpg) bottom center no-repeat;
}

#gallery{
	padding-left:15px;
	width:620px;
	margin-left:auto;
	margin-right:auto;
}

#gallery ul{
	padding:0px;
}

#gallery li{
	list-style:none;
	text-align:center;
}

.thumbnail_image_container{
	height:130px;
	width:100%;
}

.thumbnail{
	float:left;
	height:210px;
	width:128px;
	padding:5px;
	text-align:center;
	margin:5px;
}

.thumbnail p{
	font-size:0.9em;
}

.thumbnail img{
	border:4px solid gray;
}

#recurrence ul{
	list-style-type:none;
}

#session_box{
	padding-right:15px;
}

.nodisplay { 
	display: none
}



