* {
	padding:0;
	margin:0;
}

body {
	background: url(../images/header-bg.gif) repeat-x;
	text-align:center;
	font:12px/1.5em Arial, Helvetica, sans-serif;
	color:#3f4b5e;
}

h1, h2, h3, h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	text-transform:uppercase;
	color:#ab4b0b;
}
		
		h1 {
			font-size:24px;
			line-height:26px;
			margin:0 0 20px 0;
		}
		
		h2 {
			font-size:18px;
			line-height:20px;
			margin:30px 0 15px 0;
		}
			h2.bio {
				margin:30px 0 0 0;
			}
		
		h3 {
			font-size:14px;
			color:#3c4217;
		}
		
		h4 {
			font-size:12px;
		}
	
a {
	color:#9ea66d;
}

a:hover {
	color:#19348c;
}

a img {
	border:none;
}

ul {
	list-style-image:url(../images/bullet-redstar.gif);
	margin:20px;
}

	li {
		padding-bottom:5px;
	}
		
/* --------------- Layout Styles --------------- */

div#wrapper {
	text-align:left;
	margin:0 auto;
	width:900px;
}

	div#wrapper:after {
		clear:both;
		content:".";
		display:block;
		height:0pt;
		visibility:hidden;
	}
	

div#header {
	background:url(../images/navigation-bg.gif) no-repeat left top;
	height:170px;
}

	div#header div#address {
		font:10px/15px Georgia, "Times New Roman", Times, serif;
		color:#fff;
		text-align:right;
		padding-right:10px;
	}

div#navigation ul {
	margin:0;
}
	div#navigation li {		
		display:inline;
		list-style:none;		
	}
	
	div#navigation a {
		padding:0 0 0 13px;	
		display:block;
		text-decoration:none;
		background:url(../images/space.gif);
		float:left;
		margin:0 18px;
	}
	
	div#navigation a span {
		padding:106px 13px 30px 0;
		display:block;		
		font: 14px Georgia, "Times New Roman", Times, serif;
		color:#fff;
		text-transform:uppercase;
		float:none;
		background:url(../images/space.gif);
	}
		
	div#navigation a:hover, 
	body#home div#navigation a.home,
	body#models div#navigation a.models,
	body#location div#navigation a.location,
	body#features div#navigation a.features,
	body#about div#navigation a.about,
	body#contact div#navigation a.contact
	{
		background:url(../images/nav-leftside-bg.jpg) no-repeat;
		display:block;
	}
		
	div#navigation a:hover span, 
	body#home div#navigation a.home span,
	body#models div#navigation a.models span,
	body#location div#navigation a.location span,
	body#features div#navigation a.features span,
	body#about div#navigation a.about span,
	body#contact div#navigation a.contact span
	{
		background:url(../images/nav-rightside-bg.jpg) no-repeat right;
		display:block;
	}
				

div#contentWrapper {
	margin-top:30px;
}

	div#contentWrapper p {
		padding:5px 0;
	}

div#side {
	float:left;
	width:400px;
}

div#subSide {
	float:left;
	width:300px;
}

	h2.first {
		margin-top:0;
	}
	
	div#subSide ul {
		margin:20px;
	}

div#homeContent {
	width:390px;
	margin-right:20px;
	float:right;
}

div#subContent {
	width:540px;
	float:right;
	min-height:500px;
}

	* html div#subContent {
		height:500px;
	}

div#images {
	clear:both;
	margin-bottom:30px;
}

div#websolvers {
	text-align:right;
	clear:both;
	width:890px;
	margin:0 auto;
	padding:100px 0 0 0;
}

div#footerContainer {
	background:#884819 url(../images/footer-bg.gif) repeat-x;
	clear:both;
	padding:40px 0 0 0;
	color:#fff;
	font-size:10px;	
	height:116px;
}

	div#footerContainer a {
		color:#fff;
		margin:0 10px;
	}
	
	div#footerContainer p {
		margin:3px 0;
	}


/* --------------- Global Classes --------------- */

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

.clear {
	clear:both;
}

img.shadow, div#images img {
	padding:1px 1px 20px 1px;
	background:#b87841 url(../images/img-bg.gif) repeat-x bottom;
}

a.redStar{
	background:url(../images/bullet-redstar.gif) no-repeat;
	padding-left:17px;
	margin-left:3px;
}

a.blueStar {
	background:url(../images/bullet-bluestar.gif) no-repeat;
	padding-left:17px;
	margin-left:3px;
}

a.pdf {
	background:url(../images/bullet-pdf.gif) no-repeat;
	padding:0 0 5px 20px;
}

.green {
	color:#3c4217;
}

p.note {
	font-size:10px;
}

/* --------------- Home Classes --------------- */

	div#homeContent div.tours div {
		margin:0 15px 10px 0;
		float:left;
		text-align:center;
	}
	
	div#homeContent div.tours p {
		color:#19348c;
		text-transform:uppercase;
		font-family:Georgia, "Times New Roman", Times, serif;
		padding:0;
	}
	
	div#homeContent div.bottomMargin{
		margin-bottom:40px;
	}
/* --------------- Models Classes --------------- */

	a img.amenities {
		margin:20px 0 0 0;
	}
	
	div.model {
		float:left;
		width:260px;
		margin:0 10px 20px 0;
	}
	
	img.adobeReader {
		margin-top:50px;
	}
	
/* --------------- Contact Classes --------------- */

div.styledForm label {
	width:70px;
	display:block;
	padding-top:5px;
}

input.zip, input.state {
	width:50px;
}

div.styledForm input {
	margin-right:30px;
	font:1em Arial, Helvetica, sans-serif;
}

div.styledForm textarea {
	width:330px;
	height:100px;
	font:1em Arial, Helvetica, sans-serif;
}

div.styledForm input, div.styledForm textarea {
	background-color:#fff;
	border:1px solid #ccc;
}

div.checkbox {
	margin:10px 0;
	width:200px;
}

	div.checkbox input {
		margin-right:10px;
	}

div.buttons {
	margin-top:25px;
}

	div.buttons input {
		padding:2px;
		margin-right:30px;
		font:1em Arial, Helvetica, sans-serif;
	}
	
/* ------------------- About Classes ----------------- */

img.bio {
	float:right;
	margin:10px 0 10px 20px;
}

	