@charset "UTF-8";
body {
	font: 100% "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	background: #F0F0F0;
	margin: 60px 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #575757;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h2 {
	font-size: 24px;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
p {
	font-size: 11px;
	line-height: 14px;
	margin: 0px;
	padding: 0px;
}
#footer p {
	font-size: 9px;
}
.oneColFixCtrHdr #container {
	width: 650px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #F0F0F0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top: 1px #999999;
	border-right: 1px #999999;
	border-bottom: 1px #999999;
	border-left: 1px #999999;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.bluelink {
	color: #0077EE;
}

a.bluelink:hover{
	color:#FF5F00
}

.lineunder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	margin-bottom: 10px;
}
p.indent {
	margin-left: 0px;
	padding-left: 20px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	margin-bottom: 20px;
}
.oneColFixCtrHdr #footer {
	padding: 0 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
a:hover {
	color: #336699;
}
.leftphoto {
	margin-right: 30px;
}

p, h1, h2.spaceafter {
padding-bottom:10px;
	padding-bottom: 20px;
}

p, h1, h2.smallspaceafter {
padding-bottom:10px;
	padding-bottom: 10px;
}


#nav {
	float: right;
	width: 100px;
	background-color: #003399;
	clear: both;
}
a {
	color: #FF5F00;
	text-decoration: none;
}
p.indentspaceafter {
	margin-left: 0px;
	padding-left: 20px;
	margin-bottom: 0px;
	padding-bottom: 10px;
}
p.doubleindent {
	margin-left: 0px;
	padding-left: 40px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
p.doubleindentspaceafter {
	margin-left: 0px;
	padding-left: 40px;
	margin-bottom: 0px;
	padding-bottom: 10px;
}
p.spacbefore {
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	padding-top: 20px;
}
h3 {
	color: #003366;
	font-size: 14px;
	font-weight: normal;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #003366;
}

p.caption {
	padding-bottom:10px;
	padding-bottom: 25px;
	padding-top: 5px;
	margin: 0px;
	font-style: italic;
}

/* CURRENT PAGE NAVIGATION  */
.house .housenav a{
	color: #FF3333;
}

.house .housenav a:hover{
	color: #006633;
}
.photoborder {
	border: 1px solid #666666;
}

