/* CSS Document */

html {
	height:100%;
}

body {
	padding:0;
	margin:0;
	height:100%;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#49453c;
	line-height:22px;
	background-color: #ffffff;
	background-image: url(images/bg%20copy.jpg);
	background-repeat: repeat;
	background-position: top;
}
#header {
	height: 206px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
}
#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/body_bg.png);
	background-repeat: repeat-y;
}
#nav_slide {
	height: 287px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/slideshow_bg.png);
	background-repeat: no-repeat;
}
#nav_slide #nav {
	float: left;
	margin-left: 55px;
}

ul#navigation {
	list-style-type: none;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 14px;
	text-align: center;
}
ul#navigation li {
	padding-left: 0px;
	margin-top: 2px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 2px;
}
ul#navigation li a {
	color: #F6F5F0;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding-left: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
}
ul#navigation li a:hover {
	color: #F6F5F0;
	text-decoration: none;
	font-weight: bold;
}
ul#navigation li a.on {
	color: #E7E6E1;
	text-decoration: none;
	font-weight: bold;
}

#nav_slide #slideshow {
	width: 634px;
	padding-top: 10px;
	float: right;
	padding-right: 10px;
}

#content {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/content_bg.jpg);
}

#content #top{
	width: 950px;
	background-image: url(images/content_top.png);
	height: 35px;
}


#content #right {
	float: right;
	width: 630px;
	margin-top: 15px;
	padding-right: 20px;
	padding-left: 0px;
}
#content #middle {
	float: left;
	width: 700px;
	margin-right: 50px;
	margin-left: 100px;
}
#content #left {
	float: left;
	width: 220px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #999999;
	margin-top: 15px;
	padding-left: 35px;
	padding-right: 5px;
	padding-top: 8px;
}
#footer {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 20px;
	color: #52342E;
	font-size: 12px;
	padding-bottom: 10px;
	font-weight: bold;
}
#container #content #right #promo {
	padding: 15px;
	height: 180px;
	width: 578px;
	background-image: url(images/promotion_box.jpg);
	float: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFEF9;
}
#footer a {
	color: #583A33;
	font-weight: bold;
}





#contact tr td {
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 10px;
	border: 1px solid #E2E2E2;
	background-color: #F8F8F8;
}
#contact .input {
	color: #666666;
	padding: 2px;
}


/* ----------- HEADER STYLES ------------ */

h1 {
	font-weight:normal;
	font-size:14px;
	display:inline
}



h2 {
	font-weight:normal;
	font-size:14px;
	display:inline
}

h3 {
	font-weight:normal;
	font-size:14px;
	display:inline
}
  
table, td {
	border-collapse:collapse;
}

table, td, img {
	border:0; 
	padding:0;
}

form, td {
	margin:0; 
	padding:0;
}

br {
	font-size:10px;
}

table{
	border:0px; 
	border-collapse:collapse;	
}

td, input, textarea{
	vertical-align:top;
	padding:0px;
}

td, select, input {
	vertical-align:top;
	text-align:left;
}

img a { 
	border:0px;
}

img { 
	vertical-align:top;
}
.picright {
	float: right;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.picleft {
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

b {
	color:#f32648;
}

/* ------------ CHANGE LINK COLOR HERE ------------ */

.header{
	font-size:24px;
	font-weight:normal;
	color:#660000;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 28px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #660000;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.subheader{
	font-size:20px;
	font-weight:normal;
	color:#660000;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 22px;
}
.locations {
	font-size: 11px;
	font-style: italic;
	line-height: 15px;
	text-align: center;
}

.image {
	float: right;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 5px;
	border: 1px solid #990000;
}
.white {
	font-size: 11px;
	line-height: 11px;
	color: #FFFFFF;
}


a.body:link{
	color:#0000FF;
	font-size:13px;
	text-decoration:underline;
}
a.body:visited{
	color:#0000FF;
	font-size:13px;
	text-decoration:underline;
}
a.bottom:link{
	color:#FFFFFF;
	font-size:11px;
	text-decoration:underline;
	line-height: 11px;
}

a.bottom:visited{
	color:#FFFFFF;
	font-size:11px;
	text-decoration:underline;
	line-height: 11px;
}
a:link{
	color:#49453c;
	text-decoration:underline;
}
a:visited {
	text-decoratoin:underline;
	color:#49453c;
}
a:hover{
	text-decoration:none;
}
a:active {
	text-decoration:none;
}

ul {
	margin-top: 5px;
}

.clear{clear:both;}

a.gallery:link {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-color: #663300;
	margin-right: 250px;
	margin-left: 0px;
	text-align: center;
	padding: 10px;
	font-size: 16px;
	line-height: 22px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #52352E;
	border-right-color: #330000;
	border-bottom-color: #330000;
	border-left-color: #53352F;
	font-style: italic;
}
a.gallery:hover {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-color: #330000;
	margin-right: 250px;
	margin-left: 0px;
	text-align: center;
	padding: 10px;
	font-size: 16px;
	line-height: 22px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #52352E;
	border-right-color: #330000;
	border-bottom-color: #330000;
	border-left-color: #53352F;
	font-style: italic;
}
a.gallery:active {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-color: #006600;
	margin-right: 250px;
	margin-left: 0px;
	text-align: center;
	padding: 10px;
	font-size: 16px;
	line-height: 22px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #004600;
	border-right-color: #009900;
	border-bottom-color: #009900;
	border-left-color: #004600;
	font-style: italic;
}
a.gallery:visited {
		color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-color: #663300;
	margin-right: 250px;
	margin-left: 0px;
	text-align: center;
	padding: 10px;
	font-size: 16px;
	line-height: 22px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #52352E;
	border-right-color: #330000;
	border-bottom-color: #330000;
	border-left-color: #53352F;
	font-style: italic;
}
s
#container #content #right img {
	padding: 1px;
}
#container #content #right #test {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	font-style: italic;
}

a.gallery2:link {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-color: #663300;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
	padding: 10px;
	font-size: 16px;
	line-height: 22px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #52352E;
	border-right-color: #330000;
	border-bottom-color: #330000;
	border-left-color: #53352F;
	font-style: italic;
}
a.gallery2:hover {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-color: #330000;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
	padding: 10px;
	font-size: 16px;
	line-height: 22px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #52352E;
	border-right-color: #330000;
	border-bottom-color: #330000;
	border-left-color: #53352F;
	font-style: italic;
}
a.gallery2:active {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-color: #006600;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
	padding: 10px;
	font-size: 16px;
	line-height: 22px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #004600;
	border-right-color: #009900;
	border-bottom-color: #009900;
	border-left-color: #004600;
	font-style: italic;
}
a.gallery2:visited {
		color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-color: #663300;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
	padding: 10px;
	font-size: 16px;
	line-height: 22px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #52352E;
	border-right-color: #330000;
	border-bottom-color: #330000;
	border-left-color: #53352F;
	font-style: italic;
}
