@charset "UTF-8";

body {
	background: #4b1f15 url(images/bkg8.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000000;
}
.clearBoth { clear: both; }
#home #nav .home a,
#gallery #nav .gallery a.asdf,
#about-me #nav .about-me a,
#services #nav .services a.asdf,
#request-a-quote #nav .request-a-quote a,
#testimonials #nav .testimonials a,
#links #nav .links a,
#contact #nav .contact a,
#articles #nav .articles a {
	background: #996633;	
	cursor: default;
}

#outerwrapper { background: #e8e7ac; width: 800px; border: solid 1px #000000; margin: 0 auto; position: relative; padding-bottom: 0; }
#branding {
	border-bottom: 1px solid #000000;
}
#content { 
	padding-top: 20px; 
	padding-right: 20px; 
	position: relative; 
	z-index: 20; 
	clear: right; 
	padding-left: 10px; 
	}
#contentWrap {
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 10px; 
	width: 319px;
	z-index: 20; 
	position: relative;
	float: left;
}
#content_gallery { text-align: center; }
#galleryNav { background-color: #c96; width: 100%; }
#galleryNav a { font-weight: bold; }
h1 {
	font: bold 20px Copperplate, Georgia, "Times New Roman", serif;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
hr {
	color: #AD7339;
}
#footer { font-size: 12px; background-color: #c96; clear: left; text-align: center; margin: 0; padding: 4px 0 0; }
#imagearea {
	background-color: #c96;
	position: relative;
	width: 379px;
	height: 100%;
	float: left;
	margin-right: 12px;
	padding-top: 20px;
	padding-right: 20px;
	border: outset 2px #c96;
	margin-bottom: 10px;
}
#articles #imagearea { width: 510px; }
#home #imagearea { background-color: #c96; z-index: 22; width: 375px; height: 650px; float: left; border: outset 2px #c96; }
#home #imagearea h4 { text-align: center; margin: 8px; padding: 8px; }
#home #content h3 { background-color: #c96; text-align: center; margin: 8px; padding: 8px; }
/*** SLIDE SHOW ***/
.slideshow { text-align: center; height: 510px; margin-right: 3px; margin-bottom: 3px; margin-left: 3px; padding: 3px; }
#sliderNav { color: white; font-size: 12px; text-align: center; }
#sliderNav p { display: inline; }
#sliderNav p a { margin: 3px; padding: 3px; }
#sliderNav p a.activeSlide { color: white; background-color: #4b1f15; }
/*** NAVIGATION
#menu ul {
	font: 12px Copperplate, Georgia, "Times New Roman", serif;
	background: #76381D;
	width: 800px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	}
#menu ul li { float: left; display: inline; }
#menu ul a {
	line-height: 2.1em;
	color: #FFFFFF;
	border-right: 1px solid #996633;
	text-decoration: none;
	display: block;
	padding: 0 2em;
	}
#menu ul a:hover {
	background:#996633
} **/
#nav { }
/** DROP DOWNS * a { text-decoration: none; }**/
/* LEVEL ONE */
ul.dropdown { font: 12px Copperplate, Georgia, "Times New Roman", serif; background: #76381d; width: 800px; margin: 0; padding: 0; list-style: none; float: left; position: relative; z-index: 25; }
ul.dropdown li { float: left; display: inline; } /** zoom: 1;  **/
ul.dropdown li a   { line-height: 2.1em; color: #fff; text-decoration: none; display: block; padding: 0 1em; border-right: 1px solid #996633; }
ul.dropdown a:hover {  }
ul.dropdown a:active { color: #ffa500; }
ul.dropdown li:last-child a { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover { background: #996633; color: black; position: relative; }
ul.dropdown li.hover a { color: #fff; }
ul.dropdown a:visited {color:#fff; }

/* LEVEL TWO */
ul.dropdown ul { background-color: #76381d; width: 253px; visibility: hidden; position: absolute; top: 100%; left: 0; z-index: 26; margin: 0; padding-left: 0; }
ul.dropdown ul li { font-weight: normal; color: #000; background-color: #76381d; width: auto; border-bottom: 1px solid #996633; float: none; margin: 0; }

/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a { width: 217px; border-right: medium none; display: inline-block; } 

/* LEVEL THREE */
ul.dropdown ul ul { left: 100%; top: 0; }
ul.dropdown li:hover > ul { visibility: visible; }

