/* CSS Document */
/* Name: Lorelle Marinello
Author: Created by Justin Knupp - Stonecreek Media Inc.
Owner Copyright 2007 by Lorelle Marinello.  All rights reserved.
Author URI: http://www.stonecreekmedia.com
Site URI: http://www.lorellemarinello.com
Date: July 23, 2007
Version: 1.0  */


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

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

p {
}

blockquote {
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

img { border: none; } 

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


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

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

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

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

.navBar1 {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 93px;
	width: 800px;
	overflow: hidden;
}

.navBar2 {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 58px;
	width: 800px;
	overflow: hidden;
}

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

.middle {
	background-image: url(../images/middleStrip.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: 200px;
	min-height: 200px;
	height: auto;
	_height: 200px;
}

.middleLeftContent {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 100%;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.middleLeftContent a:link {
	border-style:none;
}

.middleLeftContent a:visited {
}

.middleLeftContent a:hover {
}

.middleRight {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 100%;
	width: 600px;
}

.middleRightContent {
	margin: 0px;
	float: left;
	height: 100%;
	width: 570px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.middleRightContent a:link {
	font-weight: bold;
	color: #6A6353;
	text-decoration: none;
}

.middleRightContent a:visited {
	font-weight: bold;
	color: #6A6353;
	text-decoration: none;
}

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



















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

.footer {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 95px;
	width: 800px;
}

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

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

.bottomNav {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-align: right;
	padding-top: 10px;
	padding-right: 20px;
	float: left;
	width: 580px;
}

.bottomNav a:link {
	color: #333333;
	text-decoration: none;
}

.bottomNav a:visited {
	color: #333333;
	text-decoration: none;
}

.bottomNav a:hover {
	color: #840C4A;
	text-decoration: underline;
}

.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	width: 192px;
	float: left;
	padding-top: 10px;
	padding-left: 8px;
}

.stonecreek {
	text-align: center;
}

.stonecreek p {
	color: #FFFFFF;
	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;
	padding-right: 8px;
}

.photoRight {
}

