﻿/*-----------------------------------------------------------------------
	CONTENT AREA
-----------------------------------------------------------------------*/

div#Content {
	background-color: #00004C;	/* Override color in Master.css */
	font-family: Arial, Helvetica, sans-serif;
	color: #FCFCB8; /* cream */;
}


/*-----------------------------------------------------------------------
	SLIDESHOW
-----------------------------------------------------------------------*/

div#SlideshowCaption {
	position: absolute;
	width: 155px;
	height: 227px;
	z-index: 2;
	top: 110px;
	left: 35px;
}

/* Indentation for specifying name at end of quotes */
.CaptionIndent {
	display: block;
	text-align: right;
}

/* Location of Slideshow Picture */
div#SlideshowBackground {
	position: absolute;
	width: 538px;
	height: 380px;
	z-index: 1;
	top: 5px;
	left: 206px;
}

div#SlideshowCounter {
	position: absolute;
	width: 45px;
	height: 23px;
	z-index: 1;
	top: 394px;
	left: 390px;
	text-align: right;
}

div#SlideshowButtons {
	position: absolute;
	z-index: 1;
	width: 66px;
	height: 26px;
	top: 390px;
	left: 451px;
}

#ButtonBack {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
}

#ButtonForward {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 30px;
}


/*-----------------------------------------------------------------------
	HIGHLIGHT
-----------------------------------------------------------------------*/

div#Highlight {
	position: relative;
	width: 181px;
	height: 403px;
	z-index: 1;
	top: 3px;
	left: 773px;
	background-color: #9CAD23; /* avocado */;
	text-align: center;
}

div#HighlightTop {
	height: 201px;
	padding-top: 5px;
	border-bottom: 2px solid #000000;
	color: black;
}

#HightlightHeader {
	padding-bottom: 5px;
}

#HighlightTopCaption a {
	font-weight: bold;
	color: black;
}

div#HighlightBottom {
	height: 166px;
	padding-top: 29px;
}


/*-----------------------------------------------------------------------
	FOOTER
-----------------------------------------------------------------------*/

div#Footer {
	position: absolute;
	width: 955px;
	height: 45px;
	z-index: 1;
	top: 421px;
	left: 0px;
	background-color: #ABD49B;	/* pale green */
}

div#Facebook {
	float: left;
	padding-top: 4px;
	padding-left: 31px;	
}

div#Email {
	float: left;
	padding-top: 7px;
	padding-left: 54px;
}

div#Kansas {
	float: left;
	padding-top: 4px;
	padding-left: 55px;
}

div#FooterText {
	float: left;
	padding-top: 6px;
	padding-left: 81px;
	text-align: center;
	color: black;
}


