/* CSS Document */

body {
	text-align: center;
	background-color:#CCC;
	margin: 0px;
	padding: 0px;
	
}

#shadow {
	width: 850px;
	background: url(../media/shadow.jpg) repeat-y;
	background-position:top;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}

#container {
	width: 800px;
	margin: 0px 0px 0px 25px;
	padding: 0px;
	float: left;
}

#header {
	width: 800px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#logodiv {
	width: 500px;
	height: 110px;
	float: left;
}

#logo {
	width: 500px;
	height: 110px;
	position: relative;
}

#logo span {
	background: url(../media/logo.jpg) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

#telnodiv {
	width: 300px;
	height: 110px;
	float: right;
}

#telno {
	width: 300px;
	height: 110px;
	position: relative;
}

#telno span {
	background: url(../media/telno.jpg) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

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

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

#introcontainer {
	width: 800px;
	float: left;
	padding: 0px;
	margin: 0px;
}

#lftintro {
	width: 540px;
	padding: 0px;
	margin: 0px;
	float: left;
}

#testimonial {
	width: 540px;
	padding: 0px;
	margin: 0px;
	float: left;
}
	
#mainimage {
	width: 260px;
	float: right;
	padding: 0px;
	margin: 0px;
}

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

#homequote {
	width: 540px;
	height: 146px;
	position: relative;
}

#homequote span {
	background: url(../media/testimonial1.jpg) no-repeat;
	position: absolute;
	width: 540px;
	height: 146px;
	left: 0;
	top: 0;
	background-image: url(../media/testimonial1.jpg);
}

#navcontainer {
	width: 540px;
	float: left;
	background:url(../media/navbground.jpg) no-repeat;
	background-position: bottom;
	margin: 0px;
	padding: 0px;
}

#navlist {
	margin: 0;
	padding: 0 0 20px 15px;
}

#navlist ul, #navlist li {
	font: bold 0.8em/1.5em Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navlist a:link, #navlist a:visited {
	background:url(../media/navlink.jpg) no-repeat;
	background-position:bottom;
	float: left;
	margin: 0 5px 0px 5px;
	padding: 0px 15px 7px 15px;
	text-decoration: none;
	color: #000;
}

#navlist a:link#current, #navlist a:visited#current {
	background-image:url(../media/navactive.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom: 7px;
	color: #000;
}

#navlist a:hover {
	padding-bottom: 7px;
	color: #000;
	background-image: url(../media/navhover.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

#text {
	width: 800px;
	float: left;
	padding: 0px 0px 20px 0px;
	margin: 20px 0px;
	text-align:left;
	border-bottom: solid 4px #590000;
}

#text h3 {
	font: normal 0.8em/1.3em Georgia, "Times New Roman", Times, serif;
	color: #333;
	background-color: #FFF;
	border-bottom: solid 1px #333;
}

#text h2 {
	font: normal 1em/1.3em Georgia, "Times New Roman", Times, serif;
	color: #590000;
	background-color: #FFF;
}

#text p {
	font: normal 0.7em/1.5em Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #FFF;
}

#rtcol p {
	padding: 0px;
	margin: 0px;
}

.textpadtop {
	padding-top: 20px;
}

#lftcol {
	width: 223px;
	float: left;
	padding: 0px;
	margin-left: 30px;
}

#lftcolcontact {
	width: 243px;
	float: left;
	padding: 0px;
	margin-left: 30px;
}

#centrecol{
	width: 223px;
	float: left;
	padding: 0px;
	margin-left: 30px;
}

#rtcol {
	width: 223px;
	float: left;
	padding: 10px;
	margin-left: 30px;
	border: dotted 1px #590000;
}

#mapcol {
	width: 445px;
	float: left;
	padding: 0px;
	margin-left: 25px;
}

.burgundy {
	color: #590000;
	background-color: #FFF;
}

#footer {
	width: 770px;
	text-align:left;
	padding: 5px 10px 7px 20px;
	
}

#footer p {
	font: normal 0.7em/1.2em Arial, Helvetica, sans-serif;
	color: #666;
	background-color:transparent;
	padding: 0px;
	margin: 0px;
}

#mapthumb {
	width: 77px;
	float: right;
	margin-left: 10px;
	border: solid 1px #999;
}

/*#contactForm {
	width: 223px;
	float: left;
	margin: 10px 0px 0px 0px;
	padding: 15px 0px 7px 0px;
}*/

form {
	font: normal 1em/1.3em Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0 0 10px 0; 
	background-color: #eddede;
	border-top: 1px solid #CCC; 
	border-bottom: 1px solid #CCC;
}
input.field {width: 90%;}
textarea {width: 90%;}
input.check {margin-right: 5px;}

table {
	font-size: 11px;
}

.class1 a:link, .class1 a:visited {
	color: #590000;
	background-color:#FFF;
	text-decoration:underline;
}

.class1 a:hover {
	color: #590000;
	background-color:#FFF;
	text-decoration:none;
}
