/* CSS Document */

/* Body */
body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background: #FFF url(../../images/body_bg.gif) repeat-x;
}
#body_bottom_bg {
	background: url('../../images/body_bottom_bg.jpg') repeat-x bottom left;
	padding-bottom: 65px;
}



/* Formats */
img {
	border: none;
}
a {
	text-decoration: none;
	color: #000000;
	border: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 14pt;
	border-bottom: 1px solid #000;
	display: none;
}
h3 {
	margin-top: 30px;
	font-size: 12pt;
	font-family: "Times New Roman", Times, serif;
	color: #D92A36;
}
p {
	line-height: 140%;
}



/* Layout */
#wrapper {
	width: 100%;
	margin: 0;
}
#container {
	width: 775px;
	margin: 0 auto;
	background: url('../../images/container_bg.jpg') repeat-y top left;
}
#container_top_bg {
	background: url('../../images/container_top_bg.jpg') no-repeat top left;
	border-left: 0px solid #fff;
	/*float: left;*/
}
#container_bottom_bg {
	background: url('../../images/container_bottom_bg.jpg') no-repeat bottom left;
}



/* Pre_header */
#pre_header {
	width: 775px;
	height: 44px;
	padding-top: 10px;
}
#links_top_container {
	width: 555px;
	margin: auto;
}
.links_top, .top_button_left, .top_button_link, .top_button_right {
	float: left;
	height: 28px;
}
.top_button_left {
	width: 14px;
	background: url('../../images/top_button_left.jpg');
}
.top_button_link {
	background: url('../../images/top_button_bg.jpg');
}
.top_button_right {
	width: 33px;
	background: url('../../images/top_button_right.jpg');
}
.links_top a {
	display: block;
	padding-top: 10px;
	font-size: 8pt;
	color: #D92A36;
}
.links_top a:hover {
	color: #000;
	text-decoration: none;
}



/* Header */
#page_title, #flash_movie {
	float: left;
	height: 105px;
}
#page_title {
	width: 376px;
}
#flash_movie {
	width: 399px;
}



/* Post_header */
#post_header {
	width: 760px;
	height: 25px;
	padding: 5px 15px 0 0;
	text-align: right;
	font-size: 7pt;
}



/* Content_container */
#content_container {
	width: 775px;
}
#side_bar, #content {
	float: left;
}



/* Navigation */
#navigation {
	width: 216px;
	margin: 15px auto;
	margin-top: 0;
	font-size: 10pt;
	padding: 10px;
}
#navigation a {
	float: left;
	width: 186px;
	text-decoration: none;
	display: block;
	padding: 5px 10px;
	color: #D92A36;
	font-weight: bold;
	text-align: left;
}
#navigation a:hover {
	text-decoration: underline;
}



/* Side_bar */
#side_bar {
	width: 244px;
	padding: 0 10px;
	text-align: center;
}
#side_bar p {
	text-align: left;
}
#welcome {
	width: 156px;
	height: 58px;
	margin: auto;
	padding-top: 2px;
	padding-left: 80px;
	background: url('../../images/welcome_bg.gif') no-repeat top left;
	font-size: 8pt;
}
#specials_banner {
	padding-top: 10px;
}
.box {
	width: 236px;
	margin: 20px auto;
	background: url('../../images/box_bg.gif') repeat-y top left;
	font-size: 8pt;
}
.box p {
	margin: 0 0 10px 0;
	padding: 0;
}
.box a {
	display: block;
}
.box_top {
	background: url('../../images/box_top_bg.gif') no-repeat top left;
}
.box_bottom {
	padding: 3px 10px 10px 10px;
	background: url('../../images/box_bottom_bg.gif') no-repeat bottom left;
}



/* Content */
#content {
	width: 470px;
	padding: 10px 20px 50px 20px;
	border-left: 1px dashed #999;
}
#content h3{
	clear: both;
}
#content ul, #content p {
	margin: 0px;
	padding: 0px;
	list-style-type: disc;
}
#content li {
	margin-left: 35px;
}
#content table{
	width: 470px !important;
}
#content table td{
	width: auto !important;
	padding: 0px !important;
}
#map_directions, #map_address {
	float: left;
}
#map_address {
	margin: 15px 0 0 15px;
}



/* Bottom_nav */
#bottom_nav {
	width: 750px;
	margin: 10px auto;
	text-align: center;
	font-size: 8pt;
}



/* Misc. Styles */
.clear {
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	clear: both;
}
