*, img, a, ul
{
	padding:0;
	margin:0;
	border:0;
	list-style-type:none;
}

a
{
	text-decoration:none;
}

p
{
	padding: 10px 0px;
}

hr 
{
	background: #eee;
	color: #eee;
}

h3
{
	color:#EE7F42;
	font-family:Trajan Pro;
	font-size:15px;
	text-align:center;
}

body
{
	background: url(../images/bg.jpg) no-repeat fixed top center;
	background-position: 25% 10%;
	background-color:black;
	height:100%;
	margin:0;
	padding:0;
	font-family:Verdana;
	font-size:10pt;
	color:white;
}

#header
{
	
	position: static;
	display:block;
 	width:900px;
	line-height:10%;
	z-index:-1000;
}

#header img
{
	z-index:-500;
}

#wrap
{
	width: 900px;
	height:400px;
	background-position:bottom;
	display:block;
	margin: 0 auto;
	text-align: left;
}

.topLinks
{
	color:#6c6b67;
	font-size:0.8em;
	font-family:"Myriad Pro";
}

#header ul li
{
	float:left;
	padding:1em;
}

.banner-menu
{
	margin-left:625px;
	margin-top:-7.2em;
	height:100px;
	position:relative;
	z-index:150;
	display:block;
}

.fb-title
{
	margin-left:-23px;
	color:#6c6b67;
	font-size:11pt;
	font-family:"Myriad Pro";
}

.fb-title:hover, .topLinks:hover
{
	color:white;
}

#clear
{
	clear:both;
}

#mainMenu
{
	float:left;
	display:inline-block;
    position:static;
    top:-2.5em;
    width:890px;
    height:80px;
    background: url(../images/menuBack.png) no-repeat top center;
    z-index:3;
}

#mainContent
{
	background-color:black;
	width:770px;
	height:500px;
	position:absolute;
	display:block;
	top:260px;
	margin-left:57px;
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;
	color:white;
	z-index:-10;
}


#flash, #map
{
	width:400px;
	height:300px;
	background: url(images/black.jpg) no-repeat;
	margin-left:70px;
	z-index:-1;
	position:relative;
	display:inline-block;
	margin-top:15px;
}


#scroll
{
	width:310px;
	height:300px;
	overflow-y:auto;
	overflow-x:hidden;
	padding:0.2em;
	margin-left:505px;
	display:block;
	position:absolute;
	top:285px;
	text-align:left;
	color:white;
	z-index:1;
}

#scroll:hover{

	z-index:2;
}
marquee
{
	position:absolute;
	display:inline;
	top:380px;
	right:20px;
	width:720px;
	z-index:1000;
}

marquee img
{
	padding-right:0.8em;
}

#footer
{
	text-align:center;
	color:white;
	padding-bottom:1em;
	font-weight:bold;
	font-size:9pt;
	position:static;	
	margin-top:170px;
	display:block;
}

.email
{
	color:white;
}

a.email:hover
{
	color:blue;
	text-decoration:underline;
}

/*-------------------------CONTACT PAGE STYLES----------------------------------------------*/

.heading
{
	color:#ee7f42;
	font-size:12pt;
}

#mail label
{
	width:100px;
	padding:0.4em;
	margin-left:8%;
}

#buttons
{
	margin-left:35%;
	padding-top:1em;
}

/*-------------------------END CONTACT PAGE STYLES----------------------------------------------*/

.headPage
{
	font-family:Trajan Pro;
	font-size:20px;
	color:#ee7f42;
	display:block;
}

#eventContent
{
	display:block;
	height:430px;
	width:770px;
	padding-right:20px;
	margin:0 auto;
	text-align:center;
}

#eventContent img
{
	margin-top:20px;
}

#photoContent
{	
	display:block;
	height:400px;
	width:770px;
	padding-right:20px;
	margin:0 auto;
	text-align:center;
}

.comingSoon
{
	font-family:Trajan Pro;
	font-size:20px;
	color:#ee7f42;
	display:block;
	text-align:center; 
	margin-left:20px;
	padding-top:25%;
}

.row
{
	color:white;
	text-align:left;
	width:765px;
	margin-left:5px;
	padding:1em;
	display:block;
}

.latest-events
{	
	position:relative;
	top:50px;
	width:290px;
	height:300px;
	float:right;
	margin-right:20px;
	overflow-y:scroll;
}

/*----------COLORS--------------*/

.lblue{
	background-color:#02A1C8;
}

.dblue{
	background-color:#221FFF;
}

.red{
	background-color:#DF0D0D;
}

table tr td a{
	color:#EE7F42;
	
}

table tr td a:hover{
	color:white;
	text-decoration:underline;
}