* {margin: 0px; padding: 0px;}
#wrapper {
	text-align:center;
	}

body{
	background: url(images/) repeat;
	background-color:#fff;
	font: normal 62.5% Helvetica, Arial, sans-serif;
	background-position:top;
	}

#container {
	background: url(images/) no-repeat top center ;
	}
	
#header{
	height: 180px;
	background: url(images/header.png) no-repeat top center ;
		}

#logo{
	height: 170px;
	background: url(images/logo.png) no-repeat top left ;
	}


#nav {
	padding: 0px 0px 0px 0px;
		}
#nav li{
	padding: 0px 0px 0px 0px;
	list-style:none;
	}
#nav a{
	color: #333333;
	}	
#nav a:hover {
	color: #555555; 
	text-decoration:none; 
	}

#footer{
	background: #000 url(images/footer_bg.png) repeat-x top center ;
	height: 100px;
	text-align:center;
	padding: 0px 0px 0px 0px;
		}
	
#image_right{
	padding: 15px;
	float: right;
	}
#image_left{
	padding: 15px;
	float: left;
	}

.box1{
	margin: 0 0 20px 0;
	border: none;
	}
.box1 a{
	padding: 0 0 0 0;
	border: none;
	}

img{
	border: 0px;
	}

/* text
------------------------------------------------------------------------------------------*/

p{
	font-size:1.4em;
	padding: 0px 0px 10px 0px;
	line-height: 1.4em;
	color: #636466;
	}

h1 {
	font-size: 3em;
    display: none;
	visibility: hidden;
	}

h2 {
	font-size: 2.4em;
	font-weight: bold;
	line-height: 1.4em;
	padding: 0px 0px 20px 0px;
	color: #636466;
		}

h3 {
	font-size: 2.4em;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
		color: #636466;

		}

h4 {
	font-size: 2.0em;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	color: #636466;
	}
	
	
a {
	text-decoration:underline;
	color: #636466;
	}
a:hover {
	color:#000;
}

.phone{
	font-size: 2.4em;
	padding: 15px 0 0 0;
	}
.description{
	font-size: 2.4em;
	padding: 0 0 20px 0;
	}
.url {
	font-size: 2em;
	}

#footer p{
	padding: 10px 0 0 0;
	color:#FFFFFF;
	}
#footer a{
	color:#FFFFFF;
	}

/* tables
----------------------------------------------------------------------------------------*/
table {
	}
	
tr{
	}
td{
	}



/* Columns
------------------------------------------------------------------------------------------*/


/* `stuff
----------------------------------------------------------------------------------------------------*/
#aclogo{
	background:url(images/acs_logo.png) top left none;
	float:right;
	padding: 0px 20px 10px 0;
	}
