/* general formatting */

body {
	margin: 13px 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 62.5%;
	background: #FFFFFF url(/images/bg.gif) repeat-x scroll top;
}

p, h1, h2, h3, h4, h5 {
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

h1, h2, h3, h4, h5 {
	font-family: Arial Narrow, Helvetica Narrow, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 2.1em;
}

h2 {
	font-size: 1.9em;
	color: #ff6100;
}

form {
	margin: 0px;
	padding: 0px;
}

form label {
	display: block;
	float: left;
	width: 100px;
	clear: left;
	height: 20px;
	font-weight: bold;
}

input.text, textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 0.9em;
	line-height: 0.9em;
	height: 1.2em;
	width: 14em;
	padding: 0px;
	border: 1px solid #a9aaab;
}

select {
	font-family: Arial Narrow, Helvetica Narrow, Arial, Helvetica, sans-serif;
	color: #405987;
	font-size: 1em;
	line-height: 1em;
}

textarea {
	height: 8em;
	line-height: 1.3em;
}

#tierContent input.text {
	width: 252px;
	height: 1.3em;
	margin: 0px 0px 3px 0px;
	padding: 2px;
}

#tierContent textarea {
	width: 252px;
	padding: 2px;
}

a {
	color: #ff6100;
}

a:hover {
	text-decoration: none;
	color: #D03A07;
}

.white {
	color: #FFFFFF;
}

.blue {
	color: #004f94;
}

ul {
	margin-top: 5px;
}

a.clickorange, a.clickgrey {
	display: block;
	background: #ff6100 url(/images/clickicon_onorange.gif) no-repeat scroll 7px 5px;
	color: #FFFFFF;
	padding: 5px 0px 5px 22px;
	font-size: 0.9em;
	line-height: 0.9em;
	text-decoration: none;
	font-weight: bold;
}

a.clickgrey { background: #7f7f7f url(/images/clickicon_ongrey.gif) no-repeat scroll 7px 5px; }


/* structural styles */

#pageContainer {
	position: relative;
	width: 846px;
    margin: 0 auto;
}

#logo h1 {
	position:absolute;
	left: -999em;
}

#topNav, #subNav {
	position: absolute;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 43px;
}

#subNav {
	top: 72px;
}

#topNav li {
	float: left;
	text-align: left;
	padding: 0px 40px 1px 24px;
	background: url(/images/navicon.gif) no-repeat scroll left;
	font-size: 1.4em;
	font-weight: bold;
}

#subNav li {
	float: left;
	text-align: left;
	padding: 9px 16px 3px 20px;
	background: url(/images/subnavicon.gif) no-repeat scroll top left;
	font-size: 1.2em;
	margin-right: 11px;
	border-right: 1px solid #bababa;
}

#topNav a, #subNav a {
	color: #000000;
	text-decoration: none;
}

#topNav a:hover, #subNav a:hover { color: #ff6100; }

#topSearch {
	position: absolute;
	left: 413px;
	top: 81px;
	font-size: 1.2em;
}

#topSearch input, #topSearch span {
	float: left;
}

#topSearch input.text {
	width: 85px;
}

#searchgo {
	margin-left: 3px;
}

#printContent {
	font-size: 1.2em;
	padding: 10px;
}


#footer div {
	width: 832px;
	border-bottom: 1px solid #aaaaaa;
	height: 19px;
}

#footer span {
	color: #ff6100;
	text-decoration: none;
	font-weight: bold;
}

#footer a {
	font-weight: normal;
	text-decoration: none;
}

#footer a.grey {
	color: #484848;
	font-weight: normal;
	text-decoration: none;
}