html {
	/*min-height: 100%;*/
	margin-bottom: 1px;
	overflow: -moz-scrollbars-vertical !important;
}

body {
	background: url("background.jpg");
	background-position: top;
	background-repeat: repeat-x;
	text-align: center;
	font-family: Arial, Helvetica;
	color: #000000;
	margin: 0px;
}

/* Layout */

#header img {
	position: absolute;
	left: 90px;
	top: 1px;
}

#header {
	height: 150px;
}

.navigation {
	position: relative;
	top: 130px;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}

.bottom-nav {
margin-left: 50px;
}

.navigation .nav {
	margin-left: auto;
	margin-right: auto;
	width: 510pt;
}

#maincontent {
	text-align: left;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-top:10px;
}

#compass {
	background: url("services.jpg");
	background-repeat: no-repeat;
	width: 800px;
	height: 240px;
	display: block;
}

#resource {
	background: url("resource.jpg");
	background-repeat: no-repeat;
	width: 800px;
	height: 240px;
	display: block;
	margin-top:20px;
	margin-left:20px;
}

#footer {
	position: relative;
	bottom: 5px;
	background: url("footer.jpg");
	background-repeat: no-repeat;
	display: block;
	width: 800px;
	height: 70px;
	z-index: 5;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#footer p {
	padding-top: 20px;
	font-size: 9pt;
}

/* navigation */
/*** ESSENTIAL STYLES ***/
.nav, .nav * {
	padding-left: 0px;
	margin-left: 0px;
	list-style:none;
}

.nav li {
	display: inline;
}

.nav ul {
	position:absolute;
	top:-999em;
	width:120pt;
	text-align: left;
}

.nav ul li {
	padding: 3px;
	background-color: #fff;
	border: 1px solid #aaa;
}

.nav ul li:hover {
	padding: 3px;
	background-color: #eee;
	border: 1px solid #aaa;
}

.nav ul li,
.nav a {
	width: 100%;
}

.nav li {
	float:left;
	position:relative;
	z-index:99;
}

.nav li:hover ul,
ul.nav li.sfHover ul {
	left:-1px;
	top:1.5em;
}

.nav li:hover li ul,
.nav li.sfHover li ul {
	top:-999em;
}

.nav li li:hover ul,
ul.nav li li.sfHover ul {
	left:9.45em;
	top:-1px;
}

.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
}

/*** ORIGINAL SKIN ***/
.nav li {
	margin-right: 15px;
	margin-left: 15px;
}

.nav a {
	color: #777;
	text-decoration: none;
}

/* about page */
.abfooter {
	position: relative;
	bottom: 5px;
	background: url("footer.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	display: block;
	width: 800px;
	height: 80px;
	text-align: center;
}


/* general stuff */
P {
	line-height: 28pt;
}

.center {
	text-align: center;
}
.center img {
	border: 1px solid #000;
}

.imageright {
	float: right;
	margin: 4px;
}

.toppad {
	margin-top: 60px;
}	

fieldset {
	padding: 10px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #F8F8F6;
	background-image: url(formBg.jpg);
	border: 1px dotted #878177;
}

legend {
	font-weight: bold;
	color: #FF9900;
}

/* Quotes */

.pullquote {
	font-size: 125%;
	background: url(closequote.gif) no-repeat bottom right !important;
	background /**/:url(); /* removing quote graphic in IE5+ */
	padding:0px 5px 5px 0px;
}

.pullquote:first-letter {
	background: url(openquote.gif) no-repeat left top !important;
	padding: 5px 2px 10px 35px!important;
	padding /**/:0px; /* resetting padding in IE5+ */
	background /**/: url(); /* removing quote graphic in IE5+ */
}

.center {
	text-align: center;
}



/* Services and Resources navagation */

#compassbar {
  font-weight:bold;
  color:#fff;
  margin-left:4px;
  float:left;
  list-style-type:none;	
  padding-bottom:21px;
}

#compassbar li{
  list-style-type:none;
  float:left;
  margin:0 0 0 4px;
  padding:0 0 0 10px ;
  border-bottom:1px solid #999;
  background:url(tabblue.gif) #666 top left no-repeat;
}

#compassbar li a{
  color:#fff;	
  background:url(tabblue.gif) #666 top left no-repeat;
  display:block;
  padding:0 10px 0 0;
}

#compassbar li.cur,
#compassbar li.over,
#compassbar li:hover
{
  background:url(tabblue.gif) #666 top left no-repeat;
  border-bottom:1px solid #036;
}

#compassbar li strong,
ul#compassbar li.cur a,
ul#compassbar li.over a,
ul#compassbar li:hover a
{
  display:block;
  color:#fff;
  padding:0 10px 0 0;
  text-decoration:none;
  background:url(tabblue.gif) transparent top right no-repeat;
}

#compassbar {
	position: relative;
	left: 20px;
	top:10px;
}

/* rounded boxes */

.roundcont {
	width: auto;
	background: #469cd8;
	color: #fff;
	font-size: 115%;
	height: auto;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(conners/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(conners/br.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}


/* allows flash to appear below menus. See http://manisheriar.com/blog/flash_objects_and_z_index */
.flash {
	z-index: 0;
}