.clear_fix{
	clear:both;
}

body {
	background-position: center top;
	background-color: #FFFFFF;
	margin: 0px;
	color: #FFFFFF;
}

#container {
	position: relative;
	width: 850px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	top: 0px;
}

#header {
	float:left;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	width: 425px;
	height: 125px;
	padding-top: 10px;
}

#banner{
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#660000;
	margin-top:75px;
}

#content {
	width: 750px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	background-color: #FFFFFF;
	color: #000000;
	float: right;
}

#contenthome {
	width: 750px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	background-color: #FFFFFF;
	color: #000000;
	float: right;
}

#content a {
	text-decoration: none;
	color: #893101;
	text-transform: uppercase;
}
#contenthome img {
	border: 1px solid #893101;
}
#content a:hover {
	color: #C2A303;
}
/* begin: slideshow */
.slideshow {
position:relative;
padding:0;
margin:0;
}
.slideshow a img {
border:none;
}
.slideshow li.slide {
list-style-type:none;
}
.slideshow .slides {
height:250px;
width:750px;
margin:0;
}
.slideshow .slides li.slide {
visibility:hidden;
position:absolute;
left:0px;
top:0;
}
/*end: slideshow */

#menu {
	width: 95px;
	background-color: #FFFFFF;
	height: 250px;
	background-image: url(images/navbkgrd.gif);
	color: #893101;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform:uppercase;
	line-height: 18px;
}
#menu ul{
	list-style-type: none;
	margin:0;
	padding:0;
}
#menu ul li{
	margin:0;
	padding:0;
	padding-bottom:7px;
}
#menu a {
	color: #893101;
	text-decoration: none;
}
#menu a:hover {
	color: #5D6F3E;
}

#quotebox {
float:left;
background-image: url(images/quotebkgrd.gif);
background-repeat:no-repeat;
margin-top:10px;
padding:10px;
width: 366px;
height:52px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:14px;
color:#660000;
}

#buttons {
	width: 324px;
	background-color: #FFFFFF;
	height: 150px;
	float: left;
	margin-top: 10px;
	margin-left:100px;
	padding-bottom: 5px;
	text-align:left;
}
#buttons a, #buttons span {
  background-repeat: no-repeat;
  background-color: transparent;
  height: 72px;
  float: left;
  padding: 0 0px 0 0px;
  outline: 0;
}
#buttons a:hover,active,focus {
  background-position: 0 -72px;
}
#buttons .approach {
background-image: url(images/approach_button.gif);
width:162px;
}
#buttons .experience {
background-image: url(images/experience_button.gif);
width: 157px;
margin-right:5px;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #999999;
	line-height: normal;
	height: 20px;
	width: 100%;
	padding-left: 20px;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
#footer a {
	color: #CCCCCC;
	text-decoration: none;
}
