/* - - - - - - - - - - ELEMENT-BASED SELECTORS - - - - - - - - - - */

body {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #000;
	background-color: #FFF;
	font-size: 12px;
}

img {
	border-style: none;
}

a {
	text-decoration: none;
}

h1, h2, h3 {
	margin: 0;
}

/* - - - - - - - - - - ID-BASED SELECTORS - - - - - - - - - - */

#pageholder {
	width: 924px;
	margin: 0 auto 0 auto;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0 30px;
	/* Dummy border for keeping this <div> at the top */
	border-width: 1px; border-style: solid none none none; border-color: #FFF;
}

#headernav {
	position: absolute;
	width: 924px;
	margin: 8px 0 0 0;
	text-align: right;
}

#footernav {
	margin: 1.5em 0 1.5em 0;
	text-align: right;
}

#headernav a, #footernav a {
	text-transform: uppercase;
	color: #666;
	padding-left: 1.5em;
}

#headernav strong a, #footernav strong a {
	color: #E65210;
	font-weight: normal;
}

#logo {
	margin: 204px 0 50px 0;
}

#logo a {
	display: block;
	width: 151px;
	height: 35px;
	background-image:url(/files/logo.gif);
	background-repeat: no-repeat;
}

#logo span {
	position: absolute;
	top: -500px;
	left: -500px;
}

#content, #content1 {
	line-height: 1.45em;
	color: #666;
	width: 352px;
	padding: 0 0 0 22px;
	float: left;
}

#content a, #content1 a, #content2 a {
	color: #666;
	background-image:url('/files/icon_link.gif');
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding: 0 0 0 17px;
}

#content p, #content2 p {
	margin: 0 0 1em 0;
}

#content h2, #content1 h2, #content2 h2 {
	color: #E5550F;
	font-size: 1em;
}

#content div.colspanblock {
	clear: both;
	padding-bottom: 46px;
}

#content div.colspanblock div {
	width: 345px;
	float: right;
	padding: 0 0 48px 46px;
}

#content ul {
	margin: 1em 0 1em 0;
	padding: 0;
}

#content li {
	list-style-type: none;
	background-image:url('/files/listbullet.gif');
	background-repeat: no-repeat;
	background-position: 0 0.55em;
	margin: 0;
	padding: 0 0 0 0.75em;
}

#content1 {
	float: left;
	width: 13em;
	padding: 0;
}

#content1 h1 {
	text-transform: uppercase;
	font-size: 1.55em;
	font-weight: bold;
	color: #666;
	margin-bottom: 2em;
}

#content1 h1 em {
	color: #E5550F;
	font-style: normal;
}

#content2 {
	float: right;
	padding: 0;
	width: 345px;
	line-height: 1.45em;
	color: #666;
}

#sitemap ul {
	margin: 0;
	padding: 0;
}

#sitemap a {
	background-image: none;
	padding: 0;
	color: #FF6600;
	font-weight: bold;
}

#sitemap li {
	list-style-type: none;
	background-image:none;
	padding: 0.15em 0 0.15em 0;
}

#sitemap li li {
	padding-left: 2em;
}

#sitemap li li a {
	color: #666;
}

#sitemap li li li a {
	color: #EBA982;
}

/* - - - - - - - - - - - - - - NAVIGATION - - - - - - - - - - - - - - */

#navigation {
	position: absolute;
	margin: 204px 0 0 178px;
	width: 742px;
}

#navigation a {
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
}

#navigation strong a {
	color: #E65210;
}

#navigation ul {
	margin: 0;
	padding: 0;
	display: inline;
}

#navigation ul ul {
	display: inline;
	position: absolute;
	top: 1.75em;
	left: 0;
}

#navigation li {
	display: inline;
	margin: 0;
	padding: 0 20px 0 0;
	list-style-type: none;
}

#navigation a.dimmed {
	color: #BBB;
}

#navigation li li {
	padding-right: 18px;
}

