﻿body
{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    line-height: 18px;
    color: #333333;
    background: #b2cdf1 url('Images/bg.gif') repeat-x;
}

a, a:visited, a:active, a:link
{
    color: #003399;
    text-decoration: underline;
}

a:hover
{
    text-decoration: none;
}

h1
{
    font-size: 28px;
    color: #990000;
}

h2
{
    font-size: 20px;
    color: #000863;
}

h2.largebullet
{
    background-image:url(images/largebullet.gif);
    background-repeat: no-repeat;
    padding-left: 20px;
    line-height: 22px;
    margin-bottom:5px;
}

h3
{
    font-size: 20px;
    color: #333333;
    font-weight: normal;
}

.bannerText
{
    font-size: 14px;
    color: #333333;
    font-weight: normal;
}

.red
{
    color: #990000;
    font-weight: normal;
}
 
.footertext
{
    font-size:12px;
}

.AmenitiesHead
{
	margin: 15px 0 0 25px;
    padding: 0;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 22px;
    line-height: 12px;
    color: #4687CB;
	font-weight: lighter;
}

#Amenities
{
	list-style-type: none;
	font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    line-height: 12px;
    color: #333333;
	padding: 0 10px 0 10px;
}

#Amenities li
{
	height: 22px;
	border-bottom: 1px solid #99ccff;
	background: transparent url('Images/check.gif') no-repeat 0 10px;
	padding: 10px 0 0 20px;
}

img
{
    border: 0;
}

img.left
{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

img.lefthome
{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #8abef8;
}

img.right
{
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

img.rightbutton
{
    float: right;
    margin: 20px;
}


/*	Gradient Box	*/

.roundedbox
{
    width: 220px;
    background: #ffffff url('Images/roundedbox.gif');
    background-repeat:repeat-x;
    background-position: bottom;
    padding: 10px;
}

#gradientbox
{
    background-image: url('images/home-rightCol-bg.gif');
    background-repeat: repeat-x;
    border: 1px solid #8abef8;
    width: 570;
    padding: 0 10px 0 10px;
    margin-bottom: 10px;
}

.map
{
    border: 1px solid #8abef8;
}

/* DynamicForm Styling */
.dynamicFormRow
{
    padding: 5px;
    font-weight: bold;
    color: #3d6cc6;
    font-size:14px;
}

/* Containers & Layout */

#cmsWrapper
{
    margin: 0 auto;
    width: 900px;
}

#container
{
    float: left;
    width: 880px;
    border: 10px solid #c6c6c6;
    background-color: white;
}

#header
{
    float: left;
    width: 880px;
    height: 85px;
}

#header .logo
{
    width: 321px;
    height: 85px;
    float: left;
}

#header .headlinks
{
    width: 300px;
    height: 85px;
    float: right;
    text-align: right;
    padding: 15px 20px 0 0;
}

#menu
{
    clear: both;
    float: left;    
    background-color: #2150a8;
    width: 867px;
    height: 35px;
    padding: 10px 0 5px 13px;
}

#flash
{
    clear: both;
    float: left;    
    width: 880px;
    height: 271px;
}

#home,
#main
{
    clear: both;    
    float: left;
    width: 880px;
    height: 100%;
}

#home #leftCol
{
    float: left;
    width: 400px;
    height: 450px;
    background: #95baeb url('Images/home-leftCol-bg.gif') repeat-x;
}

#home #rightCol
{
    float: right;
    width: 477px;
}

.homebullets
{
    float:left;
    margin-left:-15px;
}

#main #leftCol
{
    float: left;
    width: 590px;
    padding: 35px 0 20px 20px;
}

#main #rightCol
{
    float: right;
    width: 240px;
    padding: 35px 10px 20px 0;
}

.rightBanner
{
    width: 240px;
    max-height: 100%;
    margin-bottom: 20px;
}

.pickUpPoint
{
    width: 234px;
    border: 3px solid #8abef8;
    background: white url('Images/home-rightCol-bg.gif') repeat-x;
    text-align: center;
}

.learnMore
{
    width: 471px;
    height: 230px;
    border: 3px solid #8abef8;
    background: white url('Images/home-rightCol-bg.gif') repeat-x;
}    

.learnMore .left, .learnMore .right
{
    width: 230px;
    min-height: 202px;
    text-align: center;
}

.learnMore .left
{
    float: left;
    border-right: 3px solid #8abef8;   
}

.learnMore .right
{
    float: right;
}

.button
{
    height: 18px;
    border: 1px solid #8abef8;
    background: white url('Images/buttonGradient.gif') repeat-x;
    text-align: center;
    font-weight: bold;
    margin:10px;
}

.maps
{
    width: 456px;
    height: 187px;
    background-color: #dee8f6;
    padding: 12px 9px;
    border-right: 3px solid white;
    border-top: 3px solid white;
}

#sponsors
{
    float: left;
    width: 860px;
    height: 77px;
    line-height: 77px;
    font-size: 16px;
    font-weight: bold;
    padding-left: 20px;
}

#footer
{
    width: 880px;
    height: 40px;
    margin: 0 auto;
    float: left;
    background-color: #bbbbbb;
    padding: 25px 10px;
}

/* IE Cleanup */

.RadMenu_OK a:visited
{
    color: White !important;
}


/* Tours and Trips */

img.buttons
{
    margin:5px;
    float:right;
}

.tourmain
{
    width: 570px;
    background-color: #dee8f6;
    padding: 10px;
    margin-bottom: 0px;
    clear:both;
    display:block;
    float:left;
}

#photos
{
    padding-right:12px;
    min-height:100px;
    clear:both;
    width: 150px;
}

.thumbnail
{
    border:1px solid #cccccc;
}

.title
{
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    color:#000066;
}

.caption
{
   color:#8a600e;
}

.note
{
   color:#636363;
}

.dates
{
   color:#000066;
}

.dividers
{
    background-image:url(images/home-rightCol-bg.gif);
    background-repeat:repeat-x;
    float:left;
    margin-bottom:30px;
    padding:5px 10px 0pt;
    width:570px;
}

.dividerblank
{
    float:left;
    margin-bottom:30px;
    padding:5px 10px 0pt;
    width:570px;
}

.tripfeatured
{
    padding: 0 10px 5px 20px;
    background-image:url(images/largebullet.gif);
    background-repeat: no-repeat;
    margin-left: 20px;
}
    
/* Print */

.print
{
    padding: 20px 10px 10px 20px;
    background-color: #ffffff;
}
