*{
	margin:0;
	padding:0;
}

/*a, a:visited {
	color:#0196e3;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}*/

a img{
	border:none;
}

h1,h2,h3{
	font-family:"Myriad Pro","Helvetica Neue",Helvetica,Arial,Sans-Serif;
	text-shadow:0 1px 1px black;
}

h1{
	font-size:3.5em;
	padding:0.5em 0 0;
	text-transform:uppercase;
}

h3{
	font-family:forte,"Myriad Pro","Helvetica Neue",Helvetica,Arial,Sans-Serif;
	font-size:2em;
	font-weight:normal;
	margin:0 0 1em;
}

h2{
	font-size:2.2em;
	font-weight:normal;
	letter-spacing:0.01em;
	text-transform:uppercase;
}

p{
	line-height:1.5em;
	padding-bottom:1em;
}

ul{
	margin-left:5em;
	margin-bottom:10px;
}

.button{
    padding:3px 3px 3px 3px;
    text-decoration: none;
    display: inline-block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    /*font-family: "Lucida Grande",Lucida,Verdana,sans-serif;*/
    outline:none;
    position:relative;
    font-size: 1.6em;
    margin:5px;
    background:transparent url(buttonover.png) repeat-x top left;
    white-space:nowrap;
}
.button:hover{
    background-color: #777;
    text-shadow: 0px 2px 2px #000;
}
.button:active{
    top: 1px;
    left:1px;
}
.engraved{
    background: #666;
    border: 1px solid #777;
    color: #fff;
    text-shadow: 0px 1px 1px #000;
    /*font-weight: bold;*/
}

#header,#footer,#content,#nav,#figure{
	display:block;
}

body{
	font-size:0.85em;
	color:#fcfcfc;
	background: url(../images/shade-right.png) repeat-y right top #7c602f;
	font-family:Arial, Helvetica, sans-serif;
	overflow-x:hidden;
}

#page{
	width:100%;
	margin:0 auto;
	position:relative;
}

#header{
	width: 100%;
	margin: auto;
}

#hdr-top{
	width: 960px;
	margin: auto;
}

#logo {
	background: url(../images/oxbow.png) no-repeat;
	width: 559px;
	height: 195px;
	font-size: 0.1em;
	float:left;
}

#logo a { 
	text-indent: -2000em;
	width: 559px;
	height: 195px;
	display: block;
}

#nav{
	/*background:url(../images/gradient_light.jpg) repeat-x 50% 50% #f8f8f8;*/
	padding:5px 5px;
	position:relative;
	top:13em;
	float:right;
	font-size:.75em;
	font-weight:bold;
	
	border:1px solid #7c602f;
	-moz-box-shadow:0 1px 1px #333333;
	-webkit-box-shadow:0 1px 1px #333333;
	box-shadow:0 1px 1px #333333;
}

#nav ul li{
	display:inline;
}

#nav ul li a,
#nav ul li a:visited{
	color:#565656;
	display:block;
	float:left;
	font-size:.9em;
	font-weight:bold;
	margin:5px 2px;
	padding:7px 10px 4px;
	text-shadow:0 1px 1px white;
	text-transform:uppercase;
}

#nav ul li a:hover{
	text-decoration:none;
	background-color:#f0f0f0;
}

#nav, #content, #nav ul li a,#figure{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

#hdr-spacer {
	width: 100%;
	height: 83px;
	background: #7c602f;
}

#hdr-spacer-top{
	height: 4px;
	background: url(../images/spacer-top.png) repeat-x top;	
}

#hdr-spacer-shade{
	height: 75px;
	background: url(../images/spacer-shade-left.png) repeat-y left top;
}

#hdr-spacer-bottom{
	height: 4px;
	background: url(../images/spacer-bottom.png) repeat-x bottom;	
}

#logo-ad {
	width: 960px;
	margin: auto;
	height: 75px;
}

#logo-ew {
	background: url(../images/earthworks.png) no-repeat;
	width: 488px;
	height: 49px;
	font-size: 0.1em;
	margin: auto;
}

#content {
	width:920px;
	height:auto;
	margin: 20px auto;
	position: relative;	
	background-color:#6b5329;
	padding:20px;
	/*text-shadow:0 2px 0 black;*/
}

 .content-text {
 	position:absolute;
 	width:920px;
 	height:auto;
 }
 
#footer{
	width:960px;
	margin: auto;
	margin-bottom:20px;
	padding-bottom:2px;
	text-align:center;
	font-size:0.825em;
}

#footer p{
	margin-bottom:-2.5em;
	position:relative;
}

#footer a,#footer a:visited{
	color:#cccccc;
	display:block;
	padding:2px 4px;
	z-index:100;
	position:relative;
}

#footer a:hover{
	text-decoration:none;
	text-shadow:0 2px 0 black;
}

#footer a.by{
	float:right;
}

#footer a.cpy{
	float:left;
}

figure{
	border:2px solid #7c602f;
	float:right;
	height:307px;
	margin-left:15px;
	overflow:hidden;
	width:410px;
	z-index: 10000 !important;
}

figure image {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

figure:hover{
	-moz-box-shadow:0 0 5px #fcfcfc;
	-webkit-box-shadow:0 0 5px #fcfcfc;
	box-shadow:0 0 5px #fcfcfc;
}

.line{
	/* The dividing line: */
	height:1px;
	background-color:#48381c;
	border-bottom:1px solid #7c602f;
	margin:0;
	overflow:hidden;
}

#content .line{
	/* The dividing line inside of the article is darker: */
	background-color:#48381c;
	border-bottom-color:#7c602f;
	margin:1.3em 0;
}

#footer .line{
	margin:2em 0;
}

.clear
{
	clear: both;
}