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

body{
	background-image: url(images/bg_tile.gif);
	background-repeat: repeat;
	background-position:center;
	margin-top:0px;
	font: normal .875em/1.25 "trebuchet ms", "Lucida Sans", "Lucida Grande", "Lucida Bright", san-serif;
	color: #7c7c7c;
	}

a img{
	border: 0px none;
	}

a {

	color: #0FCFFF;
	text-decoration:none

	}
	
a:hover {
	color:#0899bd;
	}

p{
	font-size:12px;
	line-height: 1.2em;
	}
	
#content{
	width:960px;
	margin: 0 auto 15px auto;
	background-color: white; 
	padding:0px;
	display:block;
	}
	
.textarea1{
	border-top: 5px solid black;
	border-bottom: 2px solid black;
	margin: 0 5px 0 0;
	padding:0px 0 8px 0;
	width:305px;
	
	}
	.textarea1 h1{
		margin:10px 0 0 10px;
		padding:0px;
		}
	
	.textarea1 p{
		margin:10px 0 0 10px;
		padding:0px;
		line-height:1.3em;
		}
	
	
	.textarea1 a img{
	padding:0px;
	margin: 10px 0 0 10px;
	}
	
	
	
	
	
	/* --------NAVIGATION STARTS HERE-------- */
	
#mainnav{
	margin:0px;
	padding:0px;
	width:960px;
	height:90px;
	background-color: white;		
	}
	
	h1#logo{
		margin: 0px;
		padding: 16px 0 0 12px; 
		width: 292px;
		float:left;
		display:inline;
		}
	
	#mainnav ul{
		float: right;
		list-style-image:none;
		display:inline;
		margin:0px 65px 0 0;
		padding:0px;
		background-color:none;
		height:61px;		
		}
	
		#mainnav ul li{
			list-style: none;
			display:inline;
			margin:0px 0px 0 10px;
			padding:0px;
			background-color:none;
			height:61px;
			width:122px;
			}
		
			#eventnav a img{
				height:61px;
				width:122px;
				background: url(graphics/nav/theevent.gif) no-repeat 0px 0px;
				}
				
			#eventnav a:hover img{
				background: url(graphics/nav/theevent.gif) no-repeat 0px -61px;
				}
				
			
			#sponsornav a img{
				width: 122px;
				height: 61px;
				background: url(graphics/nav/sponsors.gif) no-repeat 0px 0px;			
				}
			
			#sponsornav a:hover img{
				background: url(graphics/nav/sponsors.gif) no-repeat 0px -61px;
				}
			
			
			#aboutnav a img{
				width: 122px;
				height: 61px;
				background: url(graphics/nav/aboutus.gif) no-repeat 0px 0px;
				}
			
			#aboutnav a:hover img{
				background: url(graphics/nav/aboutus.gif) no-repeat 0px -61px;
				}
			
			
			#contactnav a img{
				width: 122px;
				height: 61px;
				background: url(graphics/nav/contactus.gif) no-repeat 0px 0px;
				}
			
			#contactnav a:hover img{
				background: url(graphics/nav/contactus.gif) no-repeat 0px -61px;
				}
		
		
	/* --------NAVIGATION ENDS HERE-------- */
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
/*	--ERASE THESE WHEN LIVE--   */
	.content{
	top:-16px;
	position:relative;
	background-color: white;
	text-align:left;
	margin:0px auto;
	padding:0px;
	width: 960px;
	background-position:center;
	}
	
	#homemock{
	background-image: url(images/mocks/home.jpg);
	height: 732px;
	width: 960px;
	
	}
	
	
	#aboutmock{
	background-image: url(images/mocks/about.jpg);
	height: 732px;
	width: 960px;
	
	}
	
	#contactmock{
	background-image: url(images/mocks/contact.jpg);
	height: 732px;
	width: 960px;
	
	}
	
	
	#eventmock{
	background-image: url(images/mocks/event.jpg);
	height: 732px;
	width: 960px;
	
	}
	
	#event2mock{
	background-image: url(images/mocks/event2.jpg);
	height: 941px;
	width: 960px;
	
	}
	
	#sponsormock{
	background-image: url(images/mocks/sponsors.jpg);
	height: 732px;
	width: 960px;
	
	}
	
	
	#sponsor2mock{
	background-image: url(images/mocks/sponsors2.jpg);
	height: 732px;
	width: 960px;
	
	}
	/*	--END ERASE--   */
	