@charset "utf-8";
/* CSS Document */
body  {
	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;
	background-color: #AAD1E2;
	background-image: url(../images/update_1/gradent1.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.container_bg_glow {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/update_1/gb_backl.jpg);
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #3D6E97;
	padding: 0px;
}
.twoColFixLtHdr #container {
	width: 765px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background-color: #89A8C4;
	background-image: url(../images/update_1/masthead.jpg);
	height: 149px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0E2C46;
	margin-top: 0px;
	background-position: top;
} 
#header .space {
	height: 125px;
}
#header p {
	font-size: 95%;
	color: #105286;
	margin: 0px;
	padding: 0px;
}
.navagation {
	font-size: 90%;
	color: #001B38;
	padding: 5px;
	float: left;
	width: 230px;
	margin-top: 5px;
	margin-bottom: 8px;
	height: 20px;
}
p {
	color: #001B38;
	font-size: 95%;
	margin: 0px;
	padding: 0px;
}
#container .trip_holder {
	width: 754px;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: right bottom;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #A4CEDE;
	border-right-color: #A4CEDE;
	border-bottom-color: #A4CEDE;
	border-left-color: #A4CEDE;
}
.trip_holder p {
	font-size: 90%;
	color: #333333;
}
.trip_holder h2 {
	font-size: 120%;
	color: #155585;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #155585;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.trip_holder h3 {
	font-size: 90%;
	color: #001B38;
	font-weight: normal;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 320px; /* 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: #EBEBEB;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin: 0px;
}
#sidebar1 p {
	font-size: 90%;
	color: #333333;
}
.twoColFixLtHdr #mainContent {
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	width: 395px;
	float: right;
	margin: 0px;
} 
.twoColFixLtHdr #footer {
	background-color: #DDDDDD;
	background-image: url(../images/update_1/gradent1.jpg);
	background-position: bottom;
	height: 42px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin: 0px;
} 
#sidebar1 h3 {
	font-size: 90%;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 80%;
	color: #16559C;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.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;
}
a:link {
	color: #092741;
}
a:visited {
	color: #092741;
}
a:hover {
	color: #999999;
}
a:active {
	color: #CCCCCC;
}
.red_85p_price {
	font-size: 85%;
	color: #CC3333;
}
.fontsize_70p {
	font-size: 90%
}
.fontsize_50 {font-size: 50%}
.second_headding {
	color: #FAD46F;
	font-size: 140%;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #16559C;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.second_headding h1 {
	margin: 0px;
	padding: 0px;
}
.trip_boxes {
	border: 1px solid #3D6FAA;
	padding: 5px;
}
.trip_boxes p {
	font-size: 85%;
	color: #333333;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #16559C;
	margin-bottom: 3px;
}


.second_heading_more_info {
	width: 395px;
	padding: 0px;
	margin: 0px;
}

.people_saying_flair {
	font-size: 90%;
	font-style: italic;
	color: #4D81B0;
	float: right;
}
#mainContent h2 {
	color: #16559C;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #155585;
	padding-bottom: 5px;
}
#mainContent p {
	font-size: 90%;
	color: #333333;
}
hr {
	padding: 0px;
	margin: 0px;
}
.featured_box {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7D3208;
	border-right-color: #7D3208;
	border-bottom-color: #7D3208;
	border-left-color: #7D3208;
	width: 328px;
}
