﻿/* --------------------------------------------- */
/* Global Style */
html 
{
	  height: 100%;
}

 body
{
	padding: 0;
	margin: 0;
	height: 100%;
	font-family: Arial, Helvetica, Sans-Serif;
	background:#4d4d4d url('images/misc/bodyBack.jpg') repeat-x;
	font-size: 12px;
	color:#333333;

} 

a img {
  border: 0;  
}

p {
   margin: 0 0 1em 0; 
    }

a {
	color: #d1202a;
	text-decoration: none;
}

a:hover {
	color: #4d4d4d;
	text-decoration: none;
}
a:focus {
	color: #cccccc;
	text-decoration: none;
	outline:none;
}


/* --------------------------------------------- */
/* Layout Styles */


/* Layout Template Styles */

#mainContainer 
{
    margin: 0 auto;
    width:930px;
    background-color:#ffffff;
}
#baseElement 
{
    float:left;
    width:930px;
    background:transparent url('images/misc/baseBack.gif') repeat-x;
    position:relative;
    z-index:0;
    top:-379px;
    margin-bottom:-379px;
}
#baseElement2 
{
    float:left;
    width:930px;
    background:transparent url('images/misc/baseBack.gif') repeat-x;
    position:relative;
    z-index:0;
}
#bookingElementContainer 
{
    float:right;
    width:404px;
    height:379px;
    margin-right:4px;
    position:relative;
    z-index:1;
}
#bookingElementTop 
{
    width:374px;
    height:77px;
    float:left;
    background:transparent url('images/misc/bookingBack1.jpg') no-repeat;
    color:#ffffff; 
    padding:15px 0px 0 30px;   
}


#bookingElementBot 
{
    float:left;
    clear:left;
    width:404px;
    height:287px;
    background:transparent url('images/misc/bookingBack2b.gif') no-repeat;
}

#bookingElementContainer h1
{
    color:#ffffff;
    margin:0;
    padding:0;
    font-size:16px;
    font-weight:bold;
    padding-bottom:5px;
  
}
#bookingElementContainer h2
{
    color:#ff3333;
    margin:0;
    padding:0;
    font-size:16px;
    font-weight:bold; 
    display:inline; 
    padding-right:5px;
}

#bookingElementContainer #colL
{
    float:left;
    padding-left:15px;
    width:175px;
}
#bookingElementContainer #colR
{
    float:right;
    padding-right:15px;
    width:175px;
}
#masthead 
{
    width:930px;
    height:161px;
    float:left;
    clear:left;
}
#mainNav 
{
    width:290px;
    height:18px;
    float:left;
    margin:64px 0 0 30px;
}
#mainNav  ul
{
	margin:0;
	padding:0;	
}
#mainNav  ul li
{
	display:inline;
	margin-left:15px;
	padding-left:15px;
	border-left:solid 1px #cdcdcc;
	font-weight:bold;
	font-size:13px	
}
#mainNav ul .first
{
	border:none;
	margin-left:0px;
	padding-left:0px;
}
#mainNav ul li a
{
	color:#ffffff;
	text-decoration:none;
}

#mainNav ul li a:hover
{
	color:#727272;
	text-decoration:none;
}
#pageContent
{
    width:930px;
    float:left;
    clear:left;
    background:transparent url('images/misc/contentBack.gif') repeat-y;
}
#pageContent2
{
    width:930px;
    float:left;
    clear:left;
    background:transparent url('images/misc/contentBack2.gif') repeat-y;
}
#pageContent3
{
    width:930px;
    float:left;
    clear:left;
    background:transparent url('images/misc/contentBack3.gif') repeat-y;
    min-height:400px;
}
#pageContent #colL
{
    width:581px;
    float:left;
    background:transparent url('images/misc/highlightBack.jpg') repeat-x;
     margin-left:1px;
}
#pageContent2 #colL
{
    width:929px;
    float:left;
    background:transparent url('images/misc/highlightBack.jpg') repeat-x;
    margin-left:1px;
}
#pageContent3 #colL
{
    width:672px;
    float:left;
    background:transparent url('images/misc/highlightBack.jpg') repeat-x;
    margin-left:55px;
    padding:0px 15px 0px 15px;
    min-height:400px;
}
#pageContent3 #colR
{
    width:173px;
    float:left;
    
}
#searchResults 
{
    width:770px;
    padding:0px 10px 20px 10px;
    height:1200px;
    overflow-x:hidden;
    overflow-y:scroll;


}
#pageContent #colR
{
    width:348px;
    _width:347px;
    float:left;
    
}
#providers
{
    float:left;
    width:139px;
    height:344px;
    background:transparent url('images/misc/providersBack.jpg') no-repeat;
    
}
#highlight
{
    float:left;
    width:390px;     
}
#onDemandText 
{
    float:left;
    width:322px;
    padding-left:68px;
    margin-bottom:15px;
}
#tipNumber 
{
    color:#ff3333;
    padding:4px 2px 0 2px;
    font-weight:bold;
    float:left;
    font-size:11px;
}
#flightTip 
{
    padding:0 5px 0 5px;
    float:left;
    width:346px;

}
#defaultContent 
{
    padding:0 5px 0 5px;
    float:left;
    width:420px;

}

#flightTip h1
{
    color:#666666;
    margin:0;
    padding:0;
    font-size:18px;
    font-weight:bold;
    line-height:1.5em;
  
}
h1
{
    color:#666666;
    margin:0;
    padding:0;
    font-size:18px;
    font-weight:bold;
    line-height:1.5em;
  
}
.homeBanner 
{
    width:100%;
    height:54px;
    float:left;
    clear:left;
    background:transparent url('images/misc/homeBannerBack.jpg') repeat-x;
    margin-bottom:25px;
    text-align:center;
    
}


#footer 
{
    margin:0 auto;
    clear:both;
    padding-left:0px;
    width:930px;
    padding-top:15px;
    
    
}
#footerNav 
{
    float:left;
    width:782px;
 
}
#footer  ul
{
	margin:0;
	padding:0;
		
}
#footer ul li
{
    display: inline;
    margin-left: 4px;
    padding-left: 5px;
    border-left: solid 1px #bebebe;

    font-size:11px;
    
}
#footer ul .first
{
	border:none;
	margin-left:0px;
	padding-left:0px;
}
#footer ul li a
{
	color:#bebebe;
	text-decoration:none;
}

#footer ul li a:hover
{
	color:#ffffff;
	text-decoration:none;
}
#footer #address 
{
    width:700px;
    padding-top:5px;
    float:left;
    color:#8e9183;
    font-size:10px;
}
.footerLogo  {
    width:130px;
    height:36px;
    background:transparent url('images/misc/powerdByLogo.gif') no-repeat top right;
    color:#919193;
    float:right;
    font-size:10px;
}
.footerLogo:hover  {
    color:#919193;
}

#updateProgressLoader
{
    float:left;
    clear:both;
    padding-left:40px;
    height:40px;
    
}

.tripBubble
{
    background:transparent url('images/misc/bubble.png') no-repeat;
    _background:transparent url('images/misc/bubble.gif') no-repeat;
    width:242px;
    height:320px;
    color:#000000;
    padding:60px 15px 15px 15px;
    
}


/* Layout Page Template Styles */








/* --------------------------------------------- */
/* Page Element Styles */



/* End Page Element Styles */



/* Buttons */
.providerLink
{
    width:138px;
    float:left;
    clear:left;
    text-align:center;
    margin-bottom:1px;
}

.redLink
{
    color: #ff3333;
    text-transform: uppercase;
    text-decoration:underline;
}

.btn1 
{
    width:107px;
    height:22px;
    color:#000000;
    text-align:center;
    background:transparent url('images/buttons/btnBack.jpg') no-repeat;
    border:none;
    cursor:pointer;
    
    
}

.btn2 
{
    width:56px;
    height:22px;
    color:#000000;
    text-align:center;
    background:transparent url('images/buttons/btnBack2.jpg') no-repeat;
    border:none;
    cursor:pointer;
    
    
}
/* End Buttons */


.intPageContent 
{
    float:left;
    margin-left:33px;
    width:740px;
    border:solid 1px Red;
    position:relative;
    z-index:0;
    
}


