body {
	margin: 0px;
	background-color: #868686;
}

body, td {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #4C4C4C;
}

/* Main Table with Header and Navigation  */

#topTable {
	width: 756px;
	height: 117px;
	padding: 0px;
	margin: 0px;	
	margin-left: 10px;
}

/* Logo Table Cell */

#logo {
	width: 195px;
	height: 116px;
	background: url(images/logo_bg.gif) top center repeat-y #9D0113;
	text-align: center;
	vertical-align: bottom; 
}


/* Navigation Bar Styles  */

#nav {
	height: 12px;
	background: url(images/nav_bg.gif) bottom right no-repeat #000;
	padding: 0px 0px 2px 32px;
	margin: 0px;
	color: #C7C7C7;	
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

	#nav a {
		text-decoration: none;
		margin: 0px 5px 0px 5px; 
		font-size: 11px;
		font-weight: bold;
		color: #C7C7C7;	
	}

	#nav a:hover {
		text-decoration: none;
		margin: 0px 5px 0px 5px; 
		font-size: 11px;
		font-weight: bold;
		color: #fff;
	}


/*  */
	
#bigTable {
	margin-left: 10px;
}


#bigTable #content {
	width: 591px;
	vertical-align: top;	
	background: url(images/mainc_content_top.gif) top center no-repeat #B2B2B2;
	padding-top: 7px;
}

.spacer {
	width: 4px;
	color: #868686;
}

/* Indents Nested Tables */

.subNav {
	width: 193px;
	height: 73px;
	padding: 0px;
	margin-left: 3px;
	text-align: left;
}

.subNav form {
	margin: 0px 0px 2px 0px;
	padding: 0px;
}

.subNav select{
	width: 180px;
	margin: 0px;
	font-size: 11px;
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
	
}
	
.addMargins {
	margin: 3px 0px 2px 3px;
}

/* Pads the contents of a selected cell */
.cellContents {
	padding: 5px 15px 10px 15px;
	font-size: 12px;
	color: #271D13;
}

	
/* Adds the background for the  homepage headlines */	
#newsBlock {
	background: url(images/big_silver_block.jpg) bottom center no-repeat;
	width: 192px;
	height: 257px;
	padding: 0px 2px 5px 3px;
	vertical-align: top;
}	
	
	#newsBlock ul {
		margin: 10px 0px 5px 15px;
	}
	
	#newsBlock ul li {
		list-style-image: url(images/arrow.gif);
		margin: 0px 15px 10px 5px;
		padding: 0px 10px 5px 0px;	
		border-bottom: 1px solid #C3C3C3
	}
	
/* Adds properties to the side bar CONTAINING CELL!  */
	
#sideBar {
	width: 161px;
	text-align: center;
	padding: 3px 0px 4px 0px;
	background-color: #9C9C9C;
}


/*  Text and header styles */


/* Bar style headers  */

.greyHead {
	background-color: #575757;
	margin: 3px 0px 2px 3px;
}

.redHead {
	background-color: #9D0113;
	margin: 3px 0px 0px 3px;
}

/* Pads the tour content */

.tourText {
	padding: 5px 15px 0px 0px;
}

.tourText2 {
	padding: 5px 15px 0px 10px;
	margin: 0px;
}

.itinerary {
	padding: 3px 20px 10px 25px;	
}


/* Photos for the about section */

.personImage2 {
	float: left;
	margin: 5px 20px 10px 0px;	
}

.personImage {
	float: right;
	margin: 0px 5px 15px 20px;	
}


/*  Generic Links */

a {
	color: #940011;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #940011;
	font-weight: bold;
	text-decoration: underline;
}

.titleImage {
	margin: 0px 0px 0px 3px
}

p {
	margin: 7px 0px 7px 0px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #9D0113;
	text-transform: uppercase;
	margin: 5px 0px 10px 0px;
}

.boldRed {
	color: #9D0113;
	font-weight: bold;
}

.boldGrey {
	color: #515151;
	font-weight: bold;
}

.smallText {
	font-size: 10px;
	color: #666;
}

ul {
	margin: 0px 0px 15px 20px;
	padding: 0px;
	
}

	ul li {
		margin: 0px;
		list-style-type: circle;
		list-style-position: outside;
	}

/*  All the footer styles */

#footer {
	left: 17px;
	top: 5px;
	position: relative;
	width: 500px;
	padding-bottom: 40px;
	margin: 0px;
}

	#footer a {
		text-decoration: none;
		margin: 0px 5px 0px 5px; 
		font-size: 11px;
		font-weight: bold;
		color: #DBD9D9;	
	}
	
	#footer a:hover {
		text-decoration: none;
		margin: 0px 5px 0px 5px; 
		font-size: 11px;
		font-weight: bold;
		color: #fff;
	}
	
#etrack {
	visibility: hidden;
}

.updates {
	margin: 10px 10px 0px 10px;
	font-size: 10px;
	font-weight: bold;
	color: #333;
}