@charset "utf-8";
/* Pacesetter Website Classes */
.addressbox {
	font-size: 1em;
	color: #A7CEDE;
	float: left;
	height: 32%;
	min-height:32%;
	width: 32%;
	margin: 1% 1% 1% 0%;
	-moz-border-radius-topleft: .3em;
	-moz-border-radius-topright: .3em;
	-moz-border-radius-bottomleft: .3em;
	-moz-border-radius-bottomright: .3em;
	-webkit-border-top-left-radius: .3em;
	-webkit-border-top-right-radius: .3em;
	-webkit-border-bottom-left-radius: .3em;
	-webkit-border-bottom-right-radius: .3em;
	padding: 0;
	background-image: url(images/grey-to-transparent-fade2x150.png);
	background-repeat: repeat-x;
	border: 1px solid #000;
}
.addressbox h3 {
	background-color: #1E84C6;
	margin: 0px;
	padding-top: .3em;
	padding-right: 0px;
	padding-bottom: .25em;
	padding-left: 0.5em;
	line-height: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	font-size: 12px;
	letter-spacing: .07em;
	color: #FFF;
	-moz-border-radius-topleft: .3em;
	-moz-border-radius-topright: .3em;
	-webkit-border-top-left-radius: .3em;
	-webkit-border-top-right-radius: .3em;
}
.addressbox p {padding: 0.25em 0.6em 0.25em 0.7em; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.backtotop {
	font-weight:600;
	letter-spacing:0.2em;
	text-transform: uppercase;
	background-image: url(images/top11x10.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 3em;
	margin-right: 0em;
	margin-bottom: 20em;
	margin-left: 3em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1em;
}
.blackbox {
	border: 1px solid #598BB8;
	background-color: #000;
	padding:1em .5em;
	margin:0em 0em 2em 0em;
}
.blueText {
	color: #2F8FB5;
	font-size: 1.2em;
}
.bluebox {
	color: #FFF;
	background-color: #1C71AA;
	padding: .5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1;
}
.blueheader {
	background-color:#2594DE;
	padding:5px;
	margin-bottom:1em;
	font-weight:bold;
	background-image: url(images/grey-to-transparent-fade2x150.png);
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: .1em;
	background-position: 0px -40px;
}
.BoldRed {
	color:#FF0000;
	font-weight:bold;
}
.centeredImageWithCaption {
	margin:2em auto;
	font-size:.5625em;
	text-align:center;
}
.darkgreyseparator {
	color: #FFF;
	background-color: #333;
	letter-spacing: .08em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 12px;
	line-height: 20px;
	height: 20px;
}
.fakelink {
	cursor:pointer;
	color: #FC0;
}
.fakelink:hover {
	color: #F63;
}
ul.myGallery {
	padding:0px;
	margin-left:0px;
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 1.5em;
	width: 100%;
}
.myGallery li {
	padding:1%;
	margin-top: 1%;
	margin-right: 2%;
	margin-bottom: 1%;
	margin-left: 0em !important;
	width: 43.5%;
	list-style: none;
	display: inline;
	float: left;
	font-size: 10px;
	background-color: #000;
	font-style: italic;
}
.pseudolink {
	cursor:pointer;
	color: #FC0;
	font-size:0.9em;
	padding: 0em;
	float: left;
	width: 130px;
	margin-top: 0em;
	margin-right: 15px;
	margin-bottom: 17px;
	margin-left: 0em;
}
.now_hiring {
	background-image: url(../images/icons/now-hiring.gif);
	background-repeat: no-repeat;
	background-position: 65px 3px;
}
.leftalignedimage { float:left; margin-right:20px; margin-bottom:20px; border:1px solid black }
.starrylist {
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.starrylist li {
	display: inline;
	line-height: 18px;
	float: left;
	width: 22%;
	background-image: url(../images/icons/star.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1%;
}
.smalltext {
	font-size:.8em;
}
.tinyflag {
	margin-top: 0px;
	margin-right: 4px;
	margin-left: 0px;
	margin-bottom: -3px;
	padding: 0px;
	line-height: 16px;
}
.clear {
	clear: both;
}
.cleared {
	overflow: hidden;
}
.starthidden {
	display: none;
}
.spacer {
	margin-bottom: 20px;
}
.topspacer {
	margin-top: 20px;
}
.c {
	text-align: center;
}
.l {
	text-align: left;
}
.r {
	text-align: right;
}
/* Rounded Corners */
.ca {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.ct {
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}
.cb {
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
.cl {
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}
.ctl {
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
}
.ctr {
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
}
.cbl {
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
}
.cbr {
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
.casml {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.ctsml {
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}
.cbsml {
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
#flight_deals_header {
	background-image: url(images/grey-to-transparent-fade2x150.png);
	background-repeat: repeat-x;
	background-color: #1E84C6;
	background-position: 0px -60px;
	padding: .25em;
	font-weight: bold;
}
#flight_deals {
	clear: both;
}
#flight_deals h3 {
	font-size: 1.1em;
	padding-top: 1em;

}
.traveldates {
	color: #CCC;
}
.price {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.3em;
	font-weight: bold;
	color: #C30;
	text-align: right;
	margin-bottom: .3em;
	padding-top: 0px;
	padding-right: 1em;
	padding-bottom: .3em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #145682;
	
}
.price img {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 8px;
}

.bottomBorder { border-bottom: 1px dotted #000; padding-bottom: 15px; margin-bottom: 5px; }
#cruieMap { float: right; margin:10px 0 5px 5px; border:1px solid white; }
#cruieImages { margin: 10px 0; border-top: 1px dotted #000; border-bottom: 1px dotted #000 }
.images { padding:10px 1px 10px 0; width:227px; height:150px; overflow:hidden} 
.importantNote { font: bold 0.85em Tahoma, Geneva, sans-serif;
