@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
}

body {
	background-color:#999999;
	position: relative;
	font-family:tahoma;
	font-size:13px;
	color:black;
}

#wrap {
	background-color:#999999;
	float:center;
	position:relative;
	width:800px; /* Change this to the width of your layout */
	margin:0 auto;
	overflow:visible;
	height: auto;
}
	
#top {
	background-image:url(images/top.gif);
	width:800px;
	background-color:#FFFFFF;
	height:152px;
	float:left;
}

p {
	line-height:18px;
}	

#menu{
	background-color:#FFFFFF;
	width:800px;
	float:left;
	height:40px;
}
.form {
	float:left;
	width: 500px;
}
.formlabel {
	float:left;
	text-align:right;
	width:250px;
	line-height:20px;
}
input {
	background-color:#6c98c9;
	text-align:left;
	border: black 1px solid;
	color:black;
	width:200px;
}

.textarea {
	background-color:#6c98c9;
	text-align:left;
	border: black 1px solid;
	color:black;
}
.submit {
	background-color:#6c98c9;
	text-align:center;
	border: black 1px solid;
	color:white;
	font-weight:bold;
	padding:2px;
	width:auto;
	height:auto;
	font-family:tahoma;
}

select  {
	background:#6c98c9;
	text-align:left;
	border: black 1px solid;
	color:black;
	width:100px;
}

dd {
	line-height:20px;
}

.formheader {
	float:left;
	margin-top:7px;
	margin-bottom:7px;
	border: black 1px solid;
	width: 500px;
	background-color:#6c98c9;
	font-size:14px;
	color: white;
	padding: 3px;
	font-weight:bold;
}

#content {

	background-color:#FFFFFF;
	width:750px;
	float:left;
	padding:25px;
	height:auto;
}

#content2 {

	background-color:#FFFFFF;
	width:800px;
	float:left;
	height:auto;
}

.header{
	font-size:16px;
	font-weight:bold;
}
	
.teamimage {
	float:left;
	padding-right:10px;
	width:164px;
}

.teamdesc { 
	float: left;
	text-align:left;
	width: 200px;
}

.team {
	position:relative;
	float:left;
	padding-bottom:20px;
}

li {
	line-height:19px;
}

h2 {
	padding-bottom: 3px;
}

.photo {
	width:380px;
	padding:2px;
	float:left;
}

.testimonial {
	width: 700px;
	background-color:#6c98c9;
	font-size:14px;
	color: white;
	padding: 3px;
	font-weight:bold;
}

.testimonialclient {
	width:550px;
	float:left;
}

.testimonaldate {
	width: 140px;
	float:right;
}

.testimonial2 {
	width:700px;
}

#photogallery {
	width:700px;
	text-align:center;
}
#photodesc {
	width:500px;
	padding-left:100px;
	text-align:left;
}

.photogal {
	border:black 2px solid;
}
.pad{
	padding:4px;
}
#footer {
	background-color:#6c98c9;
	border-top:black medium solid;
	text-align:center;
	width:800px;
	padding-bottom:3px;
	height:40px;
	float:left;
}
.kelly {
	font-size:10px;
	text-align:center;
	padding:20px;
}