/*
	@import "drop_nav.css";
*/
@import "form_elements.css";

body {
	font-family:arial, helvetica, verdana;
	background: #fff;
	background-attachment:fixed;
	margin:0;
	padding:0;
	font-size:14px;
}

html>body {overflow:scroll; /*  always show scrollbars to prevent horizontal shifting between long and short pages (centered layouts) */}

/* fix IE7 (remove scrollbars...) */
*+html>body{overflow:auto;}

a, a:link, a:visited {
	color:#0087d3;
}

a:hover, a:active {
	color:#c00;
}

img{
	border:0;	
}

#page_wrapper {
	position:relative;
	background:#fff;
	width:800px;
	padding:0 0 0 0;
	margin:0 auto;
/*
	border-width:0 1px 1px 1px;
	border-color:#99ccff;
	border-style:solid;
*/
}

.transparent_bg {
	position: absolute;
	z-index:1
	opacity: 0.80;
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	-khtml-opacity:0.80;
}

.fade img{
	opacity: 0.20;
	filter:alpha(opacity=20);
/*
	-moz-opacity:0.20;
	-khtml-opacity:0.20;
	
*/
}


.fade:hover img{
	opacity: 1;
	filter:alpha(opacity=100);
/*
	-moz-opacity:1;
	-khtml-opacity:1;
*/
}

#header {
	position:relative;
	background:#fff url('../../img/header.png') no-repeat;
	color:#fcd467;
	height:124px;
	margin:0 auto;
	padding:0;
	font-size:14px;
	/* overflow:hidden; */
}

.btn_sign_out, a.btn_sign_out {
	padding:0 2px 0 4px;
	text-transform:uppercase;
	text-decoration:none;
	color:#fcd467;
	font-size:12px;
	border:1px solid #fcd467;
}

.btn_sign_out, a.btn_sign_out:hover {
	padding:0 2px 0 4px;
	text-transform:uppercase;
	text-decoration:none;
	color:#ffffff;
	font-size:12px;
	border:1px solid #fcd467;
}

#header_nav {
	clear:both;
	position:relative;
	z-index:100;
	height:33px;
	margin:0;
	padding:0;
	background-color:#fcd467;
}

#content {
	margin:0;
	padding-top:15px;
	color:black;
	font-size:14px;
	min-height:300px;
	border-top:15px solid navy;
	overflow:hidden;
}

.hotel_block {
	overflow:hidden;
	border-bottom:2px dotted #666;
	padding-bottom:1em;
	margin-bottom:1em;
}

.hotel_results_block {
	border: 1px solid #999;
	padding:10px;
	-moz-border-radius: 10px 0 10px 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom:1em;
	overflow:hidden;
	cursor:pointer;
	cursor:hand;
	position:relative;
}

/* fix IE6 -- adjust page wrapper padding for bottom nav */
* html .hotel_results_block {position:static;}

.hotel_details {
	clear:both;
}

#content.nonav{
	clear:both;
	padding-top: 30px;
	margin: 0px 40px 0 25px;

}

#content h1.front {
	font-weight:bold;
	color:#fff;
	font-size:20px;
	margin:0 0 5px 0;
	padding:0;
	text-transform:none;
}

#content h1 {
	font-weight:bold;
	color:black;
	font-size:24px;
	margin:0 0 5px 0;
	padding:0;
}

#content h2 {
	font-weight:bold;
	color:black;
	font-size:20px;
	margin:15px 0;
	padding:0;
}

#content h3 {
	color:#000;
	font-size:110%;
	margin:0;
}

#content h4 {
	color:#000000;
	margin:0px;
}

#content p {
	margin-top:0px;
	color:#595959;
}

#content .msg_block {
	background-color:#c3e1f3;
	padding:20px;
	border:2px solid black;
	color:black;
}

#content .msg_block p {
	color:black;
}



#content .front_blocks h1 {
	font-weight:bold;
	color:#0d85d2;
	font-size:20px;
	text-transform:uppercase;
	margin:0 0 5px 5px;
	padding:0;
}

#content .front_block {
	 background-color:#fff;
	 padding:5px;
	 margin-bottom:7px;
}

#content .front_block h3 {
	font-weight:bold;
	color:#000;
	font-size:16px;
	margin-bottom:5px;
}

#content .front_block p {
	color:#000;
	font-size:11px;
	margin:0;
}

#content .wide_blocks h1 {
	font-weight:bold;
	color:#0d85d2;
	font-size:20px;
	text-transform:uppercase;
	margin:0 0 5px 5px;
	padding:0;
}

#content .wide_block {
	 background-color:#fff;
	 padding:5px 10px 10px 10px;
	 margin-bottom:10px;
}

#content .wide_block h2 {
	font-weight:bold;
	color:#0d85d2;
	font-size:18px;
	margin-bottom:0;
}

#content .wide_block p {
	color:#000;
	margin:0;
}

#content .primary_column {
	float:right;
	width:550px;
	margin:10px 0;
	background-color:#fff;
	padding:10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}

/* fix IE6 -- adjust page wrapper padding for bottom nav */
* html #content .primary_column {margin-left:-20px;}

#content .primary_column h1 {
	font-weight:bold;
	color:#0d85d2;
	font-size:20px;
	margin:-10px -10px 10px -10px;
	padding:5px 10px 5px 25px;
	background:#99cc66 url('../../img/arrows/arrow_yellow.gif') no-repeat 10px 12px;

	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

#content .primary_column h2 {
	font-weight:normal;
	color:#0d85d2;
	font-size:20px;
	padding:0;
}

#content .primary_column h3 {
	color:#000;
	font-weight:bold;
	font-size:18px;
	margin:0 0 5px 0;
}

#content .primary_column h4 {
	color:#000000;
	margin:0px;
}

#content .secondary_column {
	float:left;
	width:230px;
}

#content .secondary_column h1 {
	font-weight:bold;
	color:#0d85d2;
	font-size:20px;
	margin:0 0 5px 0;
	padding:0;
	text-transform:uppercase;
}

#content .secondary_column h2 {
	font-weight:normal;
	color:#0d85d2;
	font-size:20px;
	margin:0 0 15px 0;
	padding:0;
}

#content .secondary_column h3 {
	color:#0d85d2;
	font-weight:bold;
	font-size:18px;
	margin:0 0 5px 0;
}

#content .secondary_column h4 {
	color:#000000;
	margin:0px;
}


ol li {
	margin-bottom:1em;
}

.star {
	font-size:11px;
		color:#666;
}

.star p {
	font-size:inherit;
}

.star a, {
	font-size:inherit;
}

/*
#footer {
	position: absolute;
	bottom: 5px;
	clear:both;
	margin-top:10px;
}
*/

.rounded_10 {
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}

#footer {
	clear:both;
	margin:30px 0 0 0;
	padding:0px;
}


/* fix IE6 -- adjust page wrapper padding for bottom nav */
* html #page_wrapper {padding-bottom:5px;}


.footer_nav {
	clear:both;
	margin:0 0 15px 0;
	text-align:center;
	line-height:25px;
	background-color:#ff;
	width:100%;
}

.footer_nav a {
	width:auto;
	padding:0 15px 2px 0;
	margin:0 6px;
	font-size:16px;
	color:#0087d3;
	border-right:1px solid #999;
	font-weight:normal;
	text-decoration:none;
	white-space:nowrap;
}

.footer_nav a:hover {
	padding:0 15px 2px 0;
	color:#c00;
	text-decoration:underline;
}

.nav_travel {
	margin:0;
	text-align:center;
	line-height:25px;
	/*
		background-color:#0d85d2;
		background-color:#75aa29;
	*/
	background-color:#0d85d2;
	width:100%;
}

.nav_travel a {
	width:auto;
	padding:0 0 2px 0;
	margin:0 6px;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-weight:bold;
	white-space:nowrap;
}

.nav_travel a:hover {
	padding:0 0 0 0;
	color:#fff;
	border-bottom:2px solid #fff;
}

#content ul {
	color:#666;
	margin:1em 0;
}
.copyright {
	width:800px;
	margin:0 auto;
	padding:3px 0 5px 0;
	text-align:center;
	clear:both;
	color:#000;
	font-size:11px;
}

.msg
{
	font-weight:bold;
	padding:0.2em 0em 0.2em 0em;
	margin:1em 0em;
	font-size:inherit;
	color:inherit;
}

.err_msg
{
	padding:0;
	color:#cc0000;
	font-size:inherit;
	font-weight:bold;
}

.error_small
{
	padding:0.2em 0.5em 0.2em 0.5em;
	color:#fff;
	background-color:#ae0019;
}

#content ul.list {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0 0 0 1em;
}

#content ul.list li {
	padding: 0;
	margin: 0;
}

#content ul.list li a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

#content ul.bullet_yellow_arrow {
	list-style-image: url("/img/arrows/arrow_yellow.gif");
}


#content ul.faqs {
	list-style: none;
	padding: 0px;
	
}

#content ul.faqs li {
	padding: 0 0 0 15px;
	margin: 0 0 5px 0px;
	background: url("/img/bullets/orange_circle_solid.png") no-repeat 0 4px;
}

#content ul.faqs li li{
	padding: 0;
	margin: 0 0 5px 0px;
	background-image:none;
}

#content ul.faqs h4.question {
	color:#0d85d2;
	margin-bottom:10px;
	font-weight:normal;
}

#content ul.faqs li .answer {
	padding:10px 15px 15px 15px;
	border-style:solid;
	border-width: 0 0 1px 1px;
	border-color:#f99120;
	background-color:#fff;
	margin:0 0 20px -12px;
	
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px; 
	-webkit-border-bottom-left-radius: 10px;
}

#content ul.faqs h4.question:hover {
	color:#c00;
}

#content ul.faqs .answer a {
	color:#03056c;
}


a.pdf_link{
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	
	background: transparent url(../../img/icons/pdf.gif) no-repeat left center;
	padding:20px 0 20px 55px;
	margin-top:5px;
}

a.pdf_link_small{
	background: transparent url(../../img/icons/pdf_small.gif) no-repeat left center;
	padding-left:25px;
}

.btn, a.btn, a.btn:visited {
	background:#ffcc33; 
	border:2px solid black;
	color:black;
	text-decoration:none;
	font-size:15px;
	font-weight:bold;
	padding:0 15px;
	cursor:hand;
	cursor:pointer;
	
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
}

/*
a.btn, a.btn:visited {
	padding:2px 10px 3px 10px;
}
*/

.btn:hover, a.btn:hover{
	background:#f99120; 
	border:2px solid black;
	color:black;
}

#content .faqs h2{
	font-weight:bold;
	color:black;	
}


/* expedia */
#content .switcheroo-border {
	background-color: #fff;
	border: 0; /* 1px solid #6e5830; */
}

#expedia_block {
	height:100%;
}
