﻿* {
	margin: 0;
	padding: 0;
	}
body {
	background-color: #F9F4EC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */;
	font-size: 1.1em;
}
a:link {
	color: #0000FF;	
}
a:visited {
	color: #800080;
}
a:hover {
	color: black;
	background-color: #D8E3CF;
}
a:active {
	color: #000000;
}
#container {
	border: 1px #006666 solid;
	margin-right: auto;
	margin-left: auto;
	width: 1024px;
	background-color: #006666;
}
#header {
	border-left: 18px solid #006666;
	border-top: 4px solid #006666;
	background-color: #006666;
	padding: 0px;
	width: 1006px;
	clear: both;
}
#hdr_text {
	float: left;
	width: 660px;
	padding-top: 65px;
}
#hdr_imgs {
	margin: 0;
	float: left;
	width: 162px;
	text-align: center;
}
.hdrimg {
	border: 1px #FFFFFF solid;
	margin-bottom: 2px;
}
#logo_imgs {
	float: left;
	width: 162px;
	text-align: center;
}
.logoimg {
	margin-top: 2px;
	margin-left: 4px;
}
#header h1 {
	text-align: center;
	width: 380px;
	margin-left: 128px;
	margin-bottom: 4px;
	margin-top: 12px;
	color: #FFFFFF;
	font-size: 32px;
}
/* Paragraph in header */
#header p {
	text-align: center;
	margin-left: 46px;
	overflow: hidden;
	line-height: 1.1em;
	margin-bottom: 10px;
	padding-bottom: 8px;
	color: #FFFFFF;
	width: 540px;
	font-size: 17px;
}
/* IE has bug where won't display numbers on ordered lists if you specify a width for the li or ol.  So, to specify the width of
/* the ordered list, it is put into a div called ol_fix */
#ol_fix {
	width: 670px;
}
/* Tabbed style horizontal navigation */
/* Sitepoint.com's version adapted from Douglas Bowman's Sliding Doors of CSS method  */
#tabhdr {
	float: left;
	padding-left: 215px;	/* Tried using margin here instead of padding but IE6 didn't like it */
}
#tabhdr ul {
	margin: 0;
	padding: .6em 0 0 0;
	list-style: none;
}
#tabhdr li {
	float: left;
	background-image: url("images/left2.png");
	background-repeat: no-repeat;
	margin: 0 3px 0 0;
	padding: 0 0 0 8px;
}

#tabhdr a {
	float: left;
	display: block;
	background-image: url("images/right2.png");
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0.2em 10px 0.2em 0;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
#tabhdr a:hover {
	color: #009F9F;
}
#bedrm #tabhdr li.bedrm {
	background-image: url("images/left2_on.gif");
}
#kitchen #tabhdr li.kitchen {
	background-image: url("images/left2_on.gif");
}
#stairs #tabhdr li.stairs {
	background-image: url("images/left2_on.gif");
}
#chair #tabhdr li.chair {
	background-image: url("images/left2_on.gif");
}
#bath #tabhdr li.bath {
	background-image: url("images/left2_on.gif");
}
#entry #tabhdr li.entry {
	background-image: url("images/left2_on.gif");
}
#bedrm #tabhdr li.bedrm a {
	background-image: url("images/right2_on.gif");
	background-color: transparent;
	color: #000000;
}
#kitchen #tabhdr li.kitchen a {
	background-image: url("images/right2_on.gif");
	background-color: transparent;
	color: #000000;
}
#stairs #tabhdr li.stairs a {
	background-image: url("images/right2_on.gif");
	background-color: transparent;
	color: #000000;
}
#chair #tabhdr li.chair a {
	background-image: url("images/right2_on.gif");
	background-color: transparent;
	color: #000000;
}
#bath #tabhdr li.bath a {
	background-image: url("images/right2_on.gif");
	background-color: transparent;
	color: #000000;
}
#entry #tabhdr li.entry a {
	background-image: url("images/right2_on.gif");
	background-color: transparent;
	color: #000000;
}
/* Total width is left & right padding plus width plus l&r margins */
#sidenav {
	clear: both;
	float: left;
	width: 202px;
	background-color: #006666;
	display: inline;
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-bottom: 16px;
	margin-left: 2px;
	margin-right: 2px;
}
#sidenav ul.nav {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	margin-top: 50px;
	text-align: right;
	margin-bottom: 50px;
}
#sidenav li {
	display: block;
}
#sidenav a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 5px 2px;
}
#sidenav a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #f9f9f9;
}
#sidenav ol {
	list-style-type: none;
	text-align: center;
	margin-top: 10px;
}
#sidenav ol li {
	margin-bottom: 11px;
	line-height: 1em;
}
#content {
	float: left;
	width: 780px;
	margin-top: 0px;
	background-color: #BEE7CB;
	padding-left: 10px;
	padding-right: 10px;
}
/* Styling for main header on each page */
#content .main1 {
	color: #00AEAE;
}
#content h3 {
	color: #000000;
	line-height: 1.4em;
	text-align: center;
	padding-left: 10px;
	font-size: 1.0em;
	margin-left: 1.5em;
	margin-right: 1.5em;
	overflow: auto;
}
#content h4 {
	color: #000000;
	line-height: 1.2em;
	padding-left: 10px;
	font-size: 1.1em;
	margin-left: 1.5em;
	margin-right: 1.5em;
}
#content h1 {
	font-size: 1.7em;
	color: #009D9D;
	margin-top: 40px;
	margin-left: 20px;
	text-align: center;
}
#content h2 {
	color: #006666;
	font-size: 1.2em;
}
/* If you specify a width for ordered lists or list-item within an ol, Internet Explorer will not display the
/* numbers on the list.  So, wrap ol in a div and specify width for div.  */
#content ol {
	margin-left: 80px;
	margin-top: 10px;
	list-style-type: decimal;
	list-style-position: outside;
}
#content ol li {
	margin-bottom: 9px;
}
#content p {
	padding-top: 8px;
	line-height: 1.3em;
	padding-bottom: 8px;
	margin-left: 14px;
	margin-right: 14px;
	width: auto;
	overflow: auto;
}
#content p.short {
	margin-left: 48px;
	margin-right: 48px;
}
#content p.condensed {
	padding-top: 8px;
	line-height: 1.3em;
	padding-bottom: 8px;
	margin-left: 84px;
	margin-right: 84px;
}
#content ul {
	margin-left: 68px;
	list-style: disc;
	line-height: 1.4em;
	margin-right: 50px;
}
#content ul li {
	margin-bottom: 8px;
	line-height: 1.2em;
}
#content ul ul {
	margin-left: 46px;
	margin-right: 0px;
	margin-top: 6px;
	list-style-type: square;
}
#content ul.indented {
	margin-left: 120px;
}
#content #logo_box {
	width: 80px;
	margin-top: 30px;
	float: left;
	margin-left: 20px;
}
.photobox {
	clear: both;
	width: auto;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 6px;
}
.photobox2 {
	width: 650px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 6px;
	margin-left: 12px;
	float: left;
}
.col1 {
	width: 500px;
	float: left;
}
#links {
	float: left;
	border-left: 1px solid;
	border-left-color: #C0C0C0;
	width: 225px;
}
#links h4 {
	margin-left: 6px;
	margin-top: 20px;
}
/* Styling for footer */
#footer {
	border-top: thin #038752 solid;
	display: block;
	clear: both;
	background-color: #F5F5F5;
	padding: 8px;
	text-align: center;
}
.footerstyle {
	text-align: center;
	color: #4A4A4A;
	font-size: small;
	display: block;
}
/* Handy styling for miscellaneous things */
.right_align {
	text-align: right;
}
.centered {
	text-align: center;
}
.underline {
	text-decoration: underline;
	color: #FFFFFF;
}
/* This implements the pop-up when the user hovers mouse over the thumbnail */
.popup img {
	border: 1px #000000 solid;
	margin-left: 14px;
	margin-right: 14px;
	margin-top:0px;
	margin-right:0px;	
}
.popup:hover {
	background-color:transparent;
}
.popup span {
	top:0;
	position:absolute;
	left: -1000px;
	visibility:hidden;
	text-decoration:none;
}
.popup span img {
	border: 5px #F9F4EC groove;
	width: auto;
	height: auto;
}
.popup:hover span {
	visibility:visible;
	top: 60px;
	left: 250px;
	z-index:60; 
}
/* Text boxes used next to photos. */
.textbox {
	width: 365px;
	float: left;
	margin-top: 40px;
	margin-right: 5px;
	margin-left: 8px;
}
/* Wider text box used next to small or narrow photos for nicer look. */
.textbox_w {
	width: 425px;
	float: left;
	margin-top: 40px;
	margin-right: 5px;
	margin-left: 8px;
}
/* Text box with larger top margin so text will display closer to halfway down the box than right at the top */
/* Used for text boxes next to tall images */
.textbox_t {
	width: 365px;
	float: left;
	margin-top: 90px;
	margin-right: 5px;
	margin-left: 8px;
}
/* Helps space out the block of three photos  */
.spacer {
	margin: 6px;
	width: 40px;
	float: left;
	display: block;
}
.picstyle {
	float: left;
	height: auto;
	margin-right: 4px;
}
/* Formatting for link in footer */
.webstyle {
	text-align: right;
	color: #4A4A4A;
	font-size: x-small;
	display: block;
}
/* Formatting for images */
.thinborderfloat {
	float: left;
	border: solid 1px silver;
	padding: 8px;
	background-color: #FFFFFF;
	margin-right: 60px;
}
.photoframe {
	float: left;
	border: solid 1px silver;
	padding: 8px;
	background-color: #FFFFFF;
}
.photoframe2 {
	float: left;
	border: solid 1px silver;
	padding: 8px;
	background-color: #FFFFFF;
	margin-top: 30px;
	margin-bottom: 0;
}
.picbox {
	width: 754px;
	height: auto;
	margin-left: 20px;
	clear: both;
}
/* Special formatting for paragraphs on Testimonial page */
#content p.testimonial {
	margin: 0 50px 0 70px;
	padding-left: 12px;
	border: 1px #C0C0C0 solid;
	padding-right: 12px;
}
a.hugginslink {
	font-size: small;
	margin-left: 40px;
}
/* Formats the form area and labels of the form input fields.  */
#emailform {
	width: 690px;
	margin-top: 40px;
	margin-left: 30px;
}
#emailform label {
	margin-right: 10px;
	padding-right: 10px;
	width: 220px;
	display: block;
	float: left;
	text-align: right;
	position: relative;
}
/* Makes the button bigger, easier to locate with mouse. */
#emailform .button {
	height: 32px;
}
#emailform #button_row {
	margin-left: 176px;
	margin-top: 20px;
	height: 20px;
	font-size: 1.2em;
	line-height: 1.3em;
}
/* Divides sections in left nav bar  */
.divider {
	border-bottom:1px silver solid;
}
/* Used to add space at bottom of page for short pages, or any you need extra blank space.
/* Clear:both makes it work in Firefox. */
.filler {
	height: 75px;
	clear: both;
}
.clear {
	height: .8em;
	clear: both;
}
.blankspace {
	height: 40px;
	clear: both;
}
.separator {
	font-size: 5px;
}
.floatright {
	float:right;
}
.tinytext {
	font-size: 10px;
	line-height: 1.1em;
}
