/* @group Mass Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	min-width: 980px;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* @end */

body {
	font-size: 62.5%;
	background: #BA6C29;
}

#wrapper {
	position: relative;
	width: 780px;
	height: auto;
	margin: 0 auto 12px auto;
	padding: 0;
	overflow: auto;
}

#mastheadNav {
	position: relative;
	float: left;
	width: 100%;
	height: 339px;
	margin: 0;
	padding: 0;
	background: url(mastheadNavigation.jpg) top left no-repeat;
}

#mastheadNav h1,
#mastheadNav h2 {
	display: none;
}

#mastheadNav ul,
#mastheadNav ul li {
	display: block;
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#mastheadNav ul {
	margin: 296px 0 0 27px;
}

* html #mastheadNav ul {
	margin-left: 13px;
}

#mastheadNav ul li a {
	display: block;
	float: left;
	position: relative;
	margin: 0;
	padding: 11px 22px 10px 22px;
	font-size: 13px;
	font-family: Arial;
	text-decoration: none;
	border-right: 1px solid #111;
	color: white;
}

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

#mastheadNav ul li a.noBorder {
	border: 0;
}

#mainContent {
	position: relative;
	float: left;
	padding: 10px;
	width: 760px;
	background: white;
}

#mainContent p a {
	color: #8B603A;
	font-weight: bold;
	text-decoration: underline;
}

#mainContent p a:hover {
	text-decoration: none;
	color: #474747;
}

#mainContent dl {
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}	

#mainContent dl dt {
	margin: 2px 0 8px 0;
	padding: 0;
	font-weight: bold;
}

#mainContent dl dd {
	margin: 0;
	padding: 0;
}

#mainContent div.subContent {
	position: relative;
	width: 82%;
	margin: 10px auto;
	padding: 4px 20px;
	background: #f7f7f7;
	border: 1px solid #eee;
	font-weight: normal;
}	

#mainContent div.subContent p {
	margin: 0.6em 0 1em 0;
	padding: 0;
	color: #474747;
}

#mainContent div.subContent p.important {
	font-size: 1.3em;
}

#mainContent div.subContent h3 {
	padding: 0;
	text-indent: 0;
	font: bold 1.4em/1.5em Arial, sans-serif;
}

#mainContent div.subContent h4 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 1.4em;
	font-weight: bold;
}

#mainContent div.subContent img {
	float: right;
	margin: 10px 0 0 0;
	padding: 0;
	border: 1px solid #eee;
}

#mainContent li.hot p {
	color: red;
}

#mainContent span.red {
	color: red;
}

#mainContent img {
	float: left;
	padding: 2px;
	margin: 1.2em 10px 0 16px;
}

* html #mainContent img {
	margin-left: 8px;
}

#mainContent h2 {
	font: bold 1.6em/1.5em Arial, sans-serif;
	color: #793F0D;
	text-indent: 16px;
	margin: 1.2em 0 0.2em 0;
	padding: 0;
}

#menu #mainContent h2 {
	border-left: 5px solid #793F0D;
	text-indent: 4px;
	margin-left: 11px;
	line-height: 1em;
}

#menu #mainContent h2.title {
	border: 0;
	text-indent: 16px;
	margin: 1.2em 0 0.2em 0;
	padding: 0;
	line-height: 1.5em;
}

#mainContent h3 {
	font: bold 1.4em/1em Arial, sans-serif;
	color: #8B603A;
	text-indent: 16px;
	margin: 0.8em 0 0.2em 0;
}

#mainContent p {
	font: normal 1.2em/1.5em Arial, sans-serif;
	margin: 0.6em 0 0.6em 0;
	padding: 0 16px;
}

#footer {
	position: relative;
	float: left;
	width: 760px;
	padding: 5px 10px;
	text-align: center;
	border-top: 1px solid #793F0D;
	background: #8B603A;
}

#footer p {
	font: normal 1.2em/1.5em Arial, sans-serif;
	padding: 0;
	margin: 0;
	color: white;
}

#footer a {
	color: white;
	text-decoration: none;
}