/* Drop styles */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ul, ol, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0;
font-weight: inherit; font-style: inherit; font-size: 100%;
font-family: inherit; vertical-align: baseline; background: transparent;}
:focus {outline: 0;}
body {line-height: 1;color: black;background: white;}
ul {list-style: none;}
table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
/* End of drop */

html{
  height: 100%;
}

body{
  height: 100%;
  font: normal normal 80% Verdana, Arial, sans-serif;
  min-width: 960px;
}
body.black{
  background: #000;
}

#wrapper{
  min-height: 100%;
} * html #wrapper{
  height: 100%;
  width: expression(((document.documentElement.clientWidth || document.body.clientWidth) < 960)? "960px" : "100%");
}

#header{
  height: 485px;
  background: #000;
  color: #ff8000;
}
.black #header{
  background: #ff8000;
}

#header .flash{
  float: left;
  padding-right: 30px;
}

#header h1{
  padding-top: 30px;
  font-size: 200%;
  width: 900px;
  //width: 350px;
  //margin-left: -25px;
}

#header ul{
  margin: 20px 0;
  font-family: Arial, sans-serif;
  font-weight: bold;
}

#header li{
  margin: 7px 0;
}

#header a{
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.black #header a{
  color: #000;
}

#logo{
  display: block;
  margin-left: 550px;
  //margin-left: -25px;
  height: 42px;
  width: 170px;
  text-decoration: none;
  background: #ff8000 url(../i/white-logo.gif) no-repeat 0 0;
}
.black #logo{
  background: #000000 url(../i/black-logo.gif) no-repeat 0 0;
}

#menu{
  padding: 40px 30px 0 30px;
  height: 425px;
}

#menu ul{
  position: absolute;
  top: 350px;
  left: 580px;
  width: 300px;
}

#pusher{
  clear: both;
  height: 42px;
}

#content{
  padding: 25px 30px 150px 30px;
}

#content .item{
  float: left;
  width: 275px;
  height: 290px;
}

#content .item img{
  padding-bottom: 10px;
}

#content .item p{
  font-size: 80%;
  width: 34%;
  float: left;
  color: #ff8000;
  font-weight: bold;
}

#content .item p.full{
  width: 100%;
  float: left;
}

#content .item dl{
  font-size: 80%;
  margin-top: 10px;
}

#content .item dt{
  width: 45px;
  float: left;
  color: #ff8000;
  font-weight: bold;
}
#content .item dd{
  color: #000;
}
.black #content .item dd{
  color: #fff;
}

#footer{
  height: 42px;
  margin-top: -42px;
  background: #000 url(../i/white-logo.gif) no-repeat 0 0;
  color: #ff8000;
}
.black #footer{
  background: #ff8000 url(../i/black-logo.gif) no-repeat 0 0;
  color: #000;
}

#footer ul{
  margin: 5px 0;
  font-family: Arial, sans-serif;
  font-weight: bold;
  float: right;
}

#footer li{
  margin: 7px 0;
  float: left;
  padding-right: 20px;
}

#footer a{
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.black #footer a{
  color: #000;
}


#footer .copy{
  padding: 15px 0 0 190px;
  font-size: 80%;
}


.tool-tip {
  color: #fff;
  width: 239px;
  z-index: 13000;
  background: #FF8000;
  border: 5px dashed #fff;
}
.black .tool-tip {
  border: 5px dashed #000;
}
 
.tool-title {
  display: none;
}
 
.tool-text {
  font-size: 11px;
  padding: 15px 30px;
  background: #FF8000;
}

.tool-text h4 {
  margin: 0;
  padding: 0;
  color: #000;
  font-weight: bold;
}

.selected {
  color: #fff;
}
