﻿body 
{
  background-color: #9698A2;
  overflow-y: scroll;
}

h1
{
  margin-top: 0;
}

#curtain
{
  display: none;
  position: absolute;
  width: 100%;
  height: 50%;
  z-index: 500;
}

#page
{
  background-color: #ffffff;
  border: solid 1px #ffffff;
  width: 885px;
  margin: 10px auto 0 auto;
}

#header
{
  width: 885px;
  height: 150px;
  background: transparent url(/_images/logo.jpg) no-repeat 50% 20px;
}

#headerContact
{
  text-align: center;
  padding-top: 110px;
  color: #868992;
}

#headerContact span
{
  color: #80A700;
}

#headerContact a
{
  color: #868992;
}

#headerContact div
{
  display: inline;
  margin: 0 10px 0 10px;
}

#navigation
{
  background: transparent url(/_images/bg-nav.jpg) repeat-x top left;
  width: 885px;
  height: 29px;
  text-align: center;
  position: absolute;
  z-index: 550;
}

#navigation ul
{
}

#navigation li
{
  display: inline;
  text-transform: uppercase;
  padding: 0 13px 0 13px;
  line-height: 29px;
}

#navigation li a
{
  color: #ffffff;
  font-size: 110%;
}

.subNav
{
  display: none;
  position: absolute;
  background: #b1dd28 url(/_images/bg-subnav.jpg) repeat-x top left;
  margin-left: -5px;
  padding: 15px;
  z-index: 505;
  height:135px;
}

.subNav a
{
  color: #ffffff;
  text-transform: uppercase;
}

.subNav li
{
  background: transparent url(/_images/bullet-o.png) no-repeat center left;
  padding-left: 20px;
}

.subNavLeft
{
  float: left;
  width: 150px;
  margin-right: 40px;
}

.subNavRight
{
  float: left;
  width: 150px;
}

#flashBar
{
	margin-top:29px;
}

#contentHeader
{
  margin-top: 29px;
  width: 885px;
  border-bottom: solid 1px #ffffff;  
}

#content
{
}

#main
{
  float: left;
  width: 700px;
  color: #94969f;
}

#main h1
{
  margin: 30px 0 20px 20px;
  padding-bottom: 10px;
  color: #b53e17;
  border-bottom: solid 1px #b53e17;
  text-transform: uppercase;
  width: 94%;
}

#main h2
{
  color: #b53e17;
  text-transform: uppercase;
  font-weight: normal;
}

#main h3
{
  color: #b53e17;
}

#main a
{
  color: #b53e17;
}

#main p, #main li
{
  line-height: 1.6em;
}

#main ul
{
  margin-bottom: 10px;
}

#main li
{
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 0px;
}

#main dt
{
 font-weight: bold;
 margin-bottom: 5px;
}

#main dd
{
  margin-left: 20px;
}

#main table
{
  border: solid 1px #b9babf;
  border-collapse: collapse;
  margin-bottom: 20px;
  width: 100%;
}

#main th
{
  border: solid 1px #b9babf;
  background-color: #9fa2a9;
  border-bottom: solid 5px #7a7d87;
  color: #ffffff;
  text-transform: uppercase;
  padding: 4px;
  text-align: left;
  font-size: 90%;
}

#main td
{
  border: solid 1px #b9babf;
  padding: 4px;
  text-align: left;
}

#main a.button
{
  width: 225px;
  height: 46px;
  display: block;
  padding-top: 3px;
  padding-left: 12px;
  text-align: left;
  color: #ffffff;
  text-transform: uppercase;
  background: transparent url(/_images/button-green-long.jpg) no-repeat top left;
}

.dark
{
  background-color: #dbdcdf;
}

.medium
{
  background-color: #eaeaeb;
}

#leftCol
{
  float: left;
  width: 44%;
  padding: 0 20px 30px 20px;
}

#rightCol
{
  float: left;
  width: 44%;
  padding: 0 20px 30px 20px;
}

#promotion
{
  float: left;
  clear: right;
  width: 160px;
  text-align: right;
  padding: 30px 0 30px 0;
}

#contentRight
{
  float: left;
  clear: right;
  width: 160px;
  text-align: right;
  padding: 30px 0 30px 0;
}

#contentRight img
{
  margin-bottom: 5px;
}

#bottomNav
{
  clear: left;
}

#bottomNav ul
{
  margin: 0 0 -3px 2px;
  padding: 0;
}

#bottomNav li
{
  display: inline;
  padding: 0;
  margin: 0;
  text-indent: 0;
}

#bottomNav img
{
  border: 0;
  margin: 0 0 0 -2px;
}

#footer
{
  text-align: center;
  margin-top: 15px;
  color: #ffffff;
  font-size: 80%;
}

#footer ul
{
  margin: 0;
  padding: 0;
}

#footer li
{
  display: inline;
  padding: 0 3px 0 3px;
  margin: 0;
  text-indent: 0;
}

#footer a
{
  color: #ffffff;
  font-size: 120%;
}

.hl
{
  position: absolute;
}

.orange
{
  color: #b53e17 !important;
}


/* forms */

fieldset
{
  padding: 0;
  margin: 0 0 0 6px;
  border: none;
  clear: left;
}

legend
{
  display: none;
}

fieldset label, fieldset span
{
  width: 100px;
  height: 20px;
  line-height: 20px;
  clear: left;
  float: left;
  text-align: right;
  vertical-align: middle;
  font-size: 7pt;
  font-weight: bold;
  text-transform: lowercase;
}

fieldset input[type="text"], fieldset input[type="password"], fieldset input[type="file"]
{
  width: 166px;
  height: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 110px;
  display: block;
  border: solid 1px #aaaaaa;
  background-color: #ffffff;
  color: #000000 !important;
  font-size:8pt;
  padding-left:4px;
}

fieldset input[type="file"]
{
  height: 20px;
}

fieldset input[type="checkbox"]
{
  width: 20px !important;
  height: 20px;
  clear: right;
  position: relative;
  top: 1px;
  left: 6px;
  display: block;
}

fieldset select
{
  width: 170px;
  height: 19px;
  margin-top: 1px;
  margin-bottom: 5px;
  margin-left: 110px;
  display: block;
  border: solid 1px #aaaaaa;
  font-size: 8pt;
  color: #000000 !important;
}

fieldset textarea
{
  width: 166px;
  height: 100px;
  margin-bottom: 5px;
  margin-left: 110px;
  display: block;
  border: solid 1px #aaaaaa;
  background-color: #ffffff !important;
  color: #000000 !important;
  font-size:8pt;
  padding-left:4px;
}

button, input[type="submit"], input[type="button"]
{
  padding-left:15px;
  padding-right:15px;
  color:#fff;
  border:0px solid;
  background: transparent url(/_images/bg-nav.jpg) repeat-x top left;
  text-transform: lowercase;
  cursor:hand;
}

.error
{
  position: absolute;
  display: inline;
  color: #ff0000;
  background: transparent url(/_images/error.png) no-repeat center left;
  padding: 5px 0 5px 20px;
  margin-left: 185px;
  margin-top: -5px;
}
