/* --------------------GLOBAL------------------- */

body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
}
form {
	margin: 0px;
	padding: 5px;
}

/* --------------------WRAPPER------------------- */

#wrapper {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

/* --------------------HEADER------------------- */

#header {
	width: 760px;
}

/* ------------------NAVIGATION----------------- */

#nav {
	background-image:url(/VT/images/navBackground.gif);
	width: 760px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
#nav ul {
	display: inline;
	list-style: none;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#nav li {
	display: inline;
	padding-right: 25px;
	padding-left: 0px;	
}
#nav a:link, #nav a:active, #nav a:visited {
	color: #FFF;
	text-decoration: none;
	font: bold 12px "Trebuchet MS", Arial, Sans-serif;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #002E4E;
}
#nav a:hover {
	font: bold 12px "Trebuchet MS", Arial, Sans-serif;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #8FABC9;
}
#navShadow {
	width: 760px;
}


/* --------------------CONTENT------------------- */
#topContentImage {
	width: 760px;
	height: 15px;
	background-image: url(/VT/images/top.gif);
}
#content {
	width: 760px;
	background-color: #FFFFFF;
}

#leftColumn {
	background-image: url(/VT/images/left_middle.gif);
	width: 210px;
}
#rightColumn {
	background-image: url(/VT/images/right_middle.gif);
	width: 550px;
}
#bottomContentImage {
	width: 760px;
	height: 15px;
	background-image: url(/VT/images/bottom.gif);
}
table #homeDetails  {
	border: 1px solid #DAD6BB;
}
#homeDetails td {
	border: 1px solid #DAD6BB;
}

/* --------------------SUBNAV------------------- */
#subNav a {
	color:#01233b;
	text-decoration:none;
}
#subNav a:hover {
	color:#01233b;
	text-decoration:underline;
}

/* --------------------FOOTER------------------- */
#content {
	width: 760px;
}
.leftColPrice {
	font-weight: bold;
	color: #92895C;
}
.pageTitle {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0EDDC;
}
.formHeaders {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.formTitle {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0EDDC;
}
#changeDates {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	background-color: #C5C4C1;
	color: #000000;
}
form {
	margin: 0px;
	padding: 0px;
}
#tourStats a {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #002E4E;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
#tourStats a:hover {
	color: #002E4E;
	text-decoration: none;
	border-bottom-style: solid;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #002E4E;
}
