/*

Black: #212121
Blacked Yellow: #8f8c82

Dark Brown: #5f4e00
Pale Yellow: #fbf7e7
Darker Yellow: #e8e5d6

*/

body {
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	color: #212121;
	line-height: 1.5em;
	background-color:#666666;
}

#maincontainer {
	width:734px;
	margin:0 auto;
	background: #666666 url(images/content2-bg.jpg) repeat-y center top;
	}
	
#maincontainer2 {
	width: 700px;
	margin:0 auto;
	background: #fff url(images/desert.jpg) repeat-x center top;
	}

#header, #content, #footer {
	width: 700px;
	margin:0 auto;
}

h1, h2, h3, h4 {
	margin: 0;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

a,
a:visited {
	color: #d81920;
	text-decoration: none;
}

a:hover,
a:active,
#topmenu a.current {
	color:  #212121;
	text-decoration: underline;
}

p {
	margin: .9em 0;
	padding: 0;
}

blockquote {
	font-size: 11px;
	line-height: 1.4;
	
	margin: 1.5em 2em;
	padding: .25em 1.5em;
	
	background-color: #e9e5e8;
}

blockquote p.attribution {
	text-indent: 5em;
	text-align: right;
}

img {
	padding: 3px;
	margin: 0 0px;
	
	background-color: #ccc;
	border: 1px solid #888;
}

img.left {
	float: left;
	margin: 15px 15px 15px 0;
}

img.right {
	float: right;
	margin: 15px 0 15px 15px;
}

img.center {
	display: block;
	
	margin: 1.5em 0;
}

table{
	border-spacing: 1px;
	margin: 1em 0 1.5em;
	border-collapse: collapse;
}

td, th {
	padding: 4px 8px;
}

thead th {
	text-align:center;
	background: #e8e5d6;
	color: #111;
	border-left: 1px dotted #5f4e00;
	border-right: 1px dotted #5f4e00;
	border-top: 1px dotted #5f4e00;
	border-bottom: 2px solid #5f4e00;
	text-transform: uppercase;
}

tbody th {
	font-weight:bold;
}

tbody tr {
	background: #e8e5d6;
	text-align: left;
}

tbody tr td {
	height:50px;
	background: #e8e5d6;
	border: 1px dotted #5f4e00;
}

#header {
	position: relative;
	height: 200px;
	background-image:url(images/robertson_title.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	z-index: 1;
}

#logo {
	position:absolute;
	top: 25px;
	left: 63px;
	
}

#logo h1 a {
	text-indent: -1000em;
	display: block;
	width: 503px;
	height: 48px;
}

#topmenu {
	position: absolute;
	top: 85px;
	left: 26px;
	font-size: 125%;
	font-weight: bold;
	letter-spacing: 5px;
}

#topmenu a {
	font-size: 85%;
	letter-spacing: normal;
}

#content {
	position: relative;
	z-index: 10;
	width: 650px;
	padding: 0 25px;
	margin-top: -60px;
}

#maintext {
	width: 415px;
}

span.lead-in {
	font-size: 160%;
	font-weight: bold;
}

#sidebar {
	/*position: relative;  for IE6 */
	float: right;
	width: 200px;
	margin-left: 0px;
	margin-bottom: 30px;
}

.upcoming-events {
	padding: 0 10px 10px;
	margin-top: 20px;
	background: url(images/light-hatch2.gif);
	color: #000;
}

.upcoming-events h2 {
	font-size: 16px;
	background: url(images/dark-hatch2.gif);
	width: 100%;
	margin: 0 -10px;
	padding: 10px;
	
	color: #FFFFFF;
}

.upcoming-events .event {
	font-size: 90%;
	line-height: 1.4;
	margin: 1em .5em 0;
	padding-bottom: 1em;
	border-bottom: 1px dashed #aaa;
}

.upcoming-events .event p {
	margin: 0;
}

.upcoming-events .event p.more {
	text-align: right;
}

#footer {
	clear: both;
	background-color: #888;
	padding: 12px 0;
	text-align: center;
	margin-top: 2em;
}

#footer p#sfwp-link a {
	display: block;
	width: 105px;
	height: 59px;
	text-indent: -1000em;
	background: url(images/sfwplogo-foot.gif);
	margin: 0 auto;
}