/*
Developed by Fireside Media, Inc. - Copyright 2005-2006
*/

* {
  padding: 0;
  margin: 0;
}

html {
  overflow: -moz-scrollbars-vertical;
  background-image: url('/images/bg.gif');
  background-repeat: repeat-x;
  background-color: #0B0B0B;
  background-attachment: fixed;
  color: #595959;
}

img {
  border: none;
}

#pageContainer {
  width: 705px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  padding: 0px;
  background-color: #FFFFFF;
}

#banner {
  background-image: url('/images/banner.gif');
  width: 705px;
  height: 96px;
}

#menu {
  background: #FFFFFF url('/images/menubg.gif') no-repeat;
  width: 705px;
  height: 38px;
}

#top {
  background: url('/images/contenttop.gif');
  width: 705px;
  height: 170px;
  position:absolute;
  z-index: 0;
}

#content {
  width: 705px;
  background:url('/images/contenttop.gif') top left no-repeat;
}

#leftSide {
  float: left;
  width: 188px;
  margin-left: 25px;
  display: inline;
  margin-top: 20px;
}

.rightContent {
  margin-top: 15px;
  margin-left: 270px;
  margin-bottom: 10px;
  padding: 0px;
  width: 400px;
  font-size: 14px;
  text-indent: 1.25em;
}

.leftContent {
  font-size: 14px;
  text-indent: 1.5em;
  width: 180px;	
  margin-left: 4px;
  margin-top: 8px;
}

#footer {
  background-image: url('/images/footer.gif');
  background-repeat: no-repeat;
  width: 705px;
  height: 76px;
}

h1 {
  padding: 0px;
  position: relative;
  font-size: 15px;
  font-family: arial;
  color: #FDA00A;
  width: 200px;
}

h2 {
  color: #494949;
  font-size: 15px;
  font-family: arial;
  margin-top: 8px;
}

h3 {
  margin-top: 50px;
  margin-left: 540px;
  padding: 0px;
  position: absolute;
  font-size: 7pt;
  font-family: arial;
  color: #666666;
}

.t {
  text-indent:2em;
  list-style-type:none; 
}

#rightHeader {
  position: relative;
  margin-left: 250px;
  padding-top: 20px;
}

#newsLetter {
  margin-top: 15px;
  margin-left: 250px;
}

#signup {
  margin-top: 20px;
  margin-left: 272px;
  padding: 0px;
  height: 65px;
}

* html #signup { 
  margin-left: 137px;
}

#submit {
  margin-bottom: -8px;
  margin-left: 10px;
}



#leftHeader {
  margin-left: 60px;
  position: relative;
}


#siteImage {
  position: relative;
  margin-right: 0px;
  margin-top: 5px;
}

#navcontainer {
  text-align: right;
  margin-right: 12px;
}

ul#navlist {
  white-space: nowrap;
  text-align: right;
}

#navlist li {
  display: inline;
  list-style-type: none;
}

#navlist a { 

  padding: 0;
 }

#navlist a:link, #navlist a:visited {
  text-decoration: none;
}

#navlist a:hover {
  text-decoration: none;
}

.p img {
  padding:4px;
  margin:10px;
  border:2px solid #CCCCCC;
}

.lt img { float:left; }
.rt img { float:right; }
.p a,a:visited,a:active { text-decoration:none;color: #fda00a;}
.p a:hover { text-decoration: underline; border-bottom:1px solid #000;}
.p small a { text-decoration: underline; }
.l small a {color:#fda00a; }

#h1 h1 { font-size:12px; }
#h1 h1 a { color:#000; }
.partners a { color:#0b0b0b; }
