/*
	Updated May 24 2008
	This is the css for SIDECAR
		- sidecar_print.css is modeled after this css for PRINT media
*/


body {
	background-color: #492012;
	background-image: url(images/background_top.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin:0;
}
body a {
	text-decoration: none;
	color: #333;
	font-weight: normal;
}
body a:hover {
	text-decoration: underline;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20pt;
	color: #CD7D36;
	margin: 15px 25px;
	padding: 0px;
	text-align: left;
	display: block;
}
h2 {
	font-size: 14pt;
	color: #CD7D36;
	font-weight: bold;
	padding-bottom: 5px;
	display: block;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 15px 25px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #333;
	margin: 5px 15px;
	text-align: left;
	padding: 5px 10px;
	display: block;
}
p em {font-size: 9pt;
	color: #a0a0a0;}
strong {
	color:#CD7D36;
}
#title {
	width: 760px;
	background-color: #000;
	margin: auto;
	height: 200px;
	background-image: url(images/sidecar_banner.jpg);
}
.title_logo {
	display: block;
	margin: auto;
	top: 30px;
	position: relative;
}
.item {
	display: block;
	margin: 5px 25px;
	padding: 5px;
}
.conatiner {
	width: 760px;
	background-color: #fff;
	margin-top: 0;
	padding: 0;
	overflow: visible;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5px;
}
/* The following .container:after allows the containers floating divs to not be pushed out of the container in Firefox */
.conatiner:after { content: ""; display: block; height: 0; clear: both; }

.footer {
	width: 760px;
	margin: auto;
	margin-bottom: 20px;
	text-align: right;
	color: #7C361F;
}
.footer a {
	color: #7C361F;
}
.contact {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 11pt;
	text-align: center;
	margin: auto;
	position: inherit;
	margin-top: 36px;
}
blockquote {
	color: #CD7D36;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background-repeat: no-repeat;
	padding: 15px;
	width: 350px;
	font-style: italic;
	font-weight: bold;
	display: block;
	margin: 0 10px;
	float: right;
}
.hours {
	border: solid #EFD7C0 1px;
	padding: 5px;
	margin: 10px;
	float: right;
	display: block;
	width: 380px;
	background-color: #F9EFE6;
	color: #CD7D36;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
.imageleft {
	border: solid #EFD7C0 1px;
	padding: 5px;
	margin: 25px;
	float: left;
	display: block;
	text-align: left;
}
.imageright {
	border: solid #EFD7C0 1px;
	padding: 5px;
	margin: 20px;
	float: right;
	display: block;
	text-align: right;
}
.lefttextcolum {
	float: left;
	width: 380px;
}
.righttextcolum {
	float: right;
	width: 380px;
}
