@CHARSET "UTF-8";



body {
	font-family: Trebuchet MS, helvetica;
	margin: 0;

}

#header {
	height: 100px;
	background-image: url("/img/menu_bg.jpg");
	min-width: 1000px;
}

#header a, #footer a {
  color: #fff;
  text-decoration: none;
}

#header a:hover, #footer a:hover {
  color: #e67026;
}

#subheader {
	height: 184px;
	background-color: #effbff;
	border-bottom: 1px solid #c3c3c3;
}

#sub-blurb {
	width: 600px;
	float: right;
	margin-top: 40px;
  
}

#subheader img {
  float: left;
}

#content {
  width: 960px;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}


#footer {
  	height: 116px;
  	background-image: url("/img/bottom-menu_bg.jpg");

}

.floatRight {
  	float: right;
  	margin-right: 50px;
}

.floatLeft {
  	float: left;
  	margin-left: 50px;
}

.navContainer {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.title {
	font-size: 32px;
	font-weight: bold;
}

img {
  border: none;
}

.portfolio, .services, .contact, .home {
  text-align: center;
  background-image: url("img/button-bg2.jpg");
  width: 127px;
  height: 58px;
  float: left;
  padding-top: 40px;
}
 .active-home .home, .active-portfolio .portfolio, .active-services .services, .active-contact .contact {
    background-image: url("img/button-bg.jpg");
}

#header .active-home .home a, #header .active-portfolio .portfolio a, #header .active-services .services a, #header  .active-contact .contact a {
	color: #e67026;
}

.footerNav {
  text-align: center;
  width: 127px;
  height: 58px;
  float: left;
  padding-top: 40px;
}

#contact-blurb {
  font-size: 20px;
  font-weight: bold;
  margin-top: 50px;
  width: 200px;
  padding: 50px;
  height: 250px;
  background-color: #fae2d4;
  float: left;
}

#contactForm {
  width: 550px;
  padding: 50px 50px 50px 0;
  float: right;
}

#contactForm label{
  font-weight: bold;
}

#contactForm #name, #contactForm #email, #contactForm #phone, #contactForm #description {
  width: 460px;
}

#contactForm #name, #contactForm #email, #contactForm #phone {
  height: 25px;
  background-image: url("/img/textrow.gif;");
}

#contactFomr #description {
  height: 220px;
  background-image: url("/img/textbox.gif");
}

#submitButton {
	text-align: center
}

.layoutFix {
  clear:both;
}

.client {
  width: 300px;
  height: 197px;
  background-image: url("/img/client_bg.gif");
  text-align: center;
  padding-top:8px;

}

.service {
  width: 300px;
}

.subTitle {
	color: #5f3a27;
	font-size: 20px;
	margin-top: 20px;
}

.clientLink a{
	color: #000;
	text-decoration: none;
}

#banner {
 height: 250px;
 text-align: center;
 	background-color: #effbff;
	border-bottom: 1px solid #c3c3c3;
}

#front-right {
  float: right;  
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 40px;
}
