@charset "UTF-8";
/* CSS Document */

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: left;
	font-family:"Times New Roman", Times, serif;
}
.twoColFixLtHdr #container {
	width: 1000px; /* 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. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/gradiant_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
} 
.twoColFixLtHdr #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. */
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 198px;
	padding: 0px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 82px;
	margin-bottom: 0;
	margin-left: 50px;
	padding: 0;
	color: #00447c;
} 
.twoColFixLtHdr #eContent {
	margin-top: 0;
	margin-right: 82px;
	margin-bottom: 0;
	margin-left: 50px;
	padding: 0;
	color: #00447c;
} 
.twoColFixLtHdr #footer {
	padding: 0;
} 
.twoColFixLtHdr #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 */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#estate_left {
	float:left;
	width:500px;
	margin-top:15px;
}
#estate_right {
	width:300px;
	margin-left:525px;
	margin-top:15px;
}
#estate_left ul {
	list-style:circle;
	margin-top:10px;
}
#estate_left ul li {
	margin-left:-30px;
}
#bottom_logo {
	float:right
}
#bottom_logo table {
	margin-right:82px;
	width:900px;
	font:Times;
}
#bottom_logo table td {
	color:#00447c; 
	font:Times; 
	text-align:center;
	font-size:170%;
}
#bottom_logo table td span {
	font-size:80%; 
	line-height:20px;
}

#image_container {
	background-image: url(images/inner_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#image_container_s {
	background-image:url(images/windmill_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#footer {
	font-size:90%;
}
#footer ul {
	list-style:none; 
}
#footerlist {
	clear:both;
	color:#00447c;
	margin-top:30px;
	text-align: center;
}
#footer ul li {
	display:inline;
	font:Times;
}
#footer ul li a {
	color:#00447c;
	text-decoration:none;
}
#footer ul li a:hover {
	color:#00447c;
	text-decoration:underline;
}
#nav ul {
	background:#00447c;
	color:#fdf8e1;
	text-align:center;
	padding-top: 14px;
	padding-right: 7px;
	padding-bottom: 1px;
	padding-left: 7px;
	font-size: 110%;
}
#nav ul li {
	display:inline;
}
#nav ul li a {
	color:#fdf8e1;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight: normal;
}
#nav ul li a:hover {
	color:#fdf8e1;
	text-decoration:none;
	font-weight: normal;
}
h1 {
	font-size:200%;
	font-weight:normal;
}
h2 {
	font-size:150%;
	font-weight:normal;
	margin-bottom:-20px;
	margin-left:30px;
}
h3 {
	width:700px;
	margin:5px auto 5px auto;
	background-color:#00447c;
	color:#fdf8e1;
	font-size:120%;
	text-align:center
}
#mainContent p {
	margin-left:30px;
}
#eContent h1 {
	text-align:center;
}
#eContent p {
	margin-left:30px;
}
#eContent ul {
	list-style:disc;
	text-align:left;
	margin-left:30px;
}
#eContent ul li {
	display:list-item;
	font-weight:normal;
	font-size:100%;
	
}
#lister ul {
	list-style:none;
	margin-left:30px;
}
#lister ul li a {
	color:#00447c;
	text-decoration:underline;
}
#estable a {
	color:#00447c;
	text-decoration:underline;
}
#estable a:hover {
	color:#00447c;
	text-decoration:underline;
}
