/*******  Begin Page Defaults  *******/

/******* 
Background Brown: 5a3d20
Background Red: 852605
Background Blue: 0d2952
Logo Blue: 0053a0
Nav/Footer Grey a0a0a0
Dark Blue 406080
Gold f9c935
*******/

html {
	width: 800px;
	margin: 10px auto;
}

body {
	background-color: #0d2952;
	font-family: Arial, Helvetica, Geneva, sans-serif; 
	color: #000; 
	font-weight: normal; 
	font-size: 13px;
	text-align: center;
}

#Wrapper {
	background-color: #fff;
	width: 800px;
	border: 1px solid #000;
}

#Header {
	height: 112px;
}

#Nav {
	width: 800px;
	height: 20px;
	line-height: 20px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	font-weight: bold;
	background: url(../images/bg_nav.gif) repeat-x;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: left;
	text-indent: 10px;
}

#Nav a { 
	color: #0053a0;
	text-decoration: none;
}

#Nav a:hover { 
	color: #fff;
	text-decoration: none;
}

#NavRight {
	float: right;
	margin-top: -19px;
	width: 150px;
	color: #0053a0;
	font-weight: bold;
}

#Content {
	text-align: left;
	padding: 20px 0px 0px 10px;
	display: table;
}

#ContentFull {
	text-align: left;
	padding: 20px 10px 0px 10px;
	display: table;
}

#ContentLeft {
	width: 192px;
	border: 1px solid #406080;
}

#ContentRight {
	width: 575px;
	margin: -300px 0px 0px 200px;
	padding: 0px 3px 0px 3px;
}

#ContactInfo {
	margin: 0px 0px 0px 50px;
}

#HomePoster {
	float: right;
	width: 192px;
	height: 300px;
	font-size: 18px;
	color: #0053a0;
	font-weight: bold;
	margin: -260px 0px 0px 100px;
	border: 1px solid #406080;
}

#HomePhone {
	position: absolute;
	font-size: 16px;
	color: #0053a0;
	font-weight: bold;
	margin: 310px 0px 0px 3px;
}

#Footer {
	width: 800px;
	height: 30px;
	line-height: 30px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #0053a0;
	font-weight: bold;
	background: url(../images/bg_footer.gif) repeat-x;
	border-top: 1px solid #000;
	margin: 18px 0px 0px 0px;
}

#TriviaWrapper {
	width: 100%;
	display: table;
}

#GetAcrobat {
	position: absolute;
	z-index: 20;
	margin: -176px 0px 0px 650px;
}

#TravelList {
	margin: 20px 0px 0px 40px;
}

ul {
	list-style: square;
	line-height: 20px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
}

ul.Home {
	width: 220px;
	list-style: square;
	list-style-position: inside;
	line-height: 20px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	margin: 4px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

ol.Questions {
	float: left;
	list-style-position: inside;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	line-height: 18px;
	margin-top: .5em;
	margin-left: 0;
	padding-left: 2.5em;
}

ul.Answers {
	float: left;
	list-style: square;
	list-style-position: inside;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	line-height: 18px;
	margin-top: .5em;
	margin-left: 0;
	padding-left: 2.5em;
}
/*******  End Page Defaults  *******/


/*******  Image Borders  *******/
.ImgBorderBlue {
	border: 1px solid #0d2952;
}
/*******  Image Borders  *******/


/*******  Font Styles  *******/
.Italic {
	font-style: italic;
}

.Bold {
	font-weight: bold;
}

.BoldLarge {
	font-weight: bold;
	font-size: 16px;
}

.HeaderTOW {
	font-weight: bold;
	font-size: 18px;
	margin: 0px 0px 0px 10px;
}

.BlueTextHeader {
	font-size: 16px;
	color: #0053a0;
	font-weight: bold;
}

.BlueTextBold {
	font-size: 18px;
	color: #0053a0;
	font-weight: bold;
	text-align: center;
}

.Copyright {
	width: 800px;
	margin: auto;
	font-size: 11px;
	color: #fff;
}

.Copyright a {
	color: #fff;
	text-decoration: none;
}
/*******  Font Styles  *******/


/*******  Page Styles  *******/
.LogoBlue {
	color: #0053a0;
}

.BoldBlue {
	color: #0053a0;
	font-weight: bold;
}

.White {
	color: #fff
}

.Gold {
	color: #f9c935
}

.Left {
	text-align: left;
}

.Promo {
	border: 1px solid #0d2952;
	float: right;
	margin: 0px 30px 0px 0px;
}
/*******  Page Styles  *******/