/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a {
	margin: 0;
	padding: 0;
}
body {
	background: #E35A00 url(/images/bak_diamond.gif) fixed center top;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
body,td,th {
	color: #FFF4CB;
	font-size: 1em;
	background-color: #EE6A00;
}

.container { width: 760px; margin: 0 auto; clear: both; }

h1 {font-size: 2em; margin-bottom: 20px; }

h2 {font-size: 1.5em;}

h3 {font-size: 1.2em;}

h2, h3, p{margin-bottom: 10px;}

hr {height: 1px; border: 0px solid #4F2500; color:#FFF4CB; background-color:#FFF4CB; margin-bottom: 1em; clear: both;}

p { line-height: 1.5em;}

/* links */

a:link {
	color: #FFF4CB;
}
a:visited { color: #C6EFAD; }
a:hover {
	color: #FFFFFF;
}

/* header section */	
#header {
	width: 100%;
	background: #1D4D00 url(../images/header_grad.gif);
	height: 180px;
}

#Mast {     /* Gilder/Levin image replacement */
	height: 180px;
	position: relative;
}

#Mast h2 { 
	font: 2.8em Georgia, "Times New Roman", Times, serif;
	color: #FFF4CB;
	letter-spacing: 1px;
	text-align: left;
	position: relative;
	left: 54px;
	top: 37px;
}

#Mast h2 span{
	width: 760px;
	height: 180px;
	position: absolute;
	left: -54px;
	top: -37px;
	background-image:url(/images/masthead.jpg)
}

/* content section */
#content {
	background: #4F2500 url(../images/brown_grad.gif) repeat-y center;
	text-align: right;
	border: 1px solid #502500;
}

/*  nav section */
#nav {
	border-right: 1px #FFF4CB solid;
	float: left;
	width: 169px;
	margin: 25px 0 20px 0;
	text-align: left;
}
#nav * {margin-left: 15px; margin-right: 15px;}
#nav * * {margin-left: 0; margin-right: 0;}

#nav a{	color: #FFF4CB; text-decoration: none;}
#nav a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

#nav ul { list-style: none;}

#nav li {
	line-height: 1.2;
	font-weight: bold;
	margin: .8em 2px .8em 4px;
}

#nav li li {
	font-weight: normal;
	letter-spacing: .02em;
	margin: .7em 0 .7em 10px;
}

#nav ul ul { margin: .8em 0 .8em  0;}


/* main content section */
#main-content {
	width: 590px;
	margin: 25px 0 0 0;
	text-align: left;
	float: right;
}

#main-content * { margin-left: 25px; margin-right: 25px; }
#main-content * * { margin-left: 0; margin-right: 0; }

#main-content .image-with-caption{
	padding-top: 1em;
}

#main-content .image-with-caption p{
	font-style: italic;
	text-align: center;
}

/* footer */
#footer {
	clear: both;
	padding: 1em 0 0 0;
	background: #381A00;
	font-size: 0.75em;
	border: 1px solid #381A00;
}

#footer div{ text-align: center; }

#footer li {
	display: inline;
	padding-left: 1em;
}

/* footer links */
#footer a { text-decoration: none; }

#footer a:hover{color: #CCCCCC;}

/* Classes */

.caption {font-size: .75em; margin: 0 10px 0 10px; line-height: 1.2;}

.clear {clear: both;}
#content #main-content ul {
	margin: .3em 0 1em 3em;
}
#content #main-content li {
	margin: 0 0 .4em 0;
}

.floatleft { float: left;}
#main-content img.floatleft { margin: 7px 20px 20px 0; }

.floatright { float: right;}
#main-content img.floatright { margin: 7px 0 20px 20px; }

#main-content h2 {
	margin-top: 1em;
	clear: both;
}

#main-content .first { margin-top: 0px; }
