/* PAGE/GENERAL */

*
{
	margin: 0;
	padding: 0;
}

a:link
{
	color: #3C78B5;
}

a:visited
{
	color: #9F65B2;
}

a:hover
{
	text-decoration: none;
}

body
{
	background-position: top center;
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
}

#page
{
	width: 100%;
	margin: 0;
	min-height: 100%;
	text-align: left;
}

* html #page
{
	width: 100%;
	height: 100%;
}

.clearer
{
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

.hidden
{
	position: absolute;
	left: -10000px;
}




/* HEADER */

#header
{      
	margin: 0 0px 0 0px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  height: 7.5em;
  margin-bottom: 5mm;
  padding: 0 2.5mm 0 5mm;
  background-repeat: no-repeat;
}


.headerTitle {
  font-size: 200%;
  font-weight: bold;
  line-height: 2em;
}


#logo
{
	position: absolute;
	z-index: 20;
	width: 211px;
	height: 68px;
	overflow: hidden;
	margin-top: 0;
}

#logo a
{
	display: block;
	height: 68px;
	overflow: hidden;
	font-size: 150%;
	line-height: 68px;
}

#logo a:hover
{
	cursor: hand;
	c\ursor: pointer;
}

#logo span.replacement
{
	display: none;
	position: absolute;
	top: 0;
	width: 211px;
	height: 68px;
	background-repeat: no-repeat;
}

* h\tml #logo span.replacement
{
	display: block;
	z-index: 30;
}

#logo a span.replacement
{
	display: block;
	z-index: 35;
}

#logo span.linkText
{
	position: relative;
	z-index: 25;
}

#menu
{
	position: absolute;
	z-index: 10;
	top: 0;
	height: 68px;
	margin-top: 0;
	margin-left: 0;
	list-style: none;
}

#menu li
{
	position: absolute;
	top: 0;
	height: 68px;
}

#menu a
{
	display: block;
	height: 68px;
	overflow: hidden;
	line-height: 68px;
}

#menu a:hover
{
	cursor: hand;
	c\ursor: pointer;
}

#menu a:hover span.replacement
{
	background-position: 0 -68px;
}

#menu li.on a span.replacement, #menu li.on a:hover span.replacement
{
	background-position: 0 -136px;
}

#menu span.replacement
{
	display: none;
}

* h\tml #menu span.replacement
{
	display: block;
	position: absolute;
	z-index: 10;
	top: 0;
	height: 68px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#menu a span.replacement
{
	display: block;
	position: absolute;
	z-index: 15;
	top: 0;
	height: 68px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#menu span.linkText
{
	position: relative;
	z-index: 5;
}

#menuAbout
{
	width: 86px;
	margin-left: 624px;
}

#menuAbout span.replacement
{
	width: 86px;
}

#menuSupport
{
	width: 100px;
	margin-left: 524px;
}

#menuSupport span.replacement
{
	width: 100px;
}




/* CONTENT */

#content
{
	padding-bottom: 150px;
}

#contentMain {
	float: right;

}
#contentMainof
{
	display: inline;
	clear: both;
	float: left;
	margin-top: 0;
	margin-left: 0px;
}

h1
{
	clear: both;
	position: relative;
	left: -16px;
	margin-top: 25px;
	margin-bottom: -0.25em;
	padding-top: 10px;
	background-repeat: no-repeat;
	font-size: 125%;
	text-indent: 16px;
	text-transform: uppercase;
	letter-spacing: -0.05em;
}

h1 .subTitle
{
	display: block;
	margin-top: 8px;
	padding-bottom: 16px;
	background-repeat: no-repeat;
	background-position: 0 100%;
	font-size: 160%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
}

h2
{
	clear: both;
	margin-top: 1.5em;
	margin-bottom: -0.25em;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 0.5em;
	font-size: 140%;
	font-family: Arial, Helvetica, sans-serif;
}

#contentMain h2
{
	margin-right: 16px;
}

#contentMain * h2
{
	margin-right: 0;
}

h3
{
	margin-top: 1.5em;
	margin-bottom: -0.75em;
	font-size: 120%;
	font-family: Arial, Helvetica, sans-serif;
}

#contentMain h3
{
	margin-right: 16px;
}

#contentMain * h3
{
	margin-right: 0;
}

h4
{
	margin-top: 1.5em;
	margin-bottom: -0.75em;
	font-size: 120%;
	font-family: Arial, Helvetica, sans-serif;
}

#contentMain h4
{
	margin-right: 16px;
}

#contentMain * h4
{
	margin-right: 0;
}

ol
{
	margin-top: 1.5em;
	margin-left: 1.5em;
}

#contentMain ol
{
	margin-right: 16px;
}

#contentMain * ol
{
	margin-right: 0;
}

p
{
	margin-top: 1.5em;
}

#contentMain p
{
	margin-right: 16px;
}

#contentMain * p
{
	margin-right: 0;
}


th
{
	border: 3px solid #FFFFFF;
	padding: 0.5em;
	text-align: center;
	vertical-align: middle;
}

th span
{
	display: block;
	font-size: 85%;
	font-weight: normal;
	line-height: 1.2em;
}

table .c1
{
	text-align: left;
}

ul
{
	margin-top: 1.5em;
	margin-left: 1.5em;
}

#contentMain ul
{
	margin-right: 16px;
}

#contentMain * ul
{
	margin-right: 0;
}

img
{
	border: 0 none transparent;
}

img.featureImageRight
{
	float: right;
	border: 1px solid #CCCCCC;
	padding: 4px;
}

a.moreLink
{
	padding-top: 1px;
}

.note
{
	margin-top: 1.5em;
	margin-right: 16px;
	border-right: 3px solid #C3CED9;
	border-left: 3px solid #C3CED9;
	padding: 13px 16px 16px 16px;
}

.noteYellow
{
	background-color: #FFFEC5;
}

.note .first
{
	margin-top: 0;
}

#contentMain .quote
{
	margin-top: 1.5em;
	margin-right: 16px;
	padding-bottom: 0;
}

#contentMain .quote dd
{
	padding: 40px 16px 0 16px;
	background-repeat: no-repeat;
	font-size: 85%;
	text-align: right;
}

#contentMain .quote dt
{
	padding: 13px 16px 1px 16px;
	background-repeat: no-repeat;
	font-weight: bold;
}





p.moreLink
{
	margin-top: 16px;
	margin-right: 16px;
	margin-left: 16px;
	border-top: 1px dashed #CCCCCC;
	padding-top: 16px;
	text-align: right;
}




/* FOOTER */

#footer
{
	width: 100%;
	margin-left: 25px;
	padding-bottom: 1.5em;
	background-color: #003366;
	font-size: 85%;
	color: #A6B8CA;
	text-align: right;
	line-height: 1.5em;
        border-top: 1px solid #0080ff;
}

#bottomLinks
{
	list-style: none;
	margin-top: 0;
	margin-left: 0;
	padding-top: 1.5em;
	background-repeat: no-repeat;
}

#bottomLinks li
{
	display: inline;
	border-left: 1px solid #527597;
	padding-right: 1em;
	padding-left: 1em;
}

#bottomLinks li.first
{
	border-left: 0 none transparent;
}

#bottomLinks a
{
	color: #A6B8CA;
}

#footer p
{
	margin-top: 1.5em;
}


#results { float: left; 
 margin: 4px 4px 4px 4px;
text-align: left;
width: 100%; }
#noresults { float: left; 
 margin: 4px 4px 4px 4px;
text-align: center;
width: 50%; }
#mapholdera {
 }
#mapholder {float: left;  height: 500px;
width: 70%; min-width: 400px; }
#nomapholdera {
 }
#nomapholder {float: left; 
 }
#midsection {
 float: left;  
margin: 4px 4px 4px 4px;}
#legend {float: right; 
 }
#space { float: right;  }

#text {
 margin-left: 20px; 
 margin-right: 20px; 
}

