@charset "UTF-8";
body {
	margin: 0px;
	background-image: url(images/background_pattern.gif);
}
p {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
#site {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#content {
	background-color: #bfd6cc;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#tealbar {
	background-color: #dfeae4;
	margin-top: 0px;
	height: 0px;
}
#header {
	background-color: #FFFFFF;
}
#headerpic {
	width: 273px;
	position: static;
	top: 0px;
}
#nav {
	width: 421px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
}
#navigation {
	background-color: #BFD6CC;
}
#richmond {
	width: 125px;
	padding-left: 10px;
}
#footer {
	float: right;
	width: 575px;
	margin-top: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #573D2A;
	line-height: 15px;
}
#schedule {
	float: right;
	width: 315px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#leftcopy {
	width: 390px;
	padding-left: 30px;
	margin-left: 0px;
}
#rightphotos {
	width: 300px;
	float: right;
}
#title {
	width: 350px;
	margin-top: -10px;
}


.clearfix:after {  
     content: ".";  
     display: block;  
     clear: both;  
     visibility: hidden;  
     line-height: 0;  
     height: 0;  
}  
   
.clearfix {  
    display: inline-block;  
}  
  
html[xmlns] .clearfix {  
    display: block;  
}  
  
* html .clearfix {  
    height: 1%;  
} 
