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

body {
	background-color: #2B2624;
	background-image: url('../images/background.jpg');
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #C7B29A;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C7B29A;
}
a:hover {
	text-decoration: none;
	color: #2B2624;
}
a:active {
	text-decoration: none;
	color: #C7B29A;
}

h1{
	font-family: 'Mate SC', serif;
	font-size: 20px;
	font-weight: normal;
	color: #2B2624;
	border-bottom: 4px solid #2B2624;
	width: 100%;
}

h2{
	font-weight: normal;
	font-size: 18px;
	font-family: 'Mate SC', serif;
	color: #2B2624;
}

h3{
	font-family: 'Mate SC', serif;
	font-size: 14px;
	font-weight: normal;
	color: #9D9D9D;
}

header {
	position: absolute;
	width: 900px;
	height: 60px;
	left: 50%;
	margin-left: -450px;
	top: 63px;
}

menu{
	font-family: 'Mate SC', serif;
	float: right;
	font-size: 20px;
	color: #C7B29A;
}

menu a:link {
	color: #C7B29A;
	text-decoration: none;
}
menu a:visited {
	text-decoration: none;
	color: #C7B29A;
}
menu a:hover {
	text-decoration: none;
	color: #FFFFFF;
	border-top: 4px solid #655B51;
	border-bottom: 2px solid #655B51;
}
menu a:active {
	text-decoration: none;
	color: #C7B29A;
}

footer {
	background-image: url('../images/footerBg.png');
	background-repeat: repeat-x;
	padding-top: 30px;
	position: absolute;
	text-align: center;
	top: 820px;
	height: 260px;
	width: 100%;
	z-index: 10;
}

ul {
	font-family: 'Georgia', Serif;
	font-size: 14px;
	line-height:18px;
	color: #555555;
}

#topBar {
	-moz-box-shadow: 0px 0px 15px #000;
	-webkit-box-shadow: 0px 0px 15px #000;
	box-shadow: 0px 0px 15px #000;
	background-color: #1B1611;
	position: absolute;
	top: 70px;
	padding-top:5px;
	padding-bottom:5px;
	border-top: 4px solid #C7B29A;
	border-bottom: 2px solid #C7B29A;
	height: 25px;
	width: 100%;	
}
#topLogo {
	background-image: url('../images/topLogo.png');
	float: left;
	height: 59px;
	width: 232px;	
}

#mainContent{
	-moz-box-shadow: 0px 0px 15px #493E3A;
	-webkit-box-shadow: 0px 0px 15px #493E3A;
	box-shadow: 0px 0px 15px #493E3A;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding: 0px 15px 0px 15px;
	position: absolute;
	width: 560px;
	height: 850px;
	left: 50%;
	margin-left: -480px;
	top:150px;
	z-index: 9;
}

#slideshow{
	position:relative;
	width: 100%;
	text-align: center;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:50%;
	margin-left: -262px;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

#mainContact {
	width: 300px;
	height: 220px;
	position: absolute;
	left: 50%;
	margin-left: 130px;
	top: 650px;
}

#contactForm{
	-moz-box-shadow: 0px 0px 15px #493E3A;
	-webkit-box-shadow: 0px 0px 15px #493E3A;
	box-shadow: 0px 0px 15px #493E3A;
	padding: 0px 30px 0px 30px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	position: absolute;
	width: 320px;
	height: 450px;
	left: 50%;
	margin-left: 100px;
	top:180px;
	z-index: 8;
}

#contact{
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

form {
    margin:0;
}
form label {
    margin-bottom:.2em;
    font-size:1.2rem;
    line-height:1.4rem;
    font-size:12px;
    line-height:16px;
    color: #000000;
}
form label.error {
    margin-bottom:1em;
    font-size:1.1rem;
    line-height:1.2rem;
    font-size:11px;
    line-height:12px;
    color:#c0392b;
}
form input, form textarea {
    display:block;
}
form input[type="text"], form textarea {
    margin-bottom:1.25em;
    font-family:"Inconsolata", sans-serif;
    font-size:1.2rem;
    line-height:1.4rem;
    font-size:11px;
    line-height:14px;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    /*background:#e6e6e6;*/
    border:1px solid #e6e6e6;
    -moz-border-radius:0.2em;
    -webkit-border-radius:0.2em;
    border-radius:0.2em;
}
form input[type="text"]:focus, form textarea:focus {
    border-color:#191919;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
}
form input[type="text"][disabled], form textarea[disabled] {
    background:#fff;
}
form input[type="text"].error, form textarea.error {
    background:#e6e6e6;
    border-color:#c0392b;
}
fieldset {
    border:0px;
    margin:0;
    padding:0;
}

.required {
    color:#e9266d;
}
#success, #error {
    display:none;
}
#success span, #error span {
    display:block;
    position:absolute;
    background-color:#2B2624;
    margin-right:15px;
    top:200px;
    border:2px solid #C7B29A;
    -moz-border-radius:0.2em;
    -webkit-border-radius:0.2em;
    border-radius:0.2em;
}
#success span p {
    color:#C7B29A;
    margin: 15px 15px 15px 15px;
}
#error span p {
    color:#c0392b;
}

.footerText{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #C7B29A;
}

.footerText a:link {
	color: #C7B29A;
	text-decoration: none;
}
.footerText a:visited {
	text-decoration: none;
	color: #C7B29A;
}
.footerText a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.footerText a:active {
	text-decoration: none;
	color: #C7B29A;
}

.aboutText{
	font-family: 'Georgia', Serif;
	font-size: 12px;
	border-bottom: 2px solid #2B2624;
	letter-spacing:0.1em;
	line-height:18px;
	text-align: justify;
	color: #555555;
	padding: 10px 0px 17px 0px;
}

.contentText{
	font-family: 'Georgia', Serif;
	font-size: 12px;
	border-bottom: 2px solid #2B2624;
	text-align: justify;
	color: #555555;
	padding: 10px 0px 17px 0px;
	letter-spacing:0.1em;
	width: 524px;
	left:50%;
	margin-left: -262px;
	position: absolute;
	top: 350px;
}

.disclaimer{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #786A59;
}

.svcText {
	font-family: 'Georgia', Serif;
	font-size: 12px;
	color: #534741;
}
.gMap {
	border: 3px solid #C7B29A;
}