﻿
html
{
    
}



/* #### Body #### */
body
{
    background: #fff;
    color: #000;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    text-align: center;
}

/* #### General styles #### */

p
{
    margin-bottom: 15px;
}

.pink
{
    color: #ed245a;
}

.highlight
{
    color: Red;
}

/* #### General layout #### */
#wrapper
{
    background: #fff;
    border: 0px solid #E4E4E4;
    margin: auto;
    text-align: left;
    width: 980px;
    padding: 0px;
}

#main
{
    padding: 0px;
    text-align: center;
    width: 980px;
}

#content
{
    margin: auto;
    padding: 0px;
    text-align: left;
    width: 960px;
}



/* #### Header #### */

#header
{
    height: 133px;
    background: url('images/headerBg.png') repeat-x;
}

#logo
{
    background: url('images/logoBg.png') no-repeat bottom left;
    float: left;
    padding-left: 6px;
}

#logo img
{
    display: block;
}

#logoBar
{
    height: 99px;
    margin-bottom: 2px;
}

#logoBar #mainHeading, #logoBar h1
{
    color: #fff;
    float: left;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 275%;
    font-weight: normal;
    margin: 24px 5px 0 0;
}

#logoBar #holidaysForYou
{
    display: inline;
    margin: 0px 0px 0 0;
    vertical-align:text-bottom;
    /*float: left;*/
}

#logoBar #abta
{
    margin: 29px 20px 0 0;
    float: right;
}

#logoBar #atol
{
    margin: 26px 26px 0 0;
    float: right;
}



/* #### Main nav #### */

ul#nav
{
    background: url('images/navBg.png') no-repeat bottom right;
    font-size: 80%;
    height: 29px;
    display: block;
    padding-top: 3px;
}

ul#nav li
{
    background: url('images/navItemBg.png') repeat-x;
    display: block;
    float: left;
    height: 29px;
    margin: 0px 4px;
}
ul#nav li a, ul#nav li a span
{
    color: White;
    display: block;
    font-weight: bold;
    float: left;
    text-decoration: none;
}

ul#nav li a
{
    padding: 0 6px 0 0px;
    height: 29px;
}

ul#nav li a span
{
    padding: 6px 0px 0 6px;
}

ul#nav li.selected span, ul#nav li a:hover span
{
    background: #fff url('images/selectedNavLeftCurveBg.png') no-repeat top left;
    color: #002d6d;
}

ul#nav li.selected a, ul#nav li a:hover
{
    background: #fff url('images/selectedNavRightCurveBg.png') no-repeat top right;
}

#nav li ul
{
    display: none;
    position: absolute;
    float: none;
}

#nav li ul li
{
    background-image: none;
    float: none;
    margin: 0px !important;
    vertical-align: bottom;
}

#nav li ul li a
{
    background-image: none !important;
    background: #FFFFFF !important;
    color: #002d6d;
    float: none;
    
}

#nav li ul li a:hover
{
    background: #009AE3 !important;
}

#nav li ul li a:hover span
{
    background: #009AE3 !important;
    color: #ffffff !important;
}

#nav li ul li a span
{
    background: #FFFFFF !important;
    background-image: none !important;
    color: #002d6d;
    float: none;
    padding: 9px 0px 0 6px;
}


/* #### Footer #### */

#footer
{
    height: 32px;
    background: url('images/footerBg.png') repeat-x;
    color: White;
    font-size: 70%;
}

#footer a
{
    color: White;
    text-decoration: none;
}

#footer a:hover
{
    text-decoration: underline;
}

#copyright
{
    background: url('images/copyrightBg.png') no-repeat top left;
    float: left;
    height: 22px;
    max-width: 45%;
    padding: 10px 0 0 20px;
}

ul#footerNav
{
    background: url('images/footNavBg.png') no-repeat bottom right;
    float: right;
    height: 22px;
    padding: 10px 16px 0 0;
    max-width: 45%;
}

ul#footerNav li
{
    border-right: 1px solid #fff;
}

ul#footerNav li.last
{
    border-right: 0px;
}

ul#footerNav li, ul#footerNav li a
{
    display: block;
    float: left;
    margin-right: 4px;
}



/* #### clearfix from http://www.webtoolkit.info/css-clearfix.html #### */
.clearfix:after
    { content: "."; clear: both; display: block; height: 0; line-height: 0; visibility: hidden; }
.clearfix
    { display: inline-block; }
html[xmlns] .clearfix
    { display: block; }
* html .clearfix
    { height: 1%; }
    


/* #### Columns #### */
.col
    { padding: 0px 0px 8px 0px; }
.col.left
    { float: left; }
.col.right
    { float: right; }
/*.col.right.oneThird
    { background: #F4F4F4; border: 1px solid #E4E4E4; float: right; padding: 10px; }*/
.col.small
    { width: 170px; padding-top: 16px; }
.col.medium
    { width: 220px; }
.col.large
    { width: 542px; margin: 0px 14px; padding-top: 16px; }
.col.large .col
    { width: 264px; }


/* #### Modules #### */
/* #### Small left column #### */

.col.small a:hover
{
    text-decoration: underline;
}

.col.small h2
{
    color: #004ba4;
    font-size: 80%;
    margin-bottom: 12px;
}

.col.small h3
{
    color: #009ae3;
    font-size: 75%;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.col.small h3 a
{
    color: #009ae3;
    text-decoration: none;
}

.col.small .module
{
    border: 1px solid #b6b6b6;
    margin-bottom: 7px;
}

.col.small .module .inner
{
    background: url('images/leftBigModuleBg.png') repeat-x bottom;
    padding: 10px;
}

/* #### Small left column menu items #### */

.col.small li
{
    margin-bottom: 5px;
}

.col.small li a
{
    font-size: 75%;
    color: #000;
    text-decoration: none;
    display: block;
}


.col.small a.SubMenu3
{
    font-weight: bold;
    margin-bottom: 5px;
    padding-left: 5px;
}

.col.small a.SubMenu4
{
    font-size: 70%;
    padding-left: 10px;
    margin-bottom: 5px;
    text-indent: -5px;
}


/* #### Medium right call us now #### */

.col.medium #callUsNow
{
    background: #E0E0E0;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 180%;
    padding: 15px;
    text-align: center;
}

.col.medium #callUsNow h2
{
    font-weight: normal;
}

/* #### Medium right email offers #### */

.col.medium #emailOffers
{
    /*background: #989797*/background: #E0E0E0 url('images/emailOffersBg.png') repeat-x;
    color: White;
    height: 70px;
    padding: 10px;
    margin-bottom: 15px;
}

.col.medium #emailOffers h2, .col.medium #emailOffers p#emailOffersTitle
{
    font-size: 115%;
    font-weight: normal;
    margin-bottom: 5px;
}

.col.medium #emailOffers p
{
    font-size: 80%;
    line-height: 120%;
}

.col.medium #emailOffers a
{
    color: #fff;
    font-weight: bold;
}

/* #### Medium right modules #### */

.col.medium .module
{
    /*background: #f3f4f6;*/
    background: #E0E0E0;
}

.col.medium .module .inner
{
    padding: 10px;
    font-size: 75%;
    line-height: 120%;
}

.col.medium .module .inner a
{
    color: #ed245a;
}

.col.medium .module h2
{
    background: url('images/rightColHeaderBg.png') repeat-x;
    color: #fff;
    display: block;
    font-weight: normal;
    font-size: 80%;
    height: 20px;
    padding: 5px 8px 0px 8px;
}

/* #### Medium right top 5 #### */

.col.medium .module .inner.top5 ul li
{
    background: #fff;
    padding: 5px;
    margin-bottom: 5px;
}

/* #### Medium right images #### */

.RHImage
{
    float: right;
}

.col.right.medium .RHImage
{
    float: none;
}

.col.right.medium img
{
    display: block;
    margin: 16px auto 0px auto;
}


/* #### Middle column #### */

.col.large
{
    font-size: 80%;
    line-height: 140%;
}

.col.large h1
{
    color: #009AE3;
    font-size: 150%;
    font-weight: normal;
    margin-bottom: 20px;
}

.col.large h2
{
    font-size: 115%;
    margin-bottom: 15px;
}

.col.large h3
{
    color: #0048A0;
    font-size: 105%;
    margin-bottom: 10px;
}

.col.large h4
{
    margin-bottom: 5px;
}

.col.large #intro
{
    background: #5f5f5f;
    color: #fff;
    margin: 0 0 16px 0;
    padding: 15px;
}

.col.large #intro h1
{
    color: #fff;
}

.col.large img
{
    display: block;
}

.col.large p img
{
    margin: 10px 0;
}

.col.large a
{
    color: #009AE3;
}

.col.large #intro a
{
    color: #fff;
    font-weight: bold;
}

.col.large .module
{
    margin: 0 0 10px 0;
}

.col.large .module h2
{
    background: url('images/mainColModuleTitleBg.png') repeat-x;
    color: #fff;
    height: 20px;
    padding: 7px 8px 0px 8px;
    margin: 0 0 2px 0;
}

.col.large .module .inner p
{
    background: #f3f4f6;
    padding: 8px 5px;
    margin: 0px;
}

.col.large .module .inner a
{
    color: #ed245a;
}




/* #### Forms #### */

fieldset
{
    margin: 0 0 15px 0;
}

legend
{
    font-weight: bold;
}

label
{
	clear: both;
	display: block;
	float: left;
	margin: 10px 10px 0 0;
	text-align: right;
	width: 200px;
}

input.formField, select.formField
{
	display: block;
	float: left;
	margin-top: 10px;
	width: 200px;
}

.formSubmit,.formLabel,.formErrorField,.formField{ font-size:12px; }
.formSubmit{font-weight:700;}
.formField,.formSubmit{border:1px solid #1884D6;}
.formSubmit{background-color:#44ACDE;}
.formErrorField{border:2px solid #cc0000;background-color:#ffcccc;}
.ErrorMessage{color:#cc0000;font-weight:700;}
