@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	background: #8192a2 url(images/bckgnd.jpg);
	font-family:Arial, Helvetica, sans-serif;
}
a {
	text-decoration:none;
	color:#4886b4;
}
#container {
	width: 720px;
	margin: 0 auto;
}
#masthead {
	width: 720px;
	margin: 0 auto;
	background: #738490 url(images/masthead.gif);
	height: 169px;
	text-indent: -9999px;
	margin-bottom: 10px;
}
#masthead_title {
	width: 500px;
	float: left;
}
#masthead_address {
	width: 200px;
	float: left;
	padding-top: 32px;
}
#masthead_address p {
	margin: 0;
}
#masthead_address p.break {
	margin-top: 1em;
}
#masthead_address a {
	display: block;
}
#bodycontainer {
	overflow:hidden;
	width: 720px;
	padding-bottom: 60px;
	background: #e1e1cc url(images/body_bckgnd.gif) repeat-x bottom;
	padding-top: 30px;
}
#navbar {
	width: 179px;
	float: left;
}
#navbar ul {
	list-style: none;
	line-height: 21px;
	font-size: 15px;
	margin-top: 0;
	margin-left: 27px;
	padding-left: 0;
}
#navbar a {
	color: #738490;
}
#navbar li.current_page_item a {
	color: #8d3b2c;
}
#content {
	width: 510px;
	float: left;
	color: #5e6c76;
	padding-bottom: 40px;
}
#content p, #content address {
	font-size: 14px;
	line-height: 22px;
}
#content a:hover {
	text-decoration: underline;
}
#footer li {
	display: inline;
	margin-right: 30px;
	
}
#footer ul {
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #e1e1cc;
	padding: 20px 0;
}
#footer a {
	color: #e1e1cc;
}
#navbar a:hover {
	color:black;
	/*text-decoration:underline;*/
}
#footer a:hover {
	color:#4886b4;
}
/*HEADER REPLACEMENT*/
h2 {
	margin-top: 0;
	text-indent: -9999px;
	height: 36px;
	margin-bottom: 0px;
	margin-left: -2px;
}
h2#About {
	background: url(images/head_about.gif) no-repeat;
}
h2#Menu {
	background: url(images/head_menu.gif) no-repeat;
}
h2#News {
	background: url(images/head_news.gif) no-repeat;
}
h2#Photos {
	background: url(images/head_photos.gif) no-repeat;
}
h2#Directions {
	background: url(images/head_directions.gif) no-repeat;
}
h2#Contact {
	background: url(images/head_contact.gif) no-repeat;
}

/*HOME PAGE STYLES -- change to add text in "Subo" definition area*/
.homeimage {
	margin-bottom: 17px;
	padding-bottom: 27px;
	border-bottom: 1px solid #b3b3b3;
}
#post-3 .entry p {
	margin-top: 3px;
	padding-top: 0;
}
#homenews {
	width: 50%;
	background: url(images/home_text.gif) no-repeat;
	float: left;
	height: 82px;
}
#homenews p {
	display:none;
}
#homehours {
	width: 50%;
	float: left;
	color: #5d6a74;
	font-size: 12px;
	line-height: 18px;
}
#homehours strong {
	font-size: 14px;
}

/*LIGHTBOX*/
#colorbox {
	font-size: 11px;
}
.wp-caption-text {
	text-align: right;
	color: #8d3b2c;
	font-family: Verdana;
	font-size: 10px;
	margin-top: 3px;
	margin-right: 9px;
}
