@charset "UTF-8";
/** CSS DOCUMENT */

/** CSS
Author: Fritschle Communications
Client: Gallatin Bottoms
Created: 4-28-09
*/

/** GLOBAL ELEMENTS */

html { overflow-x: auto; height:100%;}
	/* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */

div { text-align: left; }

body {
	background: url(../images/background/green.jpg) center repeat-y;
	background-color: #5C772E;
	margin: 0 0 0 0;
	text-decoration: none;
	line-height: 1.2em;
}

/** HEADINGS */

h1, h2, h3, h4, body {
	font-family: Arial, Helvetica, sans-serif;
}

/** TEXTS */
h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 0px 10px;
}

h3 {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin: 0 0 0 5px;
}

.photos {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin: 0 0 0 5px;
}

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}

img {
	border: 0;
}

.gallery_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	margin-left: 20px;
	margin-right: 5px;
}

.title {
	font-family: "Times New Roman", Times, serif;
	font: bold;
    padding: 0;
	font-size: 16px;
    color: #FFFFFF;
	text-decoration: none;
}

.footer {
	font-family: "Times New Roman", Times, serif;
	font: bold;
    padding: 0;
	margin: 0;
	font-size: 16px;
    color: #47321E;
	text-decoration: none;
}

a.fritschle {
	font-family: "Times New Roman", Times, serif;
	font: bold;
    padding: 0;
	margin: 0;
	font-size: 16px;
    color: #47321E;
	text-decoration: none;
}

/** Layout */

#wrapper {
	width: 900px;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	background: #FFF;
}

#spacer1 {
	width: 900px;
	height: 18px;
}

#spacer2 {
	width: 900px;
	height: 5px;
	background: #48321E;
	border-top: 16px solid #E2DEB8;
	border-bottom: 20px solid #FFF;
}

#header {
	width: 900px;
	border-top: 2px solid #AF1316;
	border-bottom: 2px solid #AF1316;
}

#title {
	width: 900px;
	height: 50px;
}

#background {
	width: 900px;
	height: auto;
	background: url(../images/background/background.jpg) top no-repeat;
}

#background_gallery {
	width: 900px;
	height: auto;
	background: url(../images/background/background_gallery.jpg) top no-repeat;
}

#navigation {
	float: right;
	width: 198px;
	height: auto;
	padding: 15px 0 0 0;
}

#brochure_title {
	float: right;
	width: 200px;
	height: auto;
	padding: 20px 0 0 0;
}

#brochure_spacer {
	width: 190px;
	height: 20px;
	float: right;
}

#gallery_body {
	width: 670px;
	float: left;
	padding: 0 0 0 15px;
}

#pics {
	width: 228px;
	float: left;
}

#text_body {
	width: 430px;
	height: auto;
	float: left;
	padding: 0 0 0 17px;
}

#gallery_body {
	width: 670px;
	height: auto;
	float: left;
	padding: 0 0 0 10px;
}

#spacer3 {
	clear: both;
	width: 900px;
	height: 15px;
	background: #FFF;
	border-bottom: 2px solid #AF1316;
}

#footer {
	width: 900px;
	height: 28px;
	background: #E2DEB8;
	border-bottom: 5px solid #48321E;
}

#copyright {
	width: 300px;
	float: left;
	height: 16px;
	padding: 8px 0 0 18px;
}

#fritschle {
	width: 300px;
	float: right;
	height: 16px;
	padding: 8px 18px 0 0;
	text-align: right;
}

#footer_nav {
	width: 900px;
	height: 75px;
	background: #FFF;
}

#pagination {
	width: auto;
	text-align: right;
	padding-right: 20px;
}

#google {
	width: 200px;
	padding: 14px;
}

/** HOME */

#home_wrapper {
	width: 100%;
	height: 100%;
	background: #46392F;
}

#home_wrapper1 {
	width: 900px;
	height: 600px;
	margin: auto;
	background: url(../images/home/background.jpg);
	border: 1px solid #000;
}

/** MENU */

#nav, #nav ul {
	padding: 0;
	margin: 10px 0 0 15px;
	text-align: left;
	display: block;
}

#nav li{
	display: block;
	width: 170px;
	list-style: none;
}

#nav a {
	font-family: "Times New Roman", Times, serif;
	font: bold;
	display: block;
    padding: 0;
	font-size: 16px;
    color: #FFFFFF;
	text-decoration: none;
	height: 16px;
	margin: 0 0 16px 0;
}

#nav a:hover {
	color: #C3BF9F;
}

#brochure, #brochure ul {
	padding: 0;
	margin: 10px 0 0 15px;
	text-align: left;
}

#brochure li{
	display: block;
	width: 160px;
	list-style: none;
}

#brochure a {
	font-family: "Times New Roman", Times, serif;
	font: bold;
	display: block;
    padding: 0;
	font-size: 16px;
    color: #FFFFFF;
	text-decoration: none;#48321E
	height: 16px;
	margin: 0 0 16px 0;
}

#brochure a:hover {
	color: #C3BF9F;
}

#secondary, #secondary ul {
	padding: 5px 0 0 0;
	margin: 0;
	text-align: center;
}

#secondary a {
    padding: 0px 6px 0px 3px;
	font-size: 10px;
    color: #46321E;
	text-decoration: none;
	margin: 0;
	border-right: 1px solid #46321E;
}

#secondary li {
	display: inline;
}

#secondary li a.last {
	border-right: 0px;
}

/** EXPANDING MENU */

.menu1{
font-family: "Times New Roman", Times, serif;
font: bold;
width: 198px;
height: auto;
padding: 18px 0 6px 0;
display:block;
font-size: 16px;
text-decoration: none;
color: #fff;
height: 18px;
}

.submenu{
	display: block;
	width: 170px;
	list-style: none;
	font-family: "Times New Roman", Times, serif;
	font: bold;
    padding: 0;
	font-size: 16px;
    color: #FFFFFF;
	text-decoration: none;
	height: 16px;
	margin: 15px 0 0 15px;
}

.hide{
display: none;
}

.show{
display: block;
}