*{outline: none; border: none; margin:0; padding:0;}

body{
	background: #ffd600 url('images/bg.jpg') repeat-x;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:0.8em; 
	color: #000;
		}

#bigwrap {
	background: url('images/big_wrap_bg.jpg') 50% 0  no-repeat;
	width: 100%;
	/*min-height: 591px;*/
}

#wrap{
	margin:0 auto;
	position:relative;
	width:1000px;
}

#sold_out{
position: absolute;
top: 75px;
left: 205px;
}

#date{
	position: relative;
	width: 215px;
	height: 21px;
	margin: auto;
	top: 25px;
}
	
#logo{
	position:absolute;
	top: 64px;
	left: 410px;
	width: 182px;
	height: 178px;
	z-index: 1005;
	background: transparent url('images/circle_logo-trans.png') no-repeat;
}

#countdown{
	position: absolute;
	font-size: 12px;
	width: 200px;
	text-align: center;
	top: 130px;
	right: 140px;
}

/* the purpose of this EXTRA div is soley to fix the unclickable link problem in IE6 when the links are within a div with a transparent PNG.  I had to declare the positioning of the div with the PNG background as static to fix the problem, therefore I lost my positioning properties and had to create this wrap to position it properly*/
#nav_wrap{
width:1000px;
margin: auto;
position: absolute;
top: 158px;
z-index: 1000;

}

#navcontainer{
width:1000px;
height: 26px;
background: url('images/nav_bg-trans.png')  50% 0% no-repeat;
margin: auto;
position: static;
}

#navlist{
	width: 782px;
	height: 23px;
	margin: auto;
	position: relative;
	top: 4px;
}

#nav, #nav ul {
	list-style: none;
}

#nav a img{
	display: block;
	width: auto;
}

#nav li {
	float: left;
	width: auto;
}

#navlist li ul {
	position: absolute;
	width: 133px;
	left: -999em;
}

#navlist li:hover ul {
	left: auto;
}

#navlist li:hover ul, #nav li.sfhover ul {
	left: auto;
}

li.divider{
	color: #CF951F;
	font-size: 13px;
	padding-top: 4px;
}

li.middle{
	margin-right: 145px;
	
}

ul.sub li a{background: #000; color: #fff;}

#content_holder{
position: relative;
top: 163px;

}

#content_wrap{
background: transparent url('images/content_bg.png') 50% 0 repeat-y;
min-height: 250px;
position: static;
}

#content_wrap_home{
background: transparent url('images/content_bg.png') 50% 0 repeat-y;
min-height: 450px;
position: static;
}

#content{
	position: relative;
	width:782px;
	margin:auto;
	
}

#gallery_strip{
	position: relative;
	z-index: 20;
	margin: auto;
	width: 782px;
	top:283px;
}

#footer_home{
	background: transparent url('images/home_footer.jpg') no-repeat;
	width: 1000px;
	height:212px;
	margin: auto;
	position: relative;
	top: 302px;
	}
	
	#footer_gal{
	background: transparent url('images/home_footer.jpg') no-repeat;
	width: 1000px;
	height:212px;
	margin: auto;
	position: relative;
	top: 280px;
	}
	
#footer_holder{
	position: relative;
	top: 100px;
}
	
#footer{
	background: transparent url('images/bottom_bg-trans.png') no-repeat;
    width: 1000px;
	height: 100px;
	margin: auto;
	position: static;
}

#footer_content{
	position: relative;
	top: 10px;
	text-align: center;
	padding: 0 0 75px 0;
	}
	
#footer_content_home{
	position: relative;
	top: 35px;
	/*text-align: center;*/
	padding: 0 0 75px 0;
	width: 1000px;
	margin: auto;
	}
	
.home_brevard, .home_solar, a.read_more,a.read_less{position: absolute; }

.home_brevard{top: 125px; left: 378px;}

.home_solar{top: 175px; left: 425px;}

a.read_more{ top: 120px;right: 210px;}
	
a.read_less{top: 120px; right: 148px;}

#footer_content_home a{ text-decoration: none;}
	
#footer_content_home #brevard_link{ margin: 7px 0 0 0;}

#home_editable_holder{ width: 475px; height: 115px; position: absolute; top: 0; left: 350px;  }

#home_editable{width: 475px; height: 115px; overflow: hidden;  text-align: left;}

#home_editable p{ padding: 0 0 10px 0; line-height: 1.3em;}

#home_editable h1, #home_editable h2, #home_editable h3, #home_editable h4, #home_editable h5, #home_editable h6{ padding: 0 0 5px 0;  font-size: 1.5em; font-weight: normal;}


#footer_content_gal{
	position: relative;
	top: 120px;
	text-align: center;
	padding: 0 0 75px 0;
	}

/*for Green logo pop out */
#green{
position: absolute;
z-index: 25;
top: 45px;
left:0;
}


#green_text{
width: 391px;
background: transparent url(images/green_bg-trans.png);
color: #fefefe;
font-size: 9pt;
position: absolute;
top:0px;
left:0px;
padding: 0 0 5px 0;
z-index:1000; 
min-height: 299px;
}

#green_text p{
width: 325px;
margin: 3px 0 0 15px;
line-height: 1.5em;
}

#green_text a{color: #6da348; text-decoration: none;}

.greenspan{ color: #6da348; }

/*Gallery images  Applies to all Galleries*/
#home_img1{
	position: absolute;
	top:0px;
	left:0px;
	z-index:5; 
	visibility: visible;
}

.home_img{	
    position: absolute;
	top:0px;
	left:0px;
	z-index:5; 
	visibility: hidden;
}

/*END*/

.image_links{
	display: none;
}

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

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

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

#sponsors {
height:1061px;
width:680px;
}

.white{
	color: #fff;
}

map a{
	color: #fff;
}

#headings{
	text-align: center;
	margin: 0 0 10px 0;
}

#copy{
	position: relative;
	top: 50px;
	width:655px;
	margin: auto;
	position: relative;
	min-height: 450px;
}

#copy p{
padding: 5px 0 10px 0;
}

#text{ text-align: center;}

.clear{clear:both;}

#preload{
display: none;
}

img#home_guitar{ position: absolute; z-index: 500000; right: 110px; top: 375px;}

#player{ position: absolute; /*z-index: 2147483647;*/ right: 55px; top: 30px;  }

#promo{ position: absolute; z-index: 2147483647; left: 110px; top: 20px; width: 275px;  height: 181px}