@charset "utf-8";
/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
	background-color:#4C5566;
	color:#4C5566;
}

a {
	text-decoration:none;
	color:#242831;
	
}

a:visited{
	text-decoration:none;
	color:#000033;
}

a:hover{
	color:#003366;
}

a img{
	text-decoration:none;
	border: none;
}

a.nav{
	color:#3F4654;
}

a.nav:hover{
	color:#900;
	font-weight:bold;
}

#navigation{
	z-index:3; 
	position:absolute; 
	padding-left:15px; 
	color:#3F4654;
}
#content{
	width:879px;
	min-height:290px;
	clear:both;
	/*border: 1px solid #f7fa20;*/
}

#footer{
	width:879px;
	/*min-height:100px;*/
	clear:both;
}


.logo{
	z-index:2;
	position:absolute;
}

.header{
	z-index:1;
	position:absolute;
}

.btns{
	z-index:2;
	position:absolute;
	text-align:right;
	width: 870px;
	height:200px;
}

.btns td{
	background-image:url(../images/button.jpg);
	background-repeat:no-repeat; 
	background-position:right;
	color:#4C5566;
	height:20px;
}

#header_sp{
	height: 175px;
}

#header_sp1{
	 height:35px;
}

#side_box1{
	background-repeat:no-repeat; 
	background-position:top center;
	width:300px;
	height:48px;
	vertical-align:top;
	background-image:url(../images/side_box.jpg);
	overflow:hidden;
	
}

#home_title{
	background-repeat:no-repeat; 
	background-position:top center;
	width:500px;
	height:48px;
	background-image:url(../images/title_box.jpg);
	overflow:hidden;
	
}

#facebook_box{
	border:1px solid #4C5566; 
	width:308px; 
	text-align:left;
}

h2{
	margin:0px;
	text-align:left;
	text-transform:uppercase;
	background-image:url(../images/button2.jpg);
	/*width:276px;*/
	height:45px;
	background-repeat:no-repeat;
	padding-top:13px;
	padding-left:10px;
}	


.team_sp{
	height:210px;
	text-align:left;
	width:100px;
	border:solid 1px;
}

.submit{
	border:solid 1px #336699;
	background-color:#dddddd;
	color:#4C5566;
	cursor:pointer;
}

#wrapper{
	width:500px;
	margin: 0 auto;
	text-align:center;
	position:relative;
	margin-right:0px;
}

#rightPanel{
	width:200px;
	float:left;
	margin-left:10px;
	margin-right:10px;
}
#leftPanel{
	width:200px;
	float:left;
	margin-left:10px;
	margin-right:10px;
}

.volunteer{
	text-align:left;
}

a.gallery:visited{
	font-weight:bold;
}

.red b, i{
	color:#900;
}


.info{
 font-size:18px; 
 color:#900;
}

.info:hover{
	color:#006;
}

/* separate lists from subsequent content */
div.outerwrap
{
  margin-bottom: 1em;
}

/* position list chunks side by side */
div.wrapper2
{
	text-align:left;
  float: left;
  width: 17em;
}
div.wrapper2 a{
	color:#900;	
}
div.wrapper2 a:hover{
	color:#006;	
}


