@charset "UTF-8";
/* CSS DOCUMENT */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #061145;
	color: #3E3E3E;
	background-image: url("../images/template/standard/background.jpg");
	background-repeat: repeat-x;
	height: 100%;
}

#wrapper {
	border: 1px solid #EAE4D6;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 875px;
	background: #FFFFFF;
	height: 100%;
}

h1 {
	color: #613906;
	font-size: 26px;
	font-weight: bold;
	margin: 0 0 .5em 0;
}

h2 {
	color: #8A7459;
	font-size: 18px;
	font-weight: bold;
	margin: 1em 0 .5em 0;
}

h3 {
	color: #8A7459;
	font-size: 13px;
	font-weight: bold;
	margin: 1em 0 .5em 0;
	text-transform: uppercase;
}

p {
	margin: 0 0 1em 0;
}



/* HEADER STYLES */

#header {
	width: 875px;
	height: 268px;
	background-image: url("../images/template/standard/header_image.jpg");
	background-repeat:no-repeat;
	background-position:top;
}

#main_menu {
	width: 875px;
	height: 34px;
	margin: 0;
	padding: 0;
}

.nav_list {
	margin: 0;
	padding: 0;
	text-indent: 0;	
}

.nav_list li {
	list-style: none;
	display: inline;
}

a.home {
	display: block;
	width: 81px;
	height: 33px;
	background: url("../images/template/main_menu/btn-home.jpg") no-repeat;
	float: left;
	text-decoration: none;
}

a.home:hover {
	background-position: 0 -33px;
}

a.about {
	display: block;
	width: 99px;
	height: 33px;
	background: url("../images/template/main_menu/btn-about.jpg") no-repeat;
	float:left;
	text-decoration: none;
}

a.about:hover {
	background-position: 0 -33px;
}


a.services {
	display: block;
	width: 124px;
	height: 33px;
	background: url("../images/template/main_menu/btn-services.jpg") no-repeat;
	float:left;
	text-decoration: none;
}

a.services:hover {
	background-position: 0 -33px;
}

a.testimonials {
	display: block;
	width: 188px;
	height: 33px;
	background: url("../images/template/main_menu/btn-testimonials.jpg") no-repeat;
	float:left;
	text-decoration: none;
}

a.testimonials:hover {
	background-position: 0 -33px;
}

a.specials {
	display: block;
	width: 152px;
	height: 33px;
	background: url("../images/template/main_menu/btn-specials.jpg") no-repeat;
	float: left;
	text-decoration: none;
}

a.specials:hover {
	background-position: 0 -33px;
}

a.location {
	display: block;
	width: 102px;
	height: 33px;
	background: url("../images/template/main_menu/btn-location.jpg") no-repeat;
	float: left;
	text-decoration: none;
}

a.location:hover {
	background-position: 0 -33px;
}

a.contact {
	display: block;
	width: 129px;
	height: 33px;
	background: url("../images/template/main_menu/btn-contact.jpg") no-repeat;
	float: left;
	text-decoration: none;
}

a.contact:hover {
	background-position: 0 -33px;
}

#main_content {
	float: left;
	width: 875px;
	line-height: 1.3;
	background-image: url("../images/template/standard/center_pattern.jpg");
	background-repeat: repeat-y;
	height: 100%;
}

#main_content a {
	color: #15216D;
}

#main_content a:visited {
	color: #8A7459;
}

#main_content a:hover {
	color: #613906;
}

.clearspace {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	border-width: 0;
	margin: 0;
	padding: 0;
}



/* LEFT COLUMN STYLES */

#left_column {
	float: left;
	background-color: #F0EBE1;
	width: 180px;
	height: 100%;
}

#left_column_content {
	padding: 10px 10px 10px 10px;
	height: 100%;
}

#left_column_content ul {
	color: #613906;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5em;
	list-style-image: url("../images/template/standard/UL_image.gif");
	list-style-type: square;
	margin: 0;
	padding: 0;
	
}

#left_column_content a {
	color: #613906;
	text-decoration: none;
}

#left_column_content a:visited {
	color: #613906;
	text-decoration: none;
}

#left_column_content a:hover {
	color: #8A7459;
}

#left_column_content li {
	font-size: 12px;
	line-height: 1.5em;
	list-style-position: outside;
	margin-left: 15px;
	padding: 0;
}

#left_column_content li li {
	list-style-image: url("../images/template/standard/UL2_image.gif");
}

#left_column_content li a {
	font-weight: normal;
}

#left_column_content li a.this_page {
	font-weight: bold;
}

#left_column_content p {
	margin-top: 10px;
}



/* CENTER COLUMN STYLES */

#center_column {
	width: 491px;
	float: left;
	background-color: #FFFFFF;
	height: 100%;
}

#center_content {
	padding: 10px 10px 10px 10px;
	float: left;
	height: 100%;
	line-height: 1.3;
}

#center_content img.left-image { 
	margin: 3px 10px 5px 0px;
	float: left;
}

#center_content img.right-image {
	margin: 3px 0px 5px 10px; 
	float: right;
}

#center_content .footnote {
	font-style: italic;
	font-size: 11px;
}

#center_content ul {
	list-style-type: disc;
}



/* RIGHT COLUMN STYLES */

#right_column {
	float: right;
	background-color: #FFFFFF;
	width: 200px;
	height: 100%;
}

#right_column_content {
	padding: 20px 10px 10px 10px;
	color: #112463;
	font-size: 12px;
	line-height: 1.3em;
	font-weight:bold;
	height: 100%;
}

#right_column_content .footnote {
	font-size: 10px;
	font-weight: normal;
	font-style:italic;
}

#right_column_content a {
	color: #112463;
}

#right_column_content a:visited {
	color: #112463
}

#right_column_content a:hover {
	color: #8A7459;
}

#right_column_content ul {
	list-style-type: square;
	margin: 0;
	padding: 0 0 1.4em 15px;
	list-style-position: outside;
}

#right_column_content li {
	padding-bottom: 1.4em;
}

#right_column_content img.left-image { 
	margin: 3px 10px 5px 0px;
	float: left;
}

#right_column_content img.right-image {
	margin: 3px 0px 5px 10px; 
	float: right;
}


/* TABLE STYLES */

table {
	font: normal 100% Arial, Helvetica, sans-serif;
	border-collapse: separate;
	border-spacing: 0;
	margin: 0 0 1em;
	color: #3E3E3E;
}

thead th, thead td, tfoot th, tfoot td {
	font-size: 14px;
	border: 1px solid #613906;
	border-width: 1px 0;
	background: #EBE5D9;
	padding: 1em .5em .25em .5em;
}

th {
	font-weight: bold;
	line-height: 1.2;
	padding: .25em .5em;
	text-align: left;
}

tbody th, td {
	padding: 1em .5em .25em .5em;
	text-align: left;
	vertical-align: top;
}

tbody th {
	font-weight: normal;
	white-space: nowrap;
}

tbody th a:link, tbody th a:visited {
	font-weight: bold;
}

tbody td, tbody th {
	border: 1px solid #fff;
	border-width: 1px 0;
}

tbody tr.odd th, tbody tr.odd td {
	border-color: #EBE5D9;
	background: #F7F4EE;
}

tbody tr:hover td, tbody tr:hover th {
	background: #ffffee;
	border-color: #523A0B;
}



/* FOOTER STYLES */


#footer_container {
	width: 875px;
	background-image: url("../images/template/standard/footer_gradient.jpg");
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	height: 30px;
	text-align: center;
}

#footer_content {
	font-size: 11px;
	color: #666666;
	padding: 2px 0;
}

#footer_content a {
	color: #15216D;
}

#footer_content a:visited {
	color: #8A7459;
}

#footer_content a:hover {
	color: #613906;
}