@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
}
.oneColLiqCtrHdr #container {
	width: 950px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #000;
	background-color: #FFF;
}
.oneColLiqCtrHdr #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. */
	height: 360px;
	width: 950px;
	background-color: #DDDDDD;
	background-image: url(images_web/banner.gif);
	margin: 0px;
	position: relative;
	color: #FFF;
}
.oneColLiqCtrHdr #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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #565A65;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: normal;
	position: absolute;
	top: 317px;
	left: 203px;
}

.oneColLiqCtrHdr #mainContent {
	padding: 0;
	background-color: #FFFFFF;
	background-image: url(images_web/main_content.gif);
	width: 950px;
	margin: 0px;
	background-repeat: inherit;
	float: left;
	position: relative;
	color: #333;
}
#mainContent p, li, ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: 333;
	padding-left: 350px;
	width: 450px;
	left: 0;
	letter-spacing: 1px;
}
#footer p .copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #9A8C74;
	display: block;
	position: absolute;
	left: 40px;
	top: 50px;
}
#mainContent h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #9E4941;
	width: 500px;
	padding-left: 350px;
	padding-top: 18px;
	letter-spacing: 1px;
}
#mainContent h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #565A65;
	padding-left: 204px;
	width: 600px;
	left: 350px;
	font-weight: bold;
}
.oneColLiqCtrHdr #footer {
	padding: 0;
	background-color: #FFF;
	background-image: url(images_web/bottom.gif);
	width: 950px;
	height: 82px;
	margin: 0px;
	clear: both;
	position: relative;
} 

#mainContent div p a {
	color: #005788;
}
#mainContent p a {
	color: #005788;
}
#mainContent img.sidebar {
	display: block;
	position: absolute;
	top: -7px;
	left: 76px;
	padding-bottom: 50px;
}
#mainContent p img {
	float: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 27px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.title_spacing {
	padding-bottom: 5px;
}

#mainContent img.hover_home {
	position: absolute;
	left: 83px;
	top: 21px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 190px;
}
#mainContent img.hover_member {
	position: absolute;
	left: 83px;
	top: 60px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 190px;
}
#mainContent img.hover_contact {
	position: absolute;
	left: 83px;
	top: 99px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 190px;
}
#footer p.links_bottom {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #9A8C74;
	display: block;
	position: absolute;
	left: 40px;
	top: 40px;
}
#footer p .bottom_links {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #9A8C74;
	display: block;
	position: absolute;
	left: 530px;
	top: 50px;
}
#footer p .bottom_links a {
	color: #9E4941;
	text-decoration: none;
}
#footer p .bottom_links a:hover {
	color: #9E4941;
	text-decoration: underline;
}
.oneColLiqCtrHdr #header h1 .links {
	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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #9E4941;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: normal;
	position: absolute;
	top: 340px;
	left: 203px;
	display: block;
}
#header .top_links {
	position: absolute;
	left: 349px;
	top: 80px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #9A8C74;
	letter-spacing: 0em;
	width: 560px;
	height: 37px;
}
#header .top_links a {
	color: #9E4941;
	text-decoration: none;
}
#header .top_links a:hover {
	color: #9E4941;
	text-decoration: underline;
}
#mainContent p a {
	color: #9E4941;
}
label {
	display: block;
	float: left;
	width: 350px;
	text-align: left;
	position: relative;
	left: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
fieldset {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #000;
}
#mainContent #contact {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}
#mainContent ul {
<ul style="margin-left: 0; padding-left: 5px;">
	margin: 0px;
	list-style-position: inside;
	list-style-type: disc;
	display: block;
	text-indent: 0;
	margin-left: 187px;
	text-align: left;
	padding: 0px;
	float: left;
	width: 200px;
}
#mainContent li {
	list-style-position: inside;
	list-style-type: disc;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
	width: 500px;
}
#mainContent ul .nobullet {
<ul style="margin-left: 0; padding-left: 5px;">
	margin: 0px;
	list-style-position: inside;
	list-style-type: none;
	display: block;
	text-indent: 0;
	margin-left: 0px;
	text-align: left;
	float: left;
	width: 200px;
	color: #000;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 9px;
}
.sidebar_image {
	position: absolute;
	left: 0px;
	top: 0px;
	display: list-item;
}
.sidebar_text {
	display: block;
	position: absolute;
	left: 93px;
	top: 23px;
	height: 313px;
	z-index: 500;
	width: 191px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: 333;
	letter-spacing: 1px;
	text-align: left;
}
.sidebar_image {
	text-align: left;
	display: inline;
}
	#mainContent .sidebar_text a {
	color: #9E4941;
}
.side_image_home {
	display: block;
	position: absolute;
	left: 76px;
	top: 23px;
	height: 160px;
	background-image: url(images_web/home_image.png);
}
.side_image_about {
	display: block;
	position: absolute;
	left: 76px;
	top: 23px;
	height: 320px;
	background-image: url(images_web/home_image.png);
}
#mainContent .portfolio .portfolio_images {
	float: left;
	display: inline;
	margin-right: 20px;
	margin-top: 10px;
	border: 2px solid #F4F0EB;
	padding: 0px;
	margin-bottom: 10px;
}
#footer p .copyright a {
	color: #9E4941;
	text-decoration: none;
}
#footer p .copyright a:hover {
	color: #9E4941;
	text-decoration: underline;
}
