﻿body {
    font-family: Helvetica, Sans-Serif;
    font-size: 12px;
	background-color: #efeeeb ;
    margin-left:2px;
    margin-right:2px;
    padding-left:151px;
    padding-right:151px;
    width: auto; 
}

table
{
    border: none;
    border-collapse: collapse;
    border-spacing: 0px;
}
#PageContainer{
    width:760px;
    margin: 20px auto;
}

#Banner {
    height: 172px;
}

#BannerLeft {
    background-image:url(../Images/topbanner.gif);
    background-repeat:no-repeat;
    width: 620px;
    float: left;
    height: 172px;
}
#BannerRight {
    width: 140px;
    float: left;
    height: 172px;
}
#BannerRight img {
    border: none;
}

#Menu {
    width:100%;
    background-color: #e2e1dc;
    height: 30px;
}

#Menu ul {
    list-style-type:none;
    margin: 0px;
    padding: 5px;
    position: relative;
}

#Menu ul li {
    display:inline;
}

#Menu a {
    color:#949484;
    font-size: 14px;
    padding: 20px 35px 20px 10px;
}

#Menu a:link {text-decoration: none;}
#Menu a:visited {text-decoration: none;}
#Menu a:hover {
    text-decoration: underline; 
    color: White;
    background-image: url(../Images/menuselect.gif);
    background-repeat:no-repeat;
    background-position:left bottom;
}
#Menu a:active {text-decoration: underline;}

#Menu .SelectedMenu {
    text-decoration: none; 
    color: White;
    background-image: url(../Images/menuselect.gif);
    background-repeat:no-repeat;
    background-position:left bottom;
}

#MainPanel {
    background-color: #c1d82f;
}

#GutterRight {
    float: right;
    width: 140px;
    background-color: Transparent;
}

#SponsoredByBox {
    background-color: White;
    margin: 3px;
    padding: 5px;
    color: #949484;
}

#SponsoredByBox p {
    margin-bottom: 25px;
}

#HowToBook {
    color: White;
    padding: 5px;
}
#HowToBook h2 {
    margin-top: 0px;
    font-size: 14px;
}
#HowToBook h3 {
    margin-top: 0px;
    font-size: 14px;
    color: white;
}
#HowToBook p {
    font-size: 14px;
    margin-bottom: 0px;
}

#HowToBook a {
    margin-top: 0px;
    font-size: 14px;
    color: white;
    text-decoration: none;
    font-weight: bold;
}

#Copy {
    background-color: white;
    float: left;
    width: 585px;
    padding: 20px 10px 20px 25px;
}

#Copy p {
    margin: 0;
    padding: 0;
}

#Copy .VideoHolder {
    background-color: #c1d82f;
    padding: 5px 5px 5px 5px;
}   

#Copy h1 {
    font-size: 18px;
    color: #949484;
    margin-top: 0px;
    padding-top: 0px;
}

#Copy td {
    vertical-align: top;
    text-align: left;
}

#Copy .Quote {
    font-size: 14px;
    color: #c1d82f;
    font-style: italic;
}

#Copy .Intro {
    font-size: 14px;
}

#Copy .AHead {
    font-size: 14px;
    font-weight: bold;
}

#Copy .BodyCopyBold {
    font-size: 12px;
    font-weight: bold;
}

#Copy .BodyCopy {
    font-size: 12px;
}

#Copy .Indent {
    margin-left: 20px;
}

#Copy ul  {
    margin-top: 0px;
    margin-bottom: 0px; 
    margin-left: 20px; 
    padding-left: 0px;
}

#Copy #BookNowButton {
 margin: 0;
 padding: 0; 
}

#Copy #BookNowButton a {
    width: 80px;
    height: 30px;
    margin: 0 15px 15px 0;
    float:left;
    text-align: center;
    background-image: url(../Images/buttonup.gif) ; 
    background-position: center;
    background-repeat: no-repeat;
    color: #c1d82f;
    font-weight: bold;
    text-decoration: none;
    padding-top: 10px;
}

#Copy #BookNowButton a:hover {
    background-image: url(../Images/buttondown.gif) ; 
}


#Copy a:link {
    font-weight: inherit; 
    text-decoration: underline;
    color:#007b86;
}

#Copy a:visited {
    font-weight: inherit; 
    text-decoration:underline;
    color:#007b86;
}



#Footer {
    clear: both;
    background-color: #007b86;
}

.Clear {
clear: both;
}
