@charset "UTF-8";
body {
	background: #f9f6ec url(images/body-bg.jpg);
	padding: 0;
	margin: 0;
	font: .8em Arial, Helvetica, sans-serif;
}
/* ------------------------------------------ */
/* ----------------- HEADER ----------------- */
/* ------------------------------------------ */
#header {
	background: #ddc07f url(images/header-bg.jpg) repeat-x;
}
#nameplate {
	position: relative;
	height: 200px;
	background: url(images/nameplate.jpg) no-repeat;
}
#nameplate h1 {
	padding: 0;
	border: none;
	margin: 0;
}
#nameplate h1 a {
	display: block;
	width: 160px;
	height: 30px;
	position: absolute;
	top: 85px;
	left: 21px;
	text-indent: -999em;
}
#nameplate h2 {
	position: absolute;
	top: 0;
	left: 200px;
	line-height: 200px;
	color: #000;
	font-size: .9em;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 0;
	border: none;
	margin: 0;
}
#nameplate p {
	color: #333;
	font-size: .9em;
	letter-spacing: 1px;
	line-height: normal;
	margin: 0;
}
/* --------------------------------------- */
/* ----------------- NAV ----------------- */
/* --------------------------------------- */
#siteNav {
	background: #fff;
	height: 30px;
	line-height: 30px;
}
#siteNav_links h3 {
	position: absolute;
	top: -999em;
}
#siteNav_links ul {
	margin: 0 0 0 90px;
	;
	padding: 0;
	list-style: none;
}
#siteNav_links ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
#siteNav_links ul li a {
	font-weight: bold;
	font-size: .9em;
	text-decoration: none;
	float: left;
	padding: 0 10px;
}
#siteNav_links ul li a:hover {
	background: #9a4805;
	color: #fff;
}
/* ------------------------------------------- */
/* ----------------- CONTENT ----------------- */
/* ------------------------------------------- */
#mainContent {
	width: 660px;
	width/**/:/**/ 560px;
	padding: 50px 0 50px 100px;
	line-height: 140%;
	position: relative;
}
p {
	margin: 0 0 10px 0;
}
h1, h2 {
	color: #000;
	font-size: 2em;
	margin: 0 0 30px 0;
	letter-spacing: 1px;
	font-weight: normal;
}
h3 {
	color: #333;
	font-size: 1.2em;
	padding-bottom: 5px;
	border-bottom: 1px solid #999;
	margin-top: 35px;
}
h4 {
	font-size: 1em;
	margin-bottom: 10px;
	margin-top: 25px;
}
a {
	color: #9a4805;
	text-decoration: none;
}
#features {
	position: absolute;
	top: 50px;
	right: -190px;
	width: 180px;
	width/**/:/**/160px;
	padding: 10px;
	background: #fff;
	line-height: normal;
}
#features h3 {
	position: absolute;
	top: -999em;
	left: -999em;
}
#features .feature {
	margin-bottom: 1em;
	border-bottom: 1px solid #ccc;
	padding-bottom: .75em;
}
#features p {margin: 0;}

/* for the Media page */
ul.mediaIndex {
    padding: 0;
    list-style: none;
}
ul.mediaIndex li a {
	background: url(images/bullet-boxArrowGray.png) top left no-repeat;
	padding-left: 16px;
	font-weight: bold;
	font-size: .9em;
}
ul.mediaIndex li a:hover {
	background: url(images/bullet-boxArrowYellow.png) top left no-repeat;
	text-decoration: none;
}
ul.mediaIndex li.active a {
	background: url(images/bullet-boxArrowYellow.png) top left no-repeat;
	color: #333;
}
.mediaSection ul {
	padding: 0;
	list-style: none;
}
.mediaSection  ul li {padding: .75em .5em;}
.mediaSection  ul li.highlight {background-color: #fffcf8;}

/* ------------------------------------------ */
/* ----------------- FOOTER ----------------- */
/* ------------------------------------------ */
#footer {
	width: 560px;
	padding: 10px 0 20px 0;
	border-top: 5px solid #fff;
	margin: 0 100px;
	text-align: center;
	font-size: .9em;
	color: #666;
}
/* ---------------------------------------- */
/* ----------------- MISC ----------------- */
/* ---------------------------------------- */
#accessLinks {
	position: absolute;
	top: -999px;
	left: 0;
	width: 80%;
	z-index: 999;
}
#accessLinks a {
	position: absolute;
	top: 0;
	left: 0;
}
.crazyIEfix:active, #accessLinks a:focus, #accessLinks a:active {
	top: 999px;
	background-color: #434343;
	color: #f0e4d4;
	padding: 2px 4px;
	border: 1px solid #000;
	margin: 5px;
	white-space: nowrap;
}
