/*container for content so it auto expands with whats inside*/
.pagecontent {

	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	position:relative;
	width:806px;
	clear:both;
	margin:5px auto;
	padding:5px 5px 15px 5px;
	text-align: center;	/* CSS3 tweaks for modern browsers */
/*	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:0 0 25px #666;
	-webkit-box-shadow:0 0 25px #666;	*/
}

.pagecontent h1{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#443A2C;
	font-size:18px;
}

.contactpagecontent {
	border:1px solid #443A2C;
	font-family: "Palatino Linotype", Palatino, "Book Antiqua", serif;
	color:#443A2C;
	position:relative;
	width:796px;
	height:500px;
	clear:both;
	margin:5px 45px;
	padding:5px 5px 15px 5px;
	text-align: center;	/* CSS3 tweaks for modern browsers */
/*	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:0 0 25px #666;
	-webkit-box-shadow:0 0 25px #666;	*/
}

.contactpagecontent h1{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#443A2C;
	font-size:18px;
}

/* container for slides */
.images {
	border:1px solid #443A2C;
	position:relative;
	height:500px;
	width:806px;
	float:left;
	margin:5px;
	text-align: center;	/* CSS3 tweaks for modern browsers */
/*	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:0 0 25px #666;
	-webkit-box-shadow:0 0 25px #666;	*/
}
.images img {
	height: 494px;
	width: 800px;
}

/* single slide */
.images div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	/*margin:7px;*/
	margin:3px;
	/*padding:15px 30px 15px 15px;*/
	/*height:256px;*/
	font-size:12px;
}

/* header */
.images h3 {
	font-size:22px;
	font-weight:normal;
	margin:0 0 20px 0;
	color:#456;
}

/* tabs (those little circles below slides) */
.tabs {
	text-align: center;	/*background-color: #003399;*/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 332px;
	float: left;
	display: block;
	visibility:hidden
}

/* single tab */
.tabs a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../images/slideshow/navigatorKDG.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
.tabs a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.tabs a.current {
	background-position:0 -16px;     
} 	


/* prev and next buttons */
.forward, .backward {
	float:left;
	margin-top:225px;
	background:#fff url(../images/slideshow/HorizontalKDG.png) no-repeat;
	display:block;
	width:22px;
	height:44px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;
	margin-left: 7px;
	margin-right: 7px;
	border-color: #BCCFD1;
	border-width: 2px;
	border-style: solid;
	visibility: hidden;
}

/* next */
.forward 				{ background-position: 0 -44px; clear:right; }
.forward:hover 		{ background-position:-22px -44px; }
.forward:active 	 	{ background-position:-44px -44px; } 


/* prev */
.backward:hover  		{ background-position:-22px 0; }
.backward:active  	{ background-position:-44px 0; }

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}

