
/*in case of emergency !!!*/
/* border: 2px solid #ff0000; */


body
{
    /*  IE5.x and IE6 fix to center the wrapper div */
    text-align: center; /* Netscape6 fix to stop issues when the browser window is reduced below the width of the wrapper div */
    min-width: 780px;
    background: #2c5e87;
}
ul
{
    float: left;
    margin-top: 20px;
    margin-left: 15px;
padding: 0px;    
    list-style-type: none;
}
ul li
{
    float: left;
    margin: 0px;
    padding: 0px;
}
ul a
{
    display: block;
    color: #ffffff;
    font-family: Arial;
    font-weight: bold;
    text-align: left;
    font-size: 13px;
    text-decoration: none;
    margin-right: 10px;
}
ul a:hover
{
    color: #333333;
}

h3
{
	font-family: Arial;
    color: #ffffff;
    font-size: 20px;
    text-align: left;
    padding-left: 20px;
  }

h4
{
	font-family: Arial;
    color: #ffffff;
    font-size: 12px;
    text-align: left;
    padding-left: 20px;
  }  
#wrapper
{
    width: 782px;
    margin: 0 auto;
    background: #2c5e87;
}

#header
{
    margin-top: 20px;
    margin-bottom: 20px;
}

#header p
{
    font-family: Arial;
    color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
    text-align: right;
    line-height: 0;
}

#header img
{
    float: left;
    /*margin-left: 20px;*/
}

#mainNav
{
    clear:both;
    width: 451px;
    height: 42px;
    float: left;
    margin-top: 20px;
    /*padding-top: 50px;
    padding-left: 15px;*/
    background: url(images/nav_BG.png) no-repeat left bottom;
}

#content
{
    clear: both;
    width: 782px;
    background: url(images/contentMid.png) repeat-y left top;
}
#content h2
{
    background: url(images/contentTop.png) no-repeat left top;
    color: #ffffff;
}
#content .last
{
    clear: both;
    background: url(images/contentBottom.png) no-repeat left bottom;
    padding-bottom: 20px;
}

#secondaryContent
{
    width: 391px;
    margin: 10px;
    margin-top: 0px;
    float: right;
    background: url(images/secContentMid.png) repeat-y scroll left top;
}
#secondaryContent h2
{
    margin: 0px;
    background: url(images/secContentTop.png) no-repeat left top;
    font-family: Arial;
    color: #ffffff;
    font-size: 20px;
}
#secondaryContent p
{
    font-family: Arial;
    color: #000000;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
    text-align: left;
}

/*#SecondaryContent .lastSecContent 
??? referencing in this way doesn't seem to work
where it does in the #content .last definition ???
{    
    clear: both;
    background: url(images/secContentBottom.png) no-repeat left bottom;
    padding-bottom: 20px;
}*/

p.lastSecContent
{
    clear: both;
    background: url(images/secContentBottom.png) no-repeat left bottom;
    padding-bottom: 20px;
    margin: 0px;
}

#footer
{
    clear: both;
    width: 760px;
    text-align: center;
}

#footer .copyright
{
    font-family: Arial;
    color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 10px;
    text-align: right;
}

.footerNav a
{
    padding: 2;
    color: Black;
    font-family: Arial;
    font-weight: normal;
    text-align: left;
    text-indent: 3px;
    font-size: 12px;
    margin: 5px;
}

.footerNav a:hover
{
    color: #ffffff;
}

.itemImageRight p
{
    font-family: Arial;
    color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
    text-align: left;
}
.itemImageRight img
{
    float: right;
    margin-right: 20px;
    margin-left: 20px;
}

.itemImageLeft p
{
    font-family: Arial;
    color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
    text-align: left;
}
.itemImageLeft img
{
    float: left;
    margin-left: 20px;
    margin-right: 20px;
}

.clear
{
    clear: both;
}


.dateContent
{
}

.formContainer
{
    width: 370px;
    float: left;
}

fieldset
{
    margin: 20px;
    padding: 10px;
    border: 1px solid #ffffff;
    background: #ffba02;
    text-align: left;
}
legend
{
    font-weight: bold;
    font-family: Arial;
    color: #000000;
    font-size: 13px;
}

label
{
    float: left;
    width: 55px;
    font-family: Arial;
    color: #000000;
    font-size: 13px;
}

input[type="text"]
{
    width: 200px;
}

textarea
{
    width: 300px;
    height: 100px;
}

#arrivalMonthLabel, #arrivalYearLabel, #departMonthLabel, #departYearLabel
{
    text-indent: -1000px;
    width: 0;
}

#childrenLabel
{
    /* ?? WTF GOES HERE TO PUT THIS ON THE SAME LINE AS THE ADULTS LABLE AND INPUT ?? */
}

input#arrivalDay, input#departDay
{
    width: 40px;
    margin-right: 5px;
}
select#arrivalMonth, #departMonth
{
    width: 100px;
    margin-right: 5px;
}
input#arrivalYear, #departYear
{
    width: 40px;
}
input#adults
{
    width: 40px;
    margin-right: 20px;
}
input#children
{
    width: 40px;
}

/* LANDSANDS PRICE GUIDE TABLE */
.tableContainer
{
    float: right;
}
table
{
    border-collapse: collapse;
    border: 0px;
    margin: 20px;
}
col#singleApp, col#doubleApp
{
    width: 130px;
    text-align: center;
}

tr.winterRow
{
    background: #ffffff;
}

th, td
{
    padding: 3px;
    text-align: center;
    font-family: Arial;
    color: #000000;
    font-size: 13px;
}

th.blankTh
{
    border: none;
    font-size: 15px;
    text-align: left;
}
th.app2
{
    border-left: 3px solid;
    border-top: 3px solid;
    border-color: #bddd3e;
}
th.app4
{
    border-top: 3px solid;
    border-right: 3px solid;
    border-color: #bddd3e;
}
td.winter
{
    border-top: 3px solid;
    border-left: 3px solid;
    border-color: #bddd3e;
}
td.summer
{
    border-left: 3px solid;
    border-bottom: 3px solid;
    border-color: #bddd3e;
}
td.summer2price
{
    border-bottom: 3px solid;
    border-color: #bddd3e;
}
td.summer4price
{
    border-bottom: 3px solid;
    border-right: 3px solid;
    border-color: #bddd3e;
}
td.winter4price
{
    border-right: 3px solid;
    border-color: #bddd3e;
}

caption
{
    font-size: 15px;
}

thead
{
}

