@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: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #3b0201;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
.PhotoBorder {
	border: medium solid #FFF;
}
#mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #030;
}
.oneColFixCtrHdr #container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/containerBG.jpg);
	background-repeat: repeat-y;
}
.oneColFixCtrHdr #header {
	padding: 0;  /* 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-image: url(images/header.jpg);
	height: 270px;
	width: 900px;
	background-repeat: no-repeat;
}
#navbar {
	background-image: url(images/navbar.jpg);
	height: 40px;
	width: 900px;
	background-repeat: no-repeat;
}
.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 {
	background-image: url(images/contentTopBG.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 280px;
}
.oneColFixCtrHdr #footer {
	margin: 0px;
	width: 640px;
	font-family: Arial, Helvetica, sans-serif;
	color: #600;
	text-align: center;
	background-repeat: no-repeat;
	float: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 250px;
}
#footer ul p {
	font-weight: bold;
	font-size: 14px;
}
#mainContent h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	color: #030;
	margin: 0px;
	padding: 0px;
}
#mainContent p {
	color: #000;
}
#mainContent ul li {
	font-weight: bold;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#mainContent p a {
	color: #030;
}
#footer ul a {
	color: #E5D0A5;
	text-decoration: underline;
}
#navbar ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #E5D0A5;
	display: inline;
	margin-right: 0px;
	margin-left: 90px;
	list-style-position: outside;
}
#navbar ul {
	text-align: right;
	margin: 0px;
	padding-top: 8px;
	padding-right: 32px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navbar ul li a {
	color: #E5D0A5;
	text-decoration: none;
}
#navbar ul li a:hover {
	color: #FFF;
	text-decoration: underline;
}
#footer ul li {
	display: inline;
	margin-right: 20px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#footer ul {
	margin: 0px;
	padding: 0px;
}
#footer ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #030;
	text-decoration: underline;
}
#footer ul li a:hover {
	color: #5B3A10;
	text-decoration: none;
}
.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: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
h3 {
	color: #030;
}
#sidebar h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin: 0px;
	padding: 0px;
}
.GreenText {
	color: #030;
}
.smallText {
	font-size: 12px;
}
#sidebar h4 {
	color: #FFF;
	text-align: center;
}
.CenterText {
	text-align: center;
}
.WhiteText {
	color: #FFF;
}
#sidebar .WhiteText {
	color: #FFF;
}
#hws_info {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	font-size: 12px;
}
#hws_info div a {
	color: #E5D0A5;
}
#sidebar {
	float: left;
	height: 0px;
	width: 225px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#sidebar p {
	margin: 0px;
	padding: 0px;
}
.addressText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
h4 {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #030;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#sidebar p a {
	color: #030;
}
#sidebar p {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
#sidebar a {
	color: #030;
}
.img_right {
	margin: 10px;
	float: right;
	border: thick solid #030;
}
