﻿#header {
	width: 100%;
	background-color: #404d34;
	vertical-align: bottom;
}

#slogan {
	vertical-align: top;
	padding: 0px 0px 50px 10px;
	font-family: "High Tower Text", Times, sans-serif;
	font-size: 20pt;
	font-style: italic;
	color: #d8cba3;
}

#phone {
	float:right;
	color: white;
	font-weight: bold;
	padding: 0px 10px 0px 0px;
	font-size: 11pt;
}

#container {
    margin: auto;
    background: #FFF url('../images/layout/background.jpg') repeat-x top left;
    padding: 0px;
}

.imageHome {
	border: 1px solid black;
	margin: 0px 5px 0px 5px;
	float: right;
}

#shell {
	margin:auto;
    background: #FFF url('../images/layout/background.jpg') repeat-x top left;

}

#contentBody {
    padding: 0px 10px 5px 10px;
    text-align:left;
    vertical-align:top;
    width: 674px;
    background: #FFF url('../images/layout/bodyBkgd.jpg') repeat-x top left;
}

.fadeLeft {
	border: none;
	margin: 0px;
	padding: 0px;
	background: url(../images/layout/borderLeft.png) repeat-y top left;
	vertical-align:top;
}

.fadeRight {
	border: none;
	margin: 0px;
	padding: 0px;
	background: url(../images/layout/borderRight.png) repeat-y top right;
	vertical-align:top;
}

#shellBody {
	width: 900px;
	vertical-align: top;
}


#navLeftShell {
	vertical-align: top;
    background: #FFF url('../images/layout/bodyBkgd.jpg') repeat-x top left;
	
}

#navLeftCell {
	background: #dfd3ad;
	width: 196px;
	vertical-align: top;
	margin-left: 10px;
}

#navLeft {
	padding: 0px 5px 1px 5px;
}

#navLeft a:visited {
	display: block;
	color: #3F3104;
	height: 30px;
	vertical-align: middle;
	line-height:30px;
	text-decoration:none;
	font-size: 12px;
	padding: 0px 0px 0px 5px;
	border-bottom: 1px dotted #3f3104;
}

#navLeft a:active {
	display: block;
	color: #3F3104;
	height: 30px;
	vertical-align: middle;
	line-height:30px;
	text-decoration:none;
	font-size: 12px;
	padding: 0px 0px 0px 5px;
	border-bottom: 1px dotted #3f3104;
}

#navLeft a:link {
	display: block;
	color: #3F3104;
	height: 30px;
	vertical-align: middle;
	line-height:30px;
	text-decoration:none;
	font-size: 12px;
	padding: 0px 0px 0px 5px;
	border-bottom: 1px dotted #3f3104;
}

#navLeft a:hover {
	color: #FFF;
	background-color: #C2AF74;
}

#newsletters {
	font-size: 75%;
	color: #3F3104;
}

#newsletters a:active, #newsletters a:link, #newsletters a:visited {
	color: #404D34;
	display: inline;
	height: 30px;
	vertical-align: middle;
	line-height:0px;
	text-decoration: none;
	padding: 0px 0px 3px 0px;
	border-bottom: none;
	font-size: 10px;
}

#newsletters a:hover {
	color: #5C8F23;
	text-decoration: underline;
	background-color: transparent;
}

#footer {
	padding: 5px 0px 5px 0px;
	text-align:center;
	color: white;
	font-size:75%;
	background-color: #404d34;
	text-align: center;
}

#footer a:active, #footer a:link, #footer a:visited {
	color: white;
	text-decoration: none;
}

#footer a:hover {
	color: #C2Af74;
	text-decoration: underline;
}

.bigHome {
font-size:24px;
line-height:26px;}