@charset "utf-8";
/* CSS Document */

body {
	color: #000000;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	background-image: url(BG.png);
	background-repeat: repeat;
	
}


#container {
	
	width: 1028px;
	/* no need for height, it will automatically adjust
	height: 2355px;
	*/
	margin-left: auto;
	margin-right: auto;
	background-repeat: repeat-x;
	background-repeat:repeat-y;
	background-attachment: scroll;
}
#banner {
	width: 1200px;
	height: 270px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:auto;
	margin-top:auto;
}
#teen{
	margin-left:auto;
	margin-right:auto;
	padding-left:13px;
}
#quotes{
	margin-left:120px;
	margin-right:auto;
}

#team{
	margin-left:220px;
	margin-right:auto;
}
#wordpic{
	margin-left:150px;
	margin-right:auto;
}
	

	#coyotepics{
		margin-left:250px;
	margin-right:50px;
}
	#helpvid{
		margin-left:150px;
	    margin-right:100px;
}
			#survey{
		margin-left:220px;
	    margin-right:100px;
}
	
	#flyer{
		margin-left:250px;
	margin-right:250px;
}	



	
#footer {
	/*height: 275px;*/
	width: 1028px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	background-color: #80A8AA;
	font-size:12px;
}
	

a:link {
	color: #039;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #039;
}
a:hover {
	text-decoration: none;
	color: #039;
}
a:active {
	text-decoration: none;
	color: #039;
}

#map 
{
	margin:0;
	padding:0;
	width:1000px;
	height:500px;
	background:url(index_map.png) top left no-repeat #fff;
	font-family:arial, helvetica, sans-serif;
	font-size:9pt;
	position: relative;
}

#map li 
{
	margin:0;
	padding:0;
	list-style:none;
}

#map li a 
{
	position:absolute;
	display:block;
	/*
	Specifying a background image
	(a 1px by 1px transparent gif)
	fixes a bug in older versions of
	IE that causeses the block to not
	render at its full dimensions.
	*/
	background:url(blank.gif);
	text-decoration:none;
	color:#000;
}

#map li a span 
{ 
	display:none; 
}

#map li a:hover span 
{
	position:relative;
	display:block;
	width:320px;
	left:20px;
	top:20px;
	border:1px solid #000;
	background:#fff;
	padding:5px;
	filter:alpha(opacity=90);
	opacity:0.9;
}

#map a.greece 
{
	top:150px;
	left:520px;
	width:150px;
	height:150px;
}

#map a.usa 
{
	top:150px;
	left:130px;
	width:150px;
	height:150px;
}

#map a.australia 
{
	top: 296px;
	left: 796px;
	width: 150px;
	height: 150px;
}

a img { 
border: none; 
}
