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

@import url("lightbox.css");

body {
	background:url(../images/bg.jpg) repeat;
	margin:0; padding:0;
	font-family:Arial, Helvetica, sans-serif;
}

#mainContain {
	width:950px;
	height:auto;
	margin:0 auto;
}

#header {
	background:url(../images/bg-header.jpg) no-repeat;
	width:950px;
	height:304px;
	float:left;
	margin:0;
	font-size:20px;
	font-weight:bold;
}

#headLeft {
	width:338px;
	height:176px;
	float:left;
	margin:0;
	padding:128px 0 0;
	text-align:right;
}

#headLeft a, #headLeft a:visited {
	color:#fffaf3;
	text-decoration:none;
	padding-left:25px;
}

#headLeft a:hover {
	color:#a8a3a0;
}

#logo {
	width:270px;
	height:304px;
	float:left;
	margin:0;
	position:relative;
	z-index:300;
}

#headContact {
	width:308px;
	height:31px;
	float:left;
	margin:0;
	padding:85px 34px 0 0;
	text-align:right;
}

#headContact a, #headContact a:visited {
	color:#44200e;
	text-decoration:none;
}

#headRight {
	width:342px;
	height:175px;
	float:left;
	margin:0;
	padding:13px 0 0;
}

#headRight a, #headRight a:visited {
	color:#fffaf3;
	text-decoration:none;
	padding-right:25px;
}

#headRight a:hover {
	color:#a8a3a0;
}

#contentArea {
	background:#fffaf3;
	width:910px;
	height:auto;
	float:left;
	margin:-24px 0 0;
	padding:50px 20px;
	position:relative;
}

#contentArea h1 {
	font-size:24px;
	margin:0 0 10px;
}

#contentArea h2 {
	font-size:18px;
	margin:0 0 0px;
}

#contentArea p {
	font-size:14px;
	margin:0 0 10px;
}

#contentArea li {
	font-size:14px;
	margin:0 0 5px;
}

#contentArea ul {
	margin:0 0 10px 15px;
	padding:0;
}

#contentArea a, #contentArea a:visited {
	color:#47220f;
	text-decoration:underline;
}

#contentArea a:hover {
	color:#000;
	text-decoration:none;
}

#contentArea img {
	border:5px solid #47220f;
}

#contentArea img.noBorder {
	border:0px solid #47220f;
}

#contentBlack {
	background:#000;
	width:480px;
	height:auto;
	float:left;
	margin:0 0 20px -20px;
	padding:20px;
}

#contentBlack h1 {
	font-size:18px;
	color:#FFF;
	margin:0 0 10px;
}

#contentBlack p {
	color:#FFF;
	margin:0 0 10px;
}

#contentBlack strong {
	font-weight:bold;
	color:#e7ddc4;
}

#contentBlack a, #contentBlack a:visited {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}

#contentBlack a:hover {
	text-decoration:underline;
}

#slideshow {
	background:url(../images/bg-slideshow.jpg) no-repeat;
	width:950px;
	height:330px;
	float:left;
	margin:-24px 0 0;
	position:relative;
}

#slides {
	width:560px;
	height:305px;
	float:left;
	margin:-20px 0 0;
	padding:0 0 0 195px;
	position:relative;
}

#hunts {
	background:url(../images/bg-hunts.jpg) no-repeat;
	width:578px;
	height:305px;
	float:left;
	margin:0;
	padding:30px 0 0 20px;
}

#hunts h1 {
	color:#fffaf3;
	font-size:36px;
	margin:0 0 10px;
	text-transform:uppercase;
}

#hunts p {
	font-size:18px;
	color:#FFF;
	margin:0 0 10px;
}

#property {
	background:url(../images/bg-property.jpg) no-repeat;
	width:308px;
	height:308px;
	float:left;
	margin:0;
	padding:27px 22px 0 22px;
}

#property h1 {
	color:#fffaf3;
	font-size:20px;
	margin:0;
	text-transform:uppercase;
}

#property p {
	font-size:14px;
	color:#fffaf3;
	margin:0 0 10px;
}

#property a, #property a:visited {
	color:#b54102;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
}

#property a:hover {
	color:#FFF;
}

#footer {
	background:url(../images/bg-footer.jpg) no-repeat;
	width:584px;
	height:30px;
	float:left;
	margin:0;
	padding:105px 366px 0 0;
	font-size:11px;
	text-align:center;
}

#footer a, #footer a:visited {
	color:#ece3d6;
	text-decoration:none;
}

#footer a+a {
	padding-left:8px;
}

#footer a:hover {
	color:#a8a3a0;
}

#socialMedia {
	width:950px;
	height:120px;
	float:left;
	margin:0;
	text-align:center;
}

#socialMedia img {
	border:none;
}

#socialMedia h1 {
	color:#FFF;
	font-size:20px;
	font-weight:normal;
}

#socialMedia p {
	margin:15px 0;
}
.tbox {position:absolute; display:none; padding:14px 17px; z-index:900}
.tinner {padding:15px; -moz-border-radius:5px; border-radius:5px; background:#fff url(../images/preload.gif) no-repeat 50% 50%; border-right:1px solid #333; border-bottom:1px solid #333}
.tmask {position:absolute; display:none; top:0px; left:0px; height:100%; width:100%; background:#000; z-index:800}
.tclose {position:absolute; top:0px; right:0px; width:30px; height:30px; cursor:pointer; background:url(../images/close.png) no-repeat}
.tclose:hover {background-position:0 -30px}

#error {background:#ff6969; color:#fff; text-shadow:1px 1px #cf5454; border-right:1px solid #000; border-bottom:1px solid #000; padding:0}
#error .tcontent {padding:10px 14px 11px; border:1px solid #ffb8b8; -moz-border-radius:5px; border-radius:5px}
#success {background:#2ea125; color:#fff; text-shadow:1px 1px #1b6116; border-right:1px solid #000; border-bottom:1px solid #000; padding:10; -moz-border-radius:0; border-radius:0}
#bluemask {background:#000000;}
#frameless {padding:0;}
#frameless .tclose {left:6px}
#padded {padding:20px 20px 40px;}