@charset "utf-8";
/* CSS Document */


body {
	margin: 30px 0 0 0;
	background-image: url(../images/Background-tile.jpg);
	background-repeat:repeat;
	background-attachment: fixed;
	font-family: Times, Georgia, serif;
	font-size: 1em;
	color: #000000;
	line-height: 18px;
	text-align: left;
}

.call {
	color: #6d2708;
	font-size: 14px;
	font-variant: small-caps;
	font-weight: bold;
	padding: 10px 0 5px 0;
	text-align: left;
	/*background-image:url(../images/bg_callUs.gif);*/
	background-position: left;
	background-repeat: no-repeat;
	}
	
.call-1 {
	color: #6d2708;
}
	
.phoneNumber {
	color: #6d2708;
	font-size: 20px;
	font-variant: small-caps;
	font-weight: bold;
	}

.box {
	position: absolute;
	width: 300px;
	height: 300px;
	top: 65px;
	margin-left: 50%;
	left: 200px;
	z-index: 900;
	color: #6d2708;
	font-size: 13px;
	font-variant: small-caps;
	font-weight: bold;
}

.utilities {
	color: #6d2708;
	font-size: 13px;
	font-variant: small-caps;
	font-weight: bold;
	padding: 5px 20px 5px 0;
	text-align: right;
}
	
.utilities a:link, .utilities a:active, .utilities a:visited {
	color: #6d2708;
	font-size: 13px;
	font-variant: small-caps;
	font-weight: bold;
	text-align: right;
	text-decoration: underline;
	}
.utilities a:hover {
	color: #000000;
	font-size: 13px;
	font-variant: small-caps;
	font-weight: bold;
	text-align: right;
	}
	
.main {
	padding: 40px 50px 0 20px;
	font-family: Times, Georgia, serif;
	font-size: 14px;
	color: #000000;
	line-height: 20px;
	vertical-align: text-top;
	text-align: left;
	}
	
a:link, a:visited, a:active {
	color: #9d4210;
	text-decoration: underline;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
	
.h1 {
	color: #6d2708;
	font-size: 24px;
	line-height: 22px;
	font-weight: bold;
	font-variant: small-caps;
	}
	
.h2 {
	color: #9d4210;
	font-weight: bold;
	line-height: 24px;
	font-size: 14px;
	line-height: 22px;
}

.sitemap {
	color: #9d4210;
	font-weight: bold;
	line-height: 24px;
	font-size: 14px;
	line-height: 22px;
	padding-left: 30px;
}
	
	
.footer {
	color: #ffffff;
	padding: 25px 20px 30px 20px;
	font-size: 14px;
	line-height: 24px;
}
.footer a:link, .footer a:visited, .footer a:active {
	color: #ffffff;
	text-decoration: underline;
	}
.footer a:hover {
	color: #a9532c;
	text-decoration: none;
	}
	
.notes {
	font-size: 12px;
	color: #999999;
}
