/* ------------------------------------------------------------- layout -- */

body {
	padding: 0;
	margin: 0;
	font: 9pt "lucida grande", verdana, arial, sans-serif;
	background-image: url('/?asset=assets%2fpng%2fbg.png');
	background-repeat: repeat-y;
	background-position: 50% 0;
}

#wrapper {
	background-image: url('/?asset=assets%2fpng%2fheader-bg.png');
	background-repeat: repeat-x;
	text-align: center;
}




/* ------------------------------------------------------------ header -- */

#header {
	width: 700px;
	height: 150px;
	background-image: url('/?asset=assets%2fjpg%2fheader-web.jpg');
	background-repeat: no-repeat;
	background-position: 50% 0;
	margin: 0 auto;
}

#header h1, #header h2, #header img { display: none; }




/* ----------------------------------------------------------- content -- */

#content {
	width: 680px;
	text-align: left;
	margin: 0 auto;
	padding: 5px 10px 0 10px;
	background-image: url('/?asset=assets%2fpng%2fbg.png');
}

#content h2 {
	color: #883F1B;
	font-size: 12pt;
}

#content p {
	padding-right: 10px;
	margin: 0 0 20px 0;
	line-height: 1.5em;
}

#content h2 a {
	text-decoration: none;
}

body.hpt-menu #content h1 {
	color: #883F1B;
	font-size: 16pt;
	padding-top: 15px;
}

body.hpt-menu #content h2 {
	background-image: url('/?asset=assets%2fpng%2fmenu-h2-bg.png');
	background-position: 50% 0;
	background-repeat: no-repeat;
	padding-top: 35px;
	height: 25px;
}

body.hpt-menu div.smallprint {
	background-image: url('/?asset=assets%2fpng%2fmenu-smallprint.png');
	background-position: 50% 20px;
	background-repeat: no-repeat;
	padding-top: 40px;
}




/* --------------------------------------------------------------- nav -- */

#nav {
	width: 700px;
	height: 25px;
	text-align: left;
	margin: 0 auto;
	background-image: url('/?asset=assets%2fpng%2fnavbar.png');
}

#nav h2 { display: none; }

#nav ul {
	margin: 0;
	padding: 3px 0 0 10px;
}

#nav li {
	display: inline;
	list-style: none;
	padding-right: 10px;
}

#nav li a {
	color: #883F1B;
	text-decoration: none;
}

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

#nav li a.active {
	font-weight: bold;
}




/* ------------------------------------------------------------ footer -- */

#footer {
	clear: both;
	width: 700px;
	margin: 0 auto;
	background-image: url('/?asset=assets%2fpng%2ffooter.png');
	background-repeat: no-repeat;
	background-position: 50% 20px;
	text-align: center;
	padding: 135px 0 10px 0;
	font-size: 8pt;
}

#footer p {
	margin: 0 0 5px 0;
	color: #000;
}

#footer p.last {
	margin-bottom: 0 !important;
}

#footer a {
	color: #444;
	text-decoration: none;
	border-bottom: 1px dotted #aaa;
}

#footer a:hover {
	color: #888;
}
