@charset "UTF-8";
* {
	margin: 0;
	padding:0;
}
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:62.5%;
	text-align:center;
	background-color:#FFF;
}
#wrapper {
	width: 80%;
	max-width:1000px;
	min-width: 780px;
	margin: 0 auto;
	text-align:left;
	position:relative;
	overflow:hidden;
}
#header {
	height:220px;
	margin:0;
}
h1 {
	background: url(images/logo.jpg) no-repeat left top;
	margin-top: 0px;
	margin-left: 30px;
	height: 220px;
	text-indent:-9999px;
}
h3 {
	background: url(images/tag.gif) no-repeat right top;
	position: absolute;
	height: 20px;
	width: 355px;
	top: 123px;
	right: 0px;
	display:inline;
	text-indent:-9999px;
}

/* = = = = = = navigation  = = = = = =  */

#navContainer ul {padding: 0px;  margin:0;
	width: 324px;
	height:20px;
	margin-top:-20px;
	float:right;
	display:inline;
}
#nav li {margin:0;	padding:0;
	display:inline;
	float:left;
	width:81px;
}
#nav a{
	display:block;
	text-decoration: none;
	font-size:1.1em;
	line-height:20px;
	text-align: center;
	list-style: none;
	font-weight:bold;
	color:#555;
}
#nav a:link, #nav a:visited{
	background:url(images/navbuttons.jpg) no-repeat  bottom;
	text-decoration: none;
}
#nav a:hover{
	background:url(images/navbuttons.jpg) no-repeat top;	color:#FFF;
}
#nav a:active{
	background:url(images/navbuttons.jpg) no-repeat top;	color:#36c;
 }
#nav #current a {
	background:url(images/navbuttons.jpg) no-repeat top;	color:#FFF;
}

/* = = = = = = mainContent  = = = = = =  */

#mainContent {
	display:inline;
	clear:both;
	float:left;
	background: #cff;
	padding-bottom: 32767px;
	margin-bottom: -32747px;
	margin-top:0;
}
#mainContent h2{
	margin: 30px 40px .6em 40px;
	padding: 0 0 5px 245px;	
	font-size:2.8em;
	color:#36c;
}
#mainContent p {
	margin: 0 40px 1em 40px;
	padding: 0 0 .4em 245px;	
	font-size: 1.2em;
	line-height: 2.4em;
	color:#333;
}
#mainContent h4 {
	margin: 0 40px 1em 40px;
	padding: 15px 0px 0px 245px;	
	font-size: 1.2em;
	line-height: 1.2em;
	color:#60F;
	text-transform:uppercase;
}

/* = = = = = = photos = = = = = =  */

#photos {
	float: left;
	width:205px;
	background-color: #cff;
	padding:30px 40px 32767px 40px;
	margin-bottom: -32747px;
}
#photos img {
	height:135px;width:205px;	
	margin-bottom: 15px;
}
#photos img.interior {
	height:251px; width:205px;
	padding-bottom:5px;
}
#photos p {
	margin:-12px 0;	padding:0;
	font-weight: bold;
	font-size:1.05em;
	color:#666;
	text-align:center;
}

/* = = = = = = phooter = = = = = =  */

#footer {
	clear:both;
	height: 50px;
	width: 100%;
	background-color:#FFF;
	position: relative;
	top: 10px;
	padding-top:3px;
}
#footer ul {
	padding: 0px;  
	margin-top:15px;
	text-align:center;
}
#footer li  {
	margin:0 5px 0 0;
	padding:0 10px 0 0;
	display:inline;
	border-right: 1px solid #999;	
	font-weight:normal;
	color:#999;
}
#footer li.last  {
	margin:0 15px 0 0;
	padding:0 10px 0 0;
	display:inline;
	border-right:none;
}
#footer li.copyright  {
	margin:0;
	padding:0;
	display:inline;
	border-right:none;
}
#footer a{
	text-decoration: none;
	font-size: 1em;
	line-height:20px;
	text-align: center;
	list-style: none;
	font-weight:normal;
	color:#999;
}
#footer a:hover{	color:#333;}
#footer a:active{color:#36c;}

/* = = = = = = ie bug fixes = = = = = =  */

[if lt IE7]> <style>
/* style for IE6 + IE5.5 + IE5.0 */
.gainlayout { height: 0; }
</style><![endif] 

[if IE7]><style>
.gainlayout { height: 1; }
.gainlayout { zoom: 1; }
#navContainer:{overflow:visible;}
</style><![endif]