/* global */
*{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.debug{border: 1px solid green;}
.left{float: left;}
.right{float: right;}
.breaker{clear:both; display: block;}
.spacer:after{
  height: 0;
  clear: both;
  content: " ";
  font-size: 0;
  display: block;
  visibility: hidden;
}

/* end of global */

/* layout */

body{
 background: #D8D6D7 url('../images/bg_body.jpg') repeat-x;
 font-family: Trebuchet MS, Helvetica, sans-serif;
 font-size: 0;
 color: white;
}

#wrapper{
  background: #474747 url('../images/bg_wrapper.jpg') repeat-x;
  width: 980px;
  margin: auto;
  padding: 8px 22px 0 22px;
}

h1{
  width: 978px;
  height: 105px;
  overflow: hidden;
  position: relative;
  font-family: Arial;
}

h1 span{
  top: 0;
  left: 0;
  position: absolute;
  width: 978px;
  height: 105px;
  background: transparent url('../images/bg_header3.jpg') no-repeat;
  z-index: 1;
}

#navi{
  width: 978px;
  height: 50px;
  background: transparent url('../images/bg_navi.jpg') repeat-x;
  margin-bottom: 2px;
  font-size: 14px;
}

#navi ul{
  list-style-type: none;
  margin-left: 30px;
}

#navi ul li{
  display: inline;
}

#services{
  background: transparent url('../images/bg_services.jpg') no-repeat;
  width: 235px;
  height: 173px;
  padding: 37px 10px 10px 11px;
  font-size: 17px;
}

#contactInfo{
  background: transparent url('../images/bg_contactInfo.jpg') no-repeat;
  width: 234px;
  height: 173px;
  padding: 37px 10px 10px 11px;
  font-size: 19px;
  font-style: italic;
  color: black;
  font-family: Arial;
}

#contactInfo p{
  text-align: center;
  margin-bottom: 15px;
}

#contactInfo p span{
  color: white;
  font-size: 19px;
}

#contactInfo span.tollFreeNum{
  color: white;
  font-size: 35px;
  letter-spacing: -1px;
  font-family: Arial;
  font-weight: bold;
}

#videos{
  background: transparent url('../images/bg_videos.png') no-repeat;
  width: 445px;
  height: 275px;
  padding: 12px 0 0 20px;
  margin-left: 2px;
  float: left;
}

#videos img{
  border: 1px solid #CCCCCC;
}

#content{
  margin-top: 5px;
  width: 790px;
  border: 1px solid #1B1B1B;
  margin-bottom: 5px;
}

#content h2{
  background-color: #0D0D0D;
  color: #6BBEE8;
  width: 780px;
  padding: 5px;
  font-size: 16px;
}

#content h3{
  font-size: 16px;
  background-color: #1B1B1B;
  color: #6BBEE8;
  padding: 5px 10px;
}

#content p{
  padding: 5px 10px 15px 10px;
  background-color: #1B1B1B;
  font-size: 14px;
  line-height: 20px;
}

#employment{
  background: transparent url('../images/bg_employment.jpg') no-repeat;
  width: 225px;
  height: 320px;
  padding: 15px 15px 15px 15px;
}

#ppgTraining{
  background: transparent url('../images/bg_ppgTraining.jpg') no-repeat;
  width: 243px;
  height: 320px;
  padding: 15px 15px 15px 15px;
}

#locations{
  background: transparent url('../images/bg_ppgTraining.jpg') no-repeat;
  width: 245px;
  height: 320px;
  padding: 15px 5px 15px 5px;
}

#locations img{
  border: 1px solid black;
}

#employment, #ppgTraining, #locations{
	font-size: 12px;
	font-style: italic;
	text-align: left;
}

a.moreInfo, a.moreInfo:visited{
text-align: left;
  color: #66b3db;
  margin-top: 10px;
}

a.moreInfo:hover{
	color: white;
	text-align: left;
}

#rightPanel{
  float: left;
  margin: -2px 0 0 -3px;
  width: 190px;
}

#rightPanel #loginBox{
  width: 461px;
  height: 434px;
  padding: 20px 14px 0 14px;
  font-size: 13px;
}

#rightPanel #loginBox a,
#rightPanel #loginBox a:visited{
  color: #CCCCCC;
  text-decoration: none;
}

#rightPanel #loginBox a:hover{
  color: white;
}

#rightPanel #special{
  background: transparent url('../images/bg_special.png') no-repeat;
  width: 189px;
  height: 226px;
}

#rightPanel #specialAlt{
  background: transparent url('../images/bg_specialAlt.png') no-repeat;
  width: 189px;
  height: 365px;
}

#rightPanel #special p,
#rightPanel #specialAlt p{
  font-family: Arial;
  font-size: 13px;
  text-align: center;
  font-weight: bold;
  color: #6bbee8;
  line-height: 20px;
}

#rightPanel #specialAlt p{
  line-height: 31px;
  padding-top: 8px;
}

#footer{
  background-color: #1b1b1b;
  width: 972px;
  height: 29px;
  padding: 10px 30px 0 22px;
  margin: 15px auto 0 -22px;
  font-size: 14px;
  text-align: right;
}

#footer ul{
  list-style-type: none;
}

#footer ul li{
  display: inline;
}

#footer ul li a,
#footer ul li a:visited{
  text-decoration: none;
  color: white;
}

#footer ul li a:hover{
  color: #6bbee8;
}

/*end of layout */

/*forms*/

#rightPanel #loginBox form fieldset legend{
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  color: #D3D3D3;
}

#rightPanel #loginBox form fieldset input{
  margin-top: 20px;
  border-top: 1px solid #4b474b;
  border-right: 1px solid #4b474b;
  border-bottom: 1px solid #6b696d;
  border-left: 1px solid #6b696d;
  background-color: #232124;
  color: #847f87;
  width: 160px;
  height: 18px;
  padding-top: 2px;
  font-family: Arial;
  font-size: 12px;
}

#rightPanel #loginBox .button{
  background: transparent url('../images/buttons/btn_login.png') no-repeat;
  border: none;
  width: 47px;
  height: 21px;
  float: left;
  padding: 0;
  margin-top: 15px;
}
/*end of forms*/#wrapper .left #content iframe {
	text-align: left;
}
#wrapper .left .left #ppgTraining p {
	text-align: left;
}

