/**
 * General
 */
 
* {
  margin: 0;
  padding: 0;
}

img {
  border: none;
}

h1, h2, h3 {
  font-weight:bold;
}

body {
  background-color:#FFFFFF;
  color:#000000;
  font-family:Helvetica Neue, Helvetica, Arial, sans-serif;
}

h1 {
  font-size:36pt;
  color:#FF9900;
}

h2 {
  font-size:30pt;
  color:#666666;
}

h3 {
  font-size:14pt;
  color:rgb(85, 85, 85);
}

p {
  font-size:12pt;
  font-family:Georgia, serif;
}

a {
  text-decoration:none;
  color:#808080;
}

a:hover {
  color:#444444;
}

.clear {
  clear: both;
}

.center {
  margin: 0 auto;
  width: 960px;
}

/**
 * Header
 */

#header {
  height:90px;
  border-bottom: thin solid #808080;
}

#header ul {
  margin-top: 50px;
}

#header img {
    float:left;
    margin:0;
    padding:0;
}

#nav {
  float:right;
}

#nav li {
  display:inline;
  margin-left: 20px;
}

#nav li a {
  font-weight: bold;
  padding: 4px 12px 5px 12px;

}

#nav #active a, #nav a:hover {
  background: #a4a4a4;
  color: #ffffff;
  border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}

#logotext {
    margin-top:10px;
}

/**
 * Content
 */
#content {
  overflow: hidden;
}

/**
 * Footer
 */
#footer {
  height:433px;
  background:url(../images/footerbg.png) repeat-x;
  color: #888888;
}

#footer .content {
  overflow: hidden;
}

.footer-list {
  margin: 38px 100px 0 0;
  width: 198px;
  float: left;
}

.footer-list h3 {
  font-weight: bold;
  text-shadow: 0px -1px #000;
  color: #a7ce41;
  margin-bottom: 16px;
}

.footer-list ul {
  list-style-type: none;
}

.footer-list ul li a {
  display:block;
  border-bottom:1px solid #333333;
  padding: 3px 0 3px 3px;
  text-decoration:none;
  text-shadow: 0px -1px #000;
}

.footer-list ul li a:hover {
  background: #111111;
}

#credits {
  width: 306px;
  margin-right: 0;
}

#credits p {
  text-shadow: 0 -1px #000;
  font-family:Helvetica Neue, Helvetica, Arial, sans-serif;
}

#credits p a {
  color: #409edc;
}

#credits p a:hover {
  text-decoration: underline;
}


/**
 * Featured items on home page
 */

.featured {
  margin-left: 30px;
  padding-bottom: 30px;
}

.featured img.box {
  border: 4px solid #eeeeee;
  box-shadow: 0 0 10px #aaaaaa; -moz-box-shadow: 0 0 10px #aaaaaa; -webkit-box-shadow: 0 0 10px #aaaaaa;
}

.featured img.right {
  float: right;
  margin-right: 30px;
}

.featured img.left {
  margin: 40px 40px 50px 0;
  float: left;
}

.featured h2 {
  color: #e0630e;
  font-size: 30px;
  padding: 40px 0 10px 0;
}

.featured p {
  color: #555555;
  font-size: 18px;
  width: 500px;
  display: inline-block;
  padding: 10px 0;
}

.featured p a {
  border-bottom: 1px solid #cccccc;
}

.section {
  border-top: thin solid #808080;
}

.section h3 {
  margin-top: 10px;
}