@charset "utf-8";


/* CSS Document */

a:link, a:visited, a:active {
	text-decoration: none;
	color: #000000;
	}
	
a:hover {
	text-decoration: underline;
	color: #000000;
	}
	

body {
	background-color: #00b0d4;
	background-image:url(../images/bckgd.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: .7em;
	}
	
a img {
	text-decoration: none;
	border:none;
	}

#siteWrapper {
	background-color: #fff;
	background-image:url(../images/shovel.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 900px;
	margin: 0px auto 0px auto;
	margin-bottom: 20px;
	}


	
	
/* Header*/
	
	
#header {
	width: 900px;
	}

#left {
	float: left;
	width: 450px;
	}

#logo {
	float: left;
	}

#header #right {
	float: right;
	width: 450px;
	}

#employerLogo {
	float:right;
	width: 450px;
	text-align: right;
	margin-bottom: 7px;
	}
	
#contactNumber {
	font-family: Impact, Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #c6262c;
	text-align: right;
	margin: 0 6px 0 0;
	font-weight: bold;
    }
	
#contactNumber .callToday {
	color: #000000;
	font-family: Impact, Verdana, Geneva, sans-serif;
	font-size: 24px;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	}
	


/* Log In*/


#logIn {
	clear: both;
	background-image:url(../images/bckgd-bar.jpg);
	background-position: top left;
	background-repeat:repeat-x;
	color: #ffffff;
	padding: 4px 0 12px 8px;
	}
	
#logInLeft {
	float: left;
	width: 600px;
	}


#logInRight a:link, #logInRight a:visited, #logInRight a:active {
	text-decoration: none;
	color: #fff;
	}
	
#logInRight a:hover {
	text-decoration: underline;
	color: #fff;
	}

.inputBoxes {
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	}

#logInRight {
	text-align: right;
	margin: 4px 8px 0 0;
	}

/* Left Side Bar*/

#employeeDiscounts {
	}

#leftSideBar {
	width: 180px;
	background-color: #fff;
	float: left;
	font-weight: bold;
	}

#navigation {
	margin: 0px 0px 0px 5px;
	}
	
#leftSideBar #navigation ul {
	font-size: .9em;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}

#leftSideBar #navigation a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 8px 0px 8px 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
	}

#leftSideBar #navigation a:hover {
	text-decoration: none;
	background-color: #b7e7f6;
	}

#sideBar #navigation a.current {
	background-color: #F6F7F3;
	}

#hotSpecials {
	font-size: 1.1em;
	}
	
.mainTopic  {
	font-size: 1.1em;
	padding: 12px 8px 12px 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
	}

#hotels, #packages, #carRentals, #cruises, #otherDestinations, #games {
	font-size: 1.1em;
	}

#games {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}

.subsetSpacer {
	margin: 0 0px 0 14px;
	}

.redRaquo {
	color: #c6262c;
	}

.tollFree {
	margin: 0px;
	padding: 0px;
	color: #c6262c;
	font-size:1.6em;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	}

.callToday {
	margin: 30px 0px 0px 0px;
	padding: 0px;
	font-size:1.2em;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	}

/* Content Container*/

#contentContainer {
	width: 720px;
	float: right;
	}
	
#slideshow{
	width:720px;
	}

#container {
	clear: both;
	}


/* Main Content*/

#dealsContainer {
	clear:both;
	margin: 0 0 0 2px;
}

#leftDeals {
	float: left;
	width: 354px;
	margin: 10px 6px 0 0px;
	}
	
#rightDeals {
	float: left;
	width: 354px;
	margin: 10px 0px 0px 0px;
	}

.oddDeal  {
	width: 341px;
	border: 2px solid #cdcccb;
	padding: 10px 3px 116px 5px;
	margin: 0px 0px 6px 0px; 
	background-color: #e7f5f9;
	clear:both;
	}

.evenDeal {
	width: 341px;
	border: 2px solid #cdcccb;
	padding: 10px 3px 116px 5px;
	margin: 0px 0px 6px 0px; 
	clear: both;
 }
 
 
.dealImage {
	float: left;
	width: 130px;
	}

.dealContent {
	float: left;
	width: 210px;
	}

.dealHeaderOdd {
	font-size: 16px;
	color: #000;
	font-weight: bold;
	margin-bottom: 6px;
	}

.dealHeaderEven {
	font-size: 16px;
	color: #0d67b2;
	font-weight: bold;
	margin-bottom: 6px;
	}

.dealDescription {
	color: #666666;
	font-size: 12px;
	}
                                                
.dealPrice {
	color: #c6262c;
	font-weight: bold;
	font-size: 14px;
	}

.bookToday {
	text-align:right;
	margin-top: 12px;
 	}

/* Footer*/

	
#footer {
	margin: 20px 0 0px 0;
	font-size: .8em;
	color: #ffffff;
	background-image:url(../images/bckgd-bar.jpg);
	background-position: top left;
	background-repeat:repeat-x;
	text-align: center;
	padding: 10px;
	clear: both;
	}


.header_phone_number {
	color: #C41515;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
}
.header_phone_text {
	color: #4668AA;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
}
#sitename {
	font-family:arial;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}

.register_heading {
	font-family:arial;
	font-size:18px;
	font-weight:bold;
	color:#000080;
	
}

.register_field_name {
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	color:#000080;
}

.register_desc {
	font-family:arial;
	font-size:12px;
	font-weight:normal;
	color:#000080;
}

.register_divider {
	border-bottom:1px;
	color:#000080;
	border-style:solid;
	padding-bottom:10px;
	padding-top:10px;
}

.package_selection {
	border-color:black;
	border-style:solid;
	border-width:1px;
}

.border_full {
	border-style:solid;
	border-color:black;
	border-width:1px;
	font-size:12px;
	font-family:arial;
}

table.admin_blog {border:1px solid black;margin:0 0 5px 4px;font-family : arial,sans-serif; font-size: 12px;background-color:#EDF0FF;}
.admin_blog_header {background-color:#FFC314;font-weight:bold;text-align:center;border:1px black solid;border-width: 0 0 1px 0;}

.current_cat {border:1px black solid; background-color:#c5c9e8}
.manage_cat_disp {background-color:#d5e1d5}
.cat_entry {border:1px #ffe1e1 solid}
.cat_entry:hover {border:1px blue solid;background-color:#c5dae8}

#newsletterWindow a:link {color:blue;text-decoration:none}
#newsletterWindow a:visited {color:blue;text-decoration:none}
#newsletterWindow a:hover {color:red}

.customWindow {
    display: none;
    position: absolute;
    clear:both;
    width: 250px;
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
    z-index: 5000;
}

#overlay1 {
     display: none;
     position: fixed;
     top: 0px;
     left: 0px;     
     width:100%;
     height:100%;
     text-align:center;
     z-index: 4000;
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

#newsletter_sent_status {color:green;font-style:italic}

.jqifade{
      position: absolute;
      background-color: #aaaaaa;
}
div.jqi{
      width: 400px;
      font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
      position: absolute;
      background-color: #ffffff;
      font-size: 11px;
      text-align: left;
      border: solid 1px #eeeeee;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      padding: 7px;
}
div.jqi .jqicontainer{
      font-weight: bold;
}
div.jqi .jqiclose{
      position: absolute;
      top: 4px; right: -2px;
      width: 18px;
      cursor: default;
      color: #bbbbbb;
      font-weight: bold;
}
div.jqi .jqimessage{
      padding: 10px;
      line-height: 20px;
      color: #444444;
}
div.jqi .jqibuttons{
      text-align: right;
      padding: 5px 0 5px 0;
      border: solid 1px #eeeeee;
      background-color: #f4f4f4;
}
div.jqi button{
      padding: 3px 10px;
      margin: 0 10px;
      background-color: #2F6073;
      border: solid 1px #f4f4f4;
      color: #ffffff;
      font-weight: bold;
      font-size: 12px;
}
div.jqi button:hover{
      background-color: #728A8C;
}
div.jqi button.jqidefaultbutton{
      background-color: #BF5E26;
}
.jqiwarning .jqi .jqibuttons{
      background-color: #BF5E26;
}