/* default styles
   -------------- */
   
body { 
	font: 11px Verdana, sans-serif; 
	background: #000000; 
	color: #b58d51;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 25px;
	padding: 0px;
}

#logo {
	width: 773px;
	margin: auto;
	text-align: center;
	background: #000000;
	padding-bottom: 15px;
}

#logo img {
	border: 0px;
}

#wrap {
	width: 773px;
	margin: auto;
	background: #513921 url(../images/tile.jpg) left repeat-y;
}

#main {
	position: relative;
	top: 0px;
	left: 158px;
}

#map {
	position: relative;
	top: 0px;
	left: 158px;
	height: 380px;
	width: 615px;
	background: #cec5b6 url(../images/main_sitemap.gif) top left no-repeat;
}

#map1 {
	position: relative;
	top: 0px;
	left: 0px;
	height: 374px;
	width: 365px;
	cursor: hand;
}

#map2 {
	position: absolute;
	top: 0px;
	left: 368px;
	height: 374px;
	width: 241px;
	cursor: hand;
}
		
#content {
	position: relative;
	top: 0px;
	left: 158px;
	width: 605px;
	background: #513921;
	padding: 0 5px 0 5px;
}

#images {
	position: relative;
	top: 2px;
	left: 157px;
	width: 620px;
	margin-top: 15px;
}

#images img {
	border: 0px;
	margin-right: 4px;
}

/* nav
   ---------- */

#hmenu {
	padding: 10px 0 10px 0;
	width: 773px;
	margin: auto;
	text-align: center;
	background: #b58d51;
	border-bottom: 5px solid #513921;
}

	#hmenu2 a {
		padding: 10px 7px 10px 7px;
		text-decoration: none;
		color: #000000;
		background: #b58d51;
	}

	#hmenu2 a:hover {
		background: #955320;
		color: #FFFFFF;
	}

/* footer
   ------ */

#footer { 
	width: 773px;
	margin: 0px auto;
	background: #b58d51;
	padding: 6px 0px 6px 0px;
	text-align: center;
	font-size: 11px;
	border-top: 5px solid #513921;
	color: #000000;
}

/* misc styles
   -------------- */
   
a {
	color: #b58d51;
	text-decoration: underline;
}

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

.clearboth {
	clear: both;
}

h1 { 
	font-size: 18px;
	font-weight: normal;
	padding: 12px 0px 7px 0px;
	margin: 0px;
}

/* contact form styles
   -------------- */

.jt-form {
	margin: 30px auto 0px auto;
	text-align: center;
	padding: 0 0 20px 0;
	text-align: left;
}

.jt-form label {
	width: 100px;
	display: block;
	float: left;
}

.jt-form label.check {
	display: inline;
	float: none;
}

.jt-input {
	float: left;
	border: 1px solid #a5a5a5;
	padding: 1px;
	width: 180px;
	margin: 0 0 8px 5px;
}

.jt-submit {
	margin-top: 15px;
}

#check_email {
	padding-left: 10px;
	color: #fa3c3f;
}

.jt-loading {
	background: #FFF url('images/indicator.gif') no-repeat 0px 2px;
	color: #514721;
	padding-left: 20px; 	
}

.jt-success {
	background: #FFF url('images/tick.png') no-repeat 0px 2px; 
	color: #264409; 	
}

.jt-error { 
	color: #fa3c3f;
	margin-bottom: 20px;
	margin-top: 20px;
}

.clear {
	clear: both;
}