﻿div.MainFeature 
{
    width: 100%;
}
div.AreaBelowMainFeature 
{
    width: 100%;
    background-color: #ffffff;
    background-image: url('../images/WhiteBackground.gif');
    background-repeat: repeat-y;
}
div.AreaBelowMainFeature div.InnerContent 
{
    padding: 20px;
    padding-top: 15px;
}
div.Welcome 
{
    background-image: url('../images/MainPhoto.jpg');
    background-repeat: no-repeat;
    height: 299px;
}
div.Welcome div.WelcomeText 
{
    position: absolute;
    top: 138px;
    left: 45px;
    width: 285px;
    color: #ffffff;
    text-align: center;
}
div.Welcome div.WelcomeText h1
{
    font-variant: small-caps;
    font-size: 14px;
}
div.Welcome div.WelcomeText p
{
    font-size: 11px;
    line-height: 16px;
    margin-top: 6px;
    margin-left: 15px;
    margin-right: 15px;
    font-family: Verdana;
}
div.Welcome div.MainMenu 
{
    font-size: 10px;
    letter-spacing: 1px;
    position: absolute;
    top: 67px;
    left: 35px;
}
div.Welcome div.MainMenu a
{
    color: #000000;
}
div.Welcome div.MainMenu div.MenuItem
{
    float: left;
    background-image: url('../images/MainMenuDivider.gif');
    background-position: right top;
    background-repeat: no-repeat;
    padding-right: 12px;
    margin-right: 12px;
    padding-top: 4px;
    height: 21px;
}
div.Welcome div.MainMenu div#SupplierAccessMenuItem
{
    background-image: none;
}
div#LowerExplain
{
	padding: 12px;
	font-family: Verdana;
	font-size: 11px;
	color: #444444;
}
div#LowerExplain p
{
	margin-top: 7px;
	line-height: 16px;
}
div#LowerExplain p.Bullet
{
	font-family: Georgia;
	font-size: 12px;
}
div.Destinations 
{
    background-color: #DDDFE1;
    padding-top: 12px;
    padding-left: 12px;
    padding-right: 12px; /* This was done because of a bug in IE */
	float: left;
	width: 310px;
}
div.Destinations div.Destination {
	clear: both;
	padding-top: 7px;
}
div.Destinations div.Description {
    float: right;
    width: 135px;
    cursor: pointer;
}
div.Destinations div.Description h3
{
    font-size: 9px;
    font-family: 'Times New Roman', Times, Serif;
    color: #621414;
    font-weight: bold;
    letter-spacing: 1px;
    margin-left: 5px;
    text-indent: -5000px;
    background-repeat: no-repeat;
    height: 25px;
    width: 107px;
}
div.Destinations div.Description h3#MagnificentMountains
{
    background-image: url(../images/MagnificentMountains.gif);
    height: 39px;
}
div.Destinations div.Description h3#BestBeaches
{
    background-image: url(../images/BestBeaches.gif);
}
div.Destinations div.Description h3#GolfGuru
{
    background-image: url(../images/GolfGuru.gif);
}
div.Destinations div.Description h3#LetsGoGlobal
{
    background-image: url(../images/LetsGoGlobal.gif);
    width: 125px;
}
div.Destinations p 
{
    font-size: 11px;
    font-family: Verdana;
    color: #4F4E4B;
    margin-left: 5px;
}
div.Destinations div.Destination 
{
    margin-bottom: 15px;
    margin-right: 9px;
    margin-top: 5px;
}
div.Destinations div.Destination h2 
{
    font-size: 10px;
    margin-left: 5px;
    color: #404040;
    position: relative;
    top: 88px;
    left: 5px;
    font-variant: small-caps;
    font-weight: bold;
}
div.Destinations div.Destination h2 a
{
    color: #404040;
}
div.Destinations div.Destination div.img 
{
    display: block;
    width: 162px;
    height: 110px;
    cursor: pointer;
    background-repeat: no-repeat;
}
div.RegularDestinations 
{
}
div.InternationalDestination
{
    float: left;
    margin-left: 16px;
}
div#RFPRequest img
{
    width: 359px;
    height: 47px;
}
div#LocationLink 
{
    position: absolute;
    top: 320px;
    left: 390px;
    width: 330px;
    color: #ffffff;
    font-family: 'Times New Roman', Times, Sans-Serif;
    font-style: italic;
    font-size: 15px;
    font-weight: bold;
    filter:alpha(opacity=60);
    -moz-opacity:.60;
    opacity:.60;
    text-align: right;
}
div#LocationLink a {
    color: #ffffff;
}
div#LowerRightColumn {
	margin-left: 348px;
}
div#VIPIncentives {
	border-top: solid 1px #c0c0c0;
	padding-top: 15px;
	text-align: center;
	margin-top: 10px;
}