/* General Options */
* {
	margin: 0;
	padding: 0;
	behavior: url(pngfix/iepngfix.htc);
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
	line-height: 18px;
	color: #555;
	background: url(../images/bg.jpg) top center #AB6C4A;
}

#wrapper {
	position: relative;
	width: 100%;
	background: url(../images/mainbg.jpg) top center no-repeat;
	height: 750px;
}

hr {
	float: left;
	width: 100%;
	height: 1px;
	border: 0;
	border-top: 1px solid #eee;
	margin-bottom: 20px;
	overflow: hidden;
}

h1, h2, h3, p, ul, ol {
	margin-bottom: 20px;
}

h1 {
	color: #A93227;
	font-size: 1.7em;
}

h2 {
	color: #A93227;
	font-size: 1.5em;
}

h3 {
	color: #A93227;
	font-size: 1.3em;
}

a {
	color: #A93227;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0;
}

/* Common Classes */
.left {
	float: left;
}

.right {
	float: right;
}

.txtAC {
	text-align: center;
}

.txtAR {
	text-align: right;
}

.txtAL {
	text-align: left;
}

.imgLeft {
	float: left;
	margin: 0 15px 15px 0;
}

.imgRight {
	float: right;
	margin: 0 0 15px 15px;
}

.nB {
	border-width: 0 !important;
}

.nP {
	padding: 0 !important;
}

.clear {
	clear: both;
}

.introdiv {
	margin: 0 auto;
	width: 400px;
}

.introh3 {
	margin-bottom: 0;
	padding-top: 10px;
}

/* Basic Structure */
#container {
	width: 800px;
	margin: 0 auto;
}

#header {
	clear: both;
	float: left;
	width: 800px;
	overflow: hidden;
	height: 360px;
}

#content {
	clear: both;
	float: left;
	width: 800px;
	background: url(../images/cbg.jpg) top right repeat-y;
}

#footer {
	background-image: url(../images/footer.gif);
	background-position: top right;
	background-repeat: no-repeat;
	text-align: center;
	color: #fff;
	width: 525px;
	float: right;
	padding: 120px 0 20px 0;
}

/* Header Stuff */
#header h1 {
	float: left;
	width: 500px;
	margin-bottom: 0;
	padding: 95px 0 0 30px;
}

#header h1 a {
	float: left;
	width: 370px;
	height: 94px;
}

#header h1 a span {
	display: none;
}

/* Content Stuff */
#wrap {
	float: left;
	width: 800px;
}

#main {
	float: right;
	width: 420px;
	padding: 30px 51px 0 40px;
	min-height: 340px;
	height: auto !important;
	height: 340px;
	background: url(../images/cbg2.jpg) top right no-repeat;
}

#sidebar {
	float: left;
	width: 140px;
}

#sidebar ul {
	float: left;
	list-style: none;
	padding: 55px 0 0 135px;
}

#sidebar ul li {
	float: left;
}

#sidebar ul li a {
	float: left;
	width: 150px;
	height: 26px;
	background-image: url(../images/nav.jpg);
}

#sidebar ul li a span {
	display: none;
}

#sidebar ul li.nav1 a {
	background-position: top left;
}

#sidebar ul li.nav1 a:hover, #sidebar ul li.nav1 a.active {
	background-position: top right;
}

#sidebar ul li.nav2 a {
	background-position: 0px 234px;
}

#sidebar ul li.nav2 a:hover, #sidebar ul li.nav2 a.active {
	background-position: 150px 234px;
}

#sidebar ul li.nav3 a {
	background-position: 0px 208px;
}

#sidebar ul li.nav3 a:hover, #sidebar ul li.nav3 a.active {
	background-position: 150px 208px;
}

#sidebar ul li.nav4 a {
	background-position: 0px 182px;
}

#sidebar ul li.nav4 a:hover, #sidebar ul li.nav4 a.active {
	background-position: 150px 182px;
}

#sidebar ul li.nav5 a {
	background-position: 0px 156px;
}

#sidebar ul li.nav5 a:hover, #sidebar ul li.nav5 a.active {
	background-position: 150px 156px;
}

#sidebar ul li.nav6 a {
	background-position: 0px 130px;
}

#sidebar ul li.nav6 a:hover, #sidebar ul li.nav6 a.active {
	background-position: 150px 130px;
}

#sidebar ul li.nav7 a {
	background-position: 0px 104px;
}

#sidebar ul li.nav7 a:hover, #sidebar ul li.nav7 a.active {
	background-position: 150px 104px;
}

#sidebar ul li.nav8 a {
	background-position: 0px 78px;
}

#sidebar ul li.nav8 a:hover, #sidebar ul li.nav8 a.active {
	background-position: 150px 78px;
}

#sidebar ul li.nav9 a {
	background-position: 0px 52px;
}

#sidebar ul li.nav9 a:hover, #sidebar ul li.nav9 a.active {
	background-position: 150px 52px;
}

#sidebar ul li.nav10 a {
	background-position: bottom left;
}

#sidebar ul li.nav10 a:hover, #sidebar ul li.nav10 a.active {
	background-position: bottom right;
}

/* Contact Form */
#contact-form label {
	float: left;
	width: 100px;
	clear: both;
}

#contact-form input, #contact-form textarea {
	width: 308px;
	border: 1px solid #ddd;
	background: #FFFEF6;
	padding: 3px;
	color: #777;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
}

/* Footer Stuff */
#footer p {
	margin-bottom: 0;
}
