body { 
	text-align:center;
	background:#160 url('../images/background.jpg') repeat;
}

#page { 
	margin:0 auto;
	text-align:left;
	width:800px;
	height:auto;
	background-color:#FFF;
	padding:10px;
	border:dotted 1px #5A0;
}

#header { 
	width:780px;
	text-align:center;
}

#content  { 
	background-color:#FF9;
	padding-left:25px;
	padding-right:10px; 
	padding-top:10px; 
	padding-bottom:25px; 
}

#content_image { 
	float:right;  
	width:200px; 
	margin-left:25px; 
	background-color:#FF9; 
}

#content_left { 
	float:left;   
	width:225px; 
	height=100%; 
	background:#FF9; 
}

#content_image2 { 
	float:right;  
	width:200px; 
	margin-left:25px; 
	margin-right:300px; 
	margin-top:25px; 
	margin-bottom:50px; 
	background-color:#FF9; 
}

#location_image { 
	float:right; 
	width:600px; 
	margin-left:25px; 
	background:#FF9; 
	text-align:left; 
	text-position:right; 
}

#content_locations { 
	float:left;   
	width:700px; 
	height=100%; 
	background:#FF9; 
}

#content_right { 
	float:right; 
}

img.left {
	float:left;
	margin:20px;
}

#footer { 
	width:800px;
	margin-top:20px;
	text-align:right; 
}

.reset { clear:both; }
img { border:none; }

h1,h2,h3,h4,h5,h6 { font-family:Tahoma,Arial,Helvetica,sans-serif;color:#339900;font-style:italic; }
/*Link styles*/
a { font-family: Tahoma, Arial, Helvetica, sans-serif;text-decoration:none;color:#339900; }
a:link, a:visited, a:active { text-decoration:underline;color:#339955; }
a:hover { text-decoration:none;color:#3399ff; }
/*Text styles*/
.textSm { font-family: Arial, Helvetica, sans-serif;font-size:10px;color:#000000; }
.textMs { font-family: Arial, Helvetica, sans-serif;font-size:12px;color:#000000; }
.textMd { font-family: Arial, Helvetica, sans-serif;font-size:14px;color:#000000; }
.textLg { font-family: Arial, Helvetica, sans-serif;font-size:16px;color:#000000; }


#navlist {
	position: relative;
	width: 100%;
	height: 20px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #160;
	white-space: nowrap;
}

#navlist li {
	float: left;
	margin: 0 0 0 2px;
	list-style-type: none;
}

#navlist li a {
	background: url('../images/tabs.jpg') no-repeat;
	position: relative;
	width: 130px;
	height: 20px;
	display: block;
	margin: 0;
	padding-left:13px;
	padding-top:3px;
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
}

#navlist li a:hover {
	color: #FF0;
	font-weight:bold;
	text-decoration: none;
	background: url('../images/tabs-a.jpg') no-repeat;
}

#navlist li#active a {
	color: #4F6;
	font-weight:bold;
	background: url('../images/tabs-a.jpg') no-repeat;
}

#navlist ul#subnavlist {
	position: absolute;
	width: 780px;
	left: 0;
	top: 1.75em;
	margin:0;
	padding:0;
	height: 20px;
	border-bottom: 1px solid #160;
	white-space: nowrap;
}

#navlist ul#subnavlist li {
	width: 135px;
	margin: 0 0 0 14px;
}

#navlist ul#subnavlist li a {
	background: url('../images/tabs.jpg') no-repeat;
	position: relative;
	width: 130px;
	height: 20px;
	display: block;
	margin: 0;
	padding-left:13px;
	padding-top:3px;
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
}

#navlist ul#subnavlist li a:hover {
	color: #FF0;
	font-weight:bold;
	text-decoration: none;
	background: url('../images/tabs-a.jpg') no-repeat;
	/* IE5/Mac disappearing item fix */
}

#navlist ul#subnavlist li#subactive a {
	font-weight:bold;
	color: #0B3;
	background: url('../images/tabs-a.jpg') no-repeat;
}

* html > body #navlist, * html > body #navlist ul#subnavlist {
	width: 760px;
	/* IE5/Mac fixed width fix */
}


hr {
	width: 100%;
	height:1px;
	color: #0B0;
	border:0;
	background:#0B0;
}

.right {
	float:right;
}

/* ----------------------------- */


#subway_content {
	width:650px;;
	margin:0 auto;
}
#subway_content img {
	 height:150px;
	 width:200px;
	 margin:0 10px;
	 float:left;
}
#subway_content dl {
	width:100%;
	height:150px;
	border: 1px dashed #0B0;
	padding:10px;
}
#subway_content dt {
	font-size:14px;
	color: #F00;
	font-weight: bold;
}
#subway_content dd {
	font-size: 12px;
	color: #333;
	line-height: 1.5em;
}