/* CSS Document */
* { margin: 0; padding: 0; }
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-color: #C4AA79;
}
blockquote {
	font-style: italic;
	background-color: #FAF5EF;
	font-size: 12px;
	line-height: 17px;
	margin: 0 20px 12px 20px;
	padding: 10px 15px;
	letter-spacing: 0.1px;
	word-spacing: 1.5px;
	width: 280px;
}
p {
	font-size: 12px;
	margin: 0 0 12px 0;
	line-height: 17px;
}
li { 
	font-size: 12px;
	margin: 0 0 6px 36px;
	line-height: 17px; 
}
.serviceList li {
	margin: 0 0 0 17px;
	}
	.serviceList li span {
		/*phone numbers*/
		color: #BDA680;
	}
	.serviceList h2 {
		margin: 15px 0 5px 0;
	}
	div.serviceList {
		float:left;
		margin: 0;
		padding: 0;
}
/*USING P WITH A TAGS AVOIDS IMG'S BEING STYLED*/
p a, p a:link, li a, li a:link{
	color: #7A2021;
	text-decoration: underline;
}
p a:visited, li a:visited {
	color: #95835D;
}
p a:hover, p a:active, li a:hover, li a:active {
	color: #CC0000;
	text-decoration: none;
	border: none;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -0.5px;
	margin: 0 0 14px 0;
	word-spacing: 3px;
	color: #62533C;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
h2 {
	font-size: 12px;
	margin: 28px 0 14px 0;
	color: #7A694D;
	font-weight: bold;
	text-transform: uppercase;
}
h3 {
	font-size: 13px;
	margin: 28px 0 14px 0;
	color: #7A694D;
	font-weight: bold;
	border-bottom: solid #7A694D 1px;
	padding: 0 0 5px 0;
	width: 350px;
}
h4 {
	font-size: 13px;
	margin: 20px 0 3px 0;
	color: #7A694D;
	font-weight: bold;
}
h6 {
	font-size: 10px;
	font-weight: bold;
}
.singlecolumn {
	width: 200px;
	float: left;
	height: 100%;
	text-align: justify;
}
#container {
	margin: 0 auto;
	position: relative;	
	width: 750px;
	text-align: center;
}
/*p.firstline:first-line { text-transform: uppercase; }*/
#bodycopy {
	background-color: white;
	padding: 10px 30px 30px;
	text-align: left;
	width: 690px;
	}
	#bodycopy img {
		padding: 10px;
		border: solid #574C38 1px;
	} 
	#bodycopy img.alignright { 
		margin: 0 0 10px 10px; 
	}
	#bodycopy img.alignleft { 
		margin: 0 10px 10px 0; 
}
#copyright {
	margin: 0;
	font-size: 9px;
	color: #4D4230;
	}
	#copyright a {
		color: #670000;
		text-decoration: none;
	}
	#copyright a:hover {
		text-decoration: none;
}
.getflash {
	width: 350px;
	font-size: 10px;
	line-height: 11px;
	}
	#bodycopy .getflash img {
		border: none; padding: 0 10px 10px 0
}

