* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	height: 100%;
	background: #f8c030 url(img/new/body-bg.jpg) repeat-y fixed center top;
	font: normal 13px/1.4em Arial, Helvetica, sans-serif;
	text-align: center;
}
img {
	border: 0;
}

/* TYPOGRAPHY ----------------------------------- */

p {
	margin: 0 0 1.5em;
}
h1 {
	border-bottom: 2px solid #f28427;
	margin: 0 -15px .5em 0;
	padding: 2px 0 3px;
	font-size: 20px;
	text-transform: uppercase;
}
h2 {
	font-size: 17px;
	margin: 1.2em 0 .3em;
	line-height: 1.1em;
}
h3 {
	font-size: 15px;
	margin: 1.2em 0 .3em;
	line-height: 1.1em;
}
blockquote {
	margin: 0 2em;
}
small {
	font-size: 11px;
}

/* LISTS ---------------------------------------- */

ul, ol {
	margin: .5em .5em 1.5em;
}
ul ul, ul ol, ol ul, ol ol {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 1.1em;
}
ul.related, ol.related {
	margin-top: -1em;
}
li {
	margin-left: 1.4em;
	padding-left: 0;
	line-height: 1.4em;
}
ul.spaced li, ol.spaced li {
	margin-bottom: 1em;
}

/* LAYOUT ---------------------------------------- */

#page {
	margin: 0 auto;
	min-height: 100%;
	background: #000 url(img/new/page-bg.jpg) repeat 0 0;
	width: 872px;
	text-align: left;
}

#right {
	float: right;
	width: 604px;
	margin-right: 12px;
}
#utilityNav {
	line-height: 28px;
	text-align: right;
	margin: 5px 15px 0 0;
	color: #f28427;
	font-size: 11px;
}
#utilityNav a {
	color: #fff;
	text-decoration: none;
}
#utilityNav a:hover {
	color: #f28427;
	text-decoration: underline;
}
#utilityNav span {
	margin: 0 4px;
}
#header {
	width: 604px;
	height: 199px;
	margin-bottom: 21px;
}
#header img {
	width: 604px;
	height: 199px;
	top: 0;
	left: 0;
}
#content {
	background: #fff;
	padding: 10px 15px;
}
#content a {
	color: #00f;
}
#content a:hover {
	color: #f28427;
}
#message {
	font-weight: bold;
	background-color: #771a15;
	color: #f8b936;
	padding: .75em 1em;
	margin-bottom: 1em;
}
#message a {
  color: #fff;
}

#left {
	float: left;
	width: 242px;
}
#logo {
	margin: 41px 0 21px 14px;
	width: 228px;
	height: 191px;
}
#leftNav {
	background: #000;
	padding: 15px;
	list-style: none;
	margin: 0;
}
#leftNav li {
	margin: 0;
	line-height: 1em;
	width: 212px;
}
#leftNav li.indented {
	padding-left: 10px;
	width: 202px;
}
#leftNav a {
	display: block;
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 13px;
	padding: 7px;
}
#leftNav a:hover {
	color: #f28427;
}

#footer {
	clear: both;
	background: #000;
	margin: 20px 0 0 90px;
	padding: 15px 0 15px 153px;
	text-align: center;
	font-size: 11px;
	line-height: 1.3em;
	color: #e5d5c6;
}
#footer a {
	color: #e5d5c6;
}
#footer a:hover {
	color: #f28427;
}

/* MISC ----------------------------------------- */

img.bordered {
	padding: 1px;
	border: 2px solid #636d47;
}
.box {
	background-color: #e7e7cb;
	border: 1px solid #6f6f4f;
	margin: 0 -10px;
	padding: 0 10px;
}
.imgWithCaption {
	margin-bottom: .5em;
}
.caption {
	width: 300px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 1.25em;
	color: #777;
}
.nt {
	margin-top: 0;
}
.nb {
	margin-bottom: 0;
}

/* sIFR ----------------------------------------- */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}
.sIFR-replaced, .sIFR-ignore {
	visibility: visible !important;
}
.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-replaced div.sIFR-fixfocus {
	margin: 0pt; 
	padding: 0pt; 
	overflow: auto; 
	letter-spacing: 0px; 
	float: none;
}
