body {
  margin: 0;
  padding: 0;
  background: url('../images/bg.jpg') repeat-x #333;
  min-width: 992px;
  text-align: center;
  font-family: Arial;
  font-size: 11px;
  color: #aaa;
}

a {
  text-decoration: none;
  font-weight: normal;
  border-bottom: 1px solid #555;
  outline: none;
  color: #e77817;
}

img {
  border: 0;
}

h2 {
  padding: 0 0 5px 0 ;
  margin: 0;
  text-align: center;
  font-size: 11px;
  color: #e77817;
  font-weight: bold;
  border-bottom: 1px solid #333;
}

form {
  margin: 0;
  padding: 0;
}

span {
  color: #e77817;
}

table {
  width: 100%;
}

table a {
  border: 0;
}

table a:hover {
  border-bottom: 1px solid #555;
}

table th {
  background-color: #1a1a1a;
  padding: 5px 5px 5px 10px;
}

table td {
  padding: 5px 5px 5px 10px;
  border-bottom: 1px solid #1a1a1a;
}

table tr .subcat {
  background-color: #1a1a1a;
  font-style: italic;
}

body, div, a, p, img, span {
  outline: none;
}

textarea {
  font-family: Arial;
  font-size: 14px;
}

.Clear {
  clear: both;
}

.NoBorder {
  border: 0;
}

.checkboxRow {
  padding: 0;
  width: 20px;
}

#Page {
  max-width: 992px;
  width: 992px;
  text-align: left;
  margin: 0 auto 15px auto;
  outline: none;
}

#Header {
  height: 115px;
}

#Header .Image {
  padding-top: 18px;
  text-align: left;
}

#Header .Image a {
  border: 0;
}

#Header .eFind {
  float: right;
  background: url('../images/search.jpg') top left no-repeat;
  height: 68px;
  width: 278px;
  margin: 25px 0 0 0;
  padding: 30px 0 0 0;
}

#Header .eFind .text {
  margin: 2px 5px 0 10px;
  width: 200px;
}

#Header .eFind .submit {
  margin: 0;
  width: 45px;
}

#Content {
  width: 776px;
  margin: 3px 0 10px 0;
  float: right;
}

#Content .SmallBox {
  height: 128px;
  width: 174px;
  background: url('../images/smallbox.jpg') no-repeat;
  float: left;
  text-align: center;
  padding: 20px 10px 10px 10px;
  outline: none;
}

#Content .SmallBox img {
  border: 2px solid #555;
  margin-bottom: 5px;
}

#Content .SmallBox a {
  display: block;
  border: 0;	
}

#Content .MediumBox {
  padding: 10px;
  height: 138px;
  width: 368px;
  background: url('../images/mediumbox.jpg') no-repeat;
  float: left;
  outline: none;
}

#Content .MediumBox .ItemHolder {
  height: 115px;
  overflow: auto;
}

#Content .MediumBox .Item {
  width: 75px;
  float: left;
  padding: 3px 3px 3px 7px;
}

#Content .LargeBox {
  width: 776px;
  float: left;
  outline: none;
}

#Content .LargeBox .Top {
  background: url('../images/largeboxtop.jpg') no-repeat;
  height: 9px;
  width: 776px;
  margin-bottom: 0 !important;
  margin-bottom: -5px;
  z-index: -10;
}

#Content .LargeBox .Middle {
  width: 756px;
  padding: 0 10px 10px 10px;
  background: url('../images/largeboxbg.jpg') repeat-y;
  overflow: auto;
  outline: none;
}

#Content .LargeBox .Middle#Table {
  overflow: visible;
}

#Content .LargeBox .Middle Table {
  overflow: visible;
}


#Content .LargeBox .Middle h2 {
  margin-bottom: 5px;
}

#Content .LargeBox .Middle h2 a {
  font-weight: bold;
}


#Content .LargeBox .Middle form  {
  display: inline;
}

#Content .LargeBox .Middle .WideMessage  {
  background-color: #222;
  text-align: center;
  width: 600px;
  padding: 10px;
  margin: 5px 0 0 78px;
}

#Content .LargeBox .Middle .WideMessage input[type="text"]  {
  margin-left: 20px;
}

#Content .LargeBox .Middle .WideMessage span {
  font-weight: bold;
}

#Content .LargeBox .Middle .Item {
  width: 121px;
  float: left;
  padding: 0 0 0 5px;
}

#Content .LargeBox .Middle .Item a {
  color: #aaa;
  border: 0;
}

#Content .LargeBox .Middle .Item a:hover {
  text-decoration: underline;
}

#Content .LargeBox .Middle .Item ul {
  list-style: none;
  padding: 2px 0 0 3px;
  margin: 0;
}

#Content .LargeBox .Middle .Item li {
  font-size: 10px;
}

#Content .LargeBox .Middle .Item .Title {
  font-weight: normal;
  color: #e77817;
}

#Content .LargeBox .Middle .Thumbnail{
  position: relative;
  font-weight: bold;
}

#Content .LargeBox .Middle .Thumbnail span{
  position:  absolute;
  left: 120px;
  background-color: #111;
  padding: 5px;
  border: 1px dashed #333;
  visibility: hidden;
  color: black;
  text-decoration: none;
}

#Content .LargeBox .Middle .Thumbnail span img {
  border-width: 0;
  padding: 2px;
}

#Content .LargeBox .Middle .Thumbnail:hover span {
  visibility: visible;
}

#Content .LargeBox .Bottom {
  background: url('../images/largeboxbottom.jpg') no-repeat;
  height: 9px;
  width: 776px;
  z-index: -10;
  overflow: visible;
}

#ContactForm {
  margin: 0 5px;
  padding: 0 0 10px 0;
  overflow: auto;
  border-top: 1px solid #222;
}

#ContactForm .Row {
  padding: 20px 10px;
  border-bottom: 1px solid #222;
  overflow: auto;
}

#ContactForm .QuickText {
  color: #aaa;
  font-size: 10px;
  padding-left: 225px;
}

#ContactForm .EndRow {
  padding: 15px 0 0 0;
  overflow: auto;
  padding-left: 225px;
}

#ContactForm .EndRow input {
  margin-left: 10px;
}

#ContactForm .TextOnlyRow {
  padding: 15px;
  overflow: auto;
  text-align: center;
}

#ContactForm .Red {
  color: #E83F16;
}

#ContactForm .Name {
  float: left;
  width: 225px;
  padding-top: 4px;
  overflow: auto;
}

#ContactForm .Interests {
  overflow: auto;
  width: 400px;
  border: 1px solid #222;
  padding: 5px;
}

#ContactForm .Interests .chkitm {
  width: 200px;
  float: left;
}

#ContactForm .Interests .chkitm a {
  border: 0;
  font-weight: normal;
  color: #aaa;
}

#ContactForm .Interests .chkitm a:hover {
  border-bottom: 1px solid #e77817;
}

#Sidebar {
  float: left;
  width: 214px;
  margin: 3px 0 10px 0;
}

#Sidebar .Top {
  background: url('../images/menuboxtop.jpg') no-repeat;
  height: 9px;
  width: 214px;
  margin-bottom: 0 !important;
  margin-bottom: -5px;
}

#Sidebar .Middle {
  padding: 0 10px 10px 10px;
  background: url('../images/menuboxbg.jpg') repeat-y;
}

#Sidebar .Middle img {
  margin-top: 5px;
  border: 0;
}

#Sidebar .Middle a {
  border: 0;
}

#Sidebar .Middle .ListItem {
  padding: 5px;
  border-bottom: 1px solid #333;
}

#Sidebar .Middle .ListItem a {
  border: 0;
  color: #b5b5b5;
  font-weight: normal;
}

#Sidebar .Middle .ListItem img {
  margin: 0 5px 0 0;
}

#Sidebar .Bottom {
  background: url('../images/menuboxbottom.jpg') no-repeat;
  height: 9px;
  width: 214px;
}