﻿a.center:link
{
	text-decoration: none;
	color: #8B4513;
	font-size: 12px;
	margin-top: 5px;
	font-weight: bold;
	
}
a.center:visited
{
	text-decoration: none;
	color: #8B4513;
	font-size: 12px;
	font-weight: bold;
}
a.center:hover
{
	text-decoration: underline;
	color: #7B7145;
	font-size: 12px;
	font-weight: bold;
}
a.center:active
{
	text-decoration: underline;
	color: #8B4513;
	font-size: 12px;
	font-weight: bold;
}	
a.ftip:link
{
	text-decoration: none;
	color: black;
	font-size: 12px;
	margin-top: 5px;
}
a.ftip:visited
{
	text-decoration: none;
	color: black;
	font-size: 12px;
}
a.ftip:hover
{
	text-decoration: underline;
	color: white;
	font-size: 12px;
	
}
a.ftip:active
{
	text-decoration: underline;
	color: black;
	font-size: 12px;
}
a.transit:link
{
	text-decoration: none;
	color: #7B7145;
	font-size: 12px;
	
}
a.transit:visited
{
	text-decoration: none;
	color: #7B7145;
	font-size: 12px;
}
a.transit:hover
{
	text-decoration: underline;
	color: #8B4513;
}
a.transit:active
{
	text-decoration: underline;
	color: #7B7145;
	font-size: 12px;
}
a.bike:link
{
	text-decoration: none;
	color: #7B7145;
}
a.bike:visited
{
	text-decoration: none;
	color: #7B7145;
}
a.bike:hover
{
	text-decoration: underline;
	color: #8B4513;
}
a.bike:active
{
	text-decoration: underline;
	color: #7B7145;
}
.accordionAlign
{
	text-align: right;
	
}
.accordionAlign_right
{
	text-align: left;
}
.accordionContent
{
    /*background-color: #D3DEEF; */
    /* border: 1px dashed #2F4F4F; */
    border-top: none;
    padding: 5px;
    padding-top: 5px;
    color: blue;
    margin-right: 10px;
    font-size: 11px;
    
}
.accordionContent_right
{
    /*background-color: #D3DEEF; */
    /*border: 1px dashed #2F4F4F; */
    border-top: none;
    padding: 5px;
    padding-top: 5px;
    color: blue;
    font-size: 12px;
}
.accordionContent_right_sub
{
	padding-left:30px;
}
.accordionContent_center
{
	margin-bottom:10px;
	margin-left: 10px;
}
.accordionDiv
{
	width: 239px; 
	float: left;
	min-height: 500px;
}
.accordionHeader
{
    /* border: 1px solid #2F4F4F; */
    color: blue;
    /* background-color: #2E4d7B; */
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    margin-top: 5px;
    cursor: pointer;
    overflow: hidden;
}
.accordionHeader_center
{
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	cursor: pointer;
	text-decoration: underline;
	margin-bottom:5px;
	font-weight: bold;
	padding-left:17px;
    background-image: url(images/expand_right.jpg);
    background-position: 0px 0px;
	background-repeat: no-repeat;
}
.accordionHeader_center_sub
{
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	cursor: pointer;
}
.accordionHeader_center_sel
{
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	cursor: pointer;
	color: #8B4513;
	/*font-weight: bold;
	background-image: url(images/collapse_right.jpg);
    background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-left:17px;*/
	
}	
.accordionHeader_right
{
    /*border: 1px solid #2F4F4F;*/
    color: black;
    /* background-color: #2E4d7B; */
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	font-weight: bold;
    margin-top: 10px;
    cursor: pointer;
    padding-left:17px;
    background-image: url(images/expand_right.jpg);
    background-position: 0px 0px;
	background-repeat: no-repeat;
	/*color: #8B4513;*/
}
.accordionHeader_right_sel
{
	color: Black;
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	font-weight: bold;
    margin-top: 10px;
    cursor: pointer;
	background-image: url(images/collapse_right.jpg);
    background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-left:17px;
	/*color: #8B4513;*/
}
.accordionHeader_right_sub
{
    /*border: 1px solid #2F4F4F;*/
    color: black;
    /* background-color: #2E4d7B; */
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	margin-top: 10px;
	background-image: url(images/expand_right.jpg);
    background-position: 10px 0px;
	background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 26px; 
    text-decoration: underline;
  
}
.accordionHeader_right_sub_sel
{
    /*border: 1px solid #2F4F4F;*/
    color: black;
    /* background-color: #2E4d7B; */
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	margin-top: 10px;
	cursor: pointer;
    padding-left: 26px; 
    background-image: url(images/collapse_right.jpg);
    background-position: 10px 0px;
	background-repeat: no-repeat;
	text-decoration: underline
}
a.accordionLink:link
{
	/* background-color: #CCCCCC; */
    color: #30414B;
    font-size:12px;
    text-decoration:none;
}
a.accordionLink:visited
{
	color: #30414B;
    font-size:12px;
    text-decoration:none;
}
a.accordionLink:hover
{
	color: White;
	font-size:12px;
	text-decoration:underline;
}
a.accordionLink:active
{
	color: #30414B;
    font-size:12px;
    text-decoration:none;
}
.accordionSelected_right
{
	background-image: none;
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	font-weight: bold;
	margin-top: 5px;
    cursor: pointer;
    text-align: center;
}
.accordionSelected_right_sub
{
	background-image: none;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	margin-top: 5px;
    cursor: pointer;
    text-align: center;
}
.accordionTransit
{
	text-align: left;
	font-size: 12px;
	padding-top: 5px;
	line-height: 20px;
}
.accordionTransitHeader
{
	cursor: pointer;
	margin-left: 0px;
	background-image: url(images/expand.jpg);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 25px;
}
.accordionTransitSelected
{
	background-image: url(images/collapse.jpg);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 25px;
	cursor: pointer;
}
body
{
	font-family: Arial;
	font-size: 12px;
	margin-left: 25px;
	background-color: #999999;
	min-height: 100%;
	height: 100%;
}
.bottom_link
{
	margin-top: 0px;
	text-align: center;
	vertical-align: text-bottom;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 0px;
	position: relative;
	bottom: 0px;
		
}
.bottom_link_left
{
	padding-left: 50px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	
}
.bottom_link_right
{
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	left: 50px;
}
.button
{
	color: Black;
	text-decoration: none;
	border: solid 1px black;
	width: 175px;
	height: 30px;
	
}
.contact
{
	float: left;
	margin-top: 20px;
	margin-left: 5px;
	line-height: 17px;
	width: 240px;
}
.contact2
{
	margin-top: 60px;
}
.contact3
{
	float: right;
	margin-top:65px;
	width:308px;	
	
}
.container1
{
	background-image:url(images/line.gif);
	background-position:bottom center;
	background-repeat:repeat-x;
	float:left;
	padding-bottom: 1px;
}
.content1
{
	width: 503px;
	float: left;
	left: 200px; 
	min-height: 600px;
	border-top: solid 1px black; 
	border-left: solid 1px black; 
	border-right: solid 1px black; 
	background-color: white;
	border-bottom: solid 1px black; 
	margin-top: 2px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	height: 100%;
	
}
.content2
{
	width: 250px; 
	float: left;
	left: 691px;
	min-height: 698px; 
	border: solid 1px black; 
	background-color: #A49660;
	margin-top: 2px;
	margin-left: 2px;
	height: 100%;
	padding-bottom:500px;
	margin-bottom:-500px;
}
.content3
{
	width: 1000px;
	float: left;
	left: 200px; 
	min-height: 700px;
	border: solid 1px black; 
	background-color: white;
	margin-top: 2px;
}
.content4
{
	width: 604px;
	float: left;
	left: 200px; 
	min-height: 727px;
	border-top: solid 1px black; 
	border-left: solid 1px black; 
	border-right: solid 1px black; 
	background-color: white;
	border-bottom: solid 1px black; 
	margin-top: 2px;
	margin-bottom:-500px;
	height: 100%;
	padding-bottom:500px;
}
.content_bikemap
{
	width: 861px;
	float: right;
	left: 200px; 
	min-height: 700px;
	
	background-color: white;
	margin-top: 2px;
}
.content_bottom
{
	clear: both;
}
.content_left
{
	margin: 10px;
	min-height: 505px;
	text-align: left;
	color: #7B7145;
	height: 100%;
}
.content_right
{
	margin: 10px;
	height: 100%;
	color: Black;
}
.doc_content
{
	margin-left: 20px;
	line-height: 20px;
}
.doc_link
{
	border-bottom: solid 1px #AEA272;
	border-right: solid 1px #AEA272;
}
.email
{
	text-align: center;
	padding: 10px;
	position: relative;
	bottom: 0px;	
	background-color: #A49660;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
}
.funding
{
	width: 573px;
	float: left;
	border: dashed 1px #A49660;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 5px;
	line-height: 16px;
}
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.footer
{
	width: 1100px;
	height: 50px;
	text-align: center;
	margin-top: 15px;
	font-size: 12px;
}
h3
{
	color: #8B4513;
	font-size: 16px;
}
h4
{
	color: #8B4513;
	font-size: 14px;
}
h4.right
{
	color: Black;
}
h5
{
	color: #8B4513;
	font-size: 12px;
}
h5.right
{
	color: Black;
}
.image_1
{
	margin-left: 5px;
	margin-right: 10px;
	margin-top: 10px;
}
.image_2
{
	margin-right: 10px;
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.link_sstac
{
	text-decoration: none;
	font-size:small;
	font-weight: bold;
	color: #8B4513;
	line-height:20px;
}
.link_doc_regional
{
	text-decoration: none;
	font-size:16px;
	font-weight: bold;
	color: #8B4513;
	line-height:20px;
}
.modalPopup {
	background-color:#AEA272;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:300px;
	position: absolute;
	left: 300px;
	top: 300px;
}
.page
{
	background-image: url(images/tan_bg.gif);
	padding: 0px;
	border: solid 2px black;
	background-repeat: repeat;
	width: 1000px;
	position: relative;
}
.page2
{
	background-image: url(images/tan_bg.gif);
	padding: 0px;
	border: solid 2px black;
	background-repeat: repeat;
	width: 1100px;
	position: relative;
}
.pagecopy
{
	background-image: url(images/tan_bg.gif);
	padding: 0px;
	border: solid 2px black;
	background-repeat: repeat;
	width: 1000px;
	height: 800px;
}
.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}
.popupMenu {
	position:absolute;
	visibility:hidden;
	background-color:#AAFFFF;
	opacity:.9;
	filter: alpha(opacity=90);
}

.popupHover {
	background-image:url(images/header-opened.png);
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#F5F7F8;
}

.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:blue;
	font-family:Arial;
	font-size:10pt;
}
table.t1
{
	border: solid 1px #A49660;
	width: 100%;	
}
.search
{
	width: 400px;
	float: left;
	display: inline;
	font-family: Arial;
	font-size: 11px;
	
}
.top
{
	background-image: url(images/top_11.5.5.jpg);
	width: 1000px;
	height:136px;
}
.top2
{
	background-image: url(images/top_11.5.7_r1_c2.jpg);
	width: 761px;
	height:70px;
	
}
.top3
{
	background-image: url(images/top_11.5.8.jpg);
	width: 1000px;
	height: 136px;
	
}

.top2_left
{
	background-image: url(images/top_11.5.7.r1_c2_left.jpg);
	width: 238;
	height: 70px;
	border-right: solid 1px black;
	
}
.top_left
{
	width: 238px; 
	position: absolute; 
	left: 0px;
	background-image: url(images/top_11.5.7_r2_c2.jpg);
	height: 66px;
	border-left: solid 2px black;
	border-bottom: solid 1px black;
	border-right: solid 1px black;
}
tr.d0 td
{
}
tr.d1 td
{
	background-color: #BEB58E
	
}
.transit_indent
{
	margin-left: 10px;
	color: Black;
}
.transit_bg
{
	background-image: url(images/transit4.jpg);
	background-position: right;
	background-repeat: no-repeat;
}
ul.square
{
	list-style-type: square;
}
.watermark
{
	background: #FFAAFF;
}
/* Search styles */
#results .gsc-control
{
	width: 250px;
}
#results .gsc-clear-button
{
	visibility: hidden;
}
#resultsLT .gsc-control
{
	width: 250px;
}
#resultsLT .gsc-clear-button
{
	visibility: hidden;
}

/* Master 4 styles */
.m4_content1
{
	width: 750px;
	float: left;
	left: 200px; 
	min-height: 600px;
	border-top: solid 1px black; 
	border-left: solid 1px black; 
	border-right: solid 1px black; 
	background-color: white;
	border-bottom: solid 1px black; 
	margin-top: 2px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	height: 100%;
}
.m4_content2
{
	width: 750px; 
	float: left;
	left: 200px;
	min-height: 300px; 
	border: solid 1px black; 
	background-color: #7B7145;
	margin-top: 0px;
	margin-left: 2px;
	height: 100%;
}
.m4_top_content
{
	width: 100%;
	min-height: 300px;
	color: #7B7145;
}
.m4_left_content
{
	float: left;
	width: 50%;
	color: #7B7146;
	
}
.m4_left_inner
{
	border-style:dashed;
	border-width: thin;
	margin: 10px;	
	min-height: 300px;
	padding: 5px;
	overflow: auto;
}
.m4_right_content
{
	width: 50%;
	color: #7B7146;
}
.m4_right_inner
{
	border-width: thin;
	border-style: dashed;
	margin: 10px;
	min-height: 300px;
	padding: 5px;
	overflow: scroll;
	
}
/* Master 6 styles */
.container1_inner
{
	overflow:hidden;
	float:left;
}
/* twitter stuff*/
#twitter_div
{
	width: 250px;
}
#twitter_update_list li
{
	border: 3px solid #887C4F;
	background-color: #A49660;
	margin: 5px;
	list-style: none;
	padding: 5px;
	
}
#twitter_update_list li:hover
{
	border: 3px solid #A49660;
	background-color: #887C4F;
	margin: 5px;
	list-style: none;
	padding: 5px;
	
}
ul.twitter
{
	margin: 0px;
	display: block;
	text-indent: 0px;

}
