body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666666;
	font-style: normal;
	line-height: 125%;
	margin: 0;
	border: 0px;
	text-align: center;
	/*background-image: url(../images/bg_slice.gif);
	background-repeat: repeat-y;
	background-position: center top;*/
	background-color: #B2B2B2;
}

a {
	outline: none;
}

a:link {color: #666699; text-decoration: underline;}
a:visited {color: #666699; text-decoration: underline;}
a:hover {color: #000000; text-decoration: underline;}

a.noDecoration {
	text-decoration: none;
}

h1, h2, h3 {font-family: Arial, Helvetica, Verdana, sans-serif; font-weight: normal; color: #5C4A56;}
h1 {font-size:1.8em;	line-height: normal;}
h2 {font-size:1.5em;	line-height: normal;}
h3 {font-size:1.2em;	line-height: normal;}
h4 {
	line-height: 100%;
	color: #333;
	font-size: 1.1em;
	font-weight: normal;
}

span.boldSpan {
	font-weight: bold;
}

.border_all {border: solid #CCCCDD 1px;}
.border_left {border-left: 1px solid #CCCCDD;}
.border_right {border-right: 1px solid #CCCCDD;}
.border_top {border-top: 1px solid #CCCCDD;}
.border_bottom {border-bottom: 1px solid #CCCCDD;}
.border_leftandright {border-left: 1px solid #CCCCDD; border-right: 1px solid #CCCCDD;}
.border_topandbottom {border-top: 1px solid #CCCCDD; border-bottom: 1px solid #CCCCDD;}



 ul#navlist {
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	color: #5C4A56;
	font-size: 0.95em;
	line-height: 100%;
	margin-top: 0px;
	padding-left: 0px;
	vertical-align: text-bottom;
}
 #navlist li {list-style-type: none; display: inline;}
 #navlist a {padding: 4px 18px 4px 18px;}
 #navlist a:link {
	color: #5C4A56;
	text-decoration: none;
}
 #navlist a:visited {
	color: #5C4A56;
	text-decoration: none;
}
 #navlist a:hover {color: #FFFFFF; background-color: #aea5ab; text-decoration: none;}
 
.highlightLink
{
 	color: #FFFFFF;
 	background-color: #aea5ab;
 	text-decoration: none;
}
 
 ul#subnavlist {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 0.98em;
	border-bottom: solid #CCCCDD 1px;
	padding: 0px 0px 20px 0px;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
}
 #subnavlist li {
	list-style-type: none;
	display: inline;
	text-align: left;
}
 #subnavlist a {
	padding: 4px 20px 4px 10px;
	display: block;
}
 #subnavlist a:link {
	color: #666666;
	text-decoration: none;
	display: block;
}
 #subnavlist a:visited {
	color: #666666;
	text-decoration: none;
	display: block;
}
 #subnavlist a:hover {
	color: #333333;
	background-color: #CCCCDD;
	text-decoration: none;
	display: block;
}


.subnavlist_on {color: #FFFFFF;	background-color: #9999CC; text-decoration: none; display: block;}

.header_temp {
	color: #FFFFFF;
	background-color: #5A4854;
	text-decoration: none;
	display: block;
	font-size: 1.2em;
}
.header_temp a:link{
	text-decoration: none;
	color: #FFF;
}
.header_temp a:visited{
	text-decoration: none;
	color: #FFF;
}
.header_temp a:hover{
	text-decoration: underline;
	color: #A1899B;
}


.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #ffffff;
	line-height: normal;
	padding: 0px;
	margin: 0px;
}

.footertext a:link{text-decoration: none; color: #bbbbbb; display: inline;}
.footertext a:visited{text-decoration: none;color: #bbbbbb;}
.footertext a:hover{text-decoration: none; color: #ffffff;}

.footertext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #999999;
	line-height: normal;
	padding: 4px;
	margin: 0px;
}

.footertext2 a:link{text-decoration: none; color: #999999; display: inline;}
.footertext2 a:visited{text-decoration: none;color: #999999;}
.footertext2 a:hover{text-decoration: none; color: #ffffff;}

#reviewDiv
{
	position: absolute;
	top: 5px;
	right: 20px;
}

#contentParaBox
{
	position: absolute;
	top: 10px;
	left: 50px;
	width: 400px;
}

#bgWrapper
{
	position: absolute;
	margin: 0 0 auto;
	width: 100%;
	top: 20px;
	text-align: left;
	z-index: 1;
	padding: 0px;
	height: 650px;
	background-image: url(../images/bg_slice.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

#bgWrapper2
{
	position: absolute;
	margin: 0 auto;
	width: 100%;
	top: 650px;
	left: 0px;
	text-align: left;
	z-index: 1;
	padding: 0px;
	height: 10px;
	background-image: url(../images/bg_sliceFade.gif);
	background-repeat: repeat-y;
	background-position: center top;
	display: block;
}

#bgWrapperTop
{
	position: absolute;
	margin: 0 auto;
	width: 100%;
	top: -10px;
	left: 0px;
	text-align: left;
	z-index: 1;
	padding: 0px;
	height: 10px;
	background-image: url(../images/bg_sliceFadeUp.gif);
	background-repeat: repeat-y;
	background-position: center top;
	display: block;
}


#wrapper {
	margin: 0 auto;
	width: 760px;
	text-align: left;
	z-index: 1;
	padding: 0px;
	height: auto;
	}
		
#header {
	position:relative;
	width:740px;
	height:150px;
	top: 100px;
	left: 0px;
	visibility: visible;
	border-bottom: solid #999999 1px;
	padding: 10px 10px 10px 10px;
	z-index: 4;
	float: left;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	border-top: solid #999999 1px;
}

#contentHeader
{
	position: absolute;
	top: 10px;
	left: 60px;
	height: auto;
}

#headerTop {
	text-align: right;
}

#main_nav {
	position:inherit;
	left:auto;
	top:0px;
	width:760px;
	height: 0px;
	z-index:1;
	visibility: visible;
	clear: both;
	overflow: visible;
	vertical-align: middle;
	margin: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	background-position: left bottom;
}
#banner {
	position:relative;
	top:0px;
	width:760px;
	z-index:1;
	left: 0px;
	height: 150px;
	visibility: visible;
	padding: 0px 0px 0px 0px;
	float: left;
	margin: 0px;
	background-color: #5A4854;
	text-align: right;
}

#contentBackground
{
	position: absolute;
	width: 760px;
	top: 0px;
	left: 0px;
	height: 435px;
	/*background-image: url(../images/contentBack.jpg);
	background-repeat: stretch;*/
	z-index: -10;
	overflow: hidden;
}

#content {
	position:relative;
	top:0px;
	width:700px;
	min-height: 100px;
	z-index:1;
	float: left;
	right: 0px;
	margin: 0px;
	text-align: left;
	padding: 0px 0px 20px 50px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/logo_bot.jpg);
}
#content2 {
	position:relative;
	top:0px;
	width:380px;
	height:auto;
	z-index:1;
	float: right;
	right: 0px;
	margin: 10px;
	text-align: left;
	padding: 20px;
}

#bookButtonDiv
{
	position: absolute;
	top: 350px;
	right: 0px;
	width: 230px;
	background-color: #aea5ab;
	/*border: solid #5A4854 5px;*/
	color: #5C4A56;
	text-align: center;
	font-size: 1.2em;
}

#bookButtonDiv:hover
{
	/*border: solid #A5839A 5px;*/
	background-color: #5A4854;
	color: #ffffff;
}

#navbar {
	position:relative;
	top:0px;
	width:auto;
	height:1em;
	z-index:1;
	float: right;
	right: 0px;
	margin: 5px 15px 5px 5px;
	text-align: left;
	clear: right;
}


#footer {
	/*clear: both;
	float: left;*/
	bottom: 0px;
	z-index: 3;
	position: absolute;
	font-size: 69%;
	margin: 0px;
	padding: 0px;
	border-top: solid #5A4854 1px;
	background-color: #5A4854;
	width: 760px;
}

.directionHeader {
	cursor: pointer;
	padding-left: 10px;
}

.directionHeader:hover {
	background-color: #eeeeee;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666666;
}

p.small {
	font-size: 1em;
}

p.review {
	margin: 2px;
}

p.smallPara {
	line-height: 100%;
	margin: 2px;
	margin-left: 10px;
}

ul {
	font-style: normal;
	line-height: 2em;
	font-weight: bold;
	color: #5C4A56;
	list-style-type: disc;
	font-size: 1em;
}

div.divForm {
	position: absolute;
	left: 10px;
	width: 65%;
	margin-left: 0px;
	margin-right: 0px;
	/*border: 1px solid red;*/
}

#directionsDiv {
	position: absolute;
	left: 45%;
	width: 50%;
	margin-left: 0px;
	margin-right: 0px;
	/*border: 1px solid red;*/
}

#directions_Table p {
	min-height: 90px;
}

.directionHeader {
	margin-bottom: 10px;
	margin-top: 10px;
}

div.directionArrowDiv {
	position: absolute;
	float: left;
	width: 20px;
	top: 0px;
	left: -20px;
	display: block;
	cursor: pointer;
}


#links_Table h3,
#links_Table p {
	margin: 2px;
}


#divideDiv {
	position: absolute;
	left: 42%;
	top: 10px;
	height: 410px;
	border-left: solid 1px gray;
}


#DYNATOOLTIP {
	position: absolute;
	color: #ffffff;
	font-size: 12px;
	/*width: 200px;*/
	background-color: #5C4A56;
	padding: 4px;
	visibility: hidden;
	z-index: 2000;
	border: 1px solid black;
}








/* === Slideshow Gallery === */

#slideshow_gallery {
	position: relative;
	width: 750px;
	top: -20px;
	left: -60px;
}

#slideshow_galleryView {
	/* CSS3 Box Shadow */
	-moz-box-shadow: 0 0 3px #AAAAAA;
	-webkit-box-shadow: 0 0 3px #AAAAAA;
	box-shadow: 0 0 3px #AAAAAA;

	/* CSS3 Rounded Corners */
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;

	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;

	border: 1px solid white;

	background: url(img/panel.jpg) repeat-x bottom center #ffffff;

	/* The width of the gallery */
	width: 500px;
	overflow: hidden;
	
	margin-top: 31px;
	margin-left: 21px;
}


#slideshow_galleryMenu {
	/* CSS3 Box Shadow */
	-moz-box-shadow: 0 0 3px #AAAAAA;
	-webkit-box-shadow: 0 0 3px #AAAAAA;
	box-shadow: 0 0 3px #AAAAAA;

	/* CSS3 Rounded Corners */
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;

	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;

	border: 1px solid white;

	background: url(img/panel.jpg) repeat-x bottom center #ffffff;
	
	
	position: absolute;
	top: -10px;
	right: 10px;

	/* The width of the gallery */
	width: 200px;
	overflow: hidden;
	
	margin-top: 10px;
	text-align: center;
}

#slideshow_slides {
	/* This is the slide area */
	height: 413px;

	/* JQuery changes the width later on to the sum of the widths of all the slides. */
	width: 1000px;
	overflow: hidden;
}

/* each slides imgage */
#slideshow_slides img {
	width: 500px; 
	padding-bottom: 5px;
}

.slideshow_slide {
	width: 500px;
	float: left;
}

.slideshow_text {
	margin-top: 10px;
	font-size: 1.8em;
	text-align: center;
}

#slideshow_menu {
	/* This is the container for the thumbnails */
}

#slideshow_gallery ul {
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#slideshow_gallery li {
	/* Every thumbnail is a li element */
	width: 60px;
	display: inline-block;
	list-style: none;
	/*height: 45px;*/
	overflow: hidden;
	margin: 0px;
	line-height: 1em;
}

li.inact:hover {
	/* The inactive state, highlighted on mouse over */
}

li.act, li.act:hover {
	/* The active state of the thumb */
}

li.act a {
	cursor: default;
}

#slideshow_gallery li a {
	display: block;
}

/* style for any image of each menu item */
#slideshow_gallery li a img {
	width: 55px;
}

#slideshow_gallery a img {
	border: none;
}

/* === Slideshow Gallery End === */
