@charset "UTF-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #D8EAFC;
	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: #21578A;
	font-size: 76%;
}
#container {
	width: 901px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #999;
} 
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 239px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #D6CDC6 url(assets/AFDoradoWeb-SandBk.gif) repeat-y 0px 0px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	border-left: 1px solid #2076B3;
}
#content-nav {
	margin: 0 12px 15px 20px;
	padding: 0;
	}
#content-nav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#content-nav a {
	display: block;
	margin: 0 0 3px 0;
	padding: 8px 10px 8px 20px;
	border: 1px solid #fff;
	background: #E7DAC9 url(assets/p7PM_light_east.gif) no-repeat 8px 50%;
	text-decoration: none;
	font-size: 0.85em;
	color: #002c5f;
	}
#content-nav a:hover {
	border: 1px solid #2277B0;
	}
#mainContent {
	margin: 0 240px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #8AC1E1;
} 
#mainContent h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: oblique;
	margin: 0;
	padding: 0 20px;
	color: #FFF;
	line-height: 150%;
}
#mainContent p {
	margin: 0px;
	padding: 8px 40px 0;
	line-height: 150%;
}
#mainContent #tripdates {
	margin: 20px 100px 0px;
}
#footer {
	padding: 0;
	background:#1A5D89;
	margin: 0;
} 
#footer p {
	margin: 0;
	padding: 15px 0 15px 0px;
	font-size: 90%;
	color: #679BCD;
	text-align: center;
}
#footer a {
	color: #679BCD;
}
.smaller {
	font-size: 80%;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#sidebar1 #statement {
	margin: 0px 15px 0 25px;
	text-align: left;
}
#sidebar1 #statement p {
	margin: 0px;
}
#sidebar1 #statement ul {
	margin: 0px;
	padding-top: 6px;
}
#sidebar1 #statement li {
	margin: 0px;
	padding: 0px 0px 6px;
}

