
/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

body {
	background: #1F5988;
	padding-top: 10px;
	padding-bottom: 30px;
}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.outer-container {
	margin: 0 auto;
	padding: 10px;
	width: 1000px;
}


/* top navigation links */

#topnav-left {
	width: 500px;
	float:left;
}


#topnav-left p {	
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:.8em;
	color:#ffffff;
	padding-left:20px;
	padding-bottom:5px;
	padding-top:5px;
}

#topnav-left a {
	text-decoration: none;
	color:#ffffff;
}

#topnav-left a:hover {
	text-decoration: underline;
	color:#D3D3D3;
}

#topnav-right {
	width: 500px;
	float:right;
}

#topnav-right p {	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	text-align:right;
	font-size:.8em;
	color:#ffffff;
	padding-right:20px;
	padding-bottom:5px;
	padding-top:5px;
}

#topnav-right a {
	text-decoration: none;
	color:#ffffff;
}

#topnav-right a:hover {
	text-decoration: underline;
	color:#D3D3D3;
}

/* specialty vacation menu header */

#specialty_vacations {
	width: 800px;
	height: 105px;
	float:left;


}


#specialty_vacations a {
	text-decoration: underline;
	color:#AAC0D2;
}

#specialty_vacations a:hover {
	text-decoration: none;
	color:#6c98d0;
}

#specialty_vacations p {	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size:1em;
	color:#AAC0D2;
	margin-left:75px;
	padding-top:50px

	
}


#live_support {
	width: 200px;
	height: 105px;
	float:right;

}

#live_support P {
	margin-top:20px;

}


#photo-header-left {
	width: 400px;
	height: 300px;
	float:left;
	background-color:#D3D3D3;
}

#photo-header-left p {
	margin-left: 30px;
	margin-bottom: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	color:#4F84AC;

}

#photo-header-left h1 {
	margin-top: 30px;
	margin-left: 30px;
	margin-bottom: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 100;
	font-size:2em;
	color:#275A80;

}


#photo-header-left a {
	text-decoration: underline;
	color:#4F84AC;
}

#photo-header-left a:hover {
	text-decoration: none;
	color:#275A80;
}




#photo-header-right {
	width: 600px;
	height: 300px;
	float:right;
}




/*horizontal menu */

ul#topnav {
	margin: 0; padding: 0;
	float: left;
	width: 1000px;
	list-style: none;
	position: relative; /*--Set relative positioning on the unordered list itself - not on the list item--*/
	font-size: .9em;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(images/menu/topnav_stretch.gif) repeat-x;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	border-right: 1px solid #d3d3d3; /*--Divider for each parent level links--*/
}
ul#topnav li a {
	padding: 10px 10px;
	display: block;
	color: #f0f0f0;
	text-decoration: none;
}
ul#topnav li:hover { background: #1376c9 url(images/menu/topnav_active2.gif) repeat-x; }
/*--Notice the hover color is on the list item itself, not on the link. This is so it can stay highlighted even when hovering over the subnav--*/

ul#topnav li span {
	float: left;
	padding: 15px 0;
	position: absolute;
	left: 0; top:35px;
	display: none; /*--Hide by default--*/
	width: 1000px;
	background: #538ab3;
	font-size: .85em;
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #fff;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
ul#topnav li:hover span { display: block; } /*--Show subnav on hover--*/
ul#topnav li span a { display: inline; } /*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/
ul#topnav li span a:hover {text-decoration: underline;}


#sidebar {
	width: 370px;
	padding-top: 50px;
	padding-left: 20px;
	float:left;
	
}

#sidebar p {	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	color:#736357;
	padding-bottom: .2em;
}





/* content */
#content {
	padding-top:40px;
	width:600px;
	float:right;
}

#content p {	
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:1em;
	color:#5B4B41;
	padding-right:30px;
	padding-left: 30px;
	padding-bottom: 1.2em;
}

#content h1 {	
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:1.4em;
	color:#FFFFFF;
	padding-left: 30px;
	padding-right:30px;
	padding-bottom: .5em;
	padding-top:20px;
}

#content h2 {	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.7em;
	color:#1f5988;
	padding-left: 30px;
	padding-right:30px;
	padding-bottom: .1em;
}

#content h3 {	
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:1.1em;
	color:#6c98d0;
	padding-left: 30px;
	padding-right:30px;
	padding-bottom: .1em;
}

#content h4 {	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	color:#5b4b41;
	font-style:italic;
	padding-left: 30px;
	padding-right:30px;
	padding-bottom: .1em;
}

#content a {
	text-decoration: underline;
	color:#1f5988;
}

#content a:hover {
	text-decoration: none;
	color:#6c98d0;
}

#content ul {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:1em;
	color:#5B4B41;
	padding-right:30px;
	padding-left: 50px;
	padding-bottom: .8em;
	list-style: square;
}

#float_right img {
	border: 5px solid #736357;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	float: right;
}

#float_left img {
	border: 5px solid #736357;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left:30px;
}

.brochure {
	float: left;
	width: 155px;
}
.brochure p {
	font-size: .8em;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-style:italic;
	text-align: left;
	margin-bottom: .02em;
	
}

.brochure img {
	border: 1px solid #736357;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
}







#disclaimer p {	
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:.8em;
	color:#5B4B41;
	font-style:italic;
	padding-top: 1.5em;
}




TD.NoTile
{
background-repeat: no-repeat;
}

.contact p {
	padding-left: 0px;
	
}



#wandering_designs {
	width: 500px;
	float: right;
}


#wandering_designs p {	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:.8em;
	color:#718EA6;
	text-align:right;
	padding-right:20px;
	padding-bottom:5px;
	padding-top:5px;
}

#wandering_designs a {
	text-decoration: none;
	color:#718EA6;
}

#wandering_designs a:hover {
	text-decoration: underline;
	color:#ffffff;
}

#ddestinations p {	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:.8em;
	color:#aac0d2;
	text-align:right;
	padding-right:20px;
}

#ddestinations a {
	text-decoration: none;
	color:#aac0d2;
}

#ddestinations a:hover {
	text-decoration: underline;
	color:#ffffff;
}

/* misc */
.hr1 {
	clear: both;
	border: 2px solid #433a2e;
	margin-left:20px;
}

/* input forms */

.styled {
	font-size: 1em;
	border: 1px solid #ffffff;
	cursor:text;
	background-color:#B3AA9B;
	width:300px;
}

input {	
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #ffffff;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	
}

textarea {	
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight: bold;
	background: #B3AA9B;
	color: #ffffff;
	border: 1px solid #ffffff;
	border-color:#ffffff;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	overflow:hidden; 
	width: 300px;
}

input[type="submit"] {
	margin: 0;
	width: 75px;
	padding: 1px;
	background: #716558;
	color: #ffffff;	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 1em;
	border: 1px #ffffff;
	}
	
input[type="submit"]:hover, input[type="submit"]:focus {
	cursor: pointer;
	background: #4E6687;
	}

/* page scrollbars */

html {
	scrollbar-highlight-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
	scrollbar-3dlight-color: #1F5988;
	scrollbar-base-color: #1F5988;
	scrollbar-shadow-color: #ffffff;
	scrollbar-track-color: #1F5988;
}


