/* @override http://origencreatives.com/projects/jbs/css/global.css */

body {
	font-family: Arial;
	font-size: 12px;
	line-height: 20px;
	color: #5f5953;
	background: #433c36;
}

body#home #content {
	line-height: 18px;
}

em {
	color: #FFFF66;
}



#contact_bar {
	font-size: 10px;
	width: 890px;
	margin: 0 auto;
	color: #FFF;
	overflow: hidden;
	padding: 8px 0;
}

#contact_bar p.left {
	width: 300px;
	float: left;
}

#contact_bar p.right {
	float: right;
	width: 400px;
	text-align: right;
}
#contact_bar a {
	text-decoration: none;
	color: #fff;
}

#header_wrapper {
	background: #fff url(../i/header_bg.jpg) top left repeat-x;
	border-top: 1px solid #fff;
	border-bottom: 5px solid #fae084;
}

#header {
	margin: 0 auto;
	width: 890px;
	background: transparent url(../i/logo.jpg) right 10px no-repeat;
	overflow: hidden;
}

#header h1 {
	margin: 50px 0 25px 0;
}
#header h1 a {
	text-decoration: none;
	color: #aa222b;
	font-family: 'Lucida Grande', Verdana;
	font-size: 18px;
}

#nav_main li {
	float: left;
	display: block;
	margin: 0 3px 0 0;
}

#nav_main li a {
	color: #5f5953;
	text-decoration: none;
	background: #fef5d3;
	padding: 10px 28px;
	display: block;
	font-family: 'Trebuchet MS', Arial, 'Sans-Serif';
	font-weight: bold;
	text-transform: uppercase;
}

#nav_main li a:hover, #nav_main li a.current {
	color: #aa222b;
	background: #fae084;
}

#main {
	background: #5f5953 url(../i/main_bg.jpg) top left repeat-x;
	padding: 20px;
}

#content {
	width: 850px;
	background: #FFF;
	margin: 0 auto;
	padding: 20px;
	overflow: hidden;
}

body#home #content {
	text-align: center;
}

body#home #content strong {
	font-weight: bold;
	color: #b61828;
}

#breadcrumb {
	color: #a69e96;
	font-size: 10px;
	background: url(../i/breadcrumb_bg.jpg) bottom center no-repeat;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}

div.photo {
	float: left;
	background: #f2eee9;
	padding: 10px 10px 5px 10px;
	border: 1px solid #c8c1b9;
	margin: 0 20px 20px 0;
}

#content div.photo p {
	color: #5f5953;
	font-size: 11px;
	margin: 5px 0 0 0;
}

#content h2 {
	font-size: 18px;
	color: #b61828;
	line-height: 24px;
}

#content h3 {
	font-size: 14px;
	margin: 0 0 10px 0;
}

#content h4 {
	font-size: 14px;
	color: #b61828;
	margin: 10px 0 5px 0;
	padding: 0;
}
#content p {
	margin: 0 0 14px 0;
}

body#home #content p {
	margin: 0 0 10px 0;
}

#content ul#inns li {
	background: url(../i/breadcrumb_bg.jpg) bottom center no-repeat;
	padding: 0 0 15px 0;
	overflow: hidden;
	margin: 0 0 10px 0;
	clear: both;
}

#content ul#inns li img {
	float: left;
	background: #f2eee9;
	padding: 10px 10px 5px 10px;
	border: 1px solid #c8c1b9;
	margin: 0 20px 20px 0;	
	display: block;
}

#content #contact_form {
	float: left;
	width: 500px;
}
#content p em {
	color: #5f5953;
	font-style: italic;
}

#sub_content {
	width: 890px;
	margin: 20px auto;
	background: #433c36 url(../i/sub_content_bg.jpg) top left no-repeat;
	overflow: hidden;
}

#contact_box {
	float: left;
	background: #2d2824;
	padding: 19px 20px 18px 20px;
	margin: 14px 10px 14px 100px;
	font-size: 11px;
	color: #FFF;
	border: 1px solid #5f5953;
	line-height: 17px;
	display: inline;
}

#sub_content img {
	border: 1px solid #5f5953;
	margin: 14px 7px 14px 5px;
}

#footer_wrapper {
	background: url(../i/footer_bg.jpg) top left repeat-x;
}

#footer {
	width: 890px;
	margin: 0 auto;
	text-align: center;
	padding: 35px 0 20px 0;
	font-size: 10px;
	color: #fff;
}

#footer ul {
	clear: both;
	overflow: hidden;
}
#footer ul li {
	display: inline;
	margin: 0 10px 0 0;
}

#footer ul li a {
	color: #FFF;
	text-transform: uppercase;
}

#footer a:hover {
	color: #fef5d3;
}

