@charset "utf-8";
/* CSS Document */

a{
	color:#564319;
}

a:hover{
	color:#CC6600;
}

a.availabilityLink{
	color:#896512;
	font-weight:bold;
	text-decoration:none;
}

a.homeServicesLink{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

a.home_banner_link{
	color:#fff;
	font-weight:bold;
	font-size:10pt;
	font-family:Arial, Helvetica, sans-serif;	
	text-decoration:none;
}

a.home_banner_link:hover{
	color:#F0D391;
}

html{
	height:100%;
}

body{
	background-image:url(../images/site_bkg.jpg);
	margin: 0px;
	height:100%;
}

img{
	border:none;
}

td, div, span, p{
	font-size:9pt;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.4em;
}

.mainTable {
	margin:auto;
	height: 100%;
}
.mainHeader {
	margin:auto;
	background-color:#564319;
	
}
#mainHeaderBanner {
	color:white;
	text-align:left;
	height:135px;

}
#contact {
	text-align:right;
	vertical-align:bottom;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:10px;
	padding-right:10px;
	font-size:9pt;
	color: #fff;
}
.spacer1 {
	padding-left:15px;
	padding-right:15px;
	padding-bottom:5px;
	color:inherit;
}
.spacer2{
	padding-left:15px;
	padding-right:15px;
	padding-bottom:10px;
}
#menu {
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	color:white;
	font-size:10pt;
	background-color:#c7911a;
	font-weight:bold;
	border-bottom: solid 2px #fff;
	border-top: solid 2px #fff;
}

#menu a{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

#menu a:hover{
	color:#564319;
}

#contentText {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	background-color: #fff;
	padding: 0px;
	vertical-align: top;
}
.footerTable {
	background-color:#564319;
	margin:auto;
	padding-bottom: 3px;
	margin-bottom: 20px;
}


#footerText {
	color:white;
	text-align:center;
	font-size:9pt;
	padding-top: 3px;
	padding-bottom: 3px;
}

#footerText a{
	color:#fff;
	text-decoration:none;
}

#footerText a:hover{
	color:#E67300;
}


.homeContentLeft {
	padding: 10px;
	line-height: 1.4em;
	font-size: 11pt;
	text-align: left;
	width: 500px;
	padding-left: 8px;
	padding-top: 0px;
}

.contentLeft {
	padding: 10px;
	line-height: 1.3em;
	font-size: 10pt;
	text-align: left;
	width: 600px;
	padding-left: 15px;
	padding-top: 0px;
}
.contentRight{
	padding: 10px;
	line-height: 1.3em;
	font-size: 10pt;
	text-align: left;
	padding-left: 15px;
	padding-top: 15px;
}

.sectionHeader1{
	font-size:16pt;
	border-bottom: solid 1px #564319;
	margin-top:5px;
	margin-bottom:5px;
	padding-bottom:0px;
	font-family:"Times New Roman", Times, serif;
	font-weight: normal;
}

.sectionHeader2{
	font-size:16pt;
	border-bottom: dotted 1px #564319;
	margin-top:5px;
	margin-bottom:5px;
	padding-bottom:5px;
	font-family:"Times New Roman", Times, serif;
}

.sectionHeader3{
	font-size:14pt;
	border-top:dotted 1px #564319;
	margin-top:5px;
	margin-top:5px;
	padding-top:5px;
	font-family:"Times New Roman", Times, serif;
	line-height: 1.25em;
}

div.hBorder{
	border-bottom:solid 1px;
	border-color:#564319;
	margin-top:15px;
	margin-bottom:10px;
}

.noBorder{
	border:none;
	padding-bottom:0px;
}

.pagePhoto{
	padding: 1px; 
	border: solid 1px #c7911a;
}

li{
	margin-left: 10px;
}

#home_specials td{
	text-align:left;
	vertical-align:bottom;
	padding-right:0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border:none;
	height: 50px;
}

.home_special_header{
	background-image:url(../images/specials_header_bkg.png);
	background-repeat: repeat-x;
	background-position: top;
	width: 420px;
	padding-bottom:5px;
	border-bottom:dotted 1px;
	border-top: solid 3px;
	border-right:none;
	border-left:none;
	border-color: #C67C1B;
	text-align: right;
	float: right;
	margin-top: 35px;
}

.tablecell{
	display:table-cell;
	float:left;
}

