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


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

body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	position: static;
	color: #000000;
}

blockquote {
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-bottom: 10px;
}


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


.page {
	padding: 0px;
	height: 100%;
	width: 770px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: static;
}

.top {
}

.leftSide {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 100%;
	width: 229px;
	overflow: hidden;
	position: static;
}

.leftTop {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 374px;
	width: 229px;
	overflow: hidden;
	position: static;
}

.leftLogin {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 229px;
	overflow: hidden;
	height: 140px;
	position: static;
}

.leftContent {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 238px;
	width: 229px;
	overflow: hidden;
	position: static;
}

.rightSide {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 100%;
	width: 541px;
	position: static;
}

.header {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 234px;
	width: 541px;
	position: static;
}

.navigation {
	margin: 0px;
	float: left;
	height: 21px;
	width: 541px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: static;
}

.navigation a:link {
	color: #000000;
	text-decoration: none;
	position: static;
}

.navigation a:visited {
	color: #000000;
	text-decoration: none;
	position: static;
}

.navigation a:hover {
	color: #000000;
	text-decoration: underline;
	position: static;
}


.rightContent1 {
	margin: 0px;
	float: left;
	height: 232px;
	width: 516px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	position: static;
}

.rightContent1a {
	margin: 0px;
	float: left;
	height: 100%;
	width: 516px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	position: static;
	visibility: visible;
}

.rightContent2box {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 238px;
	width: 541px;
}

.rightContent2abox {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 238px;
	width: 541px;
	position: static;
}

.rightContent2left {
	padding-top: 15px;
	padding-left: 10px;
	width: 220px;
	float: left;
	position: static;
}

.rightContent2right {
	color: #000000;
	float: right;
	width: 230px;
	padding-top: 50px;
	padding-right: 15px;
	position: static;
}

.rightContent2right a:link {
	font-style: italic;
	color: #000000;
	position: static;
}

.rightContent2right a:visited {
	font-style: italic;
	color: #000000;
	position: static;
}

.rightContent2right a:hover {
	font-style: italic;
	color: #000000;
	text-decoration: none;
	position: static;
}

















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

.footer {
	margin: 0px;
	float: left;
	height: 28px;
	width: 770px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: right;
	padding: 0px;
	position: static;
}

.footerContent {
	margin-top: 8px;
	margin-right: 10px;
	padding: 0px;
	float: right;
	position: static;
}


.footer a:link {
	color: #FFFFFF;
	text-decoration: none;
	position: static;
}

.footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
	position: static;
}

.footer a:hover {
	color: #2A56A1;
	text-decoration: underline;
	position: static;
}

.legal {
position: static;
}

.stonecreek {
position: static;
}

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

.stonecreek a:link {
}

.stonecreek a:visited {
}

.stonecreek a:hover {
}


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

.photoLeft {
}

.photoRight {
}

/* -------------- Drop down menus ------------- */

#dropmenudiv{
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 12px Arial;
	line-height:18px;
	z-index:100;
	background-color: #FFFFFF;
}

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

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #2A56A1;
	color: #FFFFFF;
}
