* {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  color: #000;
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
}
#bannerwrapper {
  position: relative;
  width: 100%;
  height: 119px;
  border-bottom: 4px solid #fecc01;
	background:url(/images/brand/logo-black-banner.gif) repeat-x top left #FFF;
}
#banner {
  width: 940px;
  height: 92px;
  margin-right: auto;
  margin-left: auto;
	background-color: #000;
}
/*
#banner #logo {
  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;
  width: 354px;
  height: 92px;
}
#banner #logo a p {
  display: none;
} */

#logo {width: 354px; height: 92px; position: relative;}
#logo a {
  background: url(/images/brand/logo-black-tbg-lines.gif) #000 left top no-repeat;
  position: absolute;
  width: 100%; height: 100%;
  float: left;
}

#banner #bannertext {
  padding: .5em;
	float: right;
	width: 30em;
  background: #000;
}  
#banner #bannertext h1 {
  text-align: right;
	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: 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: right;
  width: 100%;
  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: none;
  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: 3px;
}
div#footer {
  font-size: 12px;
  background: url(/images/brand/logo-tbg-icon.gif) bottom right no-repeat #fff; 
  width: 940px;
	padding: 20px;
  margin-top: 0em;
  margin-right: auto;
  margin-left: auto;
}
div#subfooter {
	clear: both;
  margin-top: 2px;
	border-top: 1px solid #999;
  padding-bottom: 10px;
}


#wrapper {
  position: relative;
  text-align: left;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
}
#main {
  display: table;
  border-collapse: collapse;
}
#main .inner {
  display: table-row;
}
#nav {
  padding-top: 20px;
  display: table-cell;
  width: 180px;
  background-color: #eee;
}
#extras {
  display: table-cell;
  padding-top: 20px;
  padding-left: 10px;
/*  border-right: 1px dotted #ddd; */
  width: 180px;
}
#content {
  display: table-cell;
  width: 560px; /* 380px */
  padding-top: 20px;
  padding-bottom: 20px;
  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 */
  background: #eee;
  border: 1px #ddd solid;
  padding: 10px 4px 4px 10px;
/*  font-style: italic; */
  font-weight: bold;
  font-family: Arial, Verdana, sans-serif;
}
#content .ldquo {
  float:left;
  font-size: 3.8em;
  line-height: 100%;
  margin: 0px;
  padding: 0px 3px 0px 0px;
  font-family: Georgia, Verdana, sans-serif;
}
#content .rdquo {
  font-weight: bold;
  font-size: 2em;
  vertical-align: -40%;
}
#content ul {
  padding-left: 15px;
  line-height: 1.6em; 
  padding-bottom: 1.0em;
}
#content dt {
  color: #42426F; /* cornflower blue */
  font-weight: bold;
}
#content dd {
  padding-left: 15px;
  line-height: 1.6em; 
  padding-bottom: 1.0em;
} 
#content a:link {color: #42426F;} /* cornflower blue */
#content a:visited {} 
#content a:hover {color: #42426F; text-decoration: none;} /* cornflower blue */
#content a:active {color: #42426F;} /* cornflower blue */
#nav ul {
  list-style: none;
}
#nav li {
  font-size: 80%;
  width: 180px;
}
#nav a:link, #nav a:visited {
  text-decoration: none;
  color: #000;
  background-color: transparent;
  display: block;
  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 #newsletter {
  padding: 0 10px 10px 10px;
  margin: 0 10px 10px 0px;
  font-size: 80%;
  border: 1px solid #42426F;
}
#extras #newsletter h4 {
  font-size: 80%;
  font-weight: normal;
}
#extras #newsletter p {
  line-height: 1.1em; 
  margin-bottom: .5em;
} 
#extras #newsletter .signupframe {
  padding: 3px;
  margin: 5px 0px;
  background: #ffffff;
  color: #42426F;
  font-family: Arial, Helvetica, sans-serif;
}

.portfolio {
  border-bottom:1px solid #eee;
}
.portfolio img {
  clear: both;
  float: right;
  width: 200px; 
  margin-left: 20px;
  border: 1px solid #eee;
}
.portfolio h3 {
  margin-top: 20px;
}
.portfolio h3 a {
  text-decoration: none;
  color: #999;
}
.portfolio p {
}
.portfolio a {
  text-decoration: underline;
  color: #999;
}

