@charset "UTF-8";
/* CSS Document */

/*---rules to undo browser defaults---*/

body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 1em;
}

a{
	text-decoration:none;
	outline:none;
}

a img{
	border:none;
}

/*---end undo browser defaults---*/

body {
	background: #6d7059 url(../images/layout/index-bg.gif);
	text-align:center;
	font-family: "Georgia","Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 150%;
}

#wrapper {
	width: 910px;
	text-align: left;
	margin: 0 auto;
}

#main {
	background: #f8f5df;
}

ul#nav {
	padding-left: 10px;
}

ul#nav li, ul.subNav li {
	display:inline;
}

ul#nav a img {
	padding:18px 15px 14px 15px;
}

ul#nav a img  {
	background: #f8f5df url(../images/layout/button-bg.gif);
	background-position: center 0;
}

ul#nav a:hover img  {
	background-position: center -58px;
}

ul.subNav {
	background-color: #6d7059;
	margin:0 5px 5px 5px;
	padding:0 0 0 12px;
}

ul.subNav li  {
	margin: 0px 2px 0px 2px;
}

ul.subNav a img {
	padding: 4px 10px 4px 10px;
	margin-top: 4px;
 }

ul.subNav a:hover img {
	 background-color: #4E5A3E;
 }
 
#flash.triple {
	width:900px;
	height:307;
	margin: 0 auto 5px;
}

#flash.single {
	width:900px;
	height:200;
	margin: 0 auto 5px;
} 

#homeText {
	padding:30px 0 40px 0;
	text-align: center;
}
 
#content {
	padding: 0 60px 0px 60px;
}

#headline {
	padding: 25px 0 25px 60px;
}

#headline h1 {
	font-size: 1.8em;
	color: #4E6042;
	letter-spacing: .06em;
	line-height: 1.2em;
}

#storyTitle {
	padding-bottom:15px;
	color:#4E6042;
}

#date {
	float:right;
	font-style:italic;
}

#title h2{
	font-weight: bold;
	font-size: 1.1em;
	color: #393E2A;
	letter-spacing: .06em;
	line-height: 1.1em;
}
	

#text {
	width:450px;
}
	
#text a {
	color: #393E2A;
	font-weight: bold;
}

#text a:hover {
	text-decoration: underline;
}

#images {
	float: right;
	padding: 0 0 0 30px;
}

#images img {
	padding-bottom: 25px;
	
}

#credits {
	clear:both;
	color: #393E2A;
	float: right;
	font-size:.8em;
	margin: 25px 40px 3px 0;
}

#bottom {
	clear:both;
	line-height: 1px;
}

#footer {
	clear:both;
	padding: 0 40px 0 40px;
	letter-spacing: .05em;
	word-spacing: .3em;
}

#footer, #footer a {
	color: #f8f5df;
	font-size: .9em;
	
}

#footer .footerButton {
	padding-left: 30px;
}

#footer #footerLinks {
	float: right;
}


