/* CSS Document */

body {
	background-color: #E6DACF;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000; }

img {
    border-width: 0; }

/* the page header */
	
#header {
	position: relative;
	left: 50%;
	margin: 0 0 0 -398px;
	padding: 0;
	width: 797px;
	height: 284px;
	background-image: url(images/headerBG.gif);
	background-repeat: no-repeat; }
#header h1, h2 {
	display: none; }
	
#estPicker {
	position: absolute;
	top:13px;
	right: 24px;
	color: #fff;
	font-size: 10px; }
#estPicker select {
	border-width: 0;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle; }

#logo {
	position: absolute;
	top: 9px;
	left: 30px; }
	
#head_photo {
	position: absolute;
	right: 20px;
	bottom: 16px; }
	
#testimonial {
	position: absolute;	
	top: 155px;
	left: 140px;
	width: 340px;
	color: #647D8F;
	text-align: right;
	line-height: 18px; }
#testimonial em {
	font-size: 10px; }
	
/* primary navigation contained inside the page header */
	
#nav_primary {
	position: absolute;
	left: 31px;
	top: 227px;
	width: 447px;
	height: 28px;
	margin: 0;
	padding: 0; }
#nav_primary li {
	list-style: none; }

#nav1_painting {
	display: block;
	width: 157px;
	height: 28px;
	position: absolute;
	background-image: url(images/nav1_painting.gif);
	background-repeat: no-repeat; }
#nav1_painting a {
	color: #000;
	text-decoration: none;
	position: absolute;
	bottom: 6px;
	right: 12px }
#nav1_painting a:hover {
	color: #777;
	text-decoration: underline; }
#nav1_painting span {
	position: absolute;
	bottom: 6px;
	right: 12px }

#nav1_franchising {
	display: block;
	width: 148px;
	height: 28px;
	position: absolute;
	left: 157px;
	background-image: url(images/nav1_franchising.gif);
	background-repeat: no-repeat; }
#nav1_franchising a {
	color: #fff;
	text-decoration: none;
	position: absolute;
	bottom: 6px;
	right: 12px; }
#nav1_franchising a:hover {
	color: #ddd;
	text-decoration: underline; }

#nav1_estimate {
	display: block;
	width: 132px;
	height: 28px;
	position: absolute;
	left: 315px;
	background-image: url(images/nav1_estimate.gif);
	background-repeat: no-repeat; }
#nav1_estimate a {
	color: #fff;
	text-decoration: none;
	position: absolute;
	bottom: 6px;
	left: 22px; }
#nav1_estimate a:hover {
	color: #ddd;
	text-decoration: underline; }
	
/* main content block which contains three column layout */

#mainArea {
	position: relative;
	left: 50%;
	margin: 0 0 0 -398px;
	padding: 0;
	width: 797px;
	background-image: url(images/mainBG.gif);
	background-repeat: repeat-y; }
	
#contentPhoto {
	position: absolute;
	top: 0;
	left: 188px; }
	
/* secondary navigation contained inside the main area */

#nav_secondary {
	width: 188px;
	position: absolute;
	top: 1px;
	left: 0; }
#nav_secondary ul {
	margin: 10px 0 10px 10px;
	padding: 0; }
#nav_secondary li {
	background-color: #647D8F;
	margin-bottom: 1px;
	list-style: none;
	padding: 5px 0 5px 18px; }
#nav_secondary a {
	color: #fff;
	text-decoration: none; }
#nav_secondary a:hover {
	color: #ddd;
	text-decoration: underline; }
#nav_secondary li ul {
	display: none; }

#nav_secondary .navSelected {
	background-color: #9B1E0C;
	margin: 0 0 1px 0; }
#nav_secondary .navSelected ul {
	display: block;
	margin: 5px 0 0 -18px; }
#nav_secondary .navSelected li {
	margin: 0;
	background-color: #A98686;
	padding-left: 18px; }
#nav_secondary .navSelected li a {
	color: #000; }
#nav_secondary .navSelected li a:hover {
	color: #ddd; }
#nav_secondary img {
	margin-left: 18px; }
	
/* main text area of the page */
	
#bodyCopy {
	width: 380px;
	padding: 190px 20px 20px 208px; }
#bodyCopy h2 {
	display: block;
	color: #40505B;
	font-size: 18px;
	margin: 0; }
#bodyCopy p {
	line-height: 18px;
	text-align: justify; }
#bodyCopy ul, ol {
	margin-top: 0;
	line-height: 18px;
	list-style-image: url(/images/bullet.gif); }
#bodyCopy li {
    margin-left: -12px; }
#bodyCopy a {
    color: #40505B;
    font-weight: bold;
    text-decoration: none; }
#bodyCopy a:hover {
    color: #9B1E0C;
    text-decoration: underline; }
#bodyCopy img {
    margin-top:5px; }
#bodyCopy h3 {
    clear: both;
    margin: 0;
    font-size: 12px; }

.insetPhoto {
	float: right;
	margin: 5px 0 5px 20px }
	
.centered {	
	text-align: center;
	margin-bottom: 18px; }

#moreInfo {
    background-color: #A98686;
    padding: 10px;
    margin: 0 20px 0 20px; }
#moreInfo h3 {
	background-color: #9B1E0C;
	font-size: 12px;
	margin: 0;
	color: #fff;
	padding: 8px 0 8px 10px;
	margin: -10px -10px 0 -10px; }
#moreInfo img {
    float: right;
    margin: 50px 10px 0 0; }
#moreInfo embed {
    margin-left: 10px }	
    
table {
    width: 338px;
    margin-top: 5px; }
th {
   color: #fff;
   font-weight: bold;
   background-color: #9B1E0C;
   padding: 5px; }
td {
   color: #000;
   background-color: #A98686;
   padding: 5px; }
.tableLabel {
   text-align: left; } 
#asseenontv {
    float: right;
    margin: 50px 10px 0 0; }
    
.contactTable {
    width: 100%; }
.contactTable td {  
    background-color: Transparent;
    padding: 2px; }
    
#memberships {
    font-size: 12px; }
#memberships img {
    vertical-align: middle;
    margin-right: 10px; }
    
.gallery1 {
    width: 175px;
    float: left;
    clear: left;
    margin-bottom: 20px;
    line-height: 18px;
	text-align: justify; }
.gallery2 {
    width: 175px;
    float: right;
    margin-bottom: 20px;
    line-height: 18px;
	text-align: justify; }
.galleryRow {
    clear: both; }
    
.smallPrint {
    font-size: 10px;
    margin-top: 10px; }
    
#coverageArea {
	background-color: #E0E5E9;
	padding: 10px; }
    
/* third column on the right hand side of the page */

#rightColumn {
	width: 178px;
	position: absolute;
	top: 175px;
	left: 609px;
	text-align: justify; }
#rightColumn img {
	margin: 14px 19px 16px 19px; }

#newsSection {
	background-color: #A2B1BC;
	padding: 0 0 12px 0; }
#newsSection h2 {
	display: block;
	margin: 0;
	padding: 8px 8px 8px 12px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background-color: #526675; }
#newsSection h3 {
	font-size: 12px;
	margin: 0; }
#newsSection div {
	font-size:11px;
	padding:12px 12px 0 12px;
	line-height: 13px; }
#newsSection div img {
	margin: 7px 7px 16px 7px; }
#newsSection a {
    color: #40505B;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none; }
#newsSection a:hover {
    color: #9B1E0C;
    text-decoration: underline; }
#newsSection ul {
    list-style-type: none;
    margin: 10px 0 0 12px; }



/* footer which contains copyright info at the bottom of the page */

#footer {
	position: relative;
	left: 50%;
	margin: 0 0 0 -398px;
	padding: 0;
	width: 797px;
	height: 30px;
	background-image: url(images/footerBG.gif);
	background-repeat: no-repeat;
	color: #bbb;
	font-size: 10px;
	text-align: center;
	padding-top: 16px; }
#footer a {
    color: #ddd;
    font-weight: bold;
    text-decoration: none; }
#footer a:hover {
    text-decoration: underline; }