﻿#container {
	margin: auto;
    width: 900px;
}

#shell {
	padding: 0px;
	margin: 0px;
}

.fadeLeft {
	padding: 0px;
	background: url('../images/layout/fadeLeft.png') repeat-y top left;
	vertical-align:top;
}

#shellContent {
	border-right: 1px solid black;
	border-left: 1px solid black;
}

#header {
	background: url('../images/layout/header.jpg') no-repeat left top;
	width: 852px;
	height: 175px;
}

#header td {
	vertical-align: top;
	color: white;
	text-align: right;
	padding: 5px 10px 5px 0px;
}

#header a {color:white;	text-decoration:none;font-size:110%;}
#header a:hover {text-decoration:underline;}

#navTopContainer {
    background: transparent url('../images/layout/nav.png') no-repeat center center;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    line-height: 23px;
}

#navTopContainer a:link, #navTopContainer a:active, #navTopContainer a:visited {
	color: black;
	text-decoration: none;
	font-size: 1.0em;
	font-weight: bold;
	padding: 5px;
}

#navTopContainer a:hover {
	color: white;
	background-color: #064360;
}


#contentBody {
    padding: 10px;
    text-align: left;
    vertical-align: top;
    background: #c9d9e0 url('../images/layout/body.png') repeat-x top left;
}


#contentBody img {
	float: right;
	border: 1px solid black;
}

.caption {
	float: right;
	width: 300px;
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
	font-style: italic;
	padding: 3px;
}
.caption2 {
	float: right;
	width: 200px;
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
	font-style: italic;
	padding: 3px;
}

#photos {
	width: 90%;
	margin: auto;
}

#photos td {
	width: 50%;
	text-align: center;
	padding: 3px 3px 10px 3px;
}

#photos td img {
	float: none;
	border: 1px solid black;
}

#workOrder {
	width: 80%;
	margin: auto;
}

#workOrder td {
	padding: 3px;
}

#address {
	width: 100%;
}

#address td {
	width: 100%;
}

#contact {
	width: 100%
}
 
#contact td {
	vertical-align: top;
	width: 50%;
}

#contact img {
	float: none;
}

.fadeRight {
	padding: 0px;
	background: url('../images/layout/fadeRight.png') repeat-y top right;
	vertical-align:top;
}

#bottomBar {
	background: transparent url('../images/layout/bar.png') no-repeat center right;
	text-align: right;
	line-height: 23px;
	padding-right: 90px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	color: #676767;
	font-style: italic;
	font-size: 90%;
}

#bottomBar img {
	padding: 0px;
	margin: 0px;
}

.verification {
	text-align: left;
}

.verification img {
	float: none !important;
}

#footer {
	padding: 10px;
	text-align: center;
	font-size: 80%;
	color: white;
}
#footer a {
	color: white;
}