/* Standard style */

body {
	margin: 20px 20px 60px 20px;
	padding: 0; 
	font: 75% arial, helvetica, sans-serif;
	background: url("../images/body_bg.jpg") repeat-x top left #eee;
	color: #333;
}

div#tariff table { font-size: 100%; }
div#tariff table th { padding: 3px 5px; border: 1px solid #636; background: #969; color: #fff; }
div#tariff table td { padding: 3px 5px; border: 1px solid #c9c; }
div#tariff table td.clear { padding: 3px 5px; border: 0; }
div#tariff table td span { font-weight: bold; color: #090; }

div#tariff dl dt { clear: both; float: left; text-align: right; width: 48%; margin: 0 2% 10px 0; }
div#tariff dl dd { float: left; width: 48%; margin: 0 0 10px 2%; }


dl dt { font-weight: bold; }


h2 { font: 100% sans-serif; font-weight: bold; color: #636; text-decoration: underline; }
p { margin: 0 0 15px 0; }
blockquote { text-align: center; font-weight: bold; color: #f00; }

a { color: #606; font-weight: bold; }
a:hover { color: #973939; }

input, textarea {
	border: 1px groove #978768;
	background: #FAF7ED;
	font: 100% arial, helvetica, sans-serif;
}


/* Specific style */


.bold_span { font-weight: bold; }

div#index_price_box {
	margin: 0px 0px 5px 15px;
	width: 140px;
	background: url(../images/index_price_bg.gif);
	text-align: center;
	border: 1px solid #733A3A;
}


/* Index style */

div#header { width: 740px; padding: 0 10px; height: 120px; background: url(../images/header.jpg) top left no-repeat; border: 1px solid #303; text-align: right; margin: 0 auto 10px auto; }
div#header h1 { height: 17px; overflow: hidden; font: 100% sans-serif; margin: 0; }
div#header h1 span { display: block; padding: 17px 0 0 0; }
div#header p { margin: 0 0 10px 0; }

div#main { width: 760px; margin: 0 auto 10px auto; border: 1px solid #969; background: url("../images/page_bg.jpg") repeat-y top left; }

div#menu { float: left; display: block; margin: 0; padding: 0 0 0 30px; width: 160px; }
div#menu ul#buttons { margin: 0px; padding: 10px 0; }
div#menu ul#buttons li { list-style-type: none; margin: 0; padding: 0 0 5px 0; clear: both; }
div#menu p { margin: 0; clear: both; }
div#menu p img { margin: 0; padding: 0 0 0 40px; }
div#menu a { text-decoration: none; background: #b8b; border: 1px solid #969; display: block; width: 152px; height: 16px; padding: 3px; text-align: center; color: #333; }
div#menu a:hover { text-decoration: none; background: #969; border: 1px solid #636; display: block; width: 152px; height: 16px; padding: 3px; text-align: center; color: #fff; }
div#menu #menu_top { border-top: 0px; } 

div#main_content { line-height: 180%; width: 68%; float: right; padding: 20px; }

div#footer_links { width: 760px; margin: 0 auto 10px auto; }
div#footer_links ul { margin: 0 auto; padding: 0; width: 550px; }
div#footer_links ul li { margin: 0; padding: 0 0 0 20px; list-style-type: none; display: inline; }

div#footer { width: 760px; margin: 0 auto 10px auto; border: 1px solid #969; background: url("../images/page_bg.jpg") repeat-y top left; height: 8px; padding: 0; overflow: hidden; }

div#footer_contact { width: 760px; margin: 0 auto; }
div#footer_contact p { float: left; width: 33%; text-align: center; }



/* Generic Custom Styles */

div.award_left { float: left; }
div.award_left ul li { border-right: 0; }
div.award_right { float :right; }


div.photo_right { float: right; padding: 0 0 10px 20px; }
div.photo_right p { margin: 0; }
div.photo_right p img { border: 1px solid #303; padding: 1px; }

div.photo_left { float: left; padding: 0 20px 10px 0; }
div.photo_left p { margin: 0; }
div.photo_left p img { border: 1px solid #303; padding: 1px; }

div.location_map { text-align: center; margin: 0 0 15px 0; }
div.location_map p { margin: 0; } 
div.location_map p img { padding: 1px; border: 1px solid #303; }

/* Location style */


#location_directions {

}


#location_directions ul {
	margin-left: 10px;
}


/* Contact style */

div#contact_form {  }

.contact_form_div {
	margin: 0px 0px;
	text-align: left;
	float: left;
	width: 110px;
}

.contact_form_input {
	text-align: left;
}

div.contact_details { padding: 0 0 0 10px; border-left: 1px solid #c9c; width: 200px; float: right; }

.index_facilities {
	width: 49%;
	float: left;
}

.index_facilities div {
	padding-left: 10px;
}

#sample_menus p {
	margin: 0px;
}

div.clear { clear: both; }
p.center { text-align: center; }
