/*------------------------------------------------
GLOBAL
------------------------------------------------*/
* {margin: 0; padding: 0;}
body {
	margin: 0;
	padding:0;
	background: url(../img/pinstripe-gray2.png) repeat;
	}

/*------------------------------------------------
PAGE CONTAINER and LAYOUT
------------------------------------------------*/

#page {
	position: relative;
	margin: 0 auto 0 auto;
	width: 900px;
	background: url(../img/shadow900.png) repeat-y;
}

#container {
	position:relative;
	margin: 0 auto 0 auto;
	padding: 10px 0 0 0;
	width: 800px;
	background: #ffffff;
	font-family: "Trebuchet MS", Verdana, Arial;
	text-align: center;
	font-size: 95%;
	color: #000000;
}

#leftbanner {
	width: 224px;
	height: 100px;
	margin: 0;
	padding: 0;
	float: left;
	background: url(../eastern-washington/img/shrub-steppe-left.jpg) no-repeat;
}

#midbanner {
	width: 352px;
	height: 100px;
	margin: 0 224px 0 224px;
	padding: 0;
	background: url(../eastern-washington/img/shrub-steppe-center.jpg) no-repeat;
}

#rightbanner {
	width: 224px;
	height: 100px;
	margin: 0;
	padding: 0;
	float: right;
	background: url(../eastern-washington/img/shrub-steppe-right.jpg) no-repeat;
}

#leftlinks, #leftlinks2 {
	width: 255px;
	margin-right: 5px;
	margin-top: 35px;
	padding: 0;
	text-align:left;
	float: left;
}

#leftlinks p, #leftlinks2 p {
	font-size: 85%;
	line-height:normal;
	margin-left: 8px;
	text-align:left;
}

#container p.p85 {
	text-align:left;
}

#maincontent, #maincontent2 {
	width: 539px;
	margin-left: 261px;
	margin-top: 35px;
	padding: 0;
	text-align: left;
	background: url(/eastern-washington/img/sage-dots.gif) repeat-y;
}

#maincontent p, #maincontent2 p {
	font-size: 95%;
	text-align: left;
	margin-left: 15px;
	margin-bottom: 1em;
}

#maincontent p span, #maincontent2 p span {
	font-size: 85%;
}

#maincontent td p, #maincontent2 td p {
	text-align:center;
	font-size:90%;
}

#map, #livemap {
	position:relative;
	width: 523px;
	height: 400px;
	border: 3px double rgb(205,205,205);
}

/*negative margin subtracts extra whitespace from the last paragraph of this container*/
#photos {
	clear: right;
	margin-bottom:-50px;
}

#photos p {
	text-align: center;
	margin-bottom:55px;
}

#imagelist_left {
	 margin-left:30px;
	 width:254px;
	 float:left;
}

#imagelist_right {
	margin-left:284px;
	width:255px;
}

#imagelist_left p, #imagelist_right p {
	margin: 0 0 30px 5px;
}

#footer {
	clear: both;
	width: 800px;
	margin: 0 0 0 0;
	background: #ffffff;
	text-align: center;
}

.firstphoto {
	padding:55px 0 0 0;
}

.image-left {
	float: left;
	margin: 5px 5px 0 0;
	font-size:85%;
	text-align: center;
}

.image-right {
	float: right;
	margin: 5px 0px 5px 5px;
	font-size:85%;
	text-align: center;
}

#leftbanner h4 span, #midbanner h4 span, #rightbanner h4 span {
display: none;
}

/*------------------------------------------------
MISC FONTS and TEXT STYLES
------------------------------------------------*/
a {color: #DE7008;}
a img {border-style: none;}
#leftlinks a, h3 a {text-decoration: none;}
a:hover, #leftlinks a:hover, h3 a:hover {color: #E0AD12; text-decoration: underline;}
h5, h6, h4 span {display: none;}
h1 {color:#9E5205;font:bold 200% Verdana,Sans-Serif; margin-top:24px; text-align:center;}
h2 {color:#9E5205;font:bold 150% Verdana,Sans-Serif;letter-spacing:-1px; text-align:center;}
h3 {margin-top:10px; color:#777777;font-size:105%;}
p {margin:10px 0 5px 0; font-size:100%;}
.p120 {font-size: 120%;}
.p85 {font-size: 85%;}
.p80 {font-size: 80%;}
.p75 {font-size: 75%;}
.p70 {font-size: 70%;}
ul,ol{color:#000000;font-family:"Trebuchet MS",Trebuchet,Geneva,Verdana,Sans-Serif;font-size: 95%;margin-left:40px;}
hr {margin:20px 0 20px 0;}
#footer hr, #footer h1 {margin:0;}