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

.service {
  margin-bottom: 15px;
	padding: 10px;
	width: 650px;
	border: 1px solid #CCCCCC;
	background: #F2F2FF;
	float: left;
}
.service h4 {
  margin: 5px 0 15px 0;
	font-size: 16px;
}
#content .service p.bottom {
  margin: 0;
}


.team_member {
  margin-bottom: 15px;
	padding-right: 10px;
	width: 650px;
	border: 1px solid #CCCCCC;
	background: #F2F2FF;
	float: left;
}
.team_member h4 {
  margin: 5px 0 15px 0;
	font-size: 16px;
}
#content .team_member p {
	margin: 0;
}


#web_services {
	border: 1px solid #666666;
	border-collapse: collapse;
}
#web_services td, #web_services th {
	padding: 3px 5px;
	border: 1px solid #CCCCCC;
  background: #FFEBC1;
}
#web_services td.alt, #web_services th.alt {
  background: #FFF9E8;
}
.featured_site {
  width: 320px;
	background: #FFF9E8;
	border: 1px solid #666666;
	float: left;
	display: inline;
}
.featured_site_left {
  margin-right: 16px;
}
.featured_site h4 {
  margin: 2px 0;
	font-size: 18px;
	text-align: center;
}
#content .featured_site p {
  margin: 0 0 2px 0;
	text-align: center;
}
.featured_site img {
  border: 0;
}


#contact_form {
	margin: 0 20px 0 0;
	padding: 5px;
	width: 440px;
	float: left;
	border: 1px solid #CCCCCC;
	background: #F2F2FF;
	display: inline;
}
#contact_form label {
  padding-top: 4px;
	width: 130px;
	display: block;
	float: left;
}
#contact_form label.required {
	font-weight: bold;
}	
#contact_form input, #contact_form select, #contact_form textarea {
  margin: 1px 0;
	width: 300px;
	display: block;
	float: left;
}
#contact_form br {
	clear: both;
}
#contact_form input.submit, #contact_form input.reset {
	padding: 3px 10px;
	width: auto;
	display: inline;
	float: none;
}
#contact_form input.submit {
	margin-left: 130px;
}


#map {
  width: 658px;
	height: 400px;
	border: 1px solid #C0C0C0;
}
#directions_form {
  margin: 10px 5px 1px 5px;
	padding: 3px 0;
	border: 1px solid  #C0C0C0;
	background: #EEEEEE;
	text-align: center;
	color: #333333;
}
#content p#clear_directions {
  margin: 0 5px;
	text-align: right;
	display: none;
}
#directions td {
  font-size: 11px;
}
