/* CSS Document */
/* Name: 
Author: Created by Stonecreek Media Inc.
Owner 
Author URI: http://www.stonecreekmedia.com
Site URI: 
Date: 
Version: 1.0  */


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

body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}

p {
}

blockquote {
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
	line-height: 40px;
}

h3 {
	font-size: 24px;
	line-height: 30px;
}

h4 { font-size: 18px; line-height: 21px; }

h5 {
	font-size: 16px;
}


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


.page {
	padding: 0px;
	height: 100%;
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.header {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 346px;
	width: 800px;
}

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

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

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

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

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

.topNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	width: 500px;
	margin: 0px;
	float: left;
	height: 100%;
	padding-top: 17px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.topNav a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.topNav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.topNav a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

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

.middle2 {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 100%;
	width: 800px;
}

.middleLeft {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 100%;
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

.middleLeftContent {
	margin: 0px;
	float: left;
	height: 100%;
	width: 140px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.middleLeftContent a:link {
	color: #BA393E;
	text-decoration: underline;
}

.middleLeftContent a:visited {
	color: #BA393E;
	text-decoration: underline;
}

.middleLeftContent a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.middleRight {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 100%;
	width: 620px;
}

.middleRightContent {
	margin: 0px;
	float: left;
	height: 100%;
	width: 550px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 17px;
}

.middleRightContent a:link {
	color: #BA393E;
	text-decoration: none;
}

.middleRightContent a:visited {
	color: #BA393E;
	text-decoration: none;
}

.middleRightContent a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


/* ------------ CSS Menu elements ----------------------- */

#dropmenudiv{ font: 12px/18px Verdana; background-color: #cccccc; z-index:100; text-align: left; position: absolute; border: solid 1px black; }

#dropmenudiv a{ width: 100%; display: block; text-indent: 3px; padding: 1px 0; text-decoration: none; font-weight: bold; color: black; background-color: transparent; text-align: left; border-bottom: 1px solid #a0a290; }

#dropmenudiv a:hover{ /*hover background color*/
	color: #b40404; background-color: transparent; text-align: left; }


/* --------- 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: 48px;
	width: 800px;
}

.bottomNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	float: left;
	height: 100%;
	width: 800px;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.bottomNav a:link {
	color: #FFFFFF;
}

.bottomNav a:visited {
	color: #FFFFFF;
}

.bottomNav a:hover {
	color: #CC3300;
}

.legal {
	margin: 0px;
	float: left;
	height: 100%;
	width: 800px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-align: center;
}

.stonecreek {
	color: #CCCCCC;
	text-align: center;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 100%;
	width: 800px;
}

.stonecreek p {
	color: #CCCCCC;
	font-size: 10px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.stonecreek a:link {
}

.stonecreek a:visited {
}

.stonecreek a:hover {
}


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

.photoLeft { float: left; margin: 0 10px 5px 0; }

.photoRight { float: right; margin: 0 0 5px 10px; }

