@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: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 150%;
	background-attachment: fixed;
	background-color: #006;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#menubar {
	background-image: url(images/menubar.gif);
	background-repeat: repeat-x;
	height: 35px;
	width: 935px;
	padding-left: 15px;
}
#container  {
	width: 950px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0 auto;
	background-image: url(images/main-background.jpg);
	background-repeat: repeat-x;
	background-position: left 165px;
}
#header  {
	height: 130px;
	padding: 0px;
	position: relative;
}
.logo h1  {
	float: left;
	background-image: url(images/sites-logo.png);
	background-repeat: no-repeat;
	display: block;
	height: 130px;
	width: 378px;
	text-align: left;
	text-indent: -9999em;
	padding:0px;
	margin: 0px;
}
.mainblock {
padding: 12px 0 12px 0;
}
.header-right {
	background-image: url(images/header-photos.jpg);
	background-repeat: no-repeat;
	display: block;
	width:572px;
	height:130px;
	text-indent: -9999em;
	text-align: left;
	padding:0px;
	position: relative;
	margin-left: 378px;
}
#mainContent-right {
	width: 300px;
	float: right;
	margin-right: 15px;
	padding: 10px 20px 0 0;
}
#mainContent-left {
	width: 580px;
	padding: 10px 0 10px 20px;
	margin-right: 350px;
}
#footer {
	background-color: #C60;
	background-image: url(images/footer-bk.gif);
	background-repeat: repeat-x;
	height: 56px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: center;
}
#footer p {
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	line-height: 12px;
	font-size: 14px;
}
.homecare {
	text-align: left;
	text-indent: -9999em;
	display: block;
	height: 128px;
	width: 394px;
	margin-top: 35px;
	margin-left: 35px;
	background-image: url(images/hometown.jpg);
	position: absolute;
}
#home-page {
	width: 350px;
	padding-left: 50px;
	padding-top: 165px;
}
#home {
	background-image: url(images/main-bk.jpg);
	display: block;
	margin: 0px;
	padding: 0px;
	height: 515px;
	width: 950px;
	background-repeat: no-repeat;
}
.address {
	font-size: 16px;
	padding-top: 8px;
	letter-spacing: 1px;
	font-weight: bold;
}
.copyright {
	font-size: 10px;
	line-height: 10px;
	text-transform: uppercase;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	letter-spacing: 3px;
}
.copyright a {
	color: #930;
	text-decoration: none;
}
.copyright a:hover {
	color: #000;
	text-decoration: none;
}
.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;
}

#mainContent-right img {
	border: 1px solid #000;
	margin-top: 12px;
	margin-right: 24px;
	margin-bottom: 12px;
	margin-left: 12px;
}
#mainContent-left h3 {
	font-style: italic;
	margin-top:-9px;
	margin-left:10px;
	color: #006;
}
#mainContent-left h1 {
	font-size: 36px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding: 12px 0 0 12px;
}
#mainContent-left h2 {
	margin-bottom: 0px;
}
#mainContent-left p {
	margin-left: 25px;
	margin-right: 25px;
}
#mainContent-right .caption {
	font-style: oblique;
	padding-left: 25px;
	padding-top: 0px;
	margin-top: -15px;
	color: #999;
}
#mainContent-right .apparel {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
label {
	float:left;
	font-size: 16px;
	width: 185px;
	margin-right:15px;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
}
input {
	width: 300px;
	height: 36px;
	background-color: #FC9;
	border: 2px solid #F60;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	padding: 3px;
}
textarea {
	width: 300px;
	height: 250px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	background-color: #FC9;
	border: 2px solid #F60;
	padding: 3px;
}
#mainContent-left ul li {
	width: 165px;
	float: left;
	margin-left: 15px;
	padding: 0px;
}
a {
	font-weight: bold;
	color: #C60;
	text-decoration: none;
}
a:hover {
	color: #009;
	text-decoration: underline;
}
.bullets {
	width: 575px;
	float: left;
	margin-bottom: 12px;
	margin-top: 0px;
}
.long-bullets li {
	width: 300px;
	float: left;
}
#Submit {
	margin-left: 200px;
	width: 150px;
}

