body
{
	background: #fff url(../images/back1.jpg);
	color: #393735;
	font: 12px/22px Verdana, Helvetica, "Liberation Sans", sans-serif;
	padding: 0;
	margin: 0;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 22px;
	line-height: 22px;
}

a
{
	color: #393735;
	text-decoration: none;
	border-bottom: 1px dotted #393735;
}

a:hover
{
	color: #408800;
	border-bottom: 1px dotted #408800;
}

h1 {
	font: 24px/33px Georgia, Palatino, serif;
	color: #673c1b;
}

h2 {
	font: 18px/22px Georgia, Palatino, serif;
	color: #673c1b;
}

ul {
	list-style-type: disc;
	margin-left: 0;
}

ul li {
	list-style-type: disc;
	margin-left: 22px;
}

#container {
	padding: 20px;
	background: url(../images/back2.jpg) repeat-x top left;
}

#header {
	position: relative;
	margin-top: 44px;
	margin-bottom: 44px;
}

#topnav {
	width: 720px;
	height: 53px;
	position: absolute;
	right: -8px;
	top: 0;
}

#topnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#topnav ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
}

#topnav a {
	text-decoration: none;
	border: none;
	display: block;
	width: 120px;
	height: 53px;
	background-image: url(../images/topnav2.gif);
	background-repeat: no-repeat;
}

#topnav a.about {
	background-position: 0 0;
}

#topnav a.services {
	background-position: -120px 0;
}

#topnav a.photos {
	background-position: -240px 0;
}

#topnav a.faq {
	background-position: -360px 0;
}

#topnav a.resources {
	background-position: -480px 0;
}

#topnav a.contact {
	background-position: -600px 0;
}

#topnav a.about:hover {
	background-position: 0 -53px;
}

#topnav a.services:hover {
	background-position: -120px -53px;
}

#topnav a.photos:hover {
	background-position: -240px -53px;
}

#topnav a.faq:hover {
	background-position: -360px -53px;
}

#topnav a.resources:hover {
	background-position: -480px -53px;
}

#topnav a.contact:hover {
	background-position: -600px -53px;
}


#homelink {
	border: 0;
}

#homelink img {
	border: 0;
}


.center_column {
	padding-left: 240px;
}

.introduction {
	font: 21px/33px Georgia, Palatino, serif;
	color: #673c1b;
}

.sidebar {
	text-align: center;
	padding-top: 110px;
	color: #67605a;
}
#sidenav {
text-align: left;
width: 220px;
height: 180px;
padding-bottom: 20px;

}


#sidenav li{
list-style-type: none;
text-align: center;
padding: 4px;
margin-left: 50px
}

#sidenav a{
	text-decoration: none;
	border: none;
	display: block;
	width: 120px;
	height: 40px;
	background-image: url(../images/sidenav2.gif);
	background-repeat: no-repeat;

	}

#sidenav a.serviceshome{
	
}

#sidenav a.servicesoffice{
background-position: 0 -40px;	
}

#sidenav a.servicesschools{
background-position: 0 -80px;	
}
	
#sidenav a.servicesworkshops{
background-position: 0 -120px;	
}

#sidenav a.serviceshome:hover{
background-position: -120px 0px;	
}

#sidenav a.servicesoffice:hover{
background-position: -120px -40px;	
}

#sidenav a.servicesschools:hover{
background-position: -120px -80px;	
}
	
#sidenav a.servicesworkshops:hover{
background-position: -120px -120px;	
}
	
#servicesside{
width: 950px;
}

#servicesbottom{
padding-left: 240px;
}



.grid_6 a{	
color: #673C1B;
border-bottom: none;

}

.grid_6 a:hover{
color: orange;
}

.sidebar h2 {
	margin: 0;
}

.sidebar_photo {
	margin: 0px -20px;
}

.calltoaction {
	text-align: center;
	margin-top: 33px;
	margin-bottom: 33px;
	font: 15px/22px Georgia, Palatino, serif;
}

.calltoaction strong {
	font-weight: bold;
	color: #000
}

.inlinehead {
	font: 13px/22px Georgia, Palatino, serif;
	font-weight: bold;
	color: #1a1918;
}

.testimonial {
	font: 15px/22px Georgia, Palatino, serif;
	color: #67605a;
	text-align: center;
	padding: 2px;
}

.attribution {
	font: 11px/22px Verdana, Helvetica, Arial, sans-serif;
	color: #67605a;
	text-align: center;
}

a.photo {
	display: block;
	float: left;
	margin: 0 0 12px 0;
	width: 33%; 
	height: 210px;
	text-align: center;
	border: none;
	text-decoration: none;
}

a.photo:hover {
	border: none;
	text-decoration: none;
}

.photo img {
	border: 5px solid #fff;
	box-shadow: 1px 1px 4px#776;
	-moz-box-shadow: 1px 1px 4px#776;
	-webkit-box-shadow: 1px 1px 4px#776;
}

a.wide {
	margin-top: 22px;
	margin-bottom: 23px;
}

a.photo:hover img {
	border-color: #5e9b37;
}

.footnote {
	font: 13px/22px Georgia, Palatino, serif;
	font-style: italic;
}

#footer {
	text-align: center;
	font-size: 10px;
	color: #67605a;
	padding: 44px 0 22px 0;
}

.clearall {
	clear: both;
}

