
/****** START general stuff ******/

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #171717;
	background: #fff;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: 18px;
}
h1 { font-size: 18px; padding-top: 10px; }
h2 { font-size: 16px; }
h3, h4, h5, h6 { font-size: 14px; }

p {
	line-height: 17px;
	padding-bottom: 9px;
}
p.strong { font-weight: bold; }

a, a:link, a:visited {
	color: #171717;
	text-decoration: none;
}
a:hover { color: #171717; text-decoration: underline; }

p a, p a:link, p a:visited, div a, div.error a:link, div.error a:visited {
	color: #0066a2;
	text-decoration: none;
}
p a:hover, div.error a:hover { text-decoration: none; color:#171717; }

a img { border: none;}

em { font-style: italic; }

.clear { clear: both; }

div { letter-spacing: normal }

h1 {
	margin: 0 0 20px 0;
}
h2 {
	margin: 0 0 20px 0;
}
hr {
	height: 2px;
	width: 1080px;/*875px;*/
	background: url(/images/site_graphics/nav_keyline.gif) repeat-x;
	border:0;
	margin: 30px 0 30px 0;
	z-index: 1000;
} 

/****** END general stuff ******/


/************ START button ************/

.button, .price_button {
	display: inline-block;
	background: #5f6161 url('/images/site_graphics/bg_button_grey.gif') top left repeat-x !important;
	padding: 8px 14px 8px 14px !important;
	color: #fff !important;
	font-size: 14px !important;
	font-weight: normal;
	cursor: pointer;
}

.button:hover, .price_button:hover { text-decoration: underline; }
.button:active, .price_button:active { padding: 8px 14px 8px 14px !important;}

/* HREF only */
.button_href {
	background:transparent url(../images/buttons/form_button_right.gif) no-repeat scroll top right;
	display:block;
	height:26px;
	margin:6px 6px 0 0;
	padding-right:20px;
	text-decoration:none;
	text-align:center;
	color:#ffffff;
	font-size:17px;
	font-weight:normal;
	width:120px;
	clear:both;
}

.button_href span {
	background:transparent url(../images/buttons/form_button_left.gif) no-repeat;
	display:block;
	line-height:22px;
	padding:7px 0 5px 18px;
}

.button_href:hover span {
	text-decoration:underline;
}

/****** END button ******/


/****** START header ******/

#header_keyline {
	background: url(/images/site_graphics/header_keyline.jpg) repeat-x;
	width: 100%;
	height: 2px;
}

#header_wrapper {
	width: 1080px;/*875px;*/
	margin: 0 auto;
}

#header {
	width: 100%;
}

#logo {
	float: left;
	width: 297px;
	margin: 25px 0 25px 0;
}

#logo span {
	display: none;
}

#availability_button {
	float: right;
	width: 200px;
	margin: 55px 0 0 0;
}

/****** END header ******/


/****** START nav ******/

.nav_keyline {
	background: url(/images/site_graphics/nav_keyline.gif) repeat-x;
	width: 100%;
	height: 2px;
}

#nav_wrapper {
	width: 1080px;/*875px;*/
	margin: 0 auto;
}

#nav {
	float: left;
	margin: 17px 0 0 0;
	padding: 0 0 0 0;
}

#nav ul {
	margin: 0;
	padding: 0;
	float: left;
}

#nav ul li {
	float: left;
	text-align: center;
	margin: 0 25px 0 0;
	font-weight: normal;
	font-size: 14px;
}

#nav ul li a span {
	height: 30px;
	display: block;
}	

#nav ul li.last {
	margin: 0;
	padding: 0;
}

#nav a, #nav a:link, #nav a:visited {
	color: #171717;
	text-decoration: none;
}

#nav a:hover { color: #0066a2; text-decoration: none;}
#nav a:hover span { background: url(/images/site_graphics/nav_hover.jpg) no-repeat center bottom; z-index: 500;}

body#the_barn #nav ul li.the_barn a { color: #0066a2;}
#nav ul li.the_barn a:hover { text-decoration: none; color: #0066a2;}
#nav ul li.the_barn a:hover span { background: url(/images/site_graphics/nav_hover.jpg) no-repeat center bottom; z-index: 500;}
body#the_barn #nav ul li.the_barn a span { background: url(/images/site_graphics/nav_hover.jpg) no-repeat center bottom; z-index: 500;}

body#how_to_get_here #nav ul li.how_to_get_here a { color: #0066a2; }
#nav ul li.how_to_get_here a:hover { text-decoration: none; color: #0066a2;}
#nav ul li.how_to_get_here a:hover span { background: url(/images/site_graphics/nav_hover.jpg) no-repeat center bottom; z-index: 500;}
body#how_to_get_here #nav ul li.how_to_get_here a span { background: url(/images/site_graphics/nav_hover.jpg) no-repeat center bottom; z-index: 500;}

body#around_us #nav ul li.around_us a { color: #0066a2; }
#nav ul li.around_us a:hover { text-decoration: none; color: #0066a2;}
#nav ul li.around_us a:hover span { background: url(/images/site_graphics/nav_hover.jpg) no-repeat center bottom; z-index: 500;}
body#around_us #nav ul li.around_us a span { background: url(/images/site_graphics/nav_hover.jpg) no-repeat center bottom; z-index: 500;}

body#our_prices #nav ul li.our_prices a { color: #0066a2; }
#nav ul li.our_prices a:hover { text-decoration: none; color: #0066a2;}
#nav ul li.our_prices a:hover span { background: url(/images/site_graphics/nav_hover.jpg) no-repeat center bottom; z-index: 500;}
body#our_prices #nav ul li.our_prices a span { background: url(/images/site_graphics/nav_hover.jpg) no-repeat center bottom; z-index: 500;}

body#view_availability #nav ul li.view_availability a { color: #0066a2; }
#nav ul li.view_availability a:hover { text-decoration: none; color: #0066a2;}
#nav ul li.view_availability a:hover span { background: url(/images/site_graphics/nav_hover.jpg) no-repeat center bottom; z-index: 500;}
body#view_availability #nav ul li.view_availability a span { background: url(/images/site_graphics/nav_hover.jpg) no-repeat center bottom; z-index: 500;}

body#floor_plan #nav ul li.floor_plan a { color: #0066a2; }
#nav ul li.floor_plan a:hover { text-decoration: none; color: #0066a2;}
#nav ul li.floor_plan a:hover span { background: url(/images/site_graphics/nav_hover.jpg) no-repeat center bottom; z-index: 500;}
body#floor_plan #nav ul li.floor_plan a span { background: url(/images/site_graphics/nav_hover.jpg) no-repeat center bottom; z-index: 500;}

body#facilities #nav ul li.facilities a { color: #0066a2; }
#nav ul li.facilities a:hover { text-decoration: none; color: #0066a2;}
#nav ul li.facilities a:hover span { background: url(/images/site_graphics/nav_hover.jpg) no-repeat center bottom; z-index: 500;}
body#facilities #nav ul li.facilities a span { background: url(/images/site_graphics/nav_hover.jpg) no-repeat center bottom; z-index: 500;}

body#additional_services #nav ul li.additional_services a { color: #0066a2; }
#nav ul li.additional_services a:hover { text-decoration: none; color: #0066a2;}
#nav ul li.additional_services a:hover span { background: url(/images/site_graphics/nav_hover.jpg) no-repeat center bottom; z-index: 500;}
body#additional_services #nav ul li.additional_services a span { background: url(/images/site_graphics/nav_hover.jpg) no-repeat center bottom; z-index: 500;}

body#gallery #nav ul li.gallery a { color: #0066a2; }
#nav ul li.gallery a:hover { text-decoration: none; color: #0066a2;}
#nav ul li.gallery a:hover span { background: url(/images/site_graphics/nav_hover.jpg) no-repeat center bottom; z-index: 500;}
body#gallery #nav ul li.gallery a span { background: url(/images/site_graphics/nav_hover.jpg) no-repeat center bottom; z-index: 500;}

body#get_in_touch #nav ul li.get_in_touch a { color: #0066a2; }
#nav ul li.get_in_touch a:hover { text-decoration: none; color: #0066a2;}
#nav ul li.get_in_touch a:hover span { background: url(/images/site_graphics/nav_hover.jpg) no-repeat center bottom; z-index: 500;}
body#get_in_touch #nav ul li.get_in_touch a span { background: url(/images/site_graphics/nav_hover.jpg) no-repeat center bottom; z-index: 500;}

/****** END nav ******/


/****** START content ******/

#page_wrapper {
	width: 1080px;/*875px;*/
	margin: 0 auto;
}

#content {
	float: left;
	width: 1080px;/*875px;*/
	padding: 0 0 0 0;
	margin: 10px 0 0 0;
}

/****** END content ******/


/****** START content footer ******/

#content_footer_quote {
	text-align: center;
	font-size: 15px;
}

#content_footer_quote_inner {
/*	text-align: left;*/
	text-align: center;
	margin: 0 0 0 200px;	
	float: left;
	width: 450px;
	font-size: 15px;
}

#content_footer_quote span {
	font-size: 22px;
	font-weight: bold;
}


#content_footer {
	float: left;
	width: 1080px;/*875px;*/
	margin: 0 auto;
}

#content_footer p {
	float: left;
	width: 265px;
	margin: 0 40px 0 0;
	padding: 0 0 0 0;
}

#content_footer p.last {
	margin: 0 0 0 0;
}

#content_footer p .text_link{
	float: right;
}
/****** END content footer ******/


/****** START footer ******/

#footer_wrapper {
	width: 1080px;/*875px;*/
	margin: 0 auto;
	height: 64px;
	background: url(/images/site_graphics/footer_background_tile.jpg) repeat-x;
	width: 100%;
	color: #fff;
	margin: 30px 0 0 0;
}

#footer_text {
	width: 470px;
	margin: 0 auto;
	font-size: 11px;
	padding-top: 23px;
}

#footer_text a, #footer_text a:link, #footer_text a:visited {
	color: #fff;
	text-decoration: underline;
}

#footer_text a:hover { text-decoration: none; color: #fff;}

/****** END footer ******/


/****** START misc ******/

.loading {
	background-image: url(/images/ajax_loaders/squares_circle.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

.float_left_no_margin {
	float:left;
}

.top_margin {
	margin: 20px 0 0 0;
}

/******* END misc *******/
