body { padding:0; font-size: 62.5%; background-color: #ffffff; }


* {margin:0; padding:0;}
img	{ border:0; }

/* Global Text Styles */

p, #container ul {
	font-family: "Baskerville", Georgia, "Times New Roman", serif;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 22px;
	color: #181616;
	margin: 10px 0 20px 0;
	width: 80%;
}

.after { margin-top: -5px; }

li {
	list-style: none;
}

a, a:link, a:visited { text-decoration: underline; }
a, a:link { color: #876028; }
a:visited { color: #876028; }
a:hover { color: #ba863c; text-decoration: underline; }

#footer a, #footer a:link, #footer a:visited { text-decoration: none; }
#footer a, #footer a:link { color: #181616; }
#footer a:visited { color: #181616; }
#footer a:hover { color: #ba863c; text-decoration: underline; }

h1 { 
	font-family: Gotham, Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.1em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height: 1.0em;
	color: #876028;
	font-weight: bold;
	padding-top: 10px;
}

.first {
	padding: 0;
}

.afterh3 {
	margin-top: 20px;
}

h2 { 
	font-size: 1.5em;
	font-family: Gotham, Helvetica, Arial, Verdana, sans-serif;
	margin: 24px 0 7px 0;
	line-height: 1.3em;
	letter-spacing: 0.015em;
	color: #353535;
}

h2 a, h2 a:link { color: #353535; }
h2 a:visited { color: #000000; }
h2 a:hover { color: #ba863c; text-decoration: underline; }


h3 { 
	font-family: Gotham, Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.1em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height: 1.0em;
	color: #8b8b8b;
	margin: 0 0 9px 0;
	font-weight: normal;

}

#header {
	background-color: #353535;
	border-bottom: 6px solid #d6d0af;
}

#header ul {
	width: 541px;
	margin: 0 auto;
	padding: 10px 0 26px 226px;
}

#header li {
	float: left;
	list-style: none;
	padding: 0 17px 0 0;
	margin: 0 2px 3px 0;
	background: transparent url(../i/list-divider.gif) top right no-repeat;
	letter-spacing: 0.02em;
}

#header li.last {
	background: none;
}

#header a, #header a:link, #header a:active {
	font-style: italic;
	color: #e6e2ce;
	font-size: 1.4em;
}

#header a:hover {
	color: #c3b677;
}

#header a.on {
	color: #c3b677;
	text-decoration: none;
}

#container {
	margin: 70px 70px 0 160px;
}

#leftarrow a { 
	text-indent: -9999px; 
	background: transparent url(../i/arrow-left.png) top left no-repeat;
	display: block;
	width: 60px; 
	height: 60px;
	position: absolute;
	top: 110px;
	left: 50px;
}

#leftarrow a:hover { background-position: 0 -60px; }

#footer {
	background: #ffffff url(../i/res-footer-lg.gif) top left no-repeat;
	float: right;
	padding: 0 0 100px 298px;
	height: 110px;
	margin-top: 40px;
}

#footercontain {
	border-left: 1px solid #cccccc;
	height: 110px;
	padding-left: 20px;
}

h4 { 
	font-family: Gotham, Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	line-height: 1.0em;
	color: #876028;
	font-weight: bold;
	padding: 10px 0 5px 0;
}

h5 { 
	font-family: "Baskerville", Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-style: italic;
	letter-spacing: 0.05em;
	line-height: 1.0em;
	color: #8b8b8b;
	font-weight: normal;
	margin-bottom: 6px;
}

dl {
	padding: 5px 0 5px 0;
}

dt {
	clear: both;
	font-family: Gotham, Helvetica, Arial, Verdana, sans-serif;
	font-size: 0.9em;
	line-height: 1.9em;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #8b8b8b;
	font-weight: bold;
	float: left;
	width: 60px;
}

dd {
	font-family: "Baskerville", Georgia, "Times New Roman", serif;
	font-weight: normal;
	font-size: 1.4em;
	color: #181616;
	line-height: 0.8em;
	float: left;
	display: inline;
	width: 140px;
}