/*
 * orange = #d17100
 */

html, body {
  margin: 0;
  font-family: "trebuchet MS", arial, "sans-serif";
  font-size: 10pt;
  color: #fff;
  background: #0b0c0e;
  text-align: center;
  padding-top: 0px;
  margin:0px 0px;
}

body table {
  width: 799px;
  margin: 0 auto;
  text-align: left;
  background: #0b0c0e;
  border: 10px solid #1e1e1e;
}

td { vertical-align: top; }

img { border: 0px; }

a {
  font-family: "trebuchet ms", arial;
  text-decoration: none;
  font-weight: bold;
  color: #666;
}

a:hover {
  color: #d17100;
}

h1 {
  font-size: 12pt;
  font-weight: bold;
  color: #d17100;
}
.orangeText{
  font-size: 12pt;
  font-weight: bold;
  color: #d17100;
}
.active, .active a {
  color: #d17100;
}

#navigation {
  background: url(images/nav_bg.jpg) no-repeat;
  height: 39px;
  padding-top: 15px;
  text-align: center;
}

.nav {
  display: inline;
  width: 150px;
  background: url(images/nav_button.jpg) repeat-x;
  margin-right: 2px;
  padding: 9px 50px 6px 50px;
}

#logo {
  text-align: center;
  background: #656565;
}

#footer {
  background: #d17100;
  text-align: center;
  vertical-align: bottom;
  height: 90px;
  padding-bottom: 10px;
}

.content_image {
  float: left;
  margin-right: 20px;
  margin-bottom: 30px;
}

#content ul li {
  color: #fff;
  margin-left: 12px;
}

#content {
  background: url(images/content_bg.jpg) no-repeat;
  padding: 40px 40px 40px 20px;
}

#footer, div.logoworksLink, div.logoworksLink a {
  font-weight: normal;
  color: #df9e42;
}
textarea{
	width:250px;
	height: 100px;
}
.quote{
	font-style:italic
}