* {
	margin: 0px;
	padding: 0px;
	border: none;
}

body {
	font-size: 12pt;
	font-family: "Lucida Grande", "Verdana";
	background: url(../images/background.jpg) #cdb079 top no-repeat;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	width: 792px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	position: absolute;
	left: 50%;
	margin: 0px 0px 0px -396px;
	padding: 0px;
	height: 100%;
	background-color: #ffffff;
}

/*/////////////////////////////---Header (logo and logins)---///////////////////////////////*/

#header {
	width: 790px;
	height: 79px;
	background-image:url(../images/header_slice.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border-left: 1px solid #ece4c3;
	border-right: 1px solid #ece4c3;
	margin: 0px;
	padding: 0px;
	/*border-bottom: 1px solid #ffffff;*/
}

#logins {
	width: 780px;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
	margin: 0px;
	padding: 3px 10px 0px 0px;
}

.login {
	margin: 0px;
	padding: 0px;
	padding: 0px 5px 0px 5px;
}

#logo {
	width: 792px;
	height: 55px;
	background-image: ;
	background: url(../images/logo.jpg) no-repeat top left;
	top: 9px;
	left: 23px;
	margin: 0px;
	padding: 0px;
}

/*/////////////////////////////---Display (slideshow panel and navigation)---///////////////////////////////*/


#display {
	/*width: 792px;
	height: 288px;
	border-top: 1px solid #FF0000;*/
	background-image:url(../images/night_1.jpg);
	float: left;
}

#slideshow {
	
	/*this width and height combination is causing the page to be too tall
	width: 792px;
	height: 288px;*/
	z-index: 1;
	/*position: relative;top: 0px; left: 0px;*/
}

.slideshow, #show, .slideshow-images {
	padding: 0px;
	margin: 0px;
}


#navigation {
	/*width: 350px;
	height: 288px;*/
	color: #ffffff;
	z-index: 2;
	position: absolute;	top: 79px; left: 15px;	
	/*position: relative;top: -288px;left: 25px;*/	
	filter:alpha(opacity=86);
	-moz-opacity:0.86;
	opacity:0.86;
}
.nav_space {
	width: 25px;
	height: 288px;
	float: left;
}

.nav_left {
	width: 135px;
	height: 288px;
	float: left;
}

.nav_right {
	width: 200px;
	height: 288px;
	float: left;
}

.nav_li {
	/*height: 21px;*/
	list-style: none;
	padding: 8px 0px 8px 10px;
	font-size: 0.8em;
	font-weight: bold;
}


/*/////////////////////////////---Content (feature boxes, words and breadcrumbs)---///////////////////////////////*/

#dragger {
	width: 792px;
	/*position: absolute;	top: 389px;	*/
	position: relative;/*top: -275px;*/ left: 0px;
}
#content {
	width: 792px;
	height: 166px;
	background-image: url(../images/content_slice.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background: url(../images/content_slice.jpg) top repeat-x;
	background-color: #efe4ca;
	float: left;
	margin: 0px;
	padding: 0px;
}

#feature {
	width: 496px;
	height: 179px;
	float: left;
	margin: 0px;
	padding: 0px;
}

.boxes {
	width: 225px;
	height: 128px;
	float: left;
	margin: 17px 0px 0px 15px;
	padding: 0px;
}

#box1Element {
	border: 1px solid #EAD8AC;
	padding: 0px;
}

#box2Element {
	font-size: 10pt;
	line-height: 21px;
	padding: 0px;

}

#map {
	width: 295px;
	height: 154px;
	float: left;
	margin: 11px 0px 0px 0px;
	padding: 0px;
	/*background-color:#CCCCCC;*/
}

.maps {
	float: left;
	margin: 0px;
	padding: 0px;
}

/*/////////////////////////////---Footer (footer links and copyright)---///////////////////////////////*/


#footer {
	width: 792px;
	height: 110px;
	border-bottom: 1px solid #FFFFFF;
	background-repeat: repeat-x;
	float: left;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 3px 0px 0px 0px;/*
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;*/
	/*background-image: url(../images/slices/footer_slice.jpg);*/
}

#footer a {
	margin: 0px;
	padding: 0px 18px 0px 19px;
}

#footerlinks {
	width: 792px;
	height: 45px;
	font-size: 12px;
	text-align: right;
	color: #FF0000;
	margin: 0px;
	padding: 0px;
}

.footerspace {
	height: 11px;
	width: 790px;
	margin: 0px;
	padding: 0px;
}


/*//////////////////////-------------------this ul - display: inline, or padding: 0px, causes odd rollover in FF--------------------//////////////////////*/


ul {
	list-style: none;
	margin: 0px;
}  
li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#footer li {
	margin: 0px;
	padding: 0px 5px 0px 5px;
}

/*/////////////////////////////---Links and Identifiers---///////////////////////////////*/

a:link, a:visited {
	color: #E83333;
	text-decoration: none;
	text-transform: none;
}

a:hover {
	color:#FF0000;
	text-decoration: underline;
	text-transform: none;
}

#header a:link, a:visited {
	text-decoration: none;
	text-transform: none;
	color: #CC0000;
}

#header a:hover {
	text-decoration: underline;
	text-transform: none;
	color:#FF0000;
}

#navigation a:link, #navigation a:visited {
	color:#FFFFFF
}

#header a:link, #header a:visited {
	color: #CC6666;
}

img, a {
	margin: 0px;
	padding: 0px;
}


/*/////////////////////////////---Unused IDs and Classes---///////////////////////////////*/


#breadcrumbs {
	display: none;
}