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


body{
	margin:25px 0px 0px 100px;
	font-family: Arial, Helvetica, sans-serif;
	color: #993300;
	background-image:url(../home_img/background.jpg);
	font-size: 12px;
}

/******* hyperlink and anchor tag styles *******/
a:link img {
	border:none;
}

img{
	border:none;
}

a:link, a:visited{
	color:#990033;
	font-weight: bold;
	text-decoration:none; 
	border: none;
	}

a:hover{
	text-decoration: none;
	font-weight: bold;
	border:none; 
}



/********* CSS for homepage *********/

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

#headerpix{
	position: inherit;
	height:inherit;
}

#topMenu {
position: inherit;
background-color:#000000;
height:20px;
width:852px;
z-index:1;
}

#home{
 margin: 0px 0px 0px 0px;
 position: inherit;
 width: 800px;
 height: 650px;
}


#top{
	width: 988px;
	position:relative;
}

#logo{
	position: inherit;
}


/* divisons on homepage*/

 #events{
 height:250px;
 width:872px;
 }
 
 
 #upcoming{
 text-align:left;
 font-size:14px;
 position: absolute;
 padding: inherit;
 width:325px;
 height: 250px;
 border:#330000 thick 2px;
 background-color:#000000;
 }
 


 #rotator{
	position:absolute;
	margin-left:320px;
	height: 250 px;
	width: 548px;
	overflow:auto;
	overflow-x:hidden;
	text-align:justify;
	padding:inherit;	 
	float: right;
	z-index:0;
 
 }

#down{
 width: 872px;
 height: 200px;
 }
 
 #calendar{
 font-size: 10px;
 text-align:center;
 background-color:#000000;
 position: absolute;
 width:320px;
 height:200px;
 padding-left:5px;
 }
 
 #banner1{
 position: absolute;
 float:left;
 margin-left:320px;
 width:270px;
 height:200px;
 }
 

 
 #banner2{
 position: absolute;
 float:left;
 font-weight:bold;
 margin-left:585px;
 width: 270px;
 height:200px;
 }
 
.banner a:link img{
border:none;
}
 .title{
 font-size: 20px;
 margin: 0px 0px 0px 12px;
 }
 
 .title a:link, .title a:visited{
 color:ff0000;
 }
 
 #info{
 width: 872px;
 height: 150px;
 background-color:
 }
 
 #membershipinfo{
 margin: 2px 0px 0px 6px;
 width: 260px;
 font-size: 12.5px;
 }
 /* css for footer */
 #foot{
 background-repeat:repeat;
 position:absolute;
 }


