@charset "UTF-8";
/* 	content bg color: #f0efe3
	content grey border color: #a8a8a6
	green text color: #514f20
	grey text: #676767
*/

html{
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	border:none;
   }
   
body {
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#514f20;
	background-color:#30302c;
	}
	
a, a:link, a:visited	{
	outline:none;	
	text-decoration:none;
	color:#514f20;
}
a:hover {
	color:#6d6a2c;
}

#content a, #content a:link, #content a:visited	{
	outline:none;	
	text-decoration:none;
	color:#514f20;
	border-bottom:1px dotted #514f20;
}
#content a:hover {
	color:#6d6a2c;
	border-bottom:1px dotted #6d6a2c;
}

#content a.noborder, #content a.noborder:link, #content a.noborder:visited, #content a.noborder:hover {
	border:0;
}

a.pageLink, a.pageLink:link, a.pageLink:visited {
	font-size:14px;
	font-weight:bold;
	color:#6d6a2c;
}
a.pageLink:hover {
	color:#6d6a2c;
}

.breadcrumb {
	margin-top:0;
	margin-right:0;
	padding:0;
	font-size:12px;
}
a.breadcrumbLink, a.breadcrumbLink:link, a.breadcrumbLink:visited {
	margin-top:0;
	padding-top:0;
	font-size:11px;
	line-height:11px;
	color:#6d6a2c;
}
a.breadcrumbLink:hover {
	color:#6d6a2c;
}

#gallery_outer {
	color:#ccc;
}
#gallery_outer a:link, #gallery_outer a:active, #gallery_outer a:visited {
	color:#fff;
	font-weight:bold;
}
#gallery_outer a:hover {
	color:#ddd;
}

ul	{
	list-style-type:none;
}	
ul li.noBorder	{
	border:none;	
}
h1	{
	font-family:"Times New Roman", Times, serif;
	font-size:28px;
	letter-spacing:1.1px;
	display:block;
	font-weight:normal;
	border-bottom:1px solid #514f20;
	padding-bottom:0;
	margin-bottom:0;
}
h2	{
	font-size:17px;
	padding:0;
	margin:0 0 5px 0;
}

#content	{
	display:block;
	position:relative;
	margin:0 auto;
}
/*===============================================*/
#header	{
	position:relative;
	display:block;
	padding:0; 
	margin:0;
	width:850px;
}
/*===============================================*/
#main_content	{
	position:relative;
	width:742px;
	padding:26px 50px 22px 50px;
}

.home_caption	{
	text-align:right;
	color:#514f20;
	font-size:11px;
	text-transform:uppercase;
}
#home_slideshow	{
	position:relative;
	display:block;
	width:698px;
	height:198px;
	margin-right:auto;
	margin-left:auto;
	background-color:#d6d6d4;
	border:1px solid black;
}
/*===============================================*/
#footer	{
	display:block;
	position:relative;
	font-size:11px;
	width:842px;
	padding-bottom:10px;
	text-align:center;
}
#footer ul	{
	color:#514f20;
	padding:0;
	padding-bottom:5px;
	margin:0 auto;
	width:720px;
	border-bottom:1px solid #514f20;
}
#footer	li{
	display:inline;	
	padding:0 7px;
}
#footer li a	{
	color:#514f20;
}
#footer li a:hover	{
	color:#676767;
}
#footer p	{
	color:#676767;
	margin-top:5px;
	float:left;
	margin-left:77px;
	
}
.table_image	{
	border:1px solid #514f20;
}

#squares {
	position:absolute; z-index:9; top:0; margin:0; padding:0; width:100%; height:100%; overflow:hidden;
}
#squareHolderLeft {
	position:absolute; z-index:10; margin:0; padding:0; left:50%; margin-left:-565px; width:140px; height:100%; overflow:hidden; background-color:#000;
}
#squareLeftShadow {
	position:absolute; z-index:9; margin:0; padding:0; left:50%; margin-left:-575px; width:10px; height:100%; overflow:hidden;
}
#squareLeftShadow2 {
	position:absolute; z-index:12; margin:0; padding:0; left:50%; margin-left:-435px; width:10px; height:100%; overflow:hidden;
}
#squareHolderRight {
	position:absolute; z-index:9; margin:0; padding:0; left:50%; margin-left:425px; width:140px; height:100%; overflow:hidden; background-color:#000;
}
#squareRightShadow {
	position:absolute; z-index:9; margin:0; padding:0; left:50%; margin-left:565px; width:10px; height:100%; overflow:hidden;
}
#squareRightShadow2 {
	position:absolute; z-index:12; margin:0; padding:0; left:50%; margin-left:425px; width:10px; height:100%; overflow:hidden;
}

.inner_shadow {
   -moz-box-shadow:inset 0 0 5px #666666;
   -webkit-box-shadow:inset 0 0 5px #666666;
   box-shadow:inset 0 0 5px #666666;
}

.squares {
	border-right:2px solid #000; border-bottom:2px solid #000; border-left:0; border-top:0;
	opacity:0.35; Moz-opacity:0.35; Khtml-opacity:0.35; object.filter:(alpha=35); filter:alpha(opacity=35);
}
.squares:hover {
	opacity:1; Moz-opacity:1; Khtml-opacity:1; object.filter:(alpha=100); filter:alpha(opacity=100);
}


#prevImg {
	position:absolute; top:0; left:0;  height:1px; width:1px; z-index:5100;
	background-image:url(/images/prevGrad.png); background-position:top left; background-repeat:repeat-y; background-color:transparent;
	text-align:center; vertical-align:middle; cursor:pointer;
	opacity:0; Moz-opacity:0; Khtml-opacity:0; object.filter:(alpha=0); filter:alpha(opacity=0);
}
#prevImg:hover {
	opacity:1; Moz-opacity:1; Khtml-opacity:1; object.filter:(alpha=100); filter:alpha(opacity=100);
}
#nextImg {
	position:absolute; top:0; left:0; height:1px; width:1px; z-index:5101;
	background-image:url(/images/nextGrad.png); background-position:top right; background-repeat:repeat-y; 
	text-align:center; vertical-align:middle; cursor:pointer;
	opacity:0; Moz-opacity:0; Khtml-opacity:0; object.filter:(alpha=0); filter:alpha(opacity=0);
}
#nextImg:hover {
	opacity:1; Moz-opacity:1; Khtml-opacity:1; object.filter:(alpha=100); filter:alpha(opacity=100);
}


a.nodeSelected {
	font-weight:bold;
	font-size:12px;
	line-height:normal;
}
a.nodeUnselected, .nodeUnselected {
	font-weight:normal;
	font-size:10px;
	line-height:normal;
}

/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:10px auto;
	width:670px;
	height:243px;
	position:relative;
	padding:12px 15px 0 15px;
	background-color:#d6d6d4;
	border:2px solid #514f20;
	margin-bottom:35px;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:670px;
  height:255px;
  overflow:auto; /* allow scrollbar */
  position:relative;
  
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:670px;
  height:255px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  float:left;
  margin:0 auto;
  width:670px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:243px;
}
#slideshowB {
	margin:10px auto;
	width:670px;
	height:143px;
	position:relative;
	padding:5px 15px 0 15px;
	background-color:#d6d6d4;
	border:2px solid #514f20;
	margin-bottom:35px;
}
#slideshowB #slidesContainerB {
  margin:0 auto;
  width:670px;
  height:155px;
  overflow:auto; /* allow scrollbar */
  position:relative;
  
}
#slideshowB #slidesContainerB {
  margin:0 auto;
  width:670px;
  height:155px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshowB #slidesContainerB .slide {
  float:left;
  margin:0 auto;
  width:670px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:143px;
}
#slideshowB #slidesContainerB .slide {
  float:left;
  margin:0 auto;
  width:670px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:143px;
}
#slideshowC {
	margin:10px auto;
	width:670px;
	height:185px;
	position:relative;
	padding:5px 15px 0 15px;
	background-color:#d6d6d4;
	border:2px solid #514f20;
	margin-bottom:35px;
}
#slideshowC #slidesContainerC {
  margin:0 auto;
  width:670px;
  height:197px;
  overflow:auto; /* allow scrollbar */
  position:relative;
  
}
#slideshowC #slidesContainerC {
  margin:0 auto;
  width:670px;
  height:197px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshowC #slidesContainerC .slide {
  float:left;
  margin:0 auto;
  width:670px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:185px;
}
#slideshowC #slidesContainerC .slide {
  float:left;
  margin:0 auto;
  width:670px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:185px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:50px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
.abscontrol {
	display:block;
	cursor: pointer;
}
#leftControl {
  top:265px;
  left:0;
  background:transparent url(images/control_left.jpg) no-repeat 0 0;
}
#rightControl {
  top:265px;
  right:0;
  margin-right:-15px;
  background:transparent url(images/control_right.jpg) no-repeat 0 0;
}
#centerControl {
  top:265px;
  right:50%;
  background:url(images/slidecenternav_over.jpg) no-repeat 0 0;
}

#leftControlB {
  top:158px;
  left:0;
  background:transparent url(images/control_left.jpg) no-repeat 0 0;
}
#rightControlB {
  top:158px;
  right:0;
  margin-right:-15px;
  background:transparent url(images/control_right.jpg) no-repeat 0 0;
}
#leftControlC {
  top:200px;
  left:0;
  background:transparent url(images/control_left.jpg) no-repeat 0 0;
}
#rightControlC {
  top:200px;
  right:0;
  margin-right:-15px;
  background:transparent url(images/control_right.jpg) no-repeat 0 0;
}

.slide h2, .slide p { margin:6px 0; }
#slideshow .slide h2, #slideshow .slide p { width: 334px; margin:10px; }
.slide img {
  float:right;
  margin:0 15px;
}
#controls {
	position:relative;
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	width:500px;
	text-align:center;
	height:26px;
}
#controlsB {
	position:relative;
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	width:auto;
	text-align:center;
	height:16px;
}

.button {
	cursor:pointer;
	border:1px solid #999999;
	padding:3px 6px 3px 6px;
	background-color:#aaaaaa;	
}
.button:hover {
	background-color:#cccccc;
}
.greenButton {
	cursor:pointer;
	border:1px solid #999999;
	padding:3px 6px 3px 6px;
	background-color:#666633;	
}
.greenButton:hover {
	background-color:#666633;
}

/* ---------------------------------- */
#db_link	{
	color:#676070;
	float:right;
	font-size:10px;
	margin:5px 38px 0 0;
}
#db_link a	{
	display:block;
	position:relative;
	bottom:1px;
	margin-left:2px;
	width:120px;
	height:12px;
	background:url(images/db_link.png) top left no-repeat;
}
#db_link a:hover	{
	background:url(images/db_link.png) bottom left no-repeat;	
}

/* ---------------------------------- */
.kudo_description {
	margin-bottom:20px;
	padding-bottom:5px;
	border-bottom:1px solid #514f20;
}
.kudo_highlight {
	margin-top:10px;
	padding: 15px 15px 1px;
	background-color:#D6D6D4; 
}
.clear { 
	clear:both;
	line-height:1px;
	height:1px;
}

/* ----------------------------------- */

#main_content { padding: 26px 50px 22px 50px; margin-left:5px; }
.currentSlide { font-weight:bold; }
.slide_control .currentSlideThumb { border: 1px solid #514f20; }
#home_boxes { width:352px; float:right; margin-right:3px; }
.home_box, .home_boxB { width:160px; float:left; margin: 0 32px 6px 0; }
.home_boxB { margin-right:0; }
#home_boxes .table_image { width:160px; }
#slideshow { width:354px; height:236px; padding:0; margin-top:0; margin-bottom:10px; border: 1px solid #514F20; }
#slideshow #slidesContainer { width:354px; height:236px; margin-bottom: 12px; }
#slideshow #slidesContainer .slide { width:354px; height:236px; }
#slideshow #slidesContainer .slide img { margin:0; }
.home_img_title { 
	background:url(/images/gray80.png); z-index:100; position:absolute; width:354px;
	opacity:0.8; Moz-opacity:0.8; Khtml-opacity:0.8; object.filter:(alpha=80); filter:alpha(opacity=80);
}
.home_img_title h2 { color:#f0efe3; font-size:14px; line-height:normal; }
.home_img_description { 
	background:url(/images/gray80.png); color:#fff; position:absolute; bottom:0; z-index:100;
	opacity:0; Moz-opacity:0; Khtml-opacity:0; object.filter:(alpha=0); filter:alpha(opacity=0);
}
div.home_img_description p { color:#fff; }
.fullOpacity { opacity:1; Moz-opacity:1; Khtml-opacity:1; object.filter:(alpha=100); filter:alpha(opacity=100); }
.slide_control { margin:10px 0 0 0; }
.slide_control img { margin-right:10px; border: 1px solid #9a9999; }
