/* CSS Document */

/* Color Chart
	head bg, borders, headings, links, pretty much everything - light brown: #7c5936
	main text - dark brown: #412f1d
	background - creamy color: #f5f5dc
	sidebar - grey/brown: #ddd6bb
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font: 13px sans-serif;
	line-height: 1.2em;
	color: #412f1d;
	background: #f5f5dc;
}

#container {
	position: absolute;
	width: 774px;
	left: 50%;
	margin-left: -387px;
	background: url(../images/mainbg.jpg) repeat-y top;
}

#head {
	height: 90px;
	background: url(../images/headbg.jpg) repeat-y;
}

h1 {
	text-indent: -5000px;
	height: 90px;
	background: transparent url(../images/head.jpg) no-repeat center;
}

a {
	color: #7c5936;
	text-decoration: none;
	border-bottom: 1px #7c5936 dotted;
}

a:hover {
	border-bottom: 1px #7c5936 solid;
}

#nav {
	height: 34px;
	background: url(../images/navbg.jpg) no-repeat;
	padding: 10px 0 0 22px;
}

#nav ul li {
	list-style: none;
	display: inline;
	margin-right: 10px;
}

#nav a, #foot a {
	text-decoration: none;
	border: 0;
}

#nav a:hover, #foot a:hover {
	text-decoration: underline;
}

#nav a {
	color: #7c5936;
	font-size: 14px;
	font-weight: bold;
}

h2 {
	color: #7c5936;
	padding-left: 30px;
	font-size: 20px;
	line-height: 18px;
	background: url(../images/house.gif) no-repeat 0 50%;
	margin-bottom: 12px;
}

h3 {
	color: #7c5936;
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 20px;
}

p {
	margin-bottom: 12px;
}

#leftside {
	float: left;
	width: 295px;
	padding: 5px 0 0 22px;
}

#leftside ul, #leftside dl {
	margin: 0 0 12px 16px;
	list-style: square;
}

#leftside ul li, #leftside dl dd {
	margin-bottom: 5px;
}

#middle {
	float: left;
	width: 240px;
	padding-left: 11px;
}

#rightside {
	float: right;
	width: 140px;
	padding: 34px 47px 0 0;
}

#rightside ul {
	list-style: none;
}

#rightside img {
	border: 0;
	margin-left: 18px;
}

#utils {
	position: absolute;
	width: 150px;
	right: 37px;
	bottom: 65px;
}

h4 {
	margin: 15px 0;
	background: url(../images/divider.gif) no-repeat top left;
	line-height: 4px;
	text-indent: -5000px;
}

#leftside dl dd {
	margin-left: 15px;
	padding-left: 20px;
	background: url(../images/arrow.gif) no-repeat 0 50%;
	color: #7c5936;
}

#foot {
	height: 51px;
	background: url(../images/footbg.jpg) no-repeat;
	color: #fff;
	clear: both;
}

#foot p {
	float: left;
	padding: 29px 0 0 22px;
	margin-bottom: 0;
}

#foot .right {
	float: right;
	padding-right: 47px;
}

#foot a {
	color: #fff;
}

.img-shadow {
	float:left;
	background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(../images/shadow.gif) no-repeat bottom right;
	margin: 20px 0 0 10px !important;
	margin: 20px 0 0 5px;
}

.img-shadow img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #ddd6bb;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}

form.contactform {
	width: 500px;
}

input, textarea, select {
	border: 2px #ddd6bb solid;
	width: 15em;
}

.cb {
	border: 0;
}

.btn {
	border-right-color: #7c5936;
	border-bottom-color: #7c5936;
	background: #fff;
	margin: 0 10px 10px 5px;
	padding: 2px;
	float: right;
	width: 5em;
}

form.contactform fieldset {
	margin-bottom: 10px;
	border: none;
	border-top: 1px solid #7c5936;
	background: url(bg.gif) repeat-x left bottom;
}

form.contactform legend {
	padding: 5px;
	font-weight: bold;
	color: #412f1d;
}

form.contactform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	color: #412f1d;
	font-weight: 100;
	width: 175px; /* Width of labels */
}

form.contactform fieldset li {
	list-style: none;
	padding: 5px 10px 7px;
	background: url(divider.gif) repeat-x left bottom;
}

form.contactform em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}
