* {padding: 0; margin: 0;}
body { 
	text-align: center; 
	background: url(images/bg.gif);
}

/* Div's */

#container {
	width: 700px;
	background: url(images/content-repeat.gif) repeat-y;
	background-position: top;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	z-index: -1;
	margin-bottom: 10px;
}

#cont {
	width: 690px;
	padding: 20px 10px 0px -1px;
	clear: both;
}

#header {
	width: 692px;
	height: 124px;
	margin-left: 4px;
	background: url(images/banner-repeat.jpg) repeat-x;
} 

#qlinks {
	width: 250px;
	height: 50px;
	float: right;
	margin: -85px 0px 0px 0px;
}

#wavebox {
	width: 692px;
	clear: both;
	padding-left: 4px;
	margin-top: -5px;
}

#wave {
	width: 692px;
	clear: both;
}

#nav {
	width: 510px;
	height: 20px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-right: -6px;
	float: right;
}

#content {
	padding-top: 20px;
	width: 680px;
	padding-bottom: 30px;
	clear: both;
}

#iframe {
	width: 650px;
	padding: 20px;
}

#footer {
	clear: both;
	width: 700px;
	height: 106px;
	background: url(images/footer_gif.gif) no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top: -12px;
}

#fnav {
	width: 700px;
	height: 20px;
	padding-top: 20px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
} 

#branding {
	height: 20px;
	width: 250px;
	float: right;
	margin-top: 40px;
	margin-right: -40px;
}
/* Gallery */

#gall {
	width: 680px;
	clear: both;
	padding: 0px;
}

#thumbnail
{
	margin: 0 0px 5px 0;
	width: 205px;
	clear: right;
	float: left;
	text-align: center;
}

#thumbnail p {
	display: inline;
}

#spacer
{
float: left;
width: 25px;
}

#spacer p {
	display: inline;
}

/* Image Classes */

.floatright {
	float: right;
	margin: 0 0px 10px 50px;
	padding: 2px;
	clear: right;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
}

.floatleftgc {
	float: left;
	margin: 0 30px 10px 0px;
	padding: 2px;
	clear: left;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
}

.floatleft {
	float: left;
	margin: 20px 15px 10px 50px;
	padding: 2px;
	clear: left;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
}

.floatrightacc {
	float: right;
	margin: 0 0 5px 15px;
	padding: 2px;
/*	clear: right;*/
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
}

/* Text Classes */

.nav {
	font-size: small;
	color: #000000;
	padding-top: 5px;
}

.nav-line {
	font-size: small;
	color: #CCCCCC;
	padding-top: 5px;
}

.fnav {
	font-size: xx-small;
	color: #888888;
	padding-top: 20px;
}

.content {
	font-size: 	75%;
	color: #000000;
	padding: 50px 50px 0px;
	text-align: justify;
}

.content-book {
	font-size: 	85%;
	color: #000000;
	text-align: justify;
	text-align: right;
	border: 1px solid #999999;
	margin-left: 30px;
}

.content-book tr{
	background-color: #F1F1ED;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.form {
	font-size:x-small;
	color: #000;
	text-align:right;
	padding-right: 10px;
}

.contentgall {
	font-size: 	75%;
	color: #000000;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: top;
	padding-top: 10px;
}

h1 {
	font-family: "trebuchet MS", verdana, arial, Helvetica, sans-serif;
	font-size: large;
	color: #48707F;
	padding-left: 50px;
	float: left;
	font-style: italic;
}

.qlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.stars {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B39F84;
}


.brand {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #E3E1D7
}
/* Navigation Styles */

/* Main Nav*/

a:link {
	text-decoration: none;
	color: #000000;
}

a:visited {
	text-decoration: none;
	color: #000000;
}

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

a:active {
	text-decoration: none;
	color: #B6B6B6;
}

/* Footer Nav */

a.fnav:link {
	text-decoration: none;
	color: #888888;
}

a.fnav:visited {
	text-decoration: none;
	color: #888888;
}

a.fnav:hover { 
	text-decoration: none;
	color: #FFFFFF;
}

a.fnav:active {
	text-decoration: none;
	color: #FFFFFF;
}

/* Quicklink Nav */

a.qnav:link {
	text-decoration: none;
	color: #FFFFFF;
}

a.qnav:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a.qnav:hover { 
	text-decoration: none;
	color: #000000;
}

a.qnav:active {
	text-decoration: none;
	color: #FFFFFF;
}

/* Branding Nav */

a.brand:link {
	text-decoration: none;
	color: #E3E1D7;
}
a.brand:hover {
	text-decoration: none;
	color: #999999;
}

/* Virtual Tour Links */

a.vr:link {
	text-decoration: underline;
	color: #000000;
}

a.vr:visited {
	text-decoration: underline;
	color: #000000;
}

a.vr:hover {
	text-decoration: underline;
	color: #B6B6B6;
}

a.vr:active {
	text-decoration: underline;
	color: #B6B6B6;
}
.margleft {
	margin-left: 30px;
	margin-bottom: 10px;
}
.marglefter {
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 50px;
	margin-bottom: 10px;
}
.margright {
	margin-right: 20px;
}
.imgbordo {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#tagline {
	float: right;
	position: relative;
	bottom: 100px;
	z-index: 2;
	right: 50px;
}
.moveup {
	margin-bottom: -30px;
	margin-top: -15px;
	margin-left: 40px;
}
.imgbord {
	border: 1px solid #48707F;
}
#alignleft {
	text-align: left;
	z-index: auto;
}

#alignleft p {
	text-align: left;
	clear: none;
}
h3 {
	color: #B2A690;
	padding-left: 50px;
	padding-top: 40px;
	font-size: 90%;
	margin-bottom: -25px;
	padding-right: 0px;
}
.centerer {
	clear: both;
	float: none;
}
.icon {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: -1px;
}
.icontxt {
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	margin-top: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.imgright {
	float: right;
	margin: 0 25px 10px 30px;
	padding: 2px;
	clear: right;
	
}
.inspection {
	text-align:center;
	background:#00FF00;
	float:left;
	margin-left:20px;
	margin-right:-20px;
	display: block;
	clear: both;
	width: 100%;
}
.resourceslinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
#gallery {
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding-top: 10px;
	margin: 20px 40px 110px 40px;
	width: 620px;
}

#gallery p{padding-left:20px;

}.fixedwidth img{
	border: 2px solid #000000;
}
.bigger {
	font-size: 125%;
}
.cushycont {
	font-size: 12px;
	padding-left: 37px;
	padding-right: 37px;
}

