@charset "utf-8";

a:link {
	color: #066;
	text-decoration: none;
}
a:visited {
	color: #096;
	text-decoration: none;
}
a:hover {
	color: #060;
	text-decoration: underline;
}
a:active {
	color: #096;
	text-decoration: none;
}
h1 {
	font-size: 150%;
	color: #360;
}
h2 {
	font-size: 130%;
	color: #360;
}
h3 {
	font-size: 115%;
	color: #360;
}
li {
	list-style: none;
	list-style-type:none;
	list-style-position: outside;

}


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

/* mainNav
=======================*/

ul.nav {
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 72em;
  background: #FAA819 url(../images/misc/mainNavBg.gif) repeat-x;
  list-style: none;
  text-transform: uppercase;
}

ul.nav li {
  float: left;
	white-space: nowrap;
}


ul.nav a {
  padding: 0 2.96em;
  line-height: 2.1em;
  background: url(../images/misc/divider.gif) repeat-y left top;
  text-decoration: none;
  color: #fff;
  float: left;
  display: block;
}


ul.nav a:hover ,
ul.nav a:focus {
  color: #333;
  	text-decoration: underline;
}


/*ul.nav .first a {
  background: none;
}*/

ul.nav li:first-child a {
  background: none;
}


div#nav li {
	border-bottom:2px solid;
	margin:0;
	padding:.3em 0;
	text-indent:0.5em;
	list-style: none;
}
div#nav li:first-child {border-top:2px solid;}
div#nav a {text-decoration:none;}

/* a hack for IE Win only \*/	
* html div#nav ul {border-top:2px solid;}
/*end of hack */

div#admin{display:inline;}
