/* CSS Document */
@import url(reset.css);

img  {
	display:none;
}

html {
	overflow-y: scroll;  /* always show scroll so pages dont jump in FF */
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	text-align:center;
}

h1 {
	font-size:1.5em;
	color:#636467;
	font-weight:bold;
	text-indent:-999em;
	height:0;
}
h2, .registerLink {
	font-family:"Times New Roman", Times, serif;
	font-size:1.7em;
	font-weight:normal;
	letter-spacing:0.005em;
	padding:0;
	color:#636467;
	margin-bottom:22px;
	line-height:1.25;
}
h3{
	font-size:1.3em;
	font-weight:bold;
}
h4{
	font-size:1.1em;
	line-height:1;
	margin-top:-0.6em;
	color:#f69322;
	font-weight:bold;
	padding:0 2px 9px 2px;
	margin-bottom:9px;
	border-bottom:1px solid #797b7f;
} * html h4 { margin-top:-0.7em; /* Lazy IE6 Fix */ }
li{
	font-size:1.2em;
}
p {
	font-size:1.1em;
	margin-bottom:6px;
}
p, li, td, th {
	line-height:1.5;
	color:#818386;
}
legend{
	display:none;
}
blockquote{
	margin-left:80px;
}
cite{
	font-style:italic;	
}

a:link, a:visited{
	color:#818386;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a:visited{
	color:#818386;	
}
a img{
	border:none;	
}

/* --- CONTAINER --- */
#container, #masthead, #footer {
	width:800px;
	padding:0 63px;
	margin:0 auto;
	text-align:left;
	position:relative;
	height:auto !important;
}
#container{
	padding-bottom:2.375em;
}

/* --- Masthead --- */
#masthead{
	font-family:Arial, Helvetica, sans-serif;
	padding:47px 0 0 0;
}
#logo {
	padding-bottom:22px;
}
#logo a{
	display:block;
	text-indent:-999em;	
	background:url(/img/logo-alternate.gif) no-repeat;
	height:42px;
}
#main-nav li a {
	color:#636467;
	position:relative;
}
#main-nav li a span{
	font-size:1.2em;
	font-weight:bold;
	padding:0 0 2px 0px;
	letter-spacing:0;
}
#main-nav li a:hover, #main-nav li.on a{
	color:#f69322;
}
#main-nav li a.last img {
	display:none;
}

#masthead .textOnly{
	display:none;
}
#masthead .normalSite {
	padding:22px 0;
}
#masthead .normalSite a{
	color:#636467;
	font-size:1.1em;
	font-weight:bold;
}

/* --- Search ---*/
#masthead .searchArea{
	height:24px;
	color:#636467;
	font-size:1.2em;
	font-weight:bold;
}
#masthead input.textbox{
	display:inline;
	width:186px;
	height:20px;
	margin-left:16px;
	border:1px solid #dcccdf;
	color:#818386;
}
#masthead input.search{
	width:24px;
	height:24px;
	vertical-align:top;
}

/* --- Content --- */
#fullWidthContent, #content, #extra, #sidebar {
	padding-top:22px;
}
.richtext ul {
	margin-bottom:10px;
}
.richtext li {
	list-style:disc outside none;
	font-size:1.1em;
	margin-left:20px;
}
#sidebar {
	clear:both;
}
#sideMenu  {
	font-family:Arial, Helvetica, sans-serif;
}
#sideMenu li {
	font-size:1.2em;
	border:0 !important;
}
#sideMenu li a {
	padding:3px 20px 2px 0px;
}
#sideMenu li.on, #sideMenu li a:hover {
}
#sideMenu li.on {
	font-weight:bold;
}
#sideMenu li.noBackgroundOn {
	font-weight:bold;
}
/* -- Footer -- */
#footer {
	clear:both;
	border-top:1px solid #c2cbcf;
	padding:0;
}
#footer p{
	padding:18px 2px;
	font-size:1em;
	float:left;
	clear:both;
}
#footer p, #footer p a {
	color:#5a5b5e;
	text-decoration:none;
}

/* -- Classes -- */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.hidden{
	position:absolute;
	left:-999em;
}
.bigtitle{
	font-family:"Times New Roman", Times, serif;
	font-size:4.5em;
	font-weight:normal;
	color:#f69322;
	margin-bottom:22px;
}
.orange {
	color:#f69322 !important;
}
a .orange:hover {
	text-decoration:underline;
}
.error{
	font-weight:bold;
	color:red;
}
.note{
	font-weight:bold;
	color:#f69322;
}
.correct{
	font-weight:bold;
	color:#793479;
}