* {
	padding: 0px;
	margin: 0px;
	}

body {
	text-align: center;
	background: #F4F5AD;
	font-family: Georgia, serif;
	}

#container {
	width: 100%;
	background: #F6D049;
	}
	
#navigation {
	margin-top: 10%;
	list-style-type: none;
	font-weight: bold;
	font-size: 8pt;
	width: 100%;
	height: 25px;
	background: #F6D049 url("../img/site/bgtop.jpg") bottom left repeat-x;
	border-bottom: solid black 1px;
	}
	
#nav {
	width: 95%;
	text-align: left;
	margin-top: 10px;
	font-weight: bold;
	}

#nav li {
	display: inline;
	margin: 5px;
	}

#nav a:link {
	text-decoration: none;
	color: black;
	}

#nav a:visited {
	text-decoration: none;
	color: black;
	}

#nav a:hover {
	text-decoration: none;
	color: #717171;
	}

#nav a:active {
	text-decoration: none;
	color: black;
	}

#red a:link {
	color: #1A5D065;
	}
	
#red a:visited {
	color: #1A5D06;
	}

#red a:hover {
	color: #1A5D06;
	}

#red a:active {
	color: #1A5D06;
	} 

#content {
	width: 85%; 
	text-align: left;
	font-family: Arial;
	}

.rightside {
	float: right;
	margin: 10px;
	vertical-align: text-bottom;
	}

.leftside {
	float: left;
	margin: 10px;
	vertical-align: text-bottom;
	}

#content p {
	padding-top: 15px;
	}

#down {
	padding-top:125px;
	text-align: center;
	padding-bottom: 25px;
	}
	
#content ol {
	margin: 15px;
	margin-left: 50px;
	font-weight: bold;
	font-size: 90%;
	}

#appform {
	background: url('..img/formbg.gif') center left no-repeat;
	}

#appointment {
	text-align: left;
	display: block;
	padding-left: 15px;
	padding-top: 15px;
	font-weight: bold;
	font-size: 90%;
	margin: 0px;
	}

#appointment p {
	padding-top: 2px;
	}

input#name {
	width: 250px;
	}

input#street {
	width: 300px;
	}

input#city {
	width: 125px;
	}

input#zipcode {
	width: 75px;
	}

input#email {
	width: 200px;
	}

#submit {
	margin-left: 245px;
	padding-bottom: 10px;
	}

#convince {
	display: inline;
	}

ul.list {
	padding-bottom: 15px;
	margin-top: 15px;
	font-weight: bold;
	font-size: 90%;
	margin-left: 50px;
	}

		
#header {
	float: left;
	height: 100px;
	width: 500px;
	overflow: hidden;
	margin-right: 20px;
	margin-bottom: 10px;
	background: url("../img/site/logo.gif") top left no-repeat;
	}

#header h2 {
	margin-top: 25px;
	color: #3E6B22;
	font-size: 24pt;
	display: none;
	}

#header h5 {
	margin-top: 60px;
	margin-left: 30px;
	color: black;
	font-size: 15pt;
	}

li.title {
	font-weight: bold;
	text-decoration: underline;
	font-size: 110%;
	text-align: center;
	margin-top: 10px;
	}

ul.services {
	position: relative;
	float: left;
	clear: left;
	list-style-type: none;
	font-size: 80%;
	margin-right: 25px;
	width: 125px;
	}

.services li {
	text-align: right;
	}

p.license {
	text-align: center;
	font-weight: bold;
	}
	
#footer {
	text-align: center;
	height: 25px;
	background: url("../img/site/bgbottom.jpg") top left repeat-x;
	}
	
h6 {
	font-size: 8pt;
	}