/* 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.png);
	background-repeat: repeat-x;
	background-position: top;
}
#header {
	height: 189px;
	width: 956px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
}
#container {
	width: 956px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/body_bg.png);
	background-repeat: repeat-y;
}
#nav {
	height: 53px;
	padding-left: 35px;
	padding-top: 3px;
}

#nav_slide {
	height: 287px;
	width: 923px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/slideshow_bg.png);
	background-repeat: no-repeat;
}



#nav_slide #slideshow {
	width: 694px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#slideshow a {
	font-size: 18px;
	font-weight: bold;
	color: #8B0000;
}
#slideshow a:hover {
	color: #660000;
	text-decoration: none;
}
#slideshow  td:hover {
	background-color: #A95141;
}


#content {
	width: 923px;
	margin-right: auto;
	margin-left: auto;
}
#content #right {
	float: right;
	width: 635px;
	margin-top: 15px;
	padding-right: 20px;
}
#content #left {
	float: left;
	width: 205px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #999999;
	margin-top: 15px;
	padding-left: 15px;
	padding-right: 20px;
	padding-top: 8px;
	background-image: url(images/left_bg.jpg);
	background-repeat: no-repeat;
}
.map {
	width: 210px;
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}

#footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	width: 956px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 45px;
	color: #FFFFFF;
	font-size: 12px;
	padding-bottom: 10px;
}
#footer a {
	color: #FFFFFF;
}





#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;
}

/*----Nav---*/


ul#topnav {
	list-style: none;
	float: left;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	padding: 0;
	clear: left;
}
ul#topnav li{
	margin: 0;
	overflow: hidden;
	float: left;
	height:50px;
	padding: 0;
}
ul#topnav a, ul#topnav span {
	float: left;
	text-decoration: none;
	color: #fff;
	height: 25px;
	line-height: 18px;
	margin-right: 6px;
	margin-left: 6px;
	padding-top: 17px;
	font-size: 18px;
	clear: both;
	width: 125px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	padding-bottom: 8px;
}
ul#topnav span {
	color: #333333;
	background-image: url(images/btn.png);
	background-repeat: no-repeat;
	background-position: center center;
}
ul#topnav a {
	color: #333333;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(images/btn2.png);
}




/* ----------- 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;
}
.on2 {
	background-color: #DFEEFF;
}


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: 1px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #990000;
	padding: 5px;
}
.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: #006600;
	margin-right: 150px;
	margin-left: 150px;
	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: #009900;
	border-right-color: #004600;
	border-bottom-color: #004600;
	border-left-color: #009900;
	font-style: italic;
}
a.gallery:hover {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-color: #007700;
	margin-right: 150px;
	margin-left: 150px;
	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: #009900;
	border-right-color: #004600;
	border-bottom-color: #004600;
	border-left-color: #009900;
	font-style: italic;
}
a.gallery:active {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-color: #006600;
	margin-right: 150px;
	margin-left: 150px;
	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: #006600;
	margin-right: 150px;
	margin-left: 150px;
	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: #009900;
	border-right-color: #004600;
	border-bottom-color: #004600;
	border-left-color: #009900;
	font-style: italic;
}
s

