/* Dusk over the shifting sands */

body
{
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	color: black;
        font-size: .85em;
line-height: 1.2em;
	background-color: #e2e2c5;
}

img
{
border: none;
}

/* Banner across top of page that says the name of the whole site */

#main-title {
margin-bottom: 10px;
margin-left: 0;
margin-right: 0;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 20px;
padding-right: 0;
background-color: #9e9e8a;
border-top: 1px black solid;
border-bottom: 1px black solid;
color: #e2e2c5;
font-weight: bold;
font-size: 1.3em;
}

/* Heading level 1 is not contained in main-text. */

h1
{
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: 220px;
	margin-right: 250px;
	font-size: 1.4em;
	color: #77774f;
	border-bottom: 1px #999 dashed;
	padding-bottom: 10px;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	font-weight: bold;
}


h2
{
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	font-size: 1.3em;
	color: #5D5D3D;
	font-weight: bold;
}

h3
{
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	font-size: 1.2em;
	color: #515135;
	font-weight: bold;
        line-height: 1.5em;
}

#title-image
{
height: 80px;
background-color: #ea9e57;
background-image: url(../images/road6.gif);
background-repeat: no-repeat;
background-position: right;
}

#title
{
position: absolute;
top: 0px;
left: 10px;
}


/* Styles for the main text on the page. */

#main-text {
margin-top: 0;
margin-bottom: 50px;
margin-left: 220px;
margin-right: 250px;
}

p, ul, ol, table {
font-size: .8em;
line-height: 2em;
margin-top: 0;
margin-bottom: 17px;
margin-left: 0;
margin-right: 0;
padding: 0;
}


ol, ul {
margin-left: 25px;
}


a:link, a:visited
{
	color: #8f4b10;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	color: #c18048;
	text-decoration: none;
	font-weight: bold;
}

/* Styles for the navbar on the left side. */

#left-menu {
position: absolute;
top: 180px;
left: 25px;
width: 170px;
border-right: 1px #999 dashed;
text-align: right;
}

#left-menu p {
padding-right: 10px;
margin-bottom: 5px;
font-size: .8em;
line-height: 25px;
}

#left-menu a:link, #left-menu a:visited {
color: #7f7f6f;
}

#left-menu a:hover, #left-menu a.current {
color: #33332c;
}

#left-search
{
position: absolute;
top: 475px;
left: 35px;
width: 150px;
padding-right: 10px;
border-right: 1px #999 dashed;
text-align: right;
}

#left-search p
{
	
font-weight: bold;
padding-right: 5px;
	margin-bottom: 5px;
	font-size: .9em;
	line-height: 10px;
}


/* Styles for the pullquote on the right side. */

#right-column
{
	position: absolute;
	top: 134px;
	right: 0;
	margin: 20px;
	width: 200px;
border-top: 30px #9e9e8a solid;
border-left: 2px #9e9e8a solid;
border-bottom: 2px #9e9e8a solid;
border-right: 2px #9e9e8a solid;;
padding: 3px;
padding-top: 0px;
background-color: #ea9e57;
	line-height: 1em;
	font-size: .9em;
}



/*#right-column p
{
	line-height: 1em;
	font-size: .8em;
} */

/* #right-column strong
{

	font-style: italic;
	line-height: 1.6em;
} */

/* Styles for the logos and link bottom right of the page */

#logos
{
	position: absolute;
	top: 760px;
	right: 0;
	margin: 20px;
	width: 200px;
	line-height: 1.2em;
	font-size: .7em;
}

/* Styles for the footer at the bottom of the page */

#footer {
text-align: center;
background-color: #ea9e57;
color: #ffffff;
margin-bottom: 0;
padding-top: 10px;
padding-bottom: 10px;
border-top: 1px black solid;
font-size: .8em;
word-spacing: 10px;
}

#footer a:link, #footer a:visited {
color: #e2e2c5;
}

#footer a:hover {
color: #e2e2c5;
text-decoration: underline;
}