
/*************************************************
GLOBAL
*************************************************/

body {
	margin: 0;
	padding: 0;
	background: #ffeece url('images/bg.jpg') repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: lighter;
	color: #424242;
}

a, a:visited {
	color: #830106;
	text-decoration: none;
}

a:hover {
	color: #c9141c;
}

.clear {
	clear: both;
}

strong {
	font-weight: bold;
}

/*################################################################
HEADER
################################################################*/

#header {
	position: relative;
	width: 850px;
	height: 115px;
	margin: 0;
	padding: 10px 20px;
	background: url('images/header_bg.jpg') repeat-x;
}

#logo {
	position: absolute;
	top: 10px;
	left: 20px;
	width: 153px;
	height: 111px;
}

#info {
	position: absolute;
	top: 10px;
	right: 20px;
	text-align: right;
}

#info p {
	margin: 2px 0;
}

#address, #phone {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #600709;
}

#phone {
	font-size: 18pt;
}

/*################################################################
NAV
################################################################*/

ul#nav {
	width: 850px;
	margin: 0;
	padding: 0 20px;
	display: table;
	background: #5d0406 url('images/nav_bg.jpg') repeat-x;
	text-align: center;
}

#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}

#nav li:hover {
	background: #820106 url('images/nav_on_bg.jpg') repeat-x;
}

#nav li a {
	margin: 0;
	padding: 10px 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #fff;
	text-transform: lowercase;
	display: block;
}

#nav li.current_page_item {
	background: #820106 url('images/nav_on_bg.jpg') repeat-x;
}

#nav li.current_page_item a {
	background: url('images/nav_arrow.png') center bottom no-repeat;
}

/*################################################################
PAGE
################################################################*/

#page {
	position: relative;
	width: 890px;
	margin: 0 auto;
	padding: 0;
	background: #fff url('images/page_bg.jpg') repeat-y;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius: 0 0 5px 5px; 
    -webkit-border-radius: 0 0 5px 5px;	
}

#content {
	float: left;
	width: 590px;
	margin: 0;
	padding: 30px;
	line-height: 1.4em;
}

#content a {
	border-bottom: 1px #e8a0a3 dotted;
}

#slide_show {
	width: 890px;
	height: 339px;
	padding: 0px;
	margin: 0;
	border-bottom: 2px #730c0f solid;
	background: #fff;
	overflow: hidden;
}

#slide_show img {
	width: 890px;
	height: 339px;
}

.rule {
	width: 100%;
	height: 7px;
	margin: 20px 0 20px 0;
	clear: both;
	background: #fff url('images/rule.jpg') repeat-x;	
}

#map {
	margin: 20px 0 0 0;
}

/*################################################################
SIDEBAR
################################################################*/

#sidebar_holder {
	float: right;
	width: 240px;
	margin: 0;
	padding: 0;
}

#sidebar {
	padding: 20px;
	background: #730c0f;
}

.section {
	margin-bottom: 20px;
}

.box {
	padding: 10px;
	background: #f0f0f0;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius: 0 0 5px 5px; 
    -webkit-border-radius: 0 0 5px 5px;	
}

.section_img {
	text-align: center;
}

ul.list {
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: #f0f0f0;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius: 0 0 5px 5px; 
    -webkit-border-radius: 0 0 5px 5px;	
}

ul.list li {
	margin: 0;
	padding: 0;
	font-size: 9pt;
	font-weight: lighter;
	text-align: center;
	list-style: none;
}

ul.list li a {
	display: block;
	margin: 0;
	padding: 8px 10px;
	border-top: 1px #d0d0d0 solid;
	background: url('images/list_bg.jpg') repeat-x;
}

ul.list li a:hover {
	background: url('images/list_bg_hover.jpg') repeat-x;
}

/*################################################################
FOOTER
################################################################*/

#footer {
	width: 850px;
	margin: 0;
	padding: 20px;
	color: #fff;
	font-size: 9pt;
	text-align: center;
	background: #580204;
}

#footer a {
	color: #fff;
}

#copyright {
	width: 890px;
	margin: 0 auto;
	padding: 20px 0;
	font-size: 8pt;
}

/*################################################################
HEADERS
################################################################*/

h2 {
	margin: 0 0 20px 0;
	color: #730c0f;
}

.section h3 {
	margin: 0;
	padding: 8px 10px;
	font-size: 9pt;
	text-transform: uppercase;
	color: #fff;
	font-weight: lighter;
	background: url('images/sidebar_header_bg.jpg') repeat-x;	
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius: 5px 5px 0 0; 
    -webkit-border-radius: 5px 5px 0 0;	
}

/*################################################################
TABLES
################################################################*/

table.link_table {
	width: 75%;
}

table.link_table td {
	width: 50%;
	vertical-align: top;
}

/*################################################################
IMAGES
################################################################*/

.icon {
	margin-right: 5px;
}

.inline_img {
	float: left;
	margin: 0 20px 20px 0;
}

