@charset "utf-8";
body {
	margin: 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;
	background-color: #FFF;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
}
.oneColFixCtrHdr #bordercontainer {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 5px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #003300; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 7px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background: #003300;
	width: 778px;
	text-align: center;
	height: 80px;
}
.oneColFixCtrHdr #menu {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	height: 26px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-variant: small-caps;
	color: #FFF;
	text-decoration: none;
}
.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 */
}
#photoRotator {
	height: 150px;
	width: 778px;
	padding-bottom: 5px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	color: #030;
	font-weight: bold;
	line-height: 1px;
}
.greenBoldXLarge {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	color: #030;
}
a {
	color: #030;
}



.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 5px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#003300;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #FFF;
	vertical-align: middle;
	text-align: center;
}
.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;
	font-size: medium;
}
.oneColFixCtrHdr #bordercontainer #container #footer p a:link {
	color: #FFF;
	text-decoration: none;
}
.oneColFixCtrHdr #bordercontainer #container #footer p a:visited {
	color: #FFF;
	text-decoration: none;
}
.oneColFixCtrHdr #bordercontainer #container #footer p a:hover {
	color: #FFF;
	text-decoration: underline;
}

.oneColFixCtrHdr #bordercontainer #container #menu table tr td a:link {
	color: #FFF;
	text-decoration: none;
}

.oneColFixCtrHdr #bordercontainer #container #menu table tr td a:visited {
	color: #FFF;
	text-decoration: none;
}
.oneColFixCtrHdr #bordercontainer #container #menu table tr td a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #006F37;
}
.buttons {
	background-color: #030;
	font-size: 10px;
	color: #FFF;
	height: 20px;
	margin-bottom: 4px;
	padding-bottom: 4px;
	border: 1px dotted #999;
	font-variant: small-caps;
}
h3 {
	font-variant: small-caps;
	color: #006400;
}
.floorplanImage {
	text-align: center;
	border: 1px solid #000;
	padding: 3px;
}
.floorplanLayout {
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: top;
}
.photoLayout {
	text-align: center;
	vertical-align: middle;
	margin: 5px;
	padding: 5px;
}
.reslinksHeader {
	font-weight: bold;
	background-color: #FFC;
	margin-left: 5px;
}
.reslinkBody {
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.whitelink {
	color: #FFF;
}
