/*******************************************************************************
   Page Setup
*******************************************************************************/
* {
	margin: 0;
	padding: 0;
   	}

:focus {
	outline: 0;
	}

a:link {
	color: #FFFFFF;
} 
a:active {
	color: #FFFFFF;
}
a:visited {
	color: #CCCCCC;
}

a {text-decoration: none;}

	
body {
	text-align: center;
	background: url(../image/backing.jpg) repeat-x;
	}

div#wrap {
	width: 1024px;
	margin: 0 auto;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: thin solid #001c33;
	}

div#header {
	float: left;
	width: 1024px;
	height: 75px;
	background: url(../image/Unicorn_01.jpg) bottom no-repeat;
	background-color:#000066;
	}

div#main {
	float: left;
	width: 1024px;
	height: 760px;
	background: url(../image/Unicorn_02.jpg) bottom no-repeat;
	background-color:#FF9900;
	}

div#facebook2 {
	float: left;
	width: 500px;
	height: 75px;
	background: url(../image/Unicorn_01.jpg) bottom no-repeat;
	background-color:#000066;
	}
	
div#subheader {
	width: 1024px;
	height: 105px;
	background: url(../image/subHeader.jpg) bottom no-repeat;
	background-color:#000077;
	}



div#main22 {
	width: 1024px;
	height: 693px;
	background-color:#de7b27;
	background: url(../image/menu_backing.jpg) bottom no-repeat;
	}
	
div#wings22 {
	width: 1024px;
	height: 888px;
	background-color:#de7b27;
	}
	
div#stampede22 {
	width: 1024px;
	height: 693px;
	background-color:#de7b27;
	background: url(../image/stampede_backing.jpg) bottom no-repeat;
	}
	
div#footer {
	float:left;
	width: 1024px;
	height: 30px;
	background: url(../image/footer.jpg) bottom no-repeat;
	background-color:#CCFF00;
	}

div#map {
	float: left;
	margin-left: 72px;
	margin-top: 400px;
	height: 200px;
	width: 400px;
}

div#signup {
	margin-left: -95px;
	text-align:center;
	}

div#upcoming {
	float: left;
	width: 272px;
	margin-top: 62px;
	margin-left: 10px;
	}
	
div#deals {
	float: right;
	width: 188px;
	margin-right: 32px;
	margin-top: 62px;
	color:#000000;
	font-size:11.5px;
	}
	
div#deals2 {
	color:#000000;
	font-size:10px;
	}

div#form22 {
	float: left;
	top: 75px;
	left: 20px;
	margin-top: 50px;
	margin-left: 30px;
	height: 500px;
	width: 455px;
	background-color:#de7b27;
}

div#survey {
	position: relative;
	top: 25px;
	left: 25px;
	height: 500px;
	width: 500px;
	background-color:#de7b27;
}

div#jobs22 {
	position: relative;
	top: 75px;
	left: 25px;
	height: 600px;
	width: 500px;
	background-color:#de7b27;
}

div#thankyou {
	position: relative;
	top: 75px;
	left: 25px;
	height: 500px;
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	}

div#stampede {
	position: absolute;
	top: 585px;
	left: 789px;
	height: 150px;
	width: 300px;
}

#stampede a span { display:none; }

a:hover span {
    position:absolute;
    display:block;
    width:100px;
    left:800px;
    top:500px;
    padding:5px;
    border:1px solid #000;
    background:#fff;
    text-decoration:none;
    color:#000;
    filter:alpha(opacity=60);
    opacity:0.8;
} 

#stampede a {
    top:585px;
    left:850px;
    width:360px;
    height:150px;
	background:url(blank.gif);
}	

.brochure {
	margin-left: 100px;
	margin-top: 10px;
}

.menu1 {
	position: relative;
	top: 40px;
	left: 100px;
}

.menu2 {
	position: relative;
	top: 25px;
	left: 135px;
}

.menu3 {
	position: relative;
	top: 75px;
	left: 100px;
}

.menu4 {
	position: relative;
	top: -197px;
	left: 260px;
}

div#privacyH
	{
	font-family:Arial, Helvetica, sans-serif;
	color:#0099FF;
	font-size:12px;
	font-weight: bold;
	}

div#privacyB
	{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:10px;
	}

	
/*******************************************************************************
	Cleaner
*******************************************************************************/
div.cleaner {
	clear: both;
	line-height: 0;
	font-size: 1px;
	height: 0;
	}

