/*----- Layout Styles -------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #7C6A02;
	text-align: center;
}

a:link, a:visited {
	color: #7C6A02;
}

a:hover {
	color: #2A502E;
}

#layout {
	float: none;
	width: 980px;
	background-image: url(images/index_background.jpg);
	background-repeat: repeat-y;
	padding: 0px 40px 0px 40px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#layout_home {
	float: none;
	width: 980px;
	background-image: url(images/index_background_home.jpg);
	background-repeat: repeat-y;
	padding: 0px 40px 0px 40px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#leftcontent {
	float: left;
	width: 133px;
	padding: 350px 15px 15px 15px;
	background-image: url(images/index_logo.gif);
	background-repeat: no-repeat;
	text-align: center;
}

#leftcontent_home {
	float: left;
	width: 133px;
	height: 335px;
	padding: 350px 15px 15px 15px;
	background-image: url(images/index_home01.jpg);
	background-repeat: no-repeat;
	text-align: center;
}

#centercontent_home {
	float: left;
	width: 461px;
	padding: 380px 15px 15px 15px;
	background-image: url(images/index_home03.jpg);
	background-repeat: no-repeat;
	text-align: left;
}

#rightcontent {
	float: left;
	width: 817px;
	text-align: left;
}

#rightcontent_home {
	float: left;
	width: 226px;
	padding: 50px 50px 15px 50px;
	text-align: left;
}

#footercontent {
	clear: both;
	width: 980px;
}

#footer {
	clear: both;
	width: 980px;
	height: 75px;
	background-image: url(images/index_footer.jpg);
	background-repeat: no-repeat;
	padding: 0px 40px 0px 40px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#footer_home {
	clear: both;
	width: 980px;
	height: 75px;
	background-image: url(images/index_footer_home.jpg);
	background-repeat: no-repeat;
	padding: 0px 40px 0px 40px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#menuheader {
	width: 617px;
	height: 95px;
	font-size: 18px;
	padding: 120px 20px 0px 180px;
	background-image: url(images/index_menubanner.jpg);
	background-repeat: no-repeat;
	text-align: left;
}

#content {
	padding: 0px 40px 0px 40px;
	text-align: left;
}

#menutable {
	text-align: left;
}

#specialstable {
	border-top: 1px dotted #CCCCCC;
	padding: 8px 0px 8px 0px;
}

/*----- Unique Text Styles -------*/

.leftphonenumber {
	font-size: 18px;
	font-weight: bold;
}

.introtext {
	font-size: 12px;
	line-height: 25px;
}

/*----- Basic Text Styles -------*/

.pageheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
}

.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #006666;
}

.subheading {
	font-size: 12px;
	font-weight: bold;
}


.highlight {
	color: #006666;
}