
a { text-decoration: none;}
	a:hover { text-decoration: underline; }
a img { border: none; }
html, body, div, span, applet, object, iframe,
p, a, ol, ul, li, {
	margin: 0; padding: 0;
	border: 0; outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	background: #000;
	text-align: center;
	margin: 0px;
	height: 100%;
	width: 100%;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	color: #000;
}

/* page bg layout for menu */
#wrap {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 655px;
	background-image: url(../images/bg1.jpg);
	background-position: left top;
	background-repeat: no-repeat;

}

ol, ul { list-style: none; }
table {
	border-collapse: separate;
	border-spacing: 0;
}
#LogoG {
	position: relative;
	float: right;
	right: 34px;
	top: 16px;
}
div.sitenav-container {   /* menu items */
	clear: both;
	position: relative;
	float: left;
	width: 150px;
	margin-left: -6px;
	margin-top: 0;
	border-width: 1px;
	border-style: none;
}
ul.mainsitenav a {
	display: block;
	color: #000;
	font-size: 1.1em;
	line-height: 1.0em;
	text-align: left;
	margin-left: -25px;
}
ul.mainsitenav a:hover {   
	color: #cdc2b4;
	text-decoration: none;
}
ul.mainsitenav a:active {   
	color: #c9cfb8;
}
li.menu-highlight { 	/* menu items end*/
	color: #fff2df;
	font-size: 1.1em;
	line-height: 1.0em;
	text-align: left;
	margin-left: -25px;
}

/* thumbnail bar thumbnail bar thumbnail bar thumbnail bar */

a{   /* thumbnail navigation */
	color: #fff2df;
	text-decoration: none;
}
a:focus, a:hover, a:active {   /* thumbnail navigation */
	text-decoration: none;
	color: #999;
}
div.navigation a.prev {   /* thumbnail arrows */
	background-image: url(../images/prevPageArrowWhite.gif);
}
div.navigation a.next {   /* thumbnail arrows */
	background-image: url(../images/nextPageArrowWhite.gif);
}
div.loader {
	background-image: url(../images/loaderWhite.gif);
}
ul.thumbs li.selected a.thumb {   /* selected thumbnail border color */
	background: #555;
}

div.content {
	display: none;
	clear: both;
}

div.controls {   /* image controls */
	position: relative;
	float: left;
	overflow: hidden;
	height: 25px;
	width: 250px;
	margin-left: 425px;
	top: 190px;
	font-size: 3.0em;
	letter-spacing: 2.0em;
	line-height:0.4em;
	z-index: 0;
}
div.controls a {   /* thumbnail controls */
	padding: 0;
}

div.navigation-container {     /* thumbnail image container */
	position: absolute;
	float: left;
	width: 62px;
	height: 545px;
	top: 80px;
	left: 200px;
	border-width: 1px;
	border-style: none;
}
div.navigation {     /* thumbnail image container */
	position: relative;
	float: left;
}
div.navigation a.pageLink {      /* thumbnail arrows */
	height: 20px;
	line-height: normal;
	display: block;
	position: relative;
	float: left;
	margin-left: 20px;
	width: 20px;
	background-position:center center;
	background-repeat:no-repeat;
}
div.navigation a.pageLink:focus {
	outline: none;
}

ul.thumbs {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 1px;
	list-style: none;
}
a.thumb {
	padding: 3px;
	display: block;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}

 /* slideshow image slideshow image slideshow image slideshow image*/

div.slideshow-container,
div.loader,
div.slideshow a.advance-link {
	width: 510px; /* This should be set to be at least the width of the largest image in the slideshow with padding */
}

div.loader,
div.slideshow a.advance-link {
	height: 510px; /* This should be set to be at least the height of the largest image in the slideshow with padding */	
}

div.slideshow-container {
	clear: right;
	position: relative;
	float: right;
	top: 15px;
	margin-right: 200px;
		border-style: none;
		border-width: 2px;
		border-color: #666;
}

div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('images/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
		border-style: none;
		border-width: 2px;
		border-color: #000;
}
div.slideshow a.advance-link {
	display: block;
	line-height: 510px; /* This should be set to be at least the height of the largest image in the slideshow with padding */
	text-align: center;
}

div.slideshow a.advance-link:hover,
div.slideshow a.advance-link:active,
div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow a.advance-link:focus {
	outline: none;
}

div.slideshow img {
	position: relative;
	float: none;
	vertical-align: middle;
	border-radius: 8px;
	box-shadow: 6px 6px 10px 1px #666;

}

div.pageTitle a {
	display: block;
	font-family: Garamond, Georgia, serif;
	padding-top: 30px;
	font-size: 2.0em;
	color: #000;
}

div.caption-container {   /* image caption container */
	position: relative;
	float: right;
	margin-top: 100px;
	margin-right: 0px;
	width: 190px;
}
span.image-caption {
	display: block;
	position: absolute;
}
.image-title {
	font-weight: normal;
	line-height: 1.5em;
	font-size: 1.5em;
	color: #000;
}
div.image-desc1 {
	line-height: 1.5em;
	font-size: 1.2em;
	padding-top: 20px;
	color: #000;
}
div.image-desc2 {
	line-height: 1.5em;
	font-size: 1.2em;
	padding-top: 20px;
	color: #000;
}
div.footer {
	clear: both;
	display: block;
	position: relative;
	top: 0;
	margin-right: auto;
	margin-right: auto;
}
#ftext a {
	color: #555;
}
#ftext a:hover {
	text-decoration: none;
	color: #aaa;
}

