/* Copyright 2009 Deborah Smith Design http://www.deborahgraydesign.com */

/* reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,object {
	margin:0;
	padding:0;
}
fieldset, img { 
	border:0;
}
/* end reset */

body {
background-color:#6b9048;
color:#203b06;
font-size:100.01%;
font-family:Arial, Helvetica, sans-serif;
}
p {
margin:0 0 1em 0;
}
h1, h2 {
	color:#744701;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 18px;
	margin:0 0 1em 0;
}
h3 {
	color:#203b06;
	font-size:1.1em;
	}
.directions h3 {
	font-size:.9em;
}
#bio h3 {
	font-size:.9em;
	}
#bio p {
	font-size:11px;
	line-height:16px;
	}
a:link, a:visited, a:hover, a:active {
	color:#744701;
	}
a:hover {
	text-decoration:none;
	}
#container {
	margin:0 auto;
	width:900px;
	background-color:#fff;
	font-size:.9em;
	line-height:1.4em;
	}
.clear {
clear:both;
}
img.left {
	float:left;
	margin:5px 8px 3px 0;
	}
img.right {
	float:right;
	margin:3px 0 4px 8px;
	}

/* navigation styles */

#navigation {
	margin-top:25px;
	width:245px;
	}
#navigation li a:link, #navigation li a:visited, #navigation li a:hover, #navigation li a:active {
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	text-decoration:none;
	width: 100%;
	display: block;
	padding-top:5px;
	}
#navigation ul {
	list-style:none;
	}
#navigation li {
	width:229px;
	margin-bottom:10px;
	height:30px;
	padding-left:15px;
	}
#navigation li.fees {
	background:url(images/bg-fee.gif) no-repeat left top;
	}
#navigation li.questionnaire {
	background:url(images/bg-questionnaire.gif) no-repeat left top;
	}
#navigation li.directions {
	background:url(images/bg-directions.gif) no-repeat left top;
	}
	
/* end navigation */

#main-outer {
	width:884px;
	margin:0 auto;
	padding:0;
	background-color: #E4EADE;
	background-image: url(images/bg-main-outer.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.directions #main-outer {
	width:690px;
	background-image:none;
	padding:40px 20px 20px 40px;
	font-size:.9em;
	line-height:1.4em;
	}
.directions #contact {
	float:right;
	width: 232px;
	padding-left: 0px;
	}
#logo {
	margin:48px 0 100px 20px;
	width: 542px;
}
#left-col, #right-col {
	float:left;
	display:inline;
	}
#main-copy {
	width:520px;
	padding:0 35px 20px 25px;
}
#left-col {
	width:580px;
	background:url('images/bg-main.jpg') no-repeat left top;
}
#right-col {
width:245px;
padding:20px 25px;
	position:relative;
}
#contact {
	padding-left:10px;
	}
#photos {
	width:332px;
	height:251px;
	position:absolute;
	top:240px;
	left:-35px;
	z-index:1000;
	}
#bio {
	margin-top:650px;
	}
#footer {
	float:left;
	width:860px;
	background:#386110 url(images/bg-footer3.jpg) no-repeat 590px top;
	margin:0;
	height:75px;
	padding:35px 0 0 40px;
	}
#footer p {
	color:#fff;
	font-size:11px;
	line-height:14px;
	padding:0;
	}
#footer a {
	color:#fff;
	}
