body {
	font-family: "Arial", "Verdana", san-serif;
	top:  10px;
	left: 10px;
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
	background-color: #ffffff;
	background-attachment: fixed;
}
#masterwrap   { 
	margin-top: 0px;
	margin: 0 auto; 
	margin-left: 10px;
	margin-right: auto;
	padding: 0; 
	min-width: 900px;
	max-width: 900px;
}

#wrapper{
	margin: 0px;
	padding: 0px;
}

/*this div surrounds the left column */
#left {
	float: left; 
	width: 190px; 
	padding-top: 5px;
	margin: 0px;
	padding: 0px;
}
/* This controls the left column navigation */
/* remove the bullets, padding and margins from the lists*/
#left, .leftnav, leftnav li {
	width: 190px;
	margin:0;
	padding:0;
	list-style: none;
	padding-bottom: 10px;
}
.leftnav li a {
	display: block;
	width: 190px;
	height: 150px;
	text-decoration: none;
	margin-bottom: 8px;
}

.leftnav li a.home { background-image:url(images/home_button_up.jpg);}
.leftnav li a.about { background-image:url(images/aboutus_button_up.jpg);}
.leftnav li a.services { background-image:url(images/services_button_up.jpg);}
.leftnav li a.care { background-image:url(images/care_button_up.jpg);}
.leftnav li a.contact { background-image:url(images/contact_button_up.jpg);}

.leftnav li a:visited.home { background-image:url(images/home_button_down.jpg);}
.leftnav li a:visited.about { background-image:url(images/aboutus_button_down.jpg);}
.leftnav li a:visited.services { background-image:url(images/services_button_down.jpg);}
.leftnav li a:visited.care { background-image:url(images/care_button_down.jpg);}
.leftnav li a:visited.contact { background-image:url(images/contact_button_down.jpg);}

.leftnav li a:hover.home { background-image:url(images/home_button_hover.jpg);}
.leftnav li a:hover.about { background-image:url(images/aboutus_button_hover.jpg);}
.leftnav li a:hover.services { background-image:url(images/services_button_hover.jpg);}
.leftnav li a:hover.care { background-image:url(images/care_button_hover.jpg);}
.leftnav li a:hover.contact { background-image:url(images/contact_button_hover.jpg);}

.leftnav li a.activehome { background-image:url(images/home_button_active.jpg);}
.leftnav li a.activeabout { background-image:url(images/aboutus_button_active.jpg);}
.leftnav li a.activeservices { background-image:url(images/services_button_active.jpg);}
.leftnav li a.activecare { background-image:url(images/care_button_active.jpg);}
.leftnav li a.activecontact { background-image:url(images/contact_button_active.jpg);}

.leftnav li a span { visibility:hidden; }

/*End of left navigation*/


/* this div surrounds the center column */
#main {
	margin-left: 200px;
	padding-left: 10px;
	padding-right: 10px;
	width: auto;
}

/* Tan hack for center width*/
* html #main {
	width: auto;
	w\idth: auto;
}
/* these are the font styles for the center column */

#main h1 {	
  font-family: "Times", serif;
  font-size: 1em;
  margin-left: 20px;
  text-align: left;
  padding-top: 10px;
  color: #663300;
}

#main h2 {	
  font-size: 1.8em;
  color: #660000;
  text-align: center;
  margin-left: 20px;
  padding-top: 20px;
}

#main h3	{	
  text-align: center;
  font-size: 1.5em;
  color: #000000;
  padding: 0;
  margin-left: 20px;
}

#main h4	{	
  color: #660000;
  font-size: 1.2em;
  font-weight: bold;
  padding-top: 30px;
  margin-left: 20px;
}
#main h5 {
	font-weight: normal;
	font-size: medium;
	text-align: left;
	margin-left: 20px;
}
#main p	{	
  font-weight: normal;
  text-align: left;
  font-size: .9em;
  width: 630;
  margin-left: 20px;
  margin-right: 15px;
}

#main ul.services {
	list-style-type: square;
	list-style-position: inside;
	margin: 0;
	margin-left: 20px;
	padding: 0;
	padding-top: 30px;
	color: #660000;
}

#main ul.care {
	list-style-type: square;
	list-style-position: inside;
	margin: 0;
	margin-left: 20px;
	padding: 0;
	padding-top: 20px;
	font-size: 1em;
	color: #000000;
}

#main ul.services li{
	padding-bottom: 10px;
	font-size: 1.2em;
	font-style: bold;
	text-align: left;
}

h4	{	
  color: #660000;
  font-size: 1em;
  font-weight: bold;
  padding-top: 30px;
  margin-left: 20px;
}
.homeimage { 
background-image: url(images/french_doors.jpg); 
background-repeat: no-repeat; 
height: 730px;
}
.aboutimage  { 
background-image: url(images/fireplace_crop.jpg); 
background-repeat: no-repeat; 
height: 731px;
}
.servicesimage { 
background-image: url(images/ham_mallot_crop.jpg); 
background-repeat: no-repeat;
height: 731px;
}
.careimage { 
background-image: url(images/vacuuming_crop.jpg); 
background-repeat: no-repeat;
height: 731px;
}
.contactimage  { 
background-image: url(images/low_angle_crop.jpg); 
background-repeat: no-repeat;
height: 630px;
}

/* This is the footer formatting*/
#footer {
	padding-left: 10px;
	padding-right: 10px;
	width: auto;
}
.homefooter { 
background-image: url(images/french_doors_footer.jpg); 
background-repeat: no-repeat; 
}
.aboutfooter  { 
background-image: url(images/fireplace_crop_footer.jpg); 
background-repeat: no-repeat; 
}
.servicesfooter  { 
background-image: url(images/ham_mallot_footer.jpg); 
background-repeat: no-repeat;
}
.carefooter  { 
background-image: url(images/vacuuming_crop_footer.jpg); 
background-repeat: no-repeat;
}
.contactfooter   { 
background-image: url(images/low_angle_footer.jpg); 
background-repeat: no-repeat;
}

a.text_link a:link, a {
	font-size: small;
	text-decoration: underline;
	color: #666666;
}
a.text_link:visited {
	font-size: small;
 	color: #666666;
}
a.text_link:hover {
	font-size: small;
	color: #666666;
}


p.gray_text {
	font-weight: normal;
	text-align: left;
	font-size: small;
	color: #666666;
}
p.red_text {
	font-weight: normal;
	font-style: oblique;
	text-align: left;
	font-size: small;
	color: #660000;
	padding-left: 30px;
	padding-right: 30px;
	}
	
hr.linestlye1 {
	color: #061944;
	width: 300px;
	align: left;
}

/* this div clears the columns for the footer */
.clear {
clear: both;
}


table.request_form {
	margin-left: 20px;
	width: 400px;
}
	
table.request_form td {
	font-size: .85em;
	font-weight: bold;
}
form {
	margin-bottom: 0;
}
	
/*adds space between the bottom elements where ever needed. */
.spacer {
	line-height: 5px;
	white-space: pre;
	color: #ffffff;
	}
	/* Removes default top margin from left/right column paragraphs in Mozilla */
div > p {
  margin-top: 0;
}
