body{
    background-color:gray; 
    font-family: Arial;
    margin-top:0px;
}

h2{
    color: #3b4c92;
}
h3{
    margin-top:0px;
    font-size:13pt;
}

.ratesTable td{
    border-width: 1px;
    border-color: #000000;
    border-style: solid;
    text-align:left;
    padding-left:15px;
}

#top-area a#homeLink
{
         display: block;
         float: left;
         /* border: 1px dashed red; /* debug display */
}
#top-area a#homeLink span
{
         display: none;
}

#top-area a#homeLink
{
         height: 110px;
         width: 475px;
}


#mainContent{
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
}

#contactUs{
    margin-top:10px;
    float:left;
    width:250px;
    border-right:solid 1px;
}

#advantages{
    margin-top:10px;
    float:right;
    width:500px;
}

.fieldWithErrors input{
    border: 2px solid red;
}


.row {
    height:40px;
}


#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}


.column5050{
    float:left;
    width:48%;
    padding: 5px;
}



textarea{background-color: #ccccff;}
input{background-color: #ccccff;}
select{background-color: #ccccff;}

input:focus, textarea:focus, select:focus{
	background-color:#FFF8C6;  
	border-color:#019201;
}




A:link {text-decoration: none;}
A:visited {text-decoration: none;}
A:active {text-decoration: none;}
A:hover {text-decoration: none;}
a img {
    border: 0px;
}

#container{
  width: 900px;
  margin: auto;
}


#top-area{
    width: 900px;
    height: 124px;
    background-image: url(/images/header.gif);
    
}

#main-body{
    background: #fff;
    background-image: url(/images/main_background.gif);
    background-repeat: repeat-x;
}

#main-area{
    width: 850px;
    min-height: 500px;
    margin:auto;
    padding-top:15px;
    clear: both;
    background-image: url(/images/main_area_center.gif);
    background-repeat: repeat-x;

}
#flash-area{
    height: 263px;
    width: 350px;
    background-color: #fff;
}

#flash-area-click{
    height: 50px;
    width: 350px;
}

#flash-area-click img {
    float:right;
}

#nav-area{
    width: 825px;
    height: 32px;
    clear:both;
    margin:auto;
    padding-top:3px;
}
.navBubble{
    width:165px;
    height: 32px;
    float:left;
}
.navBubble img{
    width: 165px;
}
#content-area-left{
    width:350px;
    float: left;
    margin-left:25px;
   font-family: Arial,Helvetica,sans-serif;
}
#content-area-right{
    float: left;
    width: 425px;
    margin-left: 25px;

}

#special_box{
    width: 205px;
    height: 230px;
    float:left;
}
#special_box .top{
    width:205px;
    height:30px;
    background-image: url(/images/special_offers.gif);
}
#special_box .main{
    width: 185px;
    height: 180px;
    color: #fff;
}
#news_and_events{
    width: 205px;
    height: 230px;
    margin-left: 15px;
    float:left;
}
#news_and_events .top{
    width: 205px;
    background-image: url(/images/news_and_events.gif);
    height: 30px;
}
#news_and_events .main{
    width: 200px;
    height: 180px;
    background-image: url(/images/boxes_background.gif);
    padding: 10px;
    padding-right: 0px;
    padding-left:5px;
    color: #fff;
}

.blueFadeBackground{
    background-image: url(/images/boxes_background.gif);
    background-repeat: repeat-x;
}

.flight-club-advantages{
    width: 425px;
    height: 230px;
    clear:both;
    padding-top: 20px;
}
.flight-club-advantages .top{
    width: 425px;
    padding-top:5px;
    text-align:center;
    font-size:17px;
    font-family: arial;
    background-image: url(/images/advantages.gif);
    color: #fff;
    height: 25px;
}


.flight-club-advantages .main{
    width: 405px;
    height: 180px;
    background-image: url(/images/boxes_background.gif);
    
    padding: 10px;
    color: #fff;
}

.ratesTable{
    width: 700px;

}
table .title{
    font-weight:bold;
}

#login{
    float:right;
    width: 375px;
    padding-top: 40px;
    padding-right: 15px;
    color: #fff;
    line-height: 2em;
    text-align:center;
}
#login #username{
    float: left;
    width: 160px;
}
#login #password{
    float: left;
     margin-left: 5px;
}
#login #go{
    float: right;
    width: 50px;
    padding-top:30px;
    padding-right:25px;

}
.question{
    color:navy;
    font-weight:bold;
}
.answer{
    
}

#footer{
    clear: both;
    width: 900px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}

