@import url("whitespace.css");
@import url("forms.css");
@import url("news.css");
@import url("faq.css");
@import url("photo-gallery.css");

img {
	margin: 5px;
}
a:link, a:visited {
	color: #0003ff;
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
	color: #324b00;
}

html, body {	height: 100%;}
body {
	background: #748f74 url(../images/bg.jpg) 0 0 repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
#container {
	width: 800px;
	position: relative;
	min-height: 100%;
}
#header {
	background: url(../images/header.jpg) 0 -42px no-repeat;
	height: 273px;
	padding: 42px 0 0;
	margin: 0;
	margin: 0 0 0px; /* for flash size */
	text-indent: -1234em;
}
#header a {
	display: block;
	height: 172px;
	width: 400px;
	text-decoration: none;
}
#navigation {
	position: absolute;
	left: 0;
	top: 0;
	height: 41px;
	width: 800px;
	margin: 0;
	background: url(../images/header.jpg) 0 -42px no-repeat;
	list-style: none;
	text-indent: -1234em;
	z-index: 1000;
}
#navigation li {
	position: absolute;
	margin: 0;
	top: 0;
	height: 41px;
}
#navigation li a {
	display: block;
	height: 41px;
	text-decoration: none;
}
#home {
	left: 0px;
	width: 52px;
}
#home a:hover {
	background: url(../images/header.jpg) 0px 0 no-repeat;
}
#about {
	left: 55px;
	width: 75px;
}
li:hover#about a,
#about a:hover {
	background: url(../images/header.jpg) -55px 0 no-repeat;
}
#choose {
	left: 134px;
	width: 117px;
}
#choose a:hover {
	background: url(../images/header.jpg) -134px 0 no-repeat;
}
#testimonials {
	left: 255px;
	width: 97px;
}
#testimonials a:hover {
	background: url(../images/header.jpg) -255px 0 no-repeat;
}
#portfolio {
	left: 356px;
	width: 81px;
}
#portfolio a:hover {
	background: url(../images/header.jpg) -356px 0 no-repeat;
}
#services {
	left: 441px;
	width: 99px;
}
#services a:hover {
	background: url(../images/header.jpg) -441px 0 no-repeat;
}
#news {
	left: 544px;
	width: 88px;
}
#news a:hover {
	background: url(../images/header.jpg) -544px 0 no-repeat;
}
#faq {
	left: 636px;
	width: 48px;
}
#faq a:hover {
	background: url(../images/header.jpg) -636px 0 no-repeat;
}
#contact {
	left: 688px;
	width: 87px;
}
#contact a:hover {
	background: url(../images/header.jpg) -688px 0 no-repeat;
}
#moreinfo,
#servicecall,
#tax {
	display: none;
}
#navigation ul {
	display: none;
}
#navigation li:hover ul {
	display: block;
	position: absolute;
	left: 0;
	top: 41px;
	margin: 0;
	background: #0004ff;
	text-indent: 0;
	width: 180px;
	padding: 3px 5px;
	list-style: none;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}
#navigation ul li {
	position: static;
	height: auto;
}
#container #navigation ul li a {
	height: auto;
	color: #FFF;
	padding: 2px;
	background: none;
}
#container #navigation ul li a:hover {
	background: #5e9400;
}
#content {
	padding: 0 43px 10px;
}
#title {
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 24px;
	letter-spacing: -1px;
	color: #FFF;
	border-bottom: 1px solid #6d806c;
	padding: 0 0 5px;
	margin: 0 0 15px;
}
#index #content {
	float: left;
	width: 477px;
	padding-right: 0;
}
#column {
	margin-left: 547px;
	background: url(../images/bubbletop.gif) 0 0 no-repeat;
	width: 229px;
	color: #000;
	padding: 30px 0 0;
	font-size: 11px;
}
#featured {
	padding: 15px 15px 10px;
	background: url(../images/bubblebot.gif) 0 100% no-repeat;
}
#featured h6.title {	display: none;}
#featured img {
	margin: 3px 0;
	border-width: 0;
}
#options img {
	float: left;
	margin: 0 10px 10px 0;
	border-width: 0;
}
#options div {
	clear: both;
}
#flash {
	width: 800px;
	height: 250px;
	position: absolute;
	left: 0;
	top: 41px;
}
#clear {	height: 88px;}
#footer {
	background: #7dca1b url(../images/footer.gif) 0 0 repeat-x;
	margin: -83px 0 0;
	height: 53px;
	padding: 30px 0 0;
	color: #ac3900;
	text-align: center;
	position: relative;
}
#footer p {
	width: 757px;
	margin: 0 0 10px 43px;
}
#byline {
	font-size: 10px;
	margin: 10px 0 0;
}
#footer a {
	color: #2b2b2b;
	text-decoration: none;
	margin: 0 4px;
}
#footer a:hover {	text-decoration: underline;}