

html, body {
	width: 100%;
	height: 100%;
	}

body {
	background-color: #fff;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 75%;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
	color: #333;
	}
	
	p {
	color: #333;
	margin: .7em 0;
	padding: 0;
	}

a { 
	color: #cc0000; 
	text-decoration: none;
	}
	
a:hover {
   text-decoration: underline;
}	

a:visited {
  color: #cc0000;
}

h1 {
	font-size: 1.5em;
	color: #333;
	}

	
h2 {
	font-size: 1.2em;
	margin-bottom: .3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #867878;
	}

h3 {
	font-size: .95em;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: .3em;
	color: #333;
	}		


h4 {
	font-size: 1.1em;
    line-height: 1.2em;
	color: #333;
	margin: 5px 0 5px 0;
	}



#topnav {
	margin: 12px 0 .5em 0;
	width: 750px;
	text-align: right;
	color: #666;
	z-index: 5;
	}
	
#topnav a {
	color: #444;
	text-decoration: none;
	margin: 0 6px;
	}
	
#topnav a:hover, #topnav a.active {
	color: #ED1900;
	}
	
	
#pagehead {
	background-color: #CC3333;
	padding-left: 10px;
	font-size: 1.2em;
	color: #fff;
	}
	
#topleft {
	background-color: #928181;
	color: #fff;
	text-decoration: none;
	text-align: left;
	line-height: 1.4em;
	padding: 5px;
	border: 1px solid #4F4D4D;
	margin-bottom: 8px;
	display: block;
	}
	
#sidebar {
	background-color: #928181;
	color: #fff;
	text-decoration: none;
	line-height: 1.4em;
	padding: 5px;
	border: 1px solid #4F4D4D;
	margin-bottom: 8px;
	display: block;
	}	
	
#sidebar p {
	color: #fff;
	text-decoration: none;
	margin: 0 4px;
	padding: 4px;
	}
	
#sidebar a {
	color: #fff;
	text-decoration: none;
	}
	
#sidebar a:hover, #sidebar a.active {
	color: #cc0000;
	text-decoration: underline;
	}

#body-content img {
	padding: 3px;
	border: 1px solid #444;
	}


a.top {
	float: right;
	font-size: .9em;
	font-weight: bold;
	padding-right: 13px;
	color: #CC3333;
	}
	
a.top:visited {
	float: right;
	font-size: .9em;
	font-weight: bold;
	padding-right: 13px;
	}
	
#footer {
	font-size: .9em;
	line-height: 1.4em;
	margin-top: 30px;
	padding-top: 14px;
	border-top: 1px solid #928181;
	}


/* photo caption style */
.caption {
	font-family: Tahoma, Arial;
	font-size: 73%;
}
	
	


/* contact us page table styles */

#contacttable tr td {
	vertical-align:top;
	table-layout: 100%;
}


/* faq table styles */

#faqtable {
	border: 1px solid #ccc; 
	border-collapse: collapse;
	font-size: 100%;
	margin: 10px 0;
}

#faqtable th {
    text-align: left;
	font-weight: bold;
	padding: 4px;
	border: 1px solid #ccc;
	vertical-align: top;
	background: #ACA9A9;
	color: #000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	}


#faqtable td {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	line-height: 1.5em;
	border: 1px solid #ccc; 
	padding: 3px 6px; 
	vertical-align : top;
}

#resurfacerow td {
	background-color:#E4D2D2;

}

