/* CSS Document */

body {
	margin: 0px 0px 0px 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color:#FFFFFF;
}
#center {
	width:930px;
	height: auto;
	margin: 0px auto;
}
#frame {
	width: 930px;
	float: left;
	background-image: url(images/dotted.gif);
}
#header {
	width: 930px;
	height: 77px;
	float: left;
	background-color:#005953;
	margin-top: 0px;
}
#logo{
 	width: 188px;
	float: left;
	margin-top:14px;
	margin-left:8px;
}
#toplinks{
 	width: 330px;
	text-align:right;
	margin-top:46px;
	float:right;
	margin-right:10px;
}
#nav{
	width: 930px;
	height: 20px;
	float: left;
	background-image:url(images/navbg.gif);
	border-top: solid 2px #ffffff;
	border-bottom: solid 2px #ffffff;
	padding-top:0px;
	padding-bottom:3px;
}
#nav ul {
	display:inline;
	vertical-align:middle;
	list-style-type: none;
	margin-left:0px;
	padding-left: 2px;
	color:#FFFFFF;
}
#nav li {
	margin-top: -10px;
	padding-top:0px;
	display:inline;
	padding-left: 13px;
	padding-right: 13px;
	list-style-type: none;
}
#navline{
	width: 930px;
	height: 8px;
	float: left;
	background-color:#107d7a;
}
#container{
	width: 930px;
	float: left;
}	
#col1{
	width: 300px;
	float: left;
}	
#col2{
	width: 630px;
	float: left;
	}
#buttons{
	width: 300px;
	float: left;
	}
#icons{
	width: 300px;
	float: left;
	}
#people{
	width: 300px;
	float: left;
	margin-bottom:5px;
	}
#image {
	width: 628px;
	height: 205px;
	float: left;
}
#content {
	width: 598px;
	float: left;
	padding: 15px;
}
#credit {
	width: 904px;
	height: 10px;
	float: left;
	background-color:#117d7a;
	text-align:right;
	padding:13px;
}
#endline {
	width: 930px;
	height: 6px;
	margin-top:3px;
	float: left;
	background-color:#005953;
}
#footer {
	width: 910px;
	background-color:#FFFFFF;
	float: left;
	padding:10px;
}
#person1 {
	width: 147px;
	height: 65px;
	float: left;
}
#person2 {
	width: 147px;
	height: 65px;
	float: left;
}
#p1image {
	width: 55px;
	height: 65px;
	float: left;
	margin-left:7px;
}
#p2image {
	width: 54px;
	height: 65px;
	float: left;
	margin-left:8px;
}
#p1text {
	width: 80px;
	float: left;
	margin-left:5px;
}
#p2text {
	width: 80px;
	float: left;
	margin-left:5px;
}
#call {
	width: 145px;
	float: left;
}
#callform {
	width: 145px;
	float: left;
	margin-left:5px;
	margin-top:15px;
}