@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/buttons/backline.jpg);
	background-repeat: repeat-x;
	background-color: #CCCCCC;
	background-attachment: fixed;
}
.thrColFixHdr #container {
	width: 980px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: none;
	background-color: #FFFFFF;
	margin-top: 5;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColFixHdr #header {
	padding: 0px;
	background-color: #B80005;
	float: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 
.thrColFixHdr #header h1 {
	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 140px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	margin-top: 0px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thrColFixHdr #mainContent {
	border: 1px solid #CCCCCC;
	margin-top: 5px;
	margin-right: 160px;
	margin-bottom: 0;
	margin-left: 150px;
	padding-top: 20;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.xianeaselink1 {
	color: #FFFFFF;
	text-decoration: none;
}
ul.MenuBarHorizontal ul
{
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	cursor: pointer;
	background-color: #999900;
	padding: 0.7em 1em;
	color: #333;
	text-decoration: none;
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	border-right: 1px solid #999999;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #FFFFFF;
	letter-spacing: 1px;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #FFFFFF;
	text-decoration: none;
}


#mainContent .caption {
	background: #666666;
	font-size: 0.75em;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px 5px;
}
#container {
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-width: 0px;
	background-color: #FFFFFF;
}
.photoBox {
	text-align: center;
	float: right;
	width: 220px;
}
#header img {
	display: block;
}
.resttable {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #CCCCCC;
}
.resttable2 {
	background-color: #011B2C;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}

.resttable {
	color: #CCCCCC;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #339999;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;

}
a:hover {
	color: #FFFFFF;
	text-decoration: none;

}
links:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #FFFFFF;
	text-decoration: none;
}
A.another:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.sidetable {
	background-color: #666666;
	color: #011B2C;
	font-family: Impact, sans-serif, "Arial Narrow";
	font-size: 14px;
	font-weight: normal;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 3px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	width: 140px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.CALENDARMONTH {
	color: #FFFFFF;
	background-color: #FFFFFF;
	border-top-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #999999;
	border-left-color: #999999;
	margin-top: 10px;
}
.CALENDARDAYS {
	background-color: #8cbaf7;
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 2px;
	color: #404082;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}
.venues6 {
	color: #0066CC;
	font-weight: bold;
	font-size: 15px;
	padding-left: 4px;
}
.venues8 {
	color: #990000;
	font-size: 13px;
	font-weight: bold;
	padding-left: 4px;
}
.venues9 {
	font-size: 13px;
	font-weight: bold;
	color: #006600;
	padding-left: 4px;
}
.heading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	background-color: #011B2C;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
}
.heading2 {
	background-color: #1D75BF;
}
.venues10 {
	color: #006600;
	font-weight: bold;
	font-size: 13px;
}
#venues10 a:hover {
color: #333333;
text-decoration: none;
}
.map1 {
	border: 2px solid #1C73BC;
}
.train2 {
	background-color: #CCCCCC;
	font-size: 13px;
	border: 1px solid #999999;
	font-weight: bold;
}
.trainmain {
	background-image: url(file:///H|/Documents/Side%20Projects/HHH/Images/photos/400px-P_train.svg.png);
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
.heading1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
.paragraph {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
.sidet {
	font-family: Impact, sans-serif, "Arial Narrow";
	font-size: 14px;
	color: #FFFFFF;
	background-color: #666666;
}
.photoframe {
	border: 3px solid #999999;
}
