/*
site styles for Redwood Empire Chapter MSA
created by Glenn Hummel, The Digital Medium
*/

* {
	margin: 0;
	padding: 0;
	font: normal 16px sans-serif;
}
img { border: none; }
body {
	background: #00240f;
}
#wholePage {
	margin: 10px auto 0 auto;	
	width: 1024px;
	height: 768px;
	background: url(siteImages/redwoodEmpire_background.jpg) no-repeat;
	border: 1px solid #3a0000;
}
#wholePage a, #wholePage a:hover {
	text-decoration: none;
}
.flRt {
	float: right;
}
.flLt {
	float: left;
}
#logo {
	margin: 30px auto 0 auto;
	width: 840px;
}
#sideNav {
	position: relative;
	top: 40px;
	left: 30px;
	width: 220px;
	border-left: 8px solid #8b0000;
}
#sideNav ul {
	margin-left: 10px;
	list-style-type: none;
}
#sideNav ul li {
	margin-bottom: 8px;
}
#sideNav ul li a, #sideNav ul li a:visited {
	font-size: 120%;
	color: #006400;
}
#sideNav ul li a:hover {
	color: #00bfff;
}
#contactsBox {
	position: relative;
	top: -20px;
	float: right;
	margin: 0 180px 0 0;
	width: 500px;
	padding-bottom: 10px;
	background: url(siteImages/contactsBox_bg.png) repeat;
	border: 1px solid #fff; 
}
#contactsBox a, #contactsBox a:visited {
	color: #006400;
}
#contactsBox a:hover {
	color: #90ee90;
}
.contacts h3 {
	padding: 10px 0 0 20px;
	color: #191970;
}
.contacts p {
	padding: 10px 0 0 30px;
}
#redwoodBadge {
	position: relative;
	display: inline;
	top: 65px;
	left: 30px;
}
#waterworks {
	position: relative;
	display: inline;
	top: 70px;
	left: 20px;
}
#yearlyAwards {
	clear: both;
	position: relative;
	top: 50px;
	margin: 0 auto;
	padding: 8px 28px;
	width: 800px;
	height: 15px;
	background: url(siteImages/yearlyAwards_bg.png) repeat-x;
	border: 1px solid #00240f;
}
#yearlyAwards span {
	font-size: 80%;
	font-weight: bold;
	color: white;
}
