/* CSS Document */

/* CSS Document */
/* Name: Yellow Rose RWA
Author: Created by Justin Knupp - Stonecreek Media Inc.
Owner Copyright 2006 by Yellow Rose RWA.  All rights reserved.
Author URI: http://www.stonecreekmedia.com
Site URI: http://www.yellowroserwa.com
Date: August 23, 2006
Version: 1.0  */


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

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

p {
}

blockquote {
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}


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


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

.header {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 100%;
	width: 773px;
}

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

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

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

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

.middleLeft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 515px;
	padding-left: 25px;
	padding-right: 10px;
	font-weight: normal;
	float: left;
	color: #FFFFFF;
}

.middleLeftContent {
}

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

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

.middleLeftContent a:hover {
	color: #E2DA53;
	text-decoration: underline;
}

.middleLeftContent1 {
	font-size: 14px;
}

.middleLeftContent1 a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

.middleLeftContent1 a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

.middleLeftContent1 a:hover {
	color: #E2DA53;
	text-decoration: underline;
}

.middleRight {
	float: right;
	width: 200px;
}

.sideNav {
	float: left;
	padding-left: 0px;
	line-height: 25px;
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.sideNav a:link {
	color: #000000;
	text-decoration: none;
}

.sideNav a:visited {
	color: #000000;
	text-decoration: none;
}

.sideNav a:hover {
	color: #4A6CB4;
	text-decoration: underline;
}

.nextMeeting {
	float: right;
	width: 190px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding-right: 10px;
	text-align: center;
}




















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

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

.bottomNav {
	padding-top: 43px;
	padding-left: 370px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

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

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

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

.legal {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 33px;
	padding-left: 10px;
	font-weight: bold;
}

.stonecreek {
	color: #CCCCCC;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 773px;
}



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

.photoLeft {
	float: left;
	padding-right: 8px;
}

.photoRight {
}

/* -------------- Drop down lists -------------- */

#dropmenudiv{
position:absolute;
background-color: #E2DA53;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px 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;
	color: #333333;
	background-color: #E2DA53;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #F3F0BC;
	color: #333333;
	text-decoration: underline;
}

