/* General */


body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, sans-serif;
	color:#000;
	font-size:12px;
	line-height:1.6em;
	background:#CCCC99 url('images/bg.png') top center repeat-y;
}

img {
	margin:0 0 0 5px;
	padding:0;
	border:0px solid #000;
}

h1 {font-size:20px;}
h2 {font-size:18px;}
h3 {font-size:16px;}
h4 {font-size:14px;color:#9cb639;}
h5 {font-size:12px;}
h6 {font-size:10px;}

/* Main Wrapper */

#wrapper {
	width:750px;
	margin:0px auto;
	padding:0;
}

/* Utility Navigation Styles */

#utilityNav {
	width:750px;
	margin:-40px 0 0 0;
}

*html #utilityNav {
	margin:10px 0 0 0;
	m\argin:-40px 0 0 0;
}

#utilityNav ul {
	margin:0px;
	padding:0 10px 0 0;
	display:inline;
	float:right;
}

#utilityNav ul li {
	margin:0;
	padding:0;
	list-style-type:none;
	display:inline;
}

#utilityNav a {
	color:#9AB33D;
	text-decoration:none;
}

/* Header Styles */

#header {
/*background:url(images/header.jpg) no-repeat;*/
	width:750px;
	margin:100px 0 50px 0;	
}

*html #header {
	margin:0px 0 50px 0;
	m\argin:50px 0 50px 0;
	padding-top:0px;
	p\adding-top:20px
}

#logo {
	width:165px;
	margin:-100px 0px 20px -5px;
	padding:0;
}

*html #logo {
	margin:0 0 10px 30px;
	m\argin:0 0 10px 50px;
}

#quote {
	margin:0px 20px 0 70px;
	padding:0 0 0 20px;
	float:left;
	text-align:center;
	color:#B37D3D;
	font-size:14px;
	width:300px;
	background: url('images/open-quote.jpg') top left no-repeat;
}

#quote p {
	background: url('images/close-quote.jpg') bottom right no-repeat;
}

/* Left Bar where Scribble and Images are at */

#leftBar {
	width:200px;
	margin:150px 0 0 20px;
	padding:0;
	float:right;
	height:300px;
}

*html #leftBar {
	margin:-30px 0 0 5px;
	m\argin:0 0 0 5px;
}

/* Content Area */

#rightContent {
	width:500px;
	margin:0 0 0 190px;
	padding:0;
	
}

/* -- Global Navigation Styles -- */

#globalNav {
	
	position:relative;
	margin-top:60px;
	margin-left:-200px;
	font-size:90%;
	height:50px;
	
	
}

*html #globalNav {
	margin-top:-40px;
	m\argin-top:0px;
}

#globalNav ul li {
	margin:0;
	padding:0;
	list-style-type:none;
	
	display:inline;
	
}

#globalNav a {
	text-decoration:none;
	margin:0;
	padding:0;
	color:#666600;
}

#globalNav a:hover {
color:#663333;
}

#globalNav a.current {
	border-bottom:1px solid #94B33D;
	color:#663333;
}

/* -- Actual Content Styles -- */

#content {
	margin:10px 0 0 30px;
	padding:10px 0 0 0;
	width:700px;
}

#content h1 {
	color:#9AB33D;
	font-family:"Bradley Hand ITC","Times New Roman", Times, serif;
	font-size:24px;
}

#content a {
	color:#9AB33D;
	text-decoration:none;
	
}


/* -- Sub Navigation Styles -- */

#subNav a[class=arrowDown]{
	background: url(images/downBullet.png) no-repeat center right;
	padding-right:15px;
}

a[class=arrowDown]{
	background: url(images/downBullet.png) no-repeat center right;
	padding-right:15px;
}

#subNav a.subCurrent {
	border-bottom:3px solid #9AB33D;
	font-weight:bold;
}

#callout {
	margin:10px 0 0 30px;
	padding:10px 10px 0 10px;
	width:400px;
	height:150px;
	background:#fff url('images/reservations.gif') top left no-repeat;
	color:#666666;
	font-size:10px;
}
#callout p{margin-top:-20px;}

html>body #callout {
	padding:1px 10px 0 10px;
}

#callout a {
	color:#fff;
	
	text-decoration:none;
}

#callout a:hover {
	color:#9AB33D;
	background:#fff;
	text-decoration:none;
}

#callout h4 {
	color:#fff;
	margin-top:3px;
}

/* Squiggly Underline Styles */

.map {
	padding:5px;
	border:1px #9AB33D;
}
#underline {
	margin:20px 0 0 0px;
	padding:0;
}

/* Footer Styles */

#footer {
	text-align:center;
	font-size:9px;
	
}

#footer a {
	color:#9AB33D;
	text-decoration:none;
}

#footer a:hover {
	border-bottom:1px solid #9AB33D;
}

/* Extras */

.clear {clear:both; }



#form {
	width:250px;
	float:right;
	margin-left:25px;
}

#form label {
	font-size:80%;
	display:block;
}

#form input[type=text], select, textarea {
	width:200px;
	font-size:90%;
}

#contact-info {
	font-size:90%;
}

#form input[type=submit] {
	margin:10px 47px 0 0;
	border:1px solid #333;
	font-size:90%;
}



.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
