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


#page {
	background: url(../images/page-bg-interior.jpg) top left repeat-y;
	width: 935px;
	height: auto;
	padding: 0;
	margin: 0 auto 50px auto;
}

h1 { 
	text-align: -5000px;
	padding: 35px 0 14px 0;
	margin: 0;
	overflow: hidden;
}

h2 { 
	font: 13px Arial, Verdana, Geneva, sans-serif;
	color: #434343;
	margin: 0;
	padding: 0 55px 14px 55px;
	text-align: left;
	line-height: 16px;
	font-weight: normal;
}

p {
	font: 12px Arial, Verdana, Geneva, sans-serif;
	color: #000;
	margin: 0;
	padding: 0 60px 14px 55px;
	text-align: left;
	line-height: 17px;
	font-weight: normal;
}

#subnav {
	background: url(../images/subnav-bg.jpg) top left no-repeat;
	width: 396px;
	height: auto;
	min-height: 450px;
	padding: 0;
	margin: 0 0 0 7px;
}

#subnav a:link, #subnav a:active, #subnav a:visited {
	color: #fff;
	text-decoration: none;
}

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

#subnav a.active {
	color: #DE917E;
	text-decoration: none;
}

#subnav ul {
	font: 15px Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	padding: 30px 0 30px 0;
	margin: 0;
	list-style-type: none;
	font-weight: normal;
}

#subnav ul li {
	text-align: center;
	padding: 0 0 15px 0;
}

#subnav ul li.overview {
	text-align: center;
	padding: 0 0 13px 0;
}

#subnav ul li.header {
	font: 18px Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	padding-bottom: 20px;
}

#images {
	width: 396px;
	height: 295px;
	margin: 0;
	padding: 0;
}

#interior-content {
	background-color: #FEFCEE;
	width: 522px;
	height: auto;
	min-height: 562px;
	margin: 0 0 0 3px;
	padding: 0;
	float: left;
}

#interior-content ul {
	font: 11px Verdana, Geneva, sans-serif;
	color: #000;
	margin: 0;
	line-height: 15px;
	padding: 0 45px 14px 72px;
	text-align: left;
	list-style-type: none;
	list-style-image: url(../images/double-arrow.jpg);
}

#interior-content ul li {
	line-height: 15px;
	padding: 0 0 2px 2px;
	text-align: left;
}

.thumbs { 
	padding: 7px 7px 0 0;
}

.contactform {
	font: 12px Arial, Verdana, Geneva, sans-serif;
	color: #000;
	margin: 0;
	padding: 0 60px 14px 55px;
	text-align: left;
	font-weight: normal;
}

.red {
	color:#900;
}

.gallery-thumbs { 
	padding: 3px;
	border: 1px solid #C7C4B0; 
}
	
