/* Reset style sheet.  Actual styles follow below */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: disc;
	margin-left:20px;
}
li {
	margin-bottom:5px;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end reset style sheet */

body {
  margin:0;
}

body, td {
	font-size:13px;
	font-family:arial, Helvetica, sans-serif; 
}

td {
	vertical-align:top;
}

pre {
	font-family: courier; 
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 7px 0;
}

h1 { font-size:28px; }
h2 { 
	font-size:22px; 
	border-bottom:2px dotted #ccc;
	margin: 5px auto 20px auto;
}
h3 { font-size:14px; }


p {
	margin: 0 0 7px 0;
}

a {
	text-decoration: underline;
	color: #000;
}

a:hover {
	text-decoration: underline;
	color: #999;
}

td.border {
	border: 1px solid #666666;
	padding: 1px 1px;
}

table, td {
	border-collapse: collapse;
	margin:0;
}

table.border {
	border: 1px solid #666666;
	border-collapse: collapse;
}

div.border {
	border: 1px solid #666666;
	padding: 10px;
	text-align: center;
}

input, select, textarea {
	font: 90% arial, Helvetica, sans-serif;
	border: 1px solid #666666;
}

.nobreak {
	white-space:nowrap;
}

.disclaimer {
	font-size:12px;
  font-style:italic;
}

.copyright {
	color:#000;
	font-size:10px;
}

.caption {
	font-size:11px;
	margin: 0 0 12px 0;
}

.crlink {
	color:#000;
	font-size:12px;
}

.copyright a, .crlink a {
	color:#000;
	font-weight:bold;
	text-decoration: underline;
}

.copyright a:hover, .crlink a:hover {
	color:#999;
	font-weight:bold;
	text-decoration: underline;
}


/* menu section ---------------- */

ul.makeMenu {
	width: 130px;
	border: 0px;
	background-color: #FFDB91;      /* a bg-color MUST be included for IE to work properly! */
	padding-left: 0px;
	cursor: default;
	margin: 0px;
	white-space:nowrap;
	overflow:hidden;
}

ul.makeMenu li {
	list-style-type: none;
	margin: 0px;
}

ul.makeMenu li:hover, ul.makeMenu li.CSStoHighlight {
	background-color: #FFCC33;
		color: #000000;
}

/* and some link styles */
ul.makeMenu li a {
	color: #000000;
	display:block;
	width: 100%;
	text-decoration: none;
	font: 12px;
}

ul.makeMenu li a:hover { 
	text-decoration: none;
	background-color: #FFCC33;
	color: #000000;
}

ul.makeMenu div { 
	color: 000000;
}

.maincolor {
	background-color: #992135;
}

.callout { /* callouts */
	background-color: #FFDB91;
}

.callout2 { /* alternate, lighter callouts */
	border: 1px solid #CCCCCC;
	background-color: #F0F0F0;
}

table.calendar tr td {
	font-size:10px;
}

.filled {
	background:#fff;
}

div.phototile {
	width:157px;
	height:124px;
	float:left;
	text-align:center;
	padding:0;
	margin:0 7px 10px 0;
}

div.photoicon {
	text-align:center;
	padding:0;
	margin:5px;
}

div.calendartile {
	width:115px;
	height:130px;
	float:left;
	text-align:center;
	padding:0;
	margin:0 5px 5px 0;
}

table.calendar {
	border: 1px solid #999999;
	background: #FFFFFF;
	font-size: 12px;
	font-family: sans-serif;
	text-decoration: none;
}

table.calendar td {
	text-align:center;
}

table.calendar td.n { background-color:#ccc; }
table.calendar td.r { background-color:#f00; }
table.calendar td.g { background-color:#0f0; }
table.calendar td.y { background-color:#ff0; }
table.calendar td.p { background-color:#f9f; }

/* tab section ---------------- */

div.tabon {
	height:25px ;
	width:73px;
	display:block;
	float:left;
	background-image:url(/images/tabon.gif);
	font-weight:bold;
	padding-top: 5px;
	padding-left: 7px;
	margin:0 1px;
	cursor: pointer;
	z-index: 102;
	position: relative;
	top:1px;
}

* html div.tabon {
	height: 30px; 
	width: 80px;
}

div.taboff {
	height:20px ;
	width:73px;
	display:block;
	float:left;
	background-image:url(/images/taboff.gif);
	font-weight:bold;
	padding-top: 10px;
	padding-left: 7px;
	margin:0 1px;
	cursor: pointer;
	z-index: 100;
}

* html div.taboff {
	height: 30px; 
	width: 80px;
}

div.tabmain {
	background-color: #FFE8B9;
	border: 1px solid #999999;
	padding: 15px;
	z-index: 101;
	min-height: 330px; 
}

* html div.tabmain {
	height: 360px; 
}

.clear {
  clear:both;
  height:1px;
  overflow:hidden;
}


div.taboverview {
	background-image:url(/images/tab1501.jpg);
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:bottom right;
}

div.tabbenefits {
	background-image:url(/images/tabpocketwatch.jpg);
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:bottom right;
}

div.tabphotos {
	background-image:url(/images/tabtickets.jpg);
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:bottom right;
}

/* photo dropshadow section ---------------- */

table.shadowbox {
  border-collapse:separate; }

td.shadowbox {
  border: 1px solid #9a9a9a;
  text-align:center;
  padding:5px;
  background:#fff; }

td.shadowbox-right {
  background: url(/images/shadow-right.gif) no-repeat top left; width:6px; }
td.shadowbox-bottom {
  background: url(/images/shadow-bottom.gif) no-repeat top left; height:6px; }
td.shadowbox-corner {
  background: url(/images/shadow-corner.gif) no-repeat top left; width:6px; height:6px; }

/* alternate (white bg) photo dropshadow section ---------------- */

td.shadowbox-white-right {
  background: url(/images/shadow-white-right.gif) no-repeat top left; width:6px; }
td.shadowbox-white-bottom {
  background: url(/images/shadow-white-bottom.gif) no-repeat top left; height:6px; }
td.shadowbox-white-corner {
  background: url(/images/shadow-white-corner.gif) no-repeat top left; width:6px; height:6px; }

#overviewcontent { display:block; }
#benefitscontent { display:none; }
#photoscontent { display:none; }

table.gcsuggestions tr td {
	font-size: 10px; }
table.gcsuggestions tr td.a {
	padding: 0 10px; }

.mailform {
	background-color: #FFFFFF;
	border: 1px solid #999999;
}

.videotable img {
  border: 1px solid;
}

.videotable h1 {
  font-size:14px;
  font-weight:bold;
  margin:0;
  padding:0;
}

.videotable h2 {
  font-size:12px;
  font-style:italic;
  margin:0;
  padding:0;
}

.videotable td {
  padding:10px 0 10px 10px;
}

.videotable tr.e {
  background-color: #FFE8B9;
}


div.railnews {border: 1px solid #333; background: #FFF3D6; padding: 5px 5px 5px 10px; margin: 0 0 0 10px; color: #000; width: 155px; line-height: 9pt;}
div.railnews a {font-size: 8pt; color: #900; line-height: 8pt; font-weight: normal;}
div.railnews a:hover{ text-decoration: none;  color: #000;   }
div.railnews p {font-size: 8pt;}
div.railnews p.postdate {color: #666; font-size: 7pt; font-style: italic;}
div.railnews h1 {margin: 0; padding: 0 0 0 0; font-family: Arial, Helvetica, sans-serif; font-weight: bold; letter-spacing: .005em; color: #000000; font-size: 10pt; }

div.railnews2 {border: 1px solid #333; background: #FFF3D6; padding: 5px 5px 5px 10px; margin: 0 0 0 10px; color: #000; line-height: 9pt;}
div.railnews2 a {font-size: 8pt; color: #900; line-height: 8pt; font-weight: normal;}
div.railnews2 a:hover{ text-decoration: none;  color: #000;   }
div.railnews2 p {font-size: 8pt;}
div.railnews2 p.postdate {color: #666; font-size: 7pt; font-style: italic;}
div.railnews2 h1 {margin: 0; padding: 0 0 0 0; font-family: Arial, Helvetica, sans-serif; font-weight: bold; letter-spacing: .005em; color: #000000; font-size: 10pt; }

div.railnews2 td { padding: 0 10px 0 0px; }

.mailform {border: 1px solid #999 ; font-family: Arial, Helvetica, sans-serif; font-size: 10pt; background: #FFF3D6; color: #000;}


ul.nav {
	line-height:180%;
	list-style-type:disc;
	margin: 0 0 0 30px;
	padding: 0;
	font-weight:bold;
}

ul.nav a {
	color:#000;
	text-decoration:none;
}

ul.nav a:hover {
	color:#999;
	text-decoration:underline;
}


#avmenu {
clear: left;
float: left;
width: 130px;
margin: 0 0 10px 5px;
padding: 0;
font-size: 10px;
}

#avmenu ul {	
list-style: none;
width: 130px;
margin: 0 0 20px 0;
padding: 0;
font-size: 8px;
}	

#avmenu li {
margin-bottom: 4px;
}

#avmenu li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #505050;
display: block;
padding: 6px 0 0 10px;
background: #ffffb0;
border-left: 4px solid #daac42;
font-size: 11px;
}	
	
#avmenu li a:hover {
color: #fff;
background: #daac42;
border-left: 4px solid #ae8935;
}

#avmenu li a.navon {
color: #fff;
background: #daac42;
border-left: 4px solid #ae8935;
}


#contentright {
background: #ffffb0;
}


div.border {
	background-color: #FFE8B9;
	border: 1px solid #999999;
	padding: 15px;
}

table.addresstable tr td {
	text-align:center;
	vertical-align:top;
	padding:10px;
}

ul.presslist {
	padding-left: 88px;
	list-style-position:inside;
}
ul.presslist li {
	text-indent: -88px;
}
