body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(/images/site/back_01.gif);
	margin-left: 50px;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
}


.thrColHybHdr #container {
	width: 930px;
	background: #FFFFFF url(../images/site/background-content.png);
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page if needed */
	text-align: left;
	vertical-align: bottom;
	padding: 2px 4px;
}  

.thrColHybHdr  #topbar {
	padding: 1px 2px 1px 0px;
	background-repeat: no-repeat;
	vertical-align: middle;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
} 

.thrColHybHdr  #topbarRight {
	padding: 1px 2px 1px 0px;
	background-repeat: no-repeat;
	vertical-align: middle;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float:none;
	height:25px;
	text-align: right;
}

.thrColHybHdr  #topbarLeft {
	padding: 1px 2px 1px 0px;
	background-repeat: no-repeat;
	vertical-align: middle;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float:left;
	height:25px;
	text-align: left;
}

 
.thrColHybHdr #headerIndex {
	padding: 4px 0px 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(/images/homepage/ride-me-250.jpg);
	background-repeat: no-repeat;
	height: 250px;
	vertical-align: middle;
}

.thrColHybHdr #header {
	padding: 4px 0px 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(/images/site/content-header-140.png);
	background-repeat: no-repeat;
	height: 140px;
	vertical-align: middle;
} 
.thrColHybHdr #headerMiami {
	padding: 4px 0px 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(/images/miami/miami-header.jpg);
	background-repeat: no-repeat;
	height: 200px;
	vertical-align: middle;
} 

.thrColHybHdr #headerSanDiego {
	padding: 4px 0px 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(/images/sandiego/sandiego-header.jpg);
	background-repeat: no-repeat;
	height: 200px;
	vertical-align: middle;
} 

.thrColHybHdr #headerSanFrancisco {
	padding: 4px 0px 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(/images/sanfran/sanfrancisco-header.jpg);
	background-repeat: no-repeat;
	height: 200px;
	vertical-align: middle;
} 

.thrColHybHdr #menuStrip {
	padding: 0px;
	height: 30px;
} 
.thrColHybHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
}

.thrColHybHdr #sidebar1 {
	float: left; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 5px; /* top and bottom padding create visual space within this div */
	width: 12em;
	margin: 0px;
}
.thrColHybHdr #sidebar2 {
	float: right;
	width: 11em; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0 5px; /* top and bottom padding create visual space within this div */
}
.thrColHybHdr #sidebar1 h3, .thrColHybHdr #sidebar1 p, .thrColHybHdr #sidebar2 p, .thrColHybHdr #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.thrColHybHdr #sidebar2 .onlineBookingArea {
	background-image:url(/images/site/online-booking-bottom.png); 
	min-height:66px; 
	height:66px;

}

.thrColHybHdr #sidebar2 .onlineBooking {
	font-size:11px; 
	color:#CC3300; 
	padding:5px;

}


.thrColHybHdr #mainContent {
	margin: 0em 12em 5em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding: 0 2em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C8D5E4;
} 

.thrColHybHdr #mainContent #miamiRates {
	font-size:13px;
	/*border:3px solid #CC0000;*/
	/*padding:5px;*/
	width:465px;
}

.thrColHybHdr #mainContent #miamiRates .rateSections {
	/*color:#FF0099;*/
	/*padding-bottom:5px;*/
}

.thrColHybHdr #mainContent #miamiRates .picArea {
	float:left;
	background-color:#FFFFFF;
	margin-top:-3px;
	/*height:115px;*/
}

.thrColHybHdr #mainContent #miamiRates .description {
	/*background-color:#E5E5E5;*/
	font-size:10px;
	padding-top:3px;
	padding-bottom:3px;
	background-image:url(/images/miami/rates-bckgrnd.jpg);
	background-repeat:repeat-x;
	float:left;
	/*border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C8D5E4;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C8D5E4;
}

.thrColHybHdr #mainContent #miamiRates .breaks {
	width:465px;
	/*height:10px;
	min-height:10px;*/
}

.thrColHybHdr #mainContent #miamiRates .pic {
	vertical-align:middle;
	padding:5px;
}

.thrColHybHdr #mainContent #miamiRates #prices {
	width:175px;
	float:right;
	font-size:14px;
	font-weight:bold;
	/*color:#CC0000;*/
	height:40px;
	text-align:right;
}

.thrColHybHdr #mainContent #miamiRates .bookNow {
	/*float:right; */
	vertical-align:middle;
}

.thrColHybHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.thrColHybHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.leftlinks {
	line-height: normal;
	padding: 5px 15px 15px 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #B41E29;

}

.leftlinks a {

    font-family: Verdana, sans-serif;
    font-weight: bold;
	font-size: 14px;
    color: #B41E29;
	text-decoration: none;

}

.leftlinks a:visited {

    color: #B41E29;
	text-decoration: none;
	
}

.leftlinks a:hover{
	text-decoration: underline;
	
}

.toplinks a {

    font-family: Verdana, sans-serif;
    font-weight: bold;
	font-size: 14px;
    color: #B41E29;
	text-decoration: none;

}

.toplinks a:visited {

    color: #B41E29;
	text-decoration: none;

}

.toplinks a:hover {

    color: #B41E29;
	text-decoration: underline;
}


#bottom {

    background-color: #B41E29;
    color: #ffffff;
    padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#bottom a, #bottom a:visited {

    color: #ffffff;
}

a {
    color: #B41E29;
    font-weight: bold;
}
a:visited {
    /*color: #B41E29;
    font-weight: bold;*/
}
a:hover {
    color: #6698CB;
	text-decoration: none;
} 
.bodytext {	
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #000000; 
} 
.links {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333; 
} 
.bottomtext { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	font-weight: normal; 
	color: #FFFFFF;
} 
.bottomnavlinks { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #000000;
} 

.toptext {
    padding: 4px 1px 4px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
} 
.titletext { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt; 
	font-weight: bold; 
	text-decoration: none; 
	color: #FFFFFF; 
	font-style: normal; 
	font-variant: normal;
} 
.proptitle { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bolder; 
	color: #FFFFFF; 
	text-decoration: none;
} 
.bluebox { 
	border-color: #EBEEF1 #6699CC #6699CC #EBEEF1; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 2px; 
	border-bottom-width: 3px; 
	border-left-width: 1px;
} 
.linksbox { 
	border-color: #CCCCCC #3399CC #3399CC #CCCCCC; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 2px; 
	border-bottom-width: 2px; 
	border-left-width: 1px;
} 
.pagetitle { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 24px; 
	font-weight: normal; 
	color: #333333; 
	font-style: normal;
} 
.medlargetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #333333;
}
.medtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
}
.faqquestion {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt; 
	font-weight: bold; 
	color: #000000;
}
.white {
	color: #FFFFFF;
}
.medlargetitlered {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #C52812;
}
.line {
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #CCCCCC;
}
.medlargetitleWht {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
}
.leftlinksub {
	line-height: normal;
	padding: 2px 2px 2px 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #B41E29;
	font-weight: normal;
}

#apDiv1 {
	position:absolute;
	left:78px;
	top:283px;
	width:552px;
	height:39px;
	z-index:1;
}

.notesTopic {
	color:#FF0000;
	font-weight:bold;
}

.notesItems {
	color:#FF0000;
}
