/* SITEWIDE ****************************************************************************/

body {
	font-family: Georgia, Verdana, arial, helvetica, "sans serif";
	font-size: 13px;
	color: #333;
	background: #eee url(../images/background.jpg) fixed center;
	line-height: 22px;
}
img {
	vertical-align: bottom;
}
a {
	color: #3e4243;
	text-decoration: none;
}
a:hover {
	color: #803e48;
}
.highlight {
	color: #803e48;
	font-style: italic;
	font-weight: bold;
	font-family: Helvetica;
}
#wrapper {
	width: 890px;
	margin: 20px auto;
}

/* BANNER ****************************************************************************/

#banner {
	width: 850px;
	padding: 20px;
	float: left;
	position: relative;
	background: #fff;
}
#logo {
	float: left;
}
#address {
	font-family: helvetica, arial;
	text-align: right;
	position: absolute;
	bottom: 20px;
	right: 20px;
}
#address li {
	background: #f3f3f3;
	margin-top: 2px;
	padding: 0 5px;
	float: right;
	clear: both;
}
#address .tel {
	font-weight: bold;
	font-size: 18px;
}

/* NAVIGATION ****************************************************************************/

#nav {
	width: 890px;
	background: #eee;
	float: left;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#nav li {
	float: left;
	display: inline;
}
#nav li a {
	display: block;
	float: left;
	padding: 5px 10px;
	color: #333;
	text-transform: uppercase;
	text-align: center;
	border-right: 1px solid #ddd;
}
#nav li a:hover {
	background: #3f4d62;

	color: #fff;
}
#nav .active a {
	background: #99a843;
	color: #fff;
}
#nav .active a:hover {
	background: #99a843;
	color: #fff;
}

/* MAIN CONTENT ****************************************************************************/

#main {
	width: 850px;
	float: left;
	background: #fff;
	padding: 20px;
}
.left-col {
	float: left;
	width: 560px;
}
.right-col {
	float: right;
	width: 270px;
}
.left-col p {
	background: #f5f5f5;
	padding: 0 5px;
	clear: both;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
.most-images {
	padding: 9px;
	border: 1px solid #ddd;
	background: #eee;
}
.arrow {
	float: right;
	font-size: 20px;
	font-style: italic;
	margin-top: 20px;
}
.arrow img {
	vertical-align: middle;
	padding-bottom: 5px
}
.service-list {
	margin-top: 20px;
	float: left;
}
.service-list li {
	list-style-type: square;
	margin-left: 17px;
}
.service-list .list-header {
	list-style-type: none;
	margin-left: 0px;
}
.service-list-2nd-col {
	margin-left: 40px;
}

/* CONTACT FORM ****************************************************************************/

.input {
	padding: 5px;
	font-size: 16px;
	font-family: Verdana, arial, helvetica, "sans serif";
	margin: 0;
	outline: 0;
	border: 1px solid #ddd;
	background: #eee;
	color: #777;
	width: 300px;
}
textarea {
	padding: 5px;
	font-size: 16px;
	font-family: Verdana, arial, helvetica, "sans serif";
	margin: 0;
	outline: 0;
	border: 1px solid #ddd;
	background: #eee;
	color: #777;
	width: 838px;
}
.error-message {
	margin-bottom: 18px;
	background: #f00;
	color: #fff;
	padding: 10px;
	font-size: 18px;
}

/* SLIDESHOW ****************************************************************************/

#slideshow {
	height: 375px;
	overflow: hidden;
	width: 500px;
	border: 10px solid #ddd;
	float: left;
}
#slideshow-nav {
	float: right;
	width: 320px;
}
#slideshow-nav li {
	float: right;
	margin-bottom: 3px;	
}
#slideshow-nav li img {
	width: 40px;
	height: 30px;
	float: right;
}
#slideshow-nav li a {
	float: left;
	padding: 5px;
	background: #ddd;
	margin-left: 3px;
	display: block;
	width: 40px;
	height: 30px;
}
#slideshow-nav li a:hover {
	background: #99a843;
}

/* FOOTER ****************************************************************************/

#footer {
	clear: both;
	background: #eee;
	border-top: 1px solid #ddd;
	padding: 10px 20px;
	margin-bottom: 20px;
}
#footer p {
	float: right;
	text-align: right;
}