/* CSS Document */
* {
margin:0;
padding:0;
}


html, body {margin:0; padding:0}

body {
	font-size: 76%; font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #aa3a3b;
	background-image: url(images/bkg.jpg);
	background-repeat: repeat-x;
	}

.highlight {color:#b22f32; font-weight:bold;}

.images {border : 1px solid #595959; display:block;}

a:link {color:#770c16; text-decoration:underline;  font-weight: bold}
a:visited {color:#b22f32; text-decoration:underline; font-weight: bold}
a:active  {color:#cccccc; text-decoration:underline; font-weight: bold}
a:hover   {color:#d49c3d; text-decoration:none; font-weight: bold}

a.linknoUL:link {color:#000000; text-decoration:none;  font-weight: normal}
a.linknoUL:visited {color:#000000; text-decoration:none; font-weight: normal}
a.linknoUL:active  {color:#000000; text-decoration:none; font-weight: normal}
a.linknoUL:hover   {color:#000000; text-decoration:underline; font-weight: normal}


/* Main div blocks basic styling */

#wrapper {
	text-align: left;
	margin: 0 auto;
	padding: 0px;
	width: 958px;
	margin-top:0px;

}

#contentwrap {
	background-color:#FFFFFF;
	width:764px;
	float:right;
	min-height:600px;
}

#header {
	height:141px;


}

#leftbar {
	float: left;
	width: 183px;
	color:#666666;
	margin-top:150px;
}

#leftbar p {padding: 0 1em; color:#666666; margin-left:12px; }


#rightbar {
	float: right;
	width: 180px;
	color:#666666;
	display: inline;
	margin-left:0;
	background-color:#FFFFFF;
	min-height:500px;

}


#rightbar p {
	margin-left: 10px;
	margin-top:15px;
	margin-right:10px;

}


#rightbar .bulletimagestyle{ /*Absolute position bullet image. No need to modify*/
position: absolute;
left: -200px;
}


#rightbar ul
{
list-style-type: none;
padding: 0;
margin-top:10px;
}


#rightbar ul li {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left:5px;
	background-image: url(images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0 .2em;
	padding-left: 0.8em;
	line-height:100%;
	color:#666666;

}	


#rightbar  .holidays{
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left:25px;
	background-image: url(images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0 .2em;
	padding-left: 0.8em;
	line-height:100%;
	color:#666666;

}	

#rightbar h2 {
	margin-left:5px;
	margin-right:10px;
	margin-top:25px;
	margin-bottom:12px;
 	color:#666666; 
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em; 
	letter-spacing: 0.3ex;	
	font-weight:bold; 
	border-bottom: 1px solid #b22f32;
	text-align:center}

#rightbar a:link {color:#770c16; text-decoration:none;  font-weight: normal}
#rightbar a:visited {color:#b22f32; text-decoration:none; font-weight: normal}
#rightbar a:active  {color:#cccccc; text-decoration:none; font-weight: normal}
#rightbar a:hover   {color:#d49c3d; text-decoration:underline; font-weight: normal}



#boxed {border: 1px solid #cccccc; margin-right:15px; margin-top:15px; margin-bottom:15px; background-color:#f3f3f3;
}

#boxed p {
	margin-left: 10px;
	margin-top:15px;
	margin-right:10px;
	margin-bottom:15px;
}

#boxed h1 {
	margin:0 .5em; 
	padding: .5em .5em 0 .5em;
 	color:#b22f32; 
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em; 
	letter-spacing: 0.25ex;	
	font-weight:normal; 
	border-bottom: 1px solid #b22f32;
	text-align:center;
}

#content { 
	width: 575px;
	float:left;
	min-height:500px;
	background-color:#FFFFFF;

	
}

#content h1 {
	margin-left:5px;
	margin-top:25px;
	margin-bottom:12px;
	color:#ffffff;
	background-color:#414141;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.9em;
	letter-spacing: 0.05ex;
	font-style:normal;
    background-image: url(images/arrow.jpg); 
    background-repeat: no-repeat;
	line-height:150%;
	background-position: 0 .15em;
	padding-left: 1.3em;
	padding-right:0.9em;
	text-align:left;
	}
	
#content h2 {
	margin-left:35px;
	margin-right:15px;
	margin-top:25px;
	margin-bottom:12px;
 	color:#666666; 
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em; 
	letter-spacing: 0.3ex;	
	font-weight:bold; 
	border-bottom: 1px solid #b22f32;}

#content h2.home {
	margin-left:35px;
	margin-right:15px;
	margin-top:25px;
	margin-bottom:3px;
 	color:#666666; 
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em; 
	letter-spacing: 0.3ex;	
	font-weight:bold; 
	border-bottom: 1px solid #b22f32;}
	
	
#content p {	
	margin-left:35px;
	margin-right:15px;
	LINE-HEIGHT: 160%;
	margin-bottom:12px;
	FONT-FAMILY:Arial, Helvetica, sans-serif;
	color: #666666;}

#content td {	
	margin-left:5px;
	LINE-HEIGHT: 145%;
	FONT-FAMILY:Arial, Helvetica, sans-serif;
	color: #666666;}
	

div#content  td.tableLines
{ border-bottom: 1px #cccccc dotted;
text-align: left;
font-weight: normal;
color: #666666;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 3px;
padding-right: 10px; 
white-space: nowrap;
}
	
#content .tablehead { 	
	color:#999999; 
	font-weight:bold;
	font-size:medium;}


	
#content .bulletimagestyle{ /*Absolute position bullet image. No need to modify*/
position: absolute;
left: -200px;
}


#content ul
{
list-style-type: none;
padding: 0;
margin-top:10px;
}


#content ul li {
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left:50px;
	background-image: url(images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0 .2em;
	padding-left: 0.8em;
	line-height:100%;
	color:#666666;

}	

div#content ol li {	

	margin-right: 0px;
	margin-bottom: 10px;
	margin-left:60px;
	LINE-HEIGHT: 160%;
	color:#666666;
	list-style-type:decimal;
	padding-right:20px;
}

#content table { table-layout:auto; margin-left: auto; margin-right: auto;} 
#content img {margin-left:auto; margin-right:auto; margin-top:10px; margin-bottom:10px}
#content td img {margin-left:25px; margin-right:auto;}


#content .highlight {color:#b22f32; font-weight:bold;}

#content .address {	
	margin-left:35px;
	margin-right:15px;
	LINE-HEIGHT: 125%;
	margin-bottom:12px;
	FONT-FAMILY:Arial, Helvetica, sans-serif;
	color: #666666;}
	
#content hr {margin: 0 35px 0 15px; color:#b22f32;}



#content table.routeTable
{ width:525px;
background-color: #ffffff;
border: 0px #000000 solid;
border-collapse: collapse;
border-spacing: 0px;
margin-left:35px;
border-collapse: collapse;

}

#content td.tableheadRoutes
{ background-color: #aa3a3b;
border: 0px #000000 solid;
color: #ffffff;
height:25px;
font-weight:bold;
text-align:left;
white-space: nowrap;
padding:3px;

}

#content td.tableContentRoute
{ border-bottom: 1px #cccccc dotted;
text-align: left;
font-weight: normal;
color: #666666;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 3px;
padding-right: 5px; 
white-space: nowrap;
width:15px
}


#content td.tableContentXSm
{ border-bottom: 1px #cccccc dotted;
text-align: left;
font-weight: normal;
color: #666666;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 3px;
padding-right: 10px; 
width:250px
}

#content td.tableContentLoc
{ border-bottom: 1px #cccccc dotted;
text-align: left;
font-weight: normal;
color: #666666;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 3px;
padding-right: 10px; 
width:175px
}

#content td.tableContentTime
{ border-bottom: 1px #cccccc dotted;
text-align: left;
font-weight: normal;
color: #666666;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 3px;
padding-right: 10px; 
white-space: nowrap;
width:50px
}


/* left menu styling */


#menu {
   padding-left: 0;
   margin-top:15px;
   background-image:url(images/navbkg.jpg);
   background-repeat:repeat-y;
}


/* menu li block */
#menu li {
   list-style: none;
   margin: 0;
   border-bottom: 1px solid #c0c0c0;
   display: block;
   margin-right:0px;
}

/** fix  ie bug with display:block; **/
* html #menu li a { height: 1%; } 
* html #menu li hr { height: 1%; }
/** end fix **/

/*  links */
#menu a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.8em 1.2em 0.9em 2.1em; /* some air for it */
   color: #8c0b05; /* this will be link color for all levels */
   font-family:Arial, Helvetica, sans-serif;

}


/* hover state for all links */
#menu a:hover {
   background-color: #b22f32;
   color:#ffffff;
   background: url(images/navbkgon.jpg);
   background-repeat:no-repeat;
   background-color:#770c16;

}
#menu a.active:hover {
   background-color: #e2d5a3;
   color: #ffffff;
}


/* separator */
#menu li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

#menu li.separator hr {
   display: none; /* this is for accessibility */
}



#footer {
	clear: both;
	margin:0 auto;
     background-color:transparent;
	 padding-left:200px;


}

#footer p { 
	font-size: .9em;
	font-weight:normal;	
	padding: 8px;
	text-align:center;
}

#footer a:link {color:#ffffff; text-decoration:underline;  font-weight: bold}
#footer a:visited {color:#ffffff; text-decoration:underline; font-weight: bold}
#footer a:active  {color:#cccccc; text-decoration:underline; font-weight: bold}
#footer a:hover   {color:#d49c3d; text-decoration:none; font-weight: bold}


#TWD {margin:0; text-align:center;}
#TWD p { padding-top: 5px; font-size: 0.8em; color:#FFFFFF}
#TWD p a:link, #TWD p a:visited {color:#FFFF00; text-decoration:none}
#TWD p a:hover {text-decoration:underline;}	


