/* Bus Stop Models Website Style Sheet (08-11-08) */
#pagewidth{
	width:815px;
}
#headerbar{
	float:clear;
	width:800px;
	height:77px;
}
 #contents {
	width:673px;
	position:absolute;
	left:132px;
	;
	top:95px;
	border : 1px solid red;
	padding: 2px;
	text-align : center;
}
 #buttonbar {
	width: 120px;
	float: left;
	padding-top:3px;
}
 ul#home li
                       {
	display: block;
}
                       ul#home_current li
                       {
                               display: block;
                       }
                       ul#transfers li
                       {
                               display: block;
                       }
					   ul#transfers_current li
                       {
                               display: block;
                       }
                       ul#loc li
                       {
                               display: block;
                       }                      
						ul#transfer_sections li
                       {
                             display: block;       
                       }
                       ul#transfer_sections_current li
                       {
                             display: block;       
                       }
					  ul#transfer_pages li
                       {
                             display: block;       
                       }	
					  ul#transfer_pages_current li
                       {
                             display: block;       
                       }	
									   
                       #navbar {
					           font-family : Arial, Helvetica, sans-serif;
                               font-size: 8.5pt;
                               font-weight: bold;
                               text-align: right;
							   vertical-align:middle;
							    height: 18px;
                                width: 120px;
                       }

                       ul#navbar {
                               margin: 0;
                               padding: 0;
                               list-style: none;
                               width: 100px;
                       }

                       ul#navbar li#home {
                               display: block;
                               height: 18px;
                               padding: 0;
                               width: 120px;
                               background: url(img/button_home.png) no-repeat 0 0;
                       }

                       ul#navbar li#transfers {
                               display: block;
                               height: 18px;
                               padding: 0;
                               width: 120px;
                               background: url(img/button_transfers.png) no-repeat 0 0;
                       }
                       ul#navbar li#transfer_pages {
					    font-size: 7.5pt;
                               display: block;
                               height: 15px;
                               padding: 0;
                               width: 120px;
                               background: url(img/button_transfer_pages.png) no-repeat 0 0;
                       }
					   ul#navbar li#transfer_pages_current {
					    font-size: 7.5pt;
                               display: block;
                               height: 15px;
                               padding: 0;
                               width: 120px;
                               background: url(img/button_transfer_pages_current.png) no-repeat 0 0;
                       }
					  	ul#navbar li#home_pages_current {
						 font-size: 7.5pt;
                               display: block;
                               height: 15px;
                               padding: 0;
                               width: 120px;
                               background: url(img/button_home_pages_current.png) no-repeat 0 0;
                       }
					   	ul#navbar li#home_pages {
						 font-size: 7.5pt;
                               display: block;
                               height: 15px;
                               padding: 0;
                               width: 120px;
                               background: url(img/button_home_pages.png) no-repeat 0 0;
                       } 
                       ul#navbar li#transfer_sections {
                               display: block;
                               height: 18px;
                               padding: 0;
                               width: 120px;
                               background: url(img/button_transfer_sections.png) no-repeat 0 0;
                       }
					   ul#navbar li#transfer_sections_current {
                               display: block;
                               height: 18px;
                               padding: 0;
                               width: 120px;
                               background: url(img/button_transfer_sections_current.png) no-repeat 0 0;
                       }
                       ul#navbar li#loc {
                               display: block;
                               height: 18px;
                               padding: 0;
                               width: 120px;
                               background: url(img/button_on.png) no-repeat 0 0;
                       }
                       ul#navbar li#home_current {
                               display: block;
                               height: 18px;
                               padding: 0;
                               width: 120px;
                               background: url(img/button_home_current.png) no-repeat 0 0;
                       }
                       ul#navbar li#transfers_current {
                               display: block;
                               height: 18px;
                               padding: 0;
                               width: 120px;
                               background: url(img/button_transfers_current.png) no-repeat 0 0;
                       }
                       ul#navbar li a {
                               padding: 0;
                               padding-right: 6px;
                               margin: 0;
                               display: block;
                               height: 18px;
                               line-height: 16px;
                       }
                       ul#navbar li#home a:link {
                               color: white;
                               text-decoration: none;
                       }
                       ul#navbar li#home_current a:link {
                               color: white;
                               text-decoration: none;
                       }
                       ul#navbar li#transfers a:link {
                               color: white;
                               text-decoration: none;
                       }
 ul#navbar li#transfer_pages a:link {
	color: Navy;
	text-decoration: none;
}
 ul#navbar li#transfer_pages_current  a:link {
	color: white;
	text-decoration: none;
}  
 ul#navbar li#home_pages_current a:link {
	color: #B22222;
	text-decoration: none;
}
 ul#navbar li#home_pages a:link {
	color: #B22222;
	text-decoration: none;
}
                       ul#navbar li#transfers_current a:link {
                               color: blue;
                               text-decoration: none;
                       }
                       ul#navbar li#transfer_sections a:link {
                               color: white;
                               text-decoration: none;
                       }
                       ul#navbar li#loc a:link {
                               color: blue;
                               text-decoration: none;
                       }
                       ul#navbar li a:visited {
                               color: white;
                               text-decoration: none;
                       }
                       ul#navbar li#loc a:visited {
                               color: blue;
                               text-decoration: none;
                       }				   
 ul#navbar li#transfer_pages  a:visited {
    color: #00008B;
  	text-decoration: none;	  
}
 ul#navbar li#transfer_pages_current  a:visited {
    color: #00008B;
  	text-decoration: none;	  
}
 ul#navbar li#home_pages  a:visited {
    color: #C50000;
  	text-decoration: none;	  
}
 ul#navbar li#home_pages_current  a:visited {
    color: #C50000;
  	text-decoration: none;	  
}
                       ul#navbar li#home a:hover {
                               background: url(img/button_on.png) no-repeat 0 0;
                               text-decoration: none;
                               color: #C50000;
                       }
                       ul#navbar li#home_pages a:hover {
                               background: url(img/button_home_pages_on.png) no-repeat 0 0;
                               text-decoration: none;
                               color: #C50000;
                       }
					   ul#navbar li#home_pages_current  a:hover {
                               background: url(img/button_pages_current.png) no-repeat 0 0;
                               text-decoration: none;
                               color: #C50000;
                       }
                       ul#navbar li#transfers a:hover {
                               background: url(img/button_on.png) no-repeat 0 0;
                               text-decoration: none;
                               color: blue;
                       }
                       ul#navbar li#transfer_sections a:hover {
                               background: url(img/button_on.png) no-repeat 0 0;
                               text-decoration: none;
                               color: blue;
                       }
					   ul#navbar li#transfer_sections_current a:hover {
                               background: url(img/button_transfers_sections_current.png) no-repeat 0 0;
                               text-decoration: none;
                               color: white;
                       }
                       ul#navbar li#loc a:hover {
                               background: url(img/button_on.png) no-repeat 0 0;
                               text-decoration: none;
                               color: red;
                       }
                       ul#navbar li#transfers_current a:hover {
                               background: url(img/button_transfers_current.png) no-repeat 0 0;
                               text-decoration: none;
                               color:white;
                       }			   
                       ul#navbar li#home_current a:hover {
                               background: url(img/button_home_current.png) no-repeat 0 0;
                               text-decoration: none;
                               color: white;
                       }
 ul#navbar li#transfer_pages a:hover {
	background: url(img/button_transfer_pages_on.png) no-repeat 0 0;
	text-decoration: none;
	color: #00008B;
}
 ul#navbar li#transfer_pages_current a:hover {
	background: url(img/button_transfers_pages_current.png) no-repeat 0 0;
	text-decoration: none;
	color: #00008B;
}
                       #links1
                       {
                               font-family : Arial, Helvetica, sans-serif;
                               font-size: 10pt;
                               color: red;
                               font-weight:bold;
                               height: 115px;
                               text-align:center;
							   width: 673px;
                       } 
					   #links2
                       {
                               font-family : Arial, Helvetica, sans-serif;
                               font-size: 10pt;
                               color: red;
                               font-weight:bold;
                               height: 115px;
                               text-align:center;
							   width: 336px;
                       }
					   #links3
                       {
                               font-family : Arial, Helvetica, sans-serif;
                               font-size: 10pt;
                               color: red;
                               font-weight:bold;
                               height: 115px;
                               text-align:center;
							   width: 224px;
                       }
					    #links4
                       {
                               font-family : Arial, Helvetica, sans-serif;
                               font-size: 10pt;
                               color: red;
                               font-weight:bold;
                               height: 115px;
                               text-align:center;
							   width:165px;
                       }
					   #contents #links4 a: link
					   {
	text-decoration: none;
}
					  	#index_section_heading
                       {
                               font-family : Arial, Helvetica, sans-serif;
                               font-size: 12pt;
                               color: blue;
                               font-weight:bold;
                               height:20px;
                               text-align:center;
							   width:100%;
							   padding-top:5px;
                       } 
body{
	background-color : #FAF9E7;
}
body a:link{
	text-decoration: none;
}
body a:hover{
	text-decoration: none;
	color: red;
	background-color: #90EE90;
}
body a:visited{
	text-decoration: none;
	color:blue;
}
body img{
	text-decoration: none;
	border-width : 0px;
}
#sold_out{
	color: #DCDCDC;
}
#date_stamp{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 7.5pt;
	font-weight : bold;
	color : Blue;
	text-align : center;
	background-color : White;
}
