/*
brown 5a471a
blue 45c3d2
cream f6f3cf
peach f99d31
olive b8b308
*/


body {
	margin-left: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	background-color: #ffffff;
	font-family: tahoma,arial;
	font-size: 12px;
	line-height:16px;
	color: #333333;

}
a:link {
	color: #333333;
	font-weight:normal;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333333;
	font-weight:normal;
}
a:hover {
	text-decoration: underline;
	color: #b8b308;
	font-weight:normal;
}
a:active {
	text-decoration: underline;
	color: #b8b308;
	font-weight:normal;
}

h1 {
  font-size: 13px;
  font-weight:bold;
	color: #5a471a;
	text-transform: uppercase;
	margin-top:30px;
	margin-bottom:-5px;
}

#home h1 {
  font-size: 13px;
  font-weight:bold;
	color: #5a471a;
	text-transform: uppercase;
	margin-top:30px;
	margin-bottom:-5px;
}

#services h1 {
  font-size: 13px;
  font-weight:bold;
	color: #45c3d2;
	text-transform: uppercase;
	margin-top:30px;
	margin-bottom:-5px;
}

#about h1 {
  font-size: 13px;
  font-weight:bold;
	color: #b8b308;
	text-transform: uppercase;
	margin-top:30px;
	margin-bottom:-5px;
}

#resources h1 {
  font-size: 13px;
  font-weight:bold;
	color: #f99d31;
	text-transform: uppercase;
	margin-top:30px;
	margin-bottom:-5px;
}

#contact h1 {
  font-size: 13px;
  font-weight:bold;
	color: #b8b308;
	text-transform: uppercase;
	margin-top:30px;
	margin-bottom:-5px;
}


p {}

ul {
	list-style-type:square;
	text-align:left;
  margin-left:0;
	padding-left:20px;
	padding-top:0px;
	padding-right:10px;
}
li {
	padding-bottom:10px;
}

#container{width:920px;margin:0 auto;}

#wrapper{float:left;width:100%}
}

#header {
  position:relative;
}

#menu{
  position:relative;
	padding: 0px;
  margin-top:0px;
}

#copy {
  margin-top: 0px;
  float:left;
  width:625px;
  margin-left:10px;
  text-align:left;
}

#copy_about {
  margin-top: 0px;
  float:left;
  width:885px;
  margin-left:10px;
  text-align:left;
}

#slides{
  /*position:relative;
  left:0px;
  top:0px;*/
  width: 230px; 
  height: 270px;
  border-style:solid;
  border-color:#b8b308;
  border-width:2px;
  padding: 2px 2px 2px 2px; 
  margin-top: 10px; 
  margin-right: 15px;
  float:right;
}

.headshot{
  width: 130px; 
  height: 130px;
  border-style:solid;
  border-color:#b8b308;
  border-width:2px;
  padding: 2px 2px 2px 2px; 
  margin-top: 0px; 
  margin-right: 10px;
}

#headshot_1{
  width: 130px; 
  height: 130px;
  border-style:solid;
  border-color:#b8b308;
  border-width:2px;
  padding: 2px 2px 2px 2px; 
  margin-top: 10px; 
  margin-right: 15px;
  float:right;
}

#headshot_2{
  width: 130px; 
  height: 130px;
  border-style:solid;
  border-color:#b8b308;
  border-width:2px;
  padding: 2px 2px 2px 2px; 
  margin-top: 10px; 
  margin-right: 15px;
  float:right;
}

#footer {
  float:left;width:100%;font-size:11px;padding-bottom:20px;
}

#footer_left{
  text-align:center;
}

#footer_by{
  float: right;
  margin-top:45px;
  font-size:9px;
}

#footer_by a:link {
	color: #999999;
	font-weight:normal;
	text-decoration: none;
}
#footer_by a:visited {
	text-decoration: none;
	color: #999999;
	font-weight:normal;
}
#footer_by a:hover {
	text-decoration: none;
	color: #b8b308;
	font-weight:normal;
}
#footer_by a:active {
	text-decoration: none;
	color: #b8b308;
	font-weight:normal;
}




