html { 
   color: #000;
   background: #333;
}
#topNavigation ul.sf-menu li a {
	font-size: 1.2em;
	letter-spacing: 2px;
	text-transform: uppercase;
}
a, a:visited { color: #815017; }

h1, h2, h3, h4, h5, h6,
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 { color: #ECAC02; }
/*
h1.pg_title { display: none; }
*/
td.column2 {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	padding: 0px 0px 0px 10px;
}
.homeTitle {
	font-size: 1.5em;
	text-transform:uppercase;
	font-weight: bold;
	color: #ECAC02;
}
td.column2 table 
{
   width: 250px;
	margin-left: 10px;
}
td.column3 table { margin-left: 20px; }

#wrapper { background: #333 url('../images/bg_wrapper.jpg') center top no-repeat; }

#contentSlot { background: #FFF; }

#default.default #header,
#default.home #header { height: 316px; }

#header #masthead a, 
#header #masthead a:visited {
   width: 350px;
   height: 250px;
   background: url("../images/logo.png") 0 0 no-repeat;
   top: 66px;
   left: 13px;
}

#hdrImg { 
   position: relative;
   width: 945px;
   top: 66px;
}
   #hdrImg #img {
      position: absolute;
      overflow: hidden;
      z-index: 1;
   }
   #default.default #hdrImg #img,
   #default.home #hdrImg #img {
      width: 595px;
      height: 250px;
      top: 0;
      left: 350px;
   }
      #default.default #hdrImg #img img { width: 595px; }

#homeGrid { background-image: url('../images/bg_homeGrid.gif');  }

#sideBar { border-top-color: #333; }

#topNavigation ul.sf-menu li a:hover,
#topNavigation ul.sf-menu li a:focus,
#topNavigation ul.sf-menu li a:active { 
   cursor: pointer;
   color: #ECAC02; 
}

#topNavigation ul.sf-menu li.sfHover li:hover,
#topNavigation ul.sf-menu li li a:hover,
#topNavigation ul.sf-menu li.selected li a:hover { 
   cursor: pointer;
   color: #000;
   background-color: #ECAC02;
}
#topNavigation ul.sf-menu li a span {
   display:block;
   padding:25px 25px 23px;
}
