/* CSS Document */
/* Name: Leigh Wyndfield
Author: Created by Justin Knupp - Stonecreek Media Inc.
Owner Copyright 2007 by Leigh Wyndfield.  All rights reserved.
Author URI: http://www.stonecreekmedia.com
Site URI: http://www.leighwyndfield.com
Date: August 2, 2007
Version: 1.0  */


/* -------- Define HTML elements ------------ */

body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #000000;
}

p {
}

blockquote {
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}


/* -------- Define divider elements ------ */


.page {
	padding: 0px;
	height: 100%;
	width: 799px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}

.header {
	height: 312px;
	width: 799px;
}

.header1 {
	background-image: url(../images/header1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 124px;
	width: 799px;
}

.header2 {
	background-image: url(../images/header2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 134px;
	width: 799px;
}

.navBar {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 54px;
	width: 799px;
}

.middle {
	background-image: url(../images/middleStrip.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 100%;
	width: 799px;
}

.middleLeft {
	background-image: url(../images/midLeftBkgd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 228px;
	min-height: 148px;
	height: auto;
	_height: 148px;
}

.middleLeftContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	width: 168px;
	padding-right: 45px;
	padding-left: 15px;
	float: left;
	height: 100%;
	padding-top: 20px;
	font-size: 14px;
}

.middleLeftContent a:link {
}

.middleLeftContent a:visited {
}

.middleLeftContent a:hover {
}

.middleRight {
	background-image: url(../images/midRightBkgd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 571px;
	min-height: 148px;
	height: auto;
	_height: 148px;
}

.middleRightContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height: 100%;
	width: 531px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.middleRightContent a:link {
}

.middleRightContent a:visited {
}

.middleRightContent a:hover {
}


















/* --------- Define footer elements ---------- */

.footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 50px;
	width: 799px;
}

.bottomNav {
	padding-top: 25px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #264B78;
}

.bottomNav a:link {
	font-weight: bold;
	color: #264B78;
	text-decoration: none;
}

.bottomNav a:visited {
	font-weight: bold;
	color: #264B78;
	text-decoration: none;
}

.bottomNav a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

.legal {
	margin: 0px;
	float: left;
	width: 789px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
	text-align: center;
}

.stonecreek {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 799px;
}

.stonecreek p {
color: #999999;
font-size: 10px;
line-height: normal;
}

.stonecreek a:link {
}

.stonecreek a:visited {
}

.stonecreek a:hover {
}


/* ----------- Define photo elements ------------ */

.photoLeft {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.photoRight {
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}


/* ----------- menu items ---------------------- */

#dropmenudiv{
	position:absolute;
	line-height:18px;
	z-index:100;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -110px;
	float: left;
	padding: 0px;
	border: 1px solid #FFFFFF;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color: #CCCCCC;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: white;
	color: #3F7CBD;
}
