@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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: #999;
	background-image: url(../img/home-watermark.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.sentence-w {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	background-image: url(../img/kingcap-w.gif);
	display: block;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: left top;
}

.orangeries #container {
	width: 950px;  /* 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 #666;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 16px;
	margin-left: auto;
}
.orangeries #header {
	background-color: #333;
	background-image: url(../img/topline.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 235px;
	height: 43px;
}
.orangeries #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 */
}
.orangeries #header p  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #CCC;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
.orangeries #header a  {
	color: #CCC;
	text-decoration: none;
	padding: 5px;
	margin: 0px;
}


.orangeries #mainContent {
	background: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 230px;
}
.orangeries #footer {
	padding: 0 10px;
	background-color: #333;
}
.orangeries #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 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CCC;
}
.orangeries #toparea-home {
	padding: 0px;  /* 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. */
	background-color: #EEEEEE;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.orangeries #header a:hover {
	color: #FFF;
	text-decoration: underline;
	padding: 5px;
	margin: 0px;
}
.orangeries #home-navzone {
	background-color: #FFF;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.navzone-box {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	color: #FFF;
}
.orangeries #homeContent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333;
	padding-top: 0px;
	padding-right: 134px;
	padding-bottom: 0px;
	padding-left: 230px;
	background-color: #FFFFFF;
}
.orangeries #homeContent a {
	text-decoration: none;
	color: #069;
}
.orangeries #footer a {
	color: #666;
	text-decoration: none;
}

.orangeries #footer a:hover {
	color: #999;
	text-decoration: none;
}
