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


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

body {
	background-color: #3F7A79;
}

p {
}

blockquote {
}

h1 {
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

h5 {
}


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


.page {
	padding: 0px;
	width: 800px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.header {
}

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

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

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

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

.middleLeft {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 560px;
	height: 100%;
}

.middleLeftContent {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	float: left;
	padding-left: 35px;
	padding-right: 15px;
	margin: 0px;
	width: 510px;
	font-size: 14px;
	overflow: hidden;
}

.middleLeftContent a:link {
	color: #399EA4;
	text-decoration: underline;
	font-weight: bold;
}

.middleLeftContent a:visited {
	color: #399EA4;
	text-decoration: underline;
	font-weight: bold;
}

.middleLeftContent a:hover {
	color: #A1AD6B;
	text-decoration: none;
	font-weight: bold;
}

.middleRight {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 240px;
}

.middleRightContent {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	margin: 0px;
	float: left;
	height: 100%;
	width: 155px;
	padding-right: 60px;
	padding-left: 25px;
	overflow: hidden;
}

.middleRightContent a:link {
	font-weight: bold;
	color: #5B2B75;
	text-decoration: underline;
}

.middleRightContent a:visited {
	font-weight: bold;
	color: #5B2B75;
	text-decoration: underline;
}

.middleRightContent a:hover {
	font-weight: bold;
	color: #9F9D6A;
	text-decoration: none;
}

.frontCover {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 230px;
}

.frontPage {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 450px;
}




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

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

.legal {
	color: #000000;
	text-align: center;
	float: left;
	width: 800px;
	padding-top: 78px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.stonecreek {
}

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

.stonecreek a:link {
}

.stonecreek a:visited {
}

.stonecreek a:hover {
}


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

.photoLeft {
}

.photoRight {
}

