/*
General Transport http://www.generaltransport.net CSS file
@version 1.1
@author Quentin Christensen
*/

body{
  background: #777777;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #333333;
  height: 100%;
  margin: 0;
  padding: 0;
}

html{
  height: 100%;
}
.container{
  width: 784px;
  margin: 0 auto 0 auto;
  background: url("images/containerbg.gif") repeat-y center;
  min-height: 100%;
  height: 100%;
  voice-family: "\"}\"";
  voice-family: inherit;
  height: auto;
  position: relative;
}

.header{
  margin: 0 12px;
  width: 760px;
  height:90px;
  background: #ffffff url("images/header.jpg") no-repeat;
}

.navLeft{
  margin: 0 0 0 12px;
  float: left;
  width: 125px;
  padding: 20px;
}

.text a:link, .text a:visited{
  text-decoration: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

.text a:hover{
  color: red;
  font-size: 13px;
  line-height: 18px;
}

.navLeft a:link, .navLeft a:visited{
  font-size: 16px;
  color: white;
  text-decoration: none;
  font-weight: bold;
  line-height: 20px;
}

.navLeft a:hover{
  font-size: 16px;
  color: red;
  text-decoration: none;
  line-height: 20px;
}

.content{
  width: 595px;
  margin: 0 0 20px 177px;
  min-height: 415px;
  height:auto !important;
}

.text{
  padding: 10px 20px 10px 20px;
}

.topNav{
  height: 207px;
  width: 595px;
}

.footer{
  margin-left: 12px;
  height: 20px;
  width: 759px;
  background: #ffffff url("images/footer_background.jpg");
  bottom: 0;
  position: absolute;
  text-align: right;
  font-size: 10px;
}

h1{
  font-size: 15px;
  color: #434288;
}

img{
  border: 0;
}