/* CSS Document */

/* CSS Document */
/* Name: Holly Jacobs
Author: Created by Justin Knupp - Stonecreek Media Inc.
Owner Copyright 2006 by Holly Jacobs. All rights reserved.
Author URI: http://www.stonecreekmedia.com
Site URI: http://www.hollyjacobs.com
Date: October 6, 2006
Version: 1.0  */


/* -------- Define HTML elements ------------ */

body {
	background-color: #c4d4e6;
}

p {
}

blockquote {
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}


/* -------- Define divider elements ------ */


.page {
	padding: 0px;
	height: 100%;
	width: 775px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}

.header {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 100%;
	width: 775px;
}

.header1 {
	background-image: url(../images/image_header1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 106px;
	width: 775px;
}

.header2 {
	background-image: url(../images/image_header2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 116px;
	width: 775px;
}

.header3 {
	background-image: url(../images/image_header3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 43px;
	width: 775px;
}

.topNav {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 68px;
	width: 775px;
}

.topNavBottom {
	background-image: url(../images/image_navLower.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 18px;
	width: 775px;
	overflow: hidden;

}

.middle {
	background-image: url(../images/image_middleBG.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	float: left;
	width: 775px;
	padding: 0px;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.middleLeft {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 100%;
	width: 238px;
}

.middleLeftTop {
	background-image: url(../images/image_leftTop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 170px;
	width: 238px;
	margin: 0px;
	padding: 0px;
}

.middleLeftContent {
	margin: 0px;
	height: 100%;
	width: 213px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	float: left;
	font-size: 14px;
}

.middleRight {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 537px;
}

.middleRightContent {
	margin: 0px;
	width: 507px;
	float: right;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}

















/* --------- 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: 70px;
	width: 775px;
}

.legal {
	float: left;
	width: 775px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #BC4201;
	font-weight: bold;
	text-align: center;
	margin: 0px;
}

.bottomNav {
	float: left;
	width: 755px;
	padding-top: 47px;
	padding-left: 20px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.bottomNav a:link {
	color: #000000;
	text-decoration: none;
}

.bottomNav a:visited {
	color: #000000;
	text-decoration: none;
}

.bottomNav a:hover {
	color: #BA4300;
	text-decoration: underline;
}

.stonecreek {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: center;
	float: left;
	width: 775px;
	margin: 0px;
	padding: 0px;
}



/* ----------- Define photo elements ------------ */

.photoLeft {
}

.photoRight {
}

/* Drop down elements */

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 14px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:link{ /*hover background color*/
	background-color: #ECDCDC;
	text-decoration: none;
	font-size: 12px;
	color: #38324d;
}

#dropmenudiv a:visited{ /*hover background color*/
	background-color: #ECDCDC;
	text-decoration: none;
	font-size: 12px;
	color: #38324d;
}
#dropmenudiv a:hover{ /*hover background color*/
	background-color: #4D6067;
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
}

/* End Dropdown elemens */
