﻿body {
  margin: 0;
  padding: 0;
  text-align: center;
  background: url(img/body_bg.gif) repeat-y top center;
  font: 400 0.7em verdana, arial, sans-serif;
  line-height: 170%;  
  color: #333;
}


/*HEADERS*/
{
  margin: 0 0 10px 0;
  padding: 0;
}


h2 {
  margin: 0 0 10px 0;
  padding: 0;
}


h1 {
  margin: 0 0 10px 0;
  padding: 0;
}


h1 {
  padding-bottom: 0.2em;
  font: 400 1.6em arial, sans-serif;
  color: #000;
  border-bottom: 12px solid #b5b0a0;
}

h2 {
  font-size: 1.2em;
  color: #000;
}


.hPad p {
  padding-left: 5px;
  padding-right: 5px;
}


.hPad h2 {
  padding-left: 5px;
  padding-right: 5px;
}


.hPad h1 {
  padding-left: 5px;
  padding-right: 5px;
}


/* LINKS */
a {
  text-decoration: none;
  color: #3482dc;
}

a:hover {
  color: #194271;
}


/* IMAGES */
img {
	border: 1px solid #333;
	}


img.floatRight {
  margin: 5px 0 10px 10px;
}

img.floatLeft {
  margin: 5px 10px 10px 0;
}



/*LISTS*/
ul li {
  list-style-image: url(img/rightLink.gif);
}




/*TOP NAV*/

#header {
	clear: both;
	position: relative;
	height: 5em;
	margin: 0 auto;
	background: #194271;
	border-bottom: 2px solid #194271;
	background-color: #194271;
}


#header img {
  position: absolute;
  top: 5%;
  left: 30px;
}

#header ul {
  margin: 3.5em 1em 0 0;
  margin: 3.5em 0.5em 0 0;
  padding: 0;
  float: right;
}

#header ul li {
  display: inline;
  list-style: none;
}

#header ul li a {
  float: left;
  padding: 0 1em;
  font: 400 1.1em arial, sans-serif;
  letter-spacing: 0.1em;
  line-height: 0.8em;
  line-height: 1em;
  color: #fff;
  border-right: 1px solid #CCC;
}

#header ul li a.last {
  padding-right: 5;
  border-right: 0;
}


#header ul li a:hover {
  color: #837c61;
}



/*HED IMG*/

#headerImg {
  margin: 0 auto;
  height: 150px;
  background: url(img/hed4.jpg) no-repeat top left;
}





/*MAIN NAV*/

#menu {
  margin: 0 auto;
  overflow:auto;
}

#menu ul {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;

  text-align: center;
  background: #000 url(img/menu.gif) repeat-x top left;
}

#menu ul li  {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu ul li a {
  float: left;
  width: 19.99%;
  height: 2em;
  font: 400 1em arial, sans-serif;
  letter-spacing: 0.1em;

  color: #fff;

  border-top: 7px solid #000;
  border-bottom: 25px solid #FFF;
}

#menu a.active {
	background: #000;
  	border-top: 7px solid #b5b0a0;
}

#menu ul li a span {
  display: block;
  padding: 2px 7px;
}



#menu ul li a.here {
  background: #000;
  border-top: 7px solid #837c61;
}



#menu ul li a:hover {
  background: #000;
  border-top: 7px solid #837c61;
}


/*CONTENT*/

#page {
	clear: both;
	float: inherit;
	width: auto;
	margin-bottom: 8em;
	/* text-align: left; - change made by DSS 9/26/07 */
	text-align: center;
}

#columns {
  margin: 0 auto;
    
}


/*COLS*/
.width {
  width: 776px;
  
}

.widthPad {
  width: 746px;
  
}

.width33 {
  width: 33%;
}

.width66 {
  width: 65%;
 }


/*FOOT*/


#footer {
  clear: both;
  float: left;
  width: 100%;
  height: 5em;
  margin-top: -5em;
}

#footer #bg {
  position: relative;
  height: 5em;
  margin: 0 auto;
  background: #000 url(img/footer.gif) repeat-x bottom left;
}

#footer #bg ul {
  float: right;
  margin: 3em 1em 0 0;
  margin: 3em 0.5em 0 0;
  padding: 0;
}

#footer #bg ul li {
  display: inline;
  list-style: none;
}

#footer #bg ul li a {
  float: left;
  padding: 0 1em;

  font: 400 1em arial, sans-serif;
  letter-spacing: 0.1em;
  line-height: 0.8em !important;
  line-height: 1em;

  color: #ccc;
  border-right: 1px solid #CCC;
}

#footer #bg ul li a.last {
  padding-right: 2;
  border-right: 0;
}

#footer #bg ul li a:hover {
  color: #FFF;
}

#footer #bg img {
  position: absolute;
  top: 6%;
  left: 10px;
}


/*RIGHT LINKS*/

ul.rightLink{
  margin: 0 0 20px 0;
  padding: 0;
}

ul.rightLink li{
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: url(foo.gif);
}

ul.rightLink li a{
  display: block;
  height: auto;

  /* IE MAC INVISIBLE */
  height: 1%;
  /* END */

  padding: 1px 5px 1px 20px;
}

ul.rightLink li a {
  background: url(img/rightLink.gif) no-repeat 5px 50%;
}

ul.rightLink a:hover {
  color: #333;
  background: #ccc url(img/rightLink.gif) no-repeat 5px 50%;
}



/*LAYOUT*/

.floatLeft {
  float: left;
 }

.floatRight {
  float: right;
}

.grayBg {
  background-color: #e0ded7;
}

