@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #211e1c url(images/bg.jpg) no-repeat top center scroll;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColLiqCtrHdr #container {
	width: 750px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* 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. */
}
.oneColLiqCtrHdr #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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	position: relative;
	padding: 0 ; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #211e1c;
}
.oneColLiqCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.oneColLiqCtrHdr #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 */
}
#nav {
	position:absolute;
	left:545px;
	top: 333px;
	width:197px;
	background-color:#45403a;
}
#nav-bottom {
	width:197px;
	height:9px;
	background-image:url(images/nav-bottom.jpg);
}
#nav-trips a:link, #nav-trips a:visited {
	margin-left:40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:20px;
	color:#cf1b5d;
	text-decoration:none;
}
#nav-trips a:hover {
	background:url(images/nav-arrow.jpg) no-repeat left bottom;
	margin-left:20px;
	padding-left:20px;
}
#nav-forms {
	margin-left:20px;
}
#nav-forms a:link, #nav-forms a:visited {
	font-family:Arial;
	font-size:12px;
	line-height:25px;
	color:#cf1b5d;
	text-decoration:none;
	
	background:url(images/pdf-icon.jpg) no-repeat left top;
	padding-left:20px;
}
.trip-title {
	color:#fcfaa9;
	font:Arial;
	font-size:30px;
	text-transform: uppercase;
	padding:0px 20px 0px 20px;
	width:425px;
	height:41px;
	background-image:url(images/trip-title.jpg);
}
.trip-title .small-letters {
	font-size:20px;
}
.trip-date {
	position:relative;
	text-align:right;
	width:465px;
	top:-23px;
	right:40px;
	color:#bbcb1f;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
}
.superscript {
	position:relative;
	font-size:7px;
	top:-7px;
}
.trip-info {
	position:relative;
	color:#bbcc1f;
	font-size:12px;
	padding:10px;
	background-position:center;
	background-repeat:no-repeat;
}
.trip-info a:link, .trip-info a:visited {
	color:#057e7e;
}
.trip-lists {
	padding-top:10px;
	font-style:italic;
	font-weight:bold;
	color:#fcfaa9;
}
ul li, ul li ul li {
	position:relative;
	color:#cf1b5d;
	left:-15px;
}
ul li p, ul li ul li p {
	color:#bbcc1f;
	margin-left:-5px;
	margin-top:-5px;
}


a#div_popup {
	color:#cf1b5d;
	cursor: pointer;
	display: block;
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
}
#backgroundPopup {
	background: #111;
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	top: 0;
	width: 100%;
	z-index: 1;
}
#popupContent {
	color: #bbcb1f;
	background: #45403a;
	border: 5px solid #bbcb1f;
	display: none;
	font-size: 13px;
	max-height: 70%;
	overflow: auto;
	padding: 25px;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	text-align: left;
	width: 500px;
	z-index: 2;
}
#popupContent a {
	color: #cf1b5d;
}
#popupContent h1 {
	border-bottom: 1px dotted #bbcb1f;
	color: #cf1b5d;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
	padding-bottom: 2px;
	text-align: left;
}
#popupContent ol {
	padding: 0 0 0 25px;
}
#popupContent li {
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 25px 0;
}
#popupContent li span {
	font-size: 10px;
	font-weight: normal;
}

#popupContentClose {
	display: block;
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	position: absolute;
	right: 25px;
	top: 25px;
}
