@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 100.01%;
	line-height: 1.5em;
	background: url(../images/body_bg.jpg) top left repeat-x;
    background-color: #efebdf;
	text-align: center;
	color: #999076;
}

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
	margin: 0;
	padding: 0;
	text-align: left;
}

.borderRule {
	border-bottom:solid;
	border-bottom-color:#c3bba3;
	border-bottom-width:1px;
	margin-top:20px;
	margin-bottom:10px;
}
.clear  {clear: both;}

.floatRight {float: right;}

.floatLeft {float: left;}


#container {
	width: 893px;
	text-align: left;
	font-size: 0.81em;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header {
	padding: 0;
	margin: 0;
	height: 126px;
	margin-bottom: 4px;
	position: relative;
}

#header h1 {
	background-position: center top;
	height: 80px;
	padding: 0;
	margin: 0;
	text-indent: -9000px;
	background-image: url(../images/logo2.gif);
	background-repeat: no-repeat;
}

#header h2 {
	padding: 3px;
	margin: 0;
	background-color: #a89f7a;
	color:#FFF;
	text-align:center;
	position: absolute;
	font-size: 1em;
	bottom: 0px;
	width: 887px;
}

#border {
	padding: 5px;
	margin: 0px;
	border: 1px solid #BABAB6;
	background-color:#FFF;
}
	
.nav {
	width: 880px;
	height: 42px;
	padding: 0;
	margin: 0;
	background: url(../images/nav_bar2.png) no-repeat;
	position: relative;
	bottom: 0px;
	left: 0px;
}
.nav li {
	display: inline;
}
.nav li a:link, .nav li a:visited {
	position: absolute;
	top: 0;
	height: 42px;
	text-indent: -9000px;
	overflow: hidden;
	z-index: 10;
}
	.nav .home a:link, .nav .home a:visited {
		left: 0px;
		width: 98px;
	}
	.nav .home a:hover, .nav .home a:focus {
		background: url(../images/nav_bar2.png) no-repeat 0px -42px;
	}
	
	.current-home .home a:link, .current-home .home a:visited {
		background: url(../images/nav_bar2.png) no-repeat 0px -126px;
		cursor: default;
	}
	.nav-home, .nav-home-click {
		position: absolute;
		top: 0;
		left: 0;
		width: 98px;
		height: 42px;
		background: url(../images/nav_bar2.png) no-repeat 0px -42px;
	}
	.nav-home-click {
		background: url(../images/nav_bar2.png) no-repeat 0px -84px;
	}

	.nav .services a:link, .nav .services a:visited {
		left: 98px;
		width: 102px;
	}
	.nav .services a:hover, .nav .services a:focus {
		background:  url(../images/nav_bar2.png) no-repeat -98px -42px;
	}
	.nav .services a:active {
		background:  url(../images/nav_bar2.png) no-repeat -98px -84px;
	}
	.current-services .services a:link, .current-services .services a:visited {
		background:  url(../images/nav_bar2.png) no-repeat -98px -126px;
		cursor: default;
	}
	.nav-services, .nav-services-click {
		position: absolute;
		top: 0;
		left: 98px;
		width: 102px;
		height: 42px;
		background:  url(../images/nav_bar2.png) no-repeat -98px -42px;
	}
	.nav-services-click {
		background:  url(../images/nav_bar2.png) no-repeat -98px -84px;
	}


	.nav .newConstruction a:link, .nav .newConstruction a:visited {
		left: 200px;
		width: 179px;
	}
	
	.nav .newConstruction a:hover, .nav .newConstruction a:focus {
		background:  url(../images/nav_bar2.png) no-repeat -200px -42px;
	}
	.nav .newConstruction a:active {
		background:  url(../images/nav_bar2.png) no-repeat -200px -84px;
	}
	.current-newConstruction .newConstruction a:link, .current-newConstruction .newConstruction a:visited {
		background:  url(../images/nav_bar2.png) no-repeat -200px -126px;
		cursor: default;
	}
	.nav-newConstruction, .nav-newConstruction-click {
		position: absolute;
		top: 0;
		left: 200px;
		width: 179px;
		height: 42px;
		background:  url(../images/nav_bar2.png) no-repeat -200px -42px;
	}
	.nav-newConstruction-click {
		background:  url(../images/nav_bar2.png) no-repeat -200px -84px;
	}
		
	
	.nav .renovations a:link, .nav .renovations a:visited {
		left: 379px;
		width: 135px;
	}
	
	.nav .renovations a:hover, .nav .renovations a:focus {
		background:  url(../images/nav_bar2.png) no-repeat -379px -42px;
	}
	.nav .renovations a:active {
		background:  url(../images/nav_bar2.png) no-repeat -379px -84px;
	}
	.current-renovations .renovations a:link, .current-renovations .renovations a:visited {
		background:  url(../images/nav_bar2.png) no-repeat -379px -126px;
		cursor: default;
	}
	.nav-renovations, .nav-renovations-click {
		position: absolute;
		top: 0;
		left: 379px;
		width: 135px;
		height: 42px;
		background:  url(../images/nav_bar2.png) no-repeat -379px -42px;
	}
	.nav-renovations-click {
		background:  url(../images/nav_bar2.png) no-repeat -379px -84px;
	}
	
	
	.nav .links a:link, .nav .links a:visited {
		left: 514px;
		width: 172px;
	}
	
	.nav .links a:hover, .nav .links a:focus {
		background:  url(../images/nav_bar2.png) no-repeat -514px -42px;
	}
	.nav .links a:active {
		background:  url(../images/nav_bar2.png) no-repeat -514px -84px;
	}
	.current-links .links a:link, .current-links .links a:visited {
		background:  url(../images/nav_bar2.png) no-repeat -514px -126px;
		cursor: default;
	}
	.nav-links, .nav-links-click {
		position: absolute;
		top: 0;
		left: 514px;
		width: 172px;
		height: 42px;
		background:  url(../images/nav_bar2.png) no-repeat -514px -42px;
	}
	.nav-links-click {
		background:  url(../images/nav_bar2.png) no-repeat -514px -84px;
	}
	
	.nav .faq a:link, .nav .faq a:visited {
		left: 686px;
		width: 83px;
	}
	
	.nav .faq a:hover, .nav .faq a:focus {
		background:  url(../images/nav_bar2.png) no-repeat -686px -42px;
	}
	.nav .faq a:active {
		background:  url(../images/nav_bar2.png) no-repeat -686px -84px;
	}
	.current-faq .faq a:link, .current-faq .faq a:visited {
		background:  url(../images/nav_bar2.png) no-repeat -686px -126px;
		cursor: default;
	}
	.nav-faq, .nav-faq-click {
		position: absolute;
		top: 0;
		left: 686px;
		width: 83px;
		height: 42px;
		background:  url(../images/nav_bar2.png) no-repeat -686px -42px;
	}
	.nav-faq-click {
		background:  url(../images/nav_bar2.png) no-repeat -686px -84px;
	}
	

	.nav .contact a:link, .nav .contact a:visited {
		left: 769px;
		width: 111px;
	}
	
	.nav .contact a:hover, .nav .contact a:focus {
		background:  url(../images/nav_bar2.png) no-repeat -769px -42px;
	}
	.nav .contact a:active {
		background:  url(../images/nav_bar2.png) no-repeat -769px -84px;
	}
	.current-contact .contact a:link, .current-contact .contact a:visited {
		background:  url(../images/nav_bar2.png) no-repeat -769px -126px;
		cursor: default;
	}
	.nav-contact, .nav-contact-click {
		position: absolute;
		top: 0;
		left: 769px;
		width: 111px;
		height: 42px;
		background:  url(../images/nav_bar2.png) no-repeat -769px -42px;
	}
	.nav-contact-click {
		background:  url(../images/nav_bar2.png) no-repeat -769px -84px;
	}

#mainContent {
	background: #FFFFFF;
	color: #5c5034;
	/*color:#776b55;*/
	padding-top: 13px;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 16px;
	height: 100%;
}

#mainContent-copy {
	margin-left: 10px;
	margin-right: 20px;
}

#mainContent p {
	padding: 0;
	margin: 0;
	font-size: 1.1em;
	margin-bottom: .9em;
	text-align: left;
}

#mainContent h2 {
	font-size: 1.07em;
	text-align:center;
	font-weight:bold;
	font-style:italic;
	/*color:#776b55;*/
	background:#fff;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #c3bba3;
	border-bottom-color: #c3bba3;
	border-bottom-style: solid;
	padding: 8px;
	margin-bottom: 15px;
	margin-right: 10px;
	margin-left: 10px;
}

#mainContent  a:link, #mainContent a:visited {
	color: #6e5f1f;
	text-decoration: underline;
}

#mainContent  a:hover, #mainContent a:active {
	color: #4f4315;
	text-decoration: none;
}

#mainContent .imageSet  {
	float:left;
	margin-left:9px;
	margin-right:9px;
	margin-bottom: 15px;
}


#mainContent .imageSet a {
	width:240px;
	color:#333;
	text-decoration:none;
	display:block;
	text-align:center;
	border: solid #5d5956 1px;
	background-color:#f9f6f2;
	padding: 10px;
}

#mainContent .imageSet img {
	border: solid #5d5956 1px;
}

#mainContent .imageSet .caption {
	font-size:1.1em;
	display:block;
	font-weight:bold;
	margin-top: 3px;
	background-color: #D8CFC1;
	color: #333;
	padding: 3px;
	text-align:center;
}

#mainContent .imageSet em {
	font-size:1.1em;
	margin-top: 3px;
	background-color: #D8CFC1;
	color: #333;
	padding: 3px;
	text-align:center;
}

#mainContent #aboutPainting {
	padding:0;
	margin-right: 15px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	float: left;
}

#mainContent #aboutPicts {
	padding:0;
	float: left;
	margin: 0;
}

#mainContent #sideBarLeft {
	float: left;
	width: 185px;
	height: 130px;
	margin-left: 0px;
	margin-top: 0px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C9C3B6;
	margin-right: 0;
}

#mainContent #contentRight {
	float: right;
	width: 625px;
	margin-right: 10px;
}


#footer {
	margin-top: 4px;
	padding: 5px;
	color:#FFF;
	text-align:center;
	font-size: 1.4em;
	font-weight: normal;
	background-color: #968d69;
	margin-bottom: 20px;
}

#footer a:link, #footer a:visited {
	color:#FFF;
	text-decoration: underline;
}

#footer a:hover, #footer a:active {
	text-decoration: none;
}
#mainContent ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 1.1em;
}
