body {
	font-family: "Century Gothic", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0;
	margin: 0;
	background-color: #484848;
	color: #fff;
	}
	
#hide {
	display: none;
	padding:0px;
		}
	
#top {
	width: 100%;
	height: 570px;
	padding-left: 110px;
	background-color: #484848;
}

#header {
	background: url(images/logo_alc_small.jpg) no-repeat 40px 20px;
	width: 800px;
	height: 539px;
	background-color:#484848;
	padding: 10px;
	padding-bottom: 0px;
}

#header h1, h2, p, form {
	padding-left: 30px;
}

#header ul {
	padding-left: 100px;
}

#header h1 {
	padding-top: 40px;
	font-weight:300;
}

#header img {
	padding-right: 10px;
}

#header p a {
	color:#D25600;
    text-decoration:none;
}

#header p a:hover {
    color:#7EA03D;
    text-decoration:underline;
}

/*#header h3 {
	background: url(images/logo_alc_small.jpg) no-repeat top right;
	width: 350px;
	height: 73px;
	float: left;
	padding-left: 30px;
}*/

.launch {
	font-size: 16px;
	color: #D25600;
	background-color: #626262;
	border:  1px solid #626262;
	text-align: center;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
}

.launch:hover {
	border:  1px solid #7EA03D;
}

/*#header h1 {
	background: url(../images/h1_alc.jpg) no-repeat 110px 55px;
	width: 500px;
	height: 76px;
	padding-top: 62px;
}*/

#footer p {
	padding-left: 0px;
}

#footer h3 {
	font-size: 16px;
	color: #D25600;
	background-color: #484848;
	padding: 5px;
	text-align: center;
}

#footer {
	width: 800px;
}

#footer p a {
	color:#D25600;
    text-decoration:none;
}

#footer p a:hover {
    color:#7EA03D;
    text-decoration:underline;
}

div.float {
  	float: left;
  	width: 246px;
  	padding: 10px; 
	text-align: center;	
  }
  
 div.work {
  	float: left;
  	width: 51px;
  	padding: 5px 10px 5px 10px;
	text-align: center;	
  }
  
#box {
	width: 246px;
	margin-left: 15px;
}
	
#bottom	{
	width: 100%;
	height: 300px;
	padding-left: 130px;
	background-color: #626262;
	border-top: 1px solid #7EA03D;
}


/* NAVIGATION */
#navlist li {
    display:inline;
    padding:0 .9em;
    border-right:1px solid #D25600;
}
#navlist li.last {
    border:none;
}
#navlist {
   	font-size:14px;
    font-weight:bold;
    text-align:right;
	padding-right: 68px;
}
#navlist a {
    color:#D25600;
    text-decoration:none;
}
#navlist a:hover {
    color:#7EA03D;
    text-decoration:underline;
}

form {
	float: left;
}

#request {
	float: left;
}

#portfolio {
  float: left;
  width: 201px;
  height: 118px;
  padding: 10px;
  padding-left: 30px;
  }
  
#portfolio img {
  border: solid 5px #647337;
  padding-right: 0px;
  } 
 
#portfolio img:hover {
  border: solid 5px #DEE8BF;
  }
  
 #clear {
	clear: left;
} 

.style2 {color: #d25600}
.style3 {color: #8B9446}
