@charset "utf-8";
/* CSS Document */

/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
                                                   Main Elements
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

body {
	margin:0px; padding:0px;
	background:url(../images/bg-large.jpg) no-repeat center top #000;
	font-family:"Century Gothic", Arial;
}

body#popup {
	background-image:none;
	background:#000;
}

html {
	margin:0px; padding:0px;
}

#masthead {
	height:120px;
	background:url(../images/logo.png) no-repeat left 75%;
	position:relative;
}

#container {
	width:880px;
	height:auto;
	margin:0px auto;
	position:relative;
}

#header {
	height:260px;
	overflow:visible;
	background:#fff;
	position:relative;
	padding-top:10px;
}

.content #header img:first-child {
	display:block;
	margin:auto auto;
}

#banner {
	background:url(../images/banner.png) no-repeat;
	height:111px;
	width:930px;
	margin-left:-25px;
}

#contentbanner {
	background:url(../images/content-banner.png) no-repeat;
	width:930px;
	height:74px;
	margin-left:-25px;
}

#header #tarion {
	position:absolute;	
	top:145px;
	right:-25px;
	z-index:100;
}

#footer {
	height:30px;
	margin-top:30px;
	clear:both;
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-size:12px;
}

#content {
	height:auto;
	margin:0px;
	padding:10px 10px 25px;
	background:#fff;
	font-size:12px;
	line-height:20px;
	color:#6a6a6a;
}

#leftcol {
	float:left;
	height:300px;
	width:362px;
	background:#CCC;
}

#rightcol {
	float:right;
	height:300px;
	width:466px;
	background:#CCC;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
                                                    Common Styles
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

.clear {
	clear:both;	
}

.fl-left {
	float:left;	
}

.fl-right {
	float:right;	
}

.hidden {
	display:none;	
}

a {
	color:#78ae2e;	
}

a img {
	border:none;
}

.panel {
	border:1px solid #d6d6d6;
	padding:1px;
	margin-bottom:25px;
}

.panel  p {
	padding:0px 20px;
}

h2,h3 {
	color:#52301c;
	font-family:Georgia;
	font-size:24px;
	font-style:italic;
	font-weight:normal;
	background:#eeeeee; 
	border-bottom:1px solid #d6d6d6;
	margin-top:0px;
	text-indent:25px;
}

h3 {
	height:35px;
	line-height:35px;
}

h2 {
	height:65px;
	line-height:65px;
}

em {
	font-weight:bold;
	font-style:normal;
	color:#6f5638;
}


/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
                                                    Nav Elements & Styles
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

#nav {
	position:absolute;	
	right:10px;
	bottom:00px;
	margin:0px;
	padding:0px;
}

#nav li {
	display:inline;	
}

#nav a {
	color:#fff;	
	font-size:18px;
	text-decoration:none;
	display:inline-block;
	margin-left:5px;
	padding:0px 10px;
	height:35px;
	line-height:35px;
}

#nav a:hover, #home a#home-link, #tour a#tour-link, #gallery a#gallery-link, #contact a#contact-link, #services a#services-link {
	background:#8cc73f;
	color:#191919;
}



/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
                                                    Home Elements
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

#home img.fl-right {
	padding-left:15px;
	display:block;
}

#home img.fl-left {
	padding:20px;
}

p#about {
	width:360px;	
}

#home img.fl-right {
	padding-left:15px;	
}

#slideshow img {
	position:absolute;
	display:block;
	margin:auto auto;
	z-index:40;
}

#slideshow {
	width: 860px;
	height: 250px;
	margin:auto auto;
}


/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
                                                    Content Elements
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

.content #header {
	height:175px;	
}

.content #header #tarion {
	position:absolute;	
	top:50px;
	right:-25px;
}


#gallery .panel img {
	margin:10px;
	border:1px solid #baaca5;
	padding:1px;
}

#contentbanner h3 {
	background:none;
	color:#fff;
	border:none;
	line-height:50px;
	text-indent:40px;
}

#flashcontent {
	overflow:hidden;
	height:600px;
	width:830px;
	text-align:center;
}

#contact .fl-right {
	width:620px;
	margin-left:20px;
}

input[type='text'] {
	border:#d7d8db solid 1px;
	background:url(../images/field-bg.gif) repeat-x;
	width:440px;
	height:38px;
	display:block;
	margin:5px 0px;
	padding-left:10px;
	color:#585858;
}

textarea {
	width:440px;
	height:170px;
	margin:5px 0px;
	background:url(../images/field-bg.gif) top repeat-x;
	padding:10px;
	color:#585858;
	border:#d7d8db solid 1px;
	font-family:Arial;
	font-size:14px;
}

input[type='submit'] {
	 display:block;
}

.focus {
	border-color:#6e8c03 !important;
}








