@charset "UTF-8";
a {
	text-decoration: none;
}
a img {
	border: none;
}
a:link {
	color: #42929F;
}
a:visited {
	color: #42929F;
}
a:hover  {
	color: #4DABBA;
}
a:active {
	color: #2E6770;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	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: #562023;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.075em;
	padding-bottom: 10px;
}
#homeContainer  {
	width: 700px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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;
	padding-top: 110px;
}
#homeFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #A1DBE4;
	text-align: right;
	vertical-align: top;
	padding-top: 10px;
}
#homeMainContent  {
	background-image: url(images/home_back.jpg);
	height: 480px;
	width: 700px;
	background-repeat: no-repeat;
	background-color: #A1DBE4;
	background-position: left top;
}
#homeAddress {
	height: 355px;
	width: 700px;
	padding: 0px;
}
#homeNav {
	height: 40px;
	width: 616px;
	background-color: #bcedf2;
	text-align: right;
	vertical-align: top;
	padding-right: 20px;
	padding-left: 64px;
}
#homeBottom {
	height: 87px;
	width: 700px;
}

#subContainer {
	width: 700px;
	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;
	padding-top: 60px;
	background-color: #FFFFFF;
}
#subHeader {
	background-image: url(images/sub_jeanne_lee.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	width: 700px;
}
#subNav {
	background-color: #88D5DE;
	height: 40px;
	width: 661px;
	padding-left: 24px;
	padding-right: 15px;
}
#subMainContent {
	background-image: url(images/sub_mainback.gif);
	width: 420px;
	padding-top: 40px;
	padding-right: 60px;
	padding-bottom: 60px;
	padding-left: 220px;
	background-repeat: no-repeat;
	font-size: 11px;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #562023;
	background-color: #CCEFF4;
}
#subMainContent td {
	text-align: left;
	vertical-align: top;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#subFooter {
	background-image: url(images/sub_address.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 20px;
	width: 700px;
	margin-top: 5px;
}
.dot {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
.submenu {
	padding-top: 30px;
	margin-left: -140px;
}
#subMainContentServices {
	background-image: url(images/sub_mainback.gif);
	width: 360px;
	padding-top: 40px;
	padding-right: 60px;
	padding-bottom: 60px;
	padding-left: 220px;
	background-repeat: no-repeat;
	font-size: 11px;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #562023;
	background-color: #CCEFF4;
}
#subMainContentServices td {
	text-align: left;
	vertical-align: top;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 0px;
}
