﻿.main
{
    background-image:url('../images/default/defaultBackground.jpg'); 
    height:100%;  
    overflow-x:hidden; 
    overflow-y:hidden;
}

.leftColumn
{
    display:inline;
    float:left;
    width:40%;
    padding-bottom:10px;  
}

.rightColumn
{
    display:inline;
    float:left;
    width:60%;
    padding-bottom:10px;
}

.goSearchBox
{
    position:relative;
    top:0px;
    left:400px;
    z-index:1;
}

.goRouteMap
{        
    position:relative;
    top:40px;
    left:50px !important;
    z-index:0;
}

.multiDestination
{
    position:relative;
    top:-10px;
    left:0px;
    z-index:1;
    padding-bottom:5px;
}

.multiDestText
{    
    display:inline;
    float:left;
    color:White;
    margin-top:10px;
    font-size:18pt;
    font-family:Arial, Helvetica, sans-serif;
    text-shadow: 2px 2px 2px #000000;
	filter: Shadow(Color=#000000, Direction=180, Strength=3);	
}

.lineBreak
{
    display:inline;
    float:left;
    width:96%;
    line-height:5px;
    margin-left:20px;
    background-image:url('../images/default/lineBreak.gif'); 
    background-repeat:repeat-x;
}

.bottomHalf
{
    display:inline;
    float:left;
    width:96%;
    margin-left:20px;
    margin-top:5px;
    height:435px;
}
