/* CSS Document */


body {
  text-align: center;
  background: #a6a181; 
  padding:0px;
  margin:0px;
  font-family:"Trebuchet MS", Arial, Helvetica;
  color:#5f5e5f;
}

#container {
	margin:0px auto 0px auto;
	width: 870px;
	text-align:left;
	background:transparent url(../images/content_bg.jpg) repeat-y;
	
}

#header {
	background:transparent url(../images/header_bg.jpg) no-repeat top left;
	height:83px;
	width:870px;

}

#nav {
	text-align:right;
	font-size:20px;
	margin-right:30px;
	margin-top:-35px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;

}

#nav a {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
}

#nav a:hover {
	color:#5f5e5f;


}



#mainpic {
	background:transparent url(../images/mainpic.jpg) no-repeat top left;
	height:198px;
	width:870px;

}
#content {
	width: 800px;
	margin-left:50px;

}

#content p a{
	text-decoration:none;
	border-bottom:1px dotted;
	color:#625f4c;

}


#content a:hover{

	color:#9b9678;

}

#left {
	width:535px;
	float:left;
	font-size:15px;
	line-height:21px;
	padding-right:20px;
	padding-bottom:25px;
}


#left a {
text-decoration:none;
	border-bottom:1px dotted;
	color:#625f4c;

}

#right {
	width:220px;
	float:left;
	font-size:12px;
	line-height:16px;
	padding-bottom:25px;

}

.head{
	font-size:22px;

}

.subhead {
	font-size:18px;

}
.sidehead {
	font-size:16px;
	line-height:22px;

}

.small {
font-size:12px;

}

.map_text {
font-size:12px;
line-height:15px;

}

.map_text a {
text-decoration:none;
border-bottom:1px dotted;
	color:#625f4c;
}

.map_text a:hover {

border-bottom:1px dotted;
	color:#9b9678;
}

#footer {
	clear:both;
	background:transparent url(../images/footer_bg.jpg) no-repeat top left;
	height:72px;
	width:870px;
	text-align:center;
}

#address {
	color:#fff;
	font-size:13px;

}

a img {
border-color:#5f5e5f;

}
.divider  {
display:block;
border-bottom:1px dotted #5f5e5f;

}


/* HIGHSLIDE STYLES-------------------------------------------*/


.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}


/* Styles for the popup */
.highslide-wrapper {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
    width: 400px;
    padding: 5px;
}
.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
}
.highslide-move {
    /*cursor: move;*/
}
.highslide-resize {
    cursor: nw-resize;
}

.highslide-close {
font-size:11px;
font-family:trebuchet, sans-serif;
}


/* These must be the last of the Highslide rules */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
