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

body {
	margin: 0px;
	padding: 0px;
	background-image: url('images/main-bg.jpg');
	background-repeat: repeat-x;
	background-color: #5D3D30;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #600;
}

a {
	color: #039;
}
a:hover {
	color: #930;
}
a img {
	border: 0;
}

h1 {
	color: #669;
	margin-top: 0;
	padding-bottom: 5px;
	border-bottom: 1px dotted #669;
}

h2 {
	text-align: center;
	color: #669;
	border: 1px solid #669;
	padding: 20px 0;
	background-color: #F2F2DA;
}

/* General Layout Styles */
#outerWrapper {
	width: 800px;
	margin: 0 auto;
}

#header {
	height: 189px;
	background-image: url('images/header-bg.jpg');
	background-repeat: no-repeat;
	background-position: right;
	background-color: #FFF;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

#logo {
	float: left;
}

#navigation {
	float: left;
	margin-top: 20px;
	margin-left: 25px;
	padding: 0;
	list-style: none;
	font-size: 24px;
}
#navigation li {
	padding: 10px 0 10px 30px;
	background-image: url('images/navigation-icon.gif');
	background-repeat: no-repeat;
	background-position: -50px 50%;
}
#navigation li a {
	text-decoration: none;
	color: #999;
}
#navigation li a:hover {
	color: #669;
}

#content {
	background-color: #E1E1CB;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	padding: 30px 30px 10px 30px;
}

#footer {
	background-image: url('images/footer-bg.jpg');
	background-repeat: no-repeat;
	color: #CC9;
	font-size: 12px;
	text-align: center;
	padding-top: 30px;
}
#footer a {
	color: #CC9;
	text-decoration: none;
}
#footer a:hover {
	color: #09F;
}

/* Content Styles */
#contact-form {
	float: left;
	width: 250px;
	border-right: 1px dotted #669;
}

#contact-info {
	float: left;
	padding-left: 40px;
}
#contact-info p {
	padding-left: 20px;
}
#contact-info p b {
	margin-left: -20px;
	line-height: 20px;
}

.textfield {
	border: 1px solid #300;
	background-color: #F2F2DA;
	color: #669;
	font-size: 16px;
	width: 200px;
}

.textarea {
	border: 1px solid #300;
	background-color: #F2F2DA;
	color: #669;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	width: 200px;
	height: 60px;
}

/* Home Page Styles */
.home-text {
	margin-left: 290px;
	margin-top: 30px;
}

.home-images {
	float: left;
	width: 270px;
}

/* Services Page Styles */
.services-image {
	float: left;
}

.services-ul {
	margin-left: 280px;
}