@charset "utf-8";
/* CSS Document */

BODY { font-size: 62.5%;
	   line-height: 24px;
	   FONT-FAMILY: Georgia, Palatino Linotype, MS Serif;
	   font-weight: normal;
	   margin-bottom: 50px;
	   margin-top: 50px;
	   background: #47aec2 url(../graphics/bg_page.jpg);
       background-repeat: repeat-x;
}

.nav {
	background: #d4270e url(../graphics/bg_nav.jpg) no-repeat;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 30px;
}

.taglines {
	background: #036719 url(../graphics/bg_taglines.jpg) no-repeat;
	font-size: 42px;
	color: #FFFFFF;
	padding-left: 10px;
}

.content{
	background: #18762c url(../graphics/bg_content.jpg);
	padding: 20px;
}

.line{
	background: #18762c url(../graphics/border_x.jpg);
}

.vertline{
	background: #18762c url(../graphics/border_y.jpg);
}


#logo {
	text-align: center;
	display: block;
	clear: all;
}

#footer {
	Margin: 0 auto;
	clear: all;
	width: 900px;
	padding-top: 5px;
	text-align: right;
}

#footer a {
	COLOR: #0e6e80;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 10px;
	font-weight: normal;
	text-transform:uppercase;
	text-decoration: none;
	letter-spacing: 1px;
}

#footer a:hover {
	COLOR: #ffffff;
	text-decoration: none;
}

/* text styles 
--------------------------------------------- */


a {
	Color: #354206;
	text-decoration: underline;
}

a:hover {
	Color: #ffffff;
	text-decoration: none;
}

.headline {
	Color: #000000;
	font-size: 3.0em;
}

.subheadline {
	Color: #000000;
	font-size: 2.0em;
	font-style: italic;
}

.main {
	Color: #000000;
	font-size: 1.2em;
}

.caption {
	Color: #000000;
	font-size: 1.1em;
	font-weight: bold;
}

.hours {
	Color: #FFFFFF;
	font-size: 2.2em;
	line-height: 30px;
}

.sidebar {
	Color: #FFFFFF;
	font-size: 1.2em;
	line-height: 30px;
}

.sidebar a {
	Color: #650f02;
	text-decoration: none;
	font-weight: bold;
}

.sidebar a:hover {
	Color: #FFFFFF;
	text-decoration: none;
	
}

.navigation {
	Color: #650f02;
	FONT-FAMILY: Trebuchet MS, Arial, Sans Serif;
	font-size: 2.0em;
	line-height: 44px;
	text-transform: uppercase;
	text-decoration: none;
}

.navigation:hover {
	Color: #FFFFFF;
	text-decoration: none;
}

.navigation_off {
	Color: #FFFFFF;
	FONT-FAMILY: Trebuchet MS, Arial, Sans Serif;
	font-size: 2.0em;
	line-height: 44px;
	text-transform: uppercase;
	text-decoration: none;
}

/* button styles 
--------------------------------------------- */

.button {
color: #ffffff;
background: #036719 url(../graphics/bg_taglines.jpg) no-repeat;
border: 1px solid #b06d2b;
border-bottom-color: #d28030;
border-right-color: #d28030;
margin: 0;
padding: 2px 8px;
FONT-SIZE: 1.2em;
font-weight: bold;
letter-spacing: 1px;
} 