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

*{
	margin: 0px;
	padding: 0px;
	
}

body{
	background-image: url(../images/bg.gif);
	height: 100%;
}

#wrapper{
	margin: 0px auto;
	width: 843px;
	background-color: #eff0f0;
	height: auto;
}

#header{
	width: 843px;
	height: 225px;
}

#topBar{
	width: 843px;
	height: 50px;
	background-color: #000000;
}

#acluLogo{
	float: left;
	width: 68px;
	height: 30px;
	padding-left: 51px;
	margin-top: 11px;
	/*cursor: pointer;*/
}

#links{
	float: left;
	width: 380px;
	padding-left: 15px;
	height: 30px;
	padding-top: 16px;
	margin-bottom: 0px;
	/*margin-left: 53px;*/
}

#links ul{
	list-style: none;
	
}

#links li{
	display: inline;
	margin-right: 20px;
	vertical-align: middle;
}

#links li.rss{
	background-image: url(../images/rss.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 20px;
	}
	
#links li.join{
	background-image: url(../images/arrowCirc.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 25px;
	}

#links li a{
	font-family: Arial, Helvetica, sans-serif;
	color: #7FA3D3;
	font-size: 11px;
	text-decoration: none;
}

#links li a:hover{
	color: #5c7699;
}

#search{
	width: 305px;
	float: right;
	margin-top: 15px;
}

#search a{
	font-family: Arial, Helvetica, sans-serif;
	color: #7FA3D3;
	font-size: 11px;
	text-decoration: none;
	margin-left: 10px;
}

#search a:hover{
	color: #5c7699;
}

#logoTag{
	clear: both;
	width:843px;
	height:125px;
	background-image: url(../images/headerGrad.png);
	background-repeat: repeat-x;
	margin-left: 0px;
}

#logo{
	float: left;
	width: 96px;
	height: 92px;
	margin-top: 30px;
	padding-left: 48px;
} 

#tag{
	width: 590px;
	height: 30px;
	float: right;
	padding-right: 53px;
	margin-top: 60px;
}

#nav{
	clear: both;
	width: 843px;
	height: 50px;
}



/* FOOTER */

#footer{
	clear: both;
	margin-top: 32px;
	width: 843px;
	height: 55px;
	background-color: #000000;
}

#footer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:lighter;
	text-decoration: none;
	color: #7FA3D3;
	margin-bottom: 8px;
}

#footer a:hover{
	color: #5c7699;
}

#footer p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:lighter;
	text-decoration: none;
	color: #999999;
	margin-bottom: 8px;
}

#footerLeft{
	float: left;
	padding-left:53px;
	padding-top: 11px;
}

#footerRight{
	float: right;
	padding-right: 53px;
	padding-top: 11px;
}


