/***** Master Classes *****/
html,body {
  background:#6d6d6d url(../images/bg.png) repeat-x top center;
  font-family: Arial, Helvetica, Sans-Serif;
  color:#535353;
  font-size:87.5%;
  line-height:1.5em;
  letter-spacing:0;
  font-weight:normal;
  text-align:center;
}

.wrapper {
  width:932px;
  height:auto;
  margin:0 auto;
  text-align:center;
}

.full-page-overlay {
  width:100%;
  height:82%;
  position:absolute;
  top:8%;
  left:0;
  z-index:98;
  background:transparent;
}

#header {
  width:100%;
  height:84px;
  padding-top:65px;
  text-align:left;
  position:relative;
}

#client-login {
  width:120px;
  height:auto;
  padding:0;
  list-style:none;
  text-align:center;
  text-transform:uppercase;
  font-size:10px;
  color:#FFF;
  position:absolute;
  top:19px;
  left:781px;
  line-height:16px;
  overflow:hidden;
  z-index:99;
}
#client-login li {
  height:17px;
  background:#FF8100;
  display:none;
}
#client-login li.open {
  height:16px;
  background:transparent url(../images/client-login.bg.png) no-repeat bottom center;
  display:block;
}
#client-login.unanimated:hover li {display:block;}

#client-login a {
  width:120px;
  height:16px;
  color:#FFF;
  text-decoration:none;
  float:left;
}
#client-login a:hover {font-weight:bold;}

#logo {
  width:176px;
  height:75px;
  background:transparent url(../images/HaydenHarper.png) no-repeat top left;
  text-transform:uppercase;
  text-decoration:none;
  text-indent:-9999em;
  color:#f4a620;
  float:left;
}

#nav {
  height:17px;
  padding:0 10px;
  margin-left:350px;
  list-style:none;
  text-transform:uppercase;
  font-size:0.85em;
  line-height:1.7em;
  overflow:visible;
}

#nav .level-1-li {
  width:109px;
  height:17px;
  margin-right:1px;
  background:transparent url(../images/nav.level-1-li.bg.png) no-repeat top left;
  float:left;
  cursor:pointer;
  z-index:98;
  overflow:hidden;
  position:relative;
}
#nav .level-1-li:hover {
  overflow:visible;
}

#nav .level-1-a,
#nav .level-2-a {
  width:109px;
  height:17px;
  text-align:center;
  text-decoration:none;
  color:#FFF;
  float:left;
}
#nav .level-2-a {color:#555;}

#nav .level-1-li:hover .level-1-a {
  background:url(../images/nav.level-1-li.hover.bg.png);
  color:#333;
}
#nav .level-1-a:hover,#nav .level-2-a:hover {font-weight:bold;}

#nav .level-2-ul {
  padding:0;
  margin:0;
  list-style:none;
}

#nav .level-2-li,
#nav .level-2-ul-end {
  width:108px;
  height:17px;
  padding:3px 0 0;
  background:#d4d4d4;
  position:relative;
  left:1px;
  float:left;
}
#nav .level-2-ul-end {
  width:109px;
  height:6px;
  padding:0;
  margin:0;
  background:transparent url(../images/nav.level-2-ul-end.png);
  left:0;
}

#main-wrap {
  width:932px;
  height:auto;
  background:transparent url(../images/main-wrap.jpg) no-repeat top left;
}

#main-top,#main-bottom {
  width:932px;
  height:10px;
  background:#FFF url(../images/main-top.jpg) no-repeat top left;
  margin-top:-2px;
}

#main-bottom {
  height:6px;
  margin:0 0 6px 0;
  background:#FFF url(../images/main-bottom.png) no-repeat top left;
}

#main {
  width:893px;
  min-height:418px;
  padding:2px 5px 8px;
  margin:-4px 14px;
  background:#FFF;
  text-align:left;
}

#splash {
  width:893px;
  height:286px;
  padding:0;
  margin:0;
  list-style:none;
  position:relative;
  z-index:90;
  overflow:hidden;
  float:left;
}

#splash li {
  position:absolute;
  overflow:hidden;
  float:left;
}
#splash li.alpha {z-index:99;}

#footer {
  width:884px;
  height:3em;
  padding:0 24px;
  text-align:left;
  line-height:1.1em;
  color:#FFF;
}

#footer a {color:#FFF;}

#footer .contact {
  width:50%;
  float:left;
}
#footer .copyright {
  width:50%;
  text-align:right;
  float:right;
}
#footer .copyright .lighter,
#footer .copyright .lighter * {
  color:#888;
}

/***** Global Classes *****/
 
.clear         {clear:both;}
.float-left    {float:left;}
.float-right   {float:right;}
 
.text-left     {text-align:left;}
.text-right    {text-align:right;}
.text-center   {text-align:center;}
.text-justify  {text-align:justify;}
 
.bold          {font-weight:bold;}
.italic        {font-style:italic;}
.underline     {border-bottom:1px solid;}
.highlight     {background:#ffc;}
 
.wrap          {width:960px; margin:0 auto;}
 
.img-left      {float:left; margin:4px 10px 4px 0;}
.img-right     {float:right; margin:4px 0 4px 10px;}
 
.nopadding     {padding:0;}
.noindent      {margin-left:0; padding-left:0;}
.nobullet      {list-style:none; list-style-image:none;}
.nobg          {background:transparent none;}
.dashedbullet  {list-style:none; margin-bottom:1em;}
.dashedbullet li {padding-bottom:0.2em !important;}
.dashedbullet li:before {content:'- ';}

.padding-top    {padding-top:1em !important;}
.padding-right  {padding-right:1em !important;}
.padding-bottom {padding-bottom:1em !important;}
.padding-left   {padding-left:1em !important;}

.hidden        {display:none;}

.orange {color:#f4a620;}
