@charset "UTF-8";
/* CSS Document */

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	color: #666666;
	margin: 0px;
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: b6b5b6;
}
p {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 14px;
}
a {
	color: #312317;
	text-decoration: none;
}
h1 {
	font-size: 24px;
	color: #373236;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 14px;
	text-transform: uppercase;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.border { border: 1px solid #7D7D7D; }
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #1badea;
	margin: 0px;
	padding: 0px;
}
ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
}
#nav {
	padding-top: 100px;
	padding-left: 210px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#nav ul {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#nav ul li {
	display: inline;
	padding-right: 10px;
}
a:hover {
	text-decoration: underline;
}
#wrap {
	width: 795px;
	margin-right: auto;
	margin-left: auto;
}
#inner {
	float: left;
	width: 795px;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 131px;
}
#contact {
	padding-top: 85px;
	padding-left: 275px;
}
#content {
	background-color: #FFFFFF;
	float: left;
	clear: left;
	width: 794px;
}
#leftImage {
	background-image: url(images/sideImage.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 396px;
	width: 182px;
	padding-top: 53px;
	color: #000;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#left {
	width: 300px;
	float: left;
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 30px;
}
#right {
	float: right;
	width: 230px;
	padding-right: 20px;
	padding-top: 30px;
}
#footer {
	background-image: url(images/btmSlice.jpg);
	background-repeat: no-repeat;
	height: 26px;
	clear: both;
	padding-top: 20px;
	font-size: 10px;
	color: 333366;
	text-align: right;
	text-transform: uppercase;
	background-position: left top;
	width: 795px;
}
.mapSpacer {
	padding-right: 10px;
}
.clear {
	clear: both;
	display: block;
}

