* {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
}
#bannerwrapper {
  position: relative;
  width: 100%;
/*  height: 119px;*/
  height: auto;
  border-bottom: 4px solid #fecc01;
	background:url(/images/brand/logo-black-banner.gif) repeat-x top left #FFF;
}
#banner {
  width: 100%;
/*  width: 940px; */
/*  height: 92px; */
  height: auto;
  margin-right: auto;
  margin-left: auto;
	background-color: #000;
  background: url(/images/brand/logo-tbg-icon.gif) bottom right no-repeat #fff; 

}
#banner #logo {
  display: none;
  float: left;
  width: 354px;
  padding: 0px;
  margin: 0px;
  background: url(/images/brand/logo-black-tbg-lines.gif) #000 left top no-repeat;
}
#banner #logo a {
  display: block;
  display: none;
  width: 354px;
  height: 92px;
}
#banner #logo a p {
  display: none;
}
#banner #bannertext {
  padding: .5em;
  float: left;
/*	float: right; */
	width: 27em;
  background: #000;
}  
#banner #bannertext h1 {
	color: #fff;
  font-size: 12px;
	font-weight: bold;  
}
#banner #bannertext a {letter-spacing: 0.1em;}
#banner #bannertext a:link    { color: #fecc01; }
#banner #bannertext a:visited { color: #fecc01; }
#banner #bannertext a:hover   { color: #fecc01; text-decoration: none; background-color: #000;}
#banner #bannertext a:active  { color: #fecc01; }

#horiznav {
	clear: both;
  width: 600px;
/*  width: 940px;*/
	font: bold 12px Arial, sans-serif;
	background: #000;
  margin-right: auto;
  margin-left: auto;
}
#horiznav #navlist {
  padding: 6px 0em; /* same padding top/bottom as li a */
  margin: 0;
  text-align: left;
/*  text-align: right;*/
  width: 100%;
  margin-left: 0px;
/*  margin-left: -50px;*/
  background: url(/images/brand/logo-black-web.masters.gif) left top no-repeat; 
}
#horiznav #navlist li {
  list-style: none;
  display: inline;
  margin: 0;
}
#horiznav #navlist li a {
  padding: 6px 0.5em;
  color: #fff;
  background: #000;
  border: #000 solid 1px;
  border-bottom: 0px;
  text-decoration: none;
}
#horiznav #navlist li a:link { color: #fff; }
#horiznav #navlist li a:visited { color: #fff; }
#horiznav #navlist li a:hover {
  color: #655100; 
  background: #fecc01; 
}
#horiznav #navlist li a#current {
  padding: 6px 0.5em;
  background: #fecc01;
  text-decoration: underline;
  color: #000;
}
#footerwrapper {
  position: relative;
	clear: both;
  width: 100%;
	background:url(/images/brand/logo-white-lines.gif) repeat-x bottom left #fff; 
	border-top: 3px solid #fecc01;
  padding-bottom: 0px;
/*  padding-bottom: 3px;*/
}
div#footer {
  font-size: 12px;
  background: url(/images/brand/logo-tbg-icon.gif) bottom right no-repeat #fff;
  width: 100%; 
/*  width: 940px;*/
  padding: 0px;
  padding-top: 5px;
/*	padding: 20px;*/
  margin-top: 0em;
  margin-right: auto;
  margin-left: auto;
}
div#subfooter {
  display: none;
	clear: both;
  margin-top: 2px;
	border-top: 1px solid #999;
  padding-bottom: 10px;
}


#wrapper {
  position: relative;
  text-align: left;
  width: 100%;
/*  width: 940px; */
  margin-right: auto;
  margin-left: auto;
}
#main {
  display: table;
  border-collapse: collapse;
}
#main .inner {
  display: table-row;
}
#nav {
/*  width: 180px;*/
  width: 130px;
  background-color: #eee;
}
#extras {
  display: none; /*table-cell;*/
  padding-left: 10px;
/*  border-right: 1px dotted #ddd; */
  width: 180px;
}
#content {
  display: table-cell;
  width: 100%;
/*   width: 560px;  */
  padding-left: 10px;
  font-size: 80%;
}
#content h2 {
  font-size: 150%;
  font-weight: normal;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  color: #42426F; /* cornflower blue */
}
#content h3 {
  clear: both;
  font-size: 120%;
  font-weight: bold;
  padding-top: 0.6em;
  padding-bottom: 0.4em;
  color: #42426F; /* cornflower blue */
}
#content p {
  line-height: 1.6em; 
  margin-bottom: .5em;
} 
#content .quotebox {
/*  clear: right; */
  float: right;
  margin-left: 15px;
  width: 220px;
  font-size: .9em;
  font-weight: normal;
  letter-spacing: 0.1em;  
  color: #42426F; /* cornflower blue */
/*  font-style: italic; */
  font-family: Georgia, Verdana, sans-serif;
}
#content .ldquo {
  float:left;
  font-size: 4em;
  line-height: 100%;
  margin: 0px;
  padding: 0px;
}
#content .rdquo {
  font-weight: bold;
  font-size: 2em;
  vertical-align: -40%;
}



#content ul {
  padding-left: 0px;
/*  padding-left: 15px;*/
  line-height: 1.6em; 
  padding-bottom: 1.0em;
} 
#nav ul {
  list-style: none;
}
#nav li {
  font-size: 70%;
/*  width: 180px; */  
  width: 130px;
}
#nav a:link, #nav a:visited {
  text-decoration: none;
  color: #000;
  background-color: transparent;
  display: block;
  padding: 0.3em 10px 0.3em 0px;
/*  padding: 0.3em 10px 0.3em 10px;*/
  border-bottom: 4px solid #ddd;
}
#nav a:hover {
  border-bottom: 4px solid #fff;
}
#nav a#uberlink {
  border-bottom: 4px solid #fecc01;
}

#extras .box {
  padding: 0 10px 2em 0;
}
#extras .box h4 {
  font-size: 110%;
  font-weight: normal;
}
#extras .box p {
  font-size: 80%;
}

