﻿/***********************************/
/*  Foothill Transit - We Drive
	All Right Reserved             */
/***********************************/
body
{
	margin: 0;
	padding: 0;
	color: #0d0d0d;
	font: normal 12px Arial, Helvetica, sans-serif;
	background-color: white;
}

/* Links */
a:link
{
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	color: inherit;
	text-decoration: underline;
}

a:active
{
	text-decoration: underline;
	color: #444; /*color: #0d0d0d;*/
}
a:hover
{
	text-decoration: none;
	color: #444; /*color: #0d0d0d;*/
}
a:visited
{
	color: #444; /*color: #0d0d0d;*/
	font-size: 100%;
}



/* Float */
.floatLf{float: left;}
.floatRt{float: right;}
.floatLfFluid{float: left; width: 100%;}
.displayBlock{ display:block;}
.textRt{text-align: right;}

table{

	border-collapse: collapse;
	border-spacing: 0;}
	
table td{ vertical-align:top;}		

img{border: 0;}

.boardimg {
    background-color:White;
    padding:3px;
    border:1px solid #ccc;}
    
#Frame{
	width: 1000px;
	margin: 0 auto 7px auto;
	padding: 0;
	position: relative;
}

.font11{ font-size:11px; font-weight:normal;}
.font25{ font-size:55px; font-weight:normal;}
/*---------
  Heading
---------*/
/*  Logo */
h1
{
	font: normal 25px helvetica;
	margin: 0;
	padding: 0;
}

h1 a
{
	text-decoration: none !important;
}

h1 span
{
	visibility: hidden;
}


h2
{
	font: normal 20px Lucida Sans Unicode, Lucida Sans, Lucida Grande, verdana, arial, helvetica;
	padding: 0;
	margin: 0;
}

h3
{
	margin: 0;
	font: normal 13px Lucida Sans Unicode, Lucida Sans, Lucida Grande, verdana, arial, helvetica;
}

h4
{
	font: normal 12px Lucida Sans Unicode, Lucida Sans, Lucida Grande, verdana, arial, helvetica;
	color: #5b4403;
}

/******************************/
/*  Layout                  */
/******************************/

#Wrapper
{
	width: 100%;
	float: left;
	background: #add0ed url(/images/splashBg.jpg) left top repeat-y;
}


#SplashContentBox
{
	margin:0;
	padding: 40px 0 60px 0;
	background: url(/images/introBg.jpg) bottom left no-repeat;
	width: 100%;
	float: left;
}

#ToolBox
{
	margin: 0;
	padding: 20px 0 0 0;
	float: left;
	width: 100%;
	background-color: #58b6dd;
}

#SecondContentBg
{
    background: url(/images/2ndContentBg.jpg) left top repeat-y;
    color: #1B75BC;
}

#SecondContentBox{
	background: url(/images/2ndContentLfBg.jpg) left top no-repeat;
	color: #1B75BC;
	/*min-height:430px;*/}

/*#SecondContentBox p{ margin:0;  padding:20px 100px 20px 130px; border:solid 1px red; }*/


/******************************/
/*  Header                    */
/******************************/
#Header
{
	margin: 0 0 -10px 0;
	width: 1000px;
	padding: 0;
	display: inline;
}


/*----------------
  Top Links
-----------------*/
.topLink
{
	margin: 15px 15px 0 0;
	float: right;
}

.topLink li
{
	padding: 0;
	margin: 0 0 0 15px;
	font-size: 13px;
	line-height: 7px;
	text-align: right;
	list-style-type: none;
}

.gohome
{
	color: #0067b1;
}
/*---------
  Logo
--------- */
#Logo
{
	margin: 0 35px 0 93px;
	width: 250px;
	cursor: pointer;
	display:inline;
	padding: 0;
	float: left;
}
/*---------
  Search
---------*/
.search
{
    float:right;
	margin: 0 0 10px 0;
	width: 150px;
	padding:5px 0 0 80px;
	height: 35px;
	background: url(/images/searchBg.png) left top no-repeat;}
	
.search_spanish
{
    float:right;
	margin: 0 0 10px 0;
	width: 150px;
	padding:5px 0 0 80px;
	height: 35px;
	background: url(/images_spanish/searchBg.png) left top no-repeat;}

.searchBtn{
	 background:  url(/images/searchBtn.png) right center no-repeat;
	 width:25px;
	  cursor:pointer;}

/*----------------
  Latest News
-----------------*/
#News
{
	margin: 16px 15px 13px 0;
	padding: 10px 0 10px 20px;
	background: url(/images/newsBg.gif) left top no-repeat;
	width: 520px;
	color: #bdd73c;
	float: right;
}

.newsItemHeading
{
	margin: 0 0 0 95px;
	font-size: 12px;
}

.newsItemHeading a
{
    color: #bdd73c;
    text-decoration: underline;
}


.newsItemTitle
{
	float: left;
	padding: 23px 0 0 0;
}

#NewsCarousel
{
    float:right;
    margin: 14px 0 0 0; 
    width: 80%;
}

.newsItem
{
	float: left;
	width: 100%;
	overflow: hidden;
	height: 52px;
	margin:0;
	padding:0;
}
.newsItem li
{
    float:left;
    width: 100%;
    list-style: none;
}
.newsItem li,
.newsItem li a,
.newsItem li a:hover
{
	font-size: 10px;
	line-height: 13px;	
	color: #bdd73c;
	/*border:1px green solid;*/
}

.newsItem a
{
	text-decoration: none;
}
.newsItem a:hover
{
	text-decoration: underline;
}

/******************************/
/*  Main Navi            */
/******************************/

ul.hdemo{
	width: 100%;
	border-top: 6px solid #f58538;
	border-bottom: 6px solid #f58538;
	background-color: White;
	text-align: center;
	float: left;
	margin: 0;	
	padding: 0;
	list-style-type: none; /* height:35px;*/
	/*border: 1px blue solid;*/
}

.hdemo li{
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	width: 99px;
	background: url(/images/hdemoLine.gif) right center no-repeat;
	color: #517c58 !important;
	font-size: 8.5pt;
	font-weight: bold;
	cursor: pointer;
	padding: 3px 10px; 
	/* height:35px;
	border: 1px blue solid;*/}

.hdemo li ul
{
    display: none;
    position: absolute;
	padding: 0 22px 0 0;
	margin: 2px 0 0 0;
	float: left;
	width: auto;
	border-top: 6px solid #f58538;
	 /* top: 200px;
   left: 260px;  border: 1px black solid;*/
	z-index: 10;}

/* FireFox  */	
@-moz-document url-prefix() { .hdemo li ul    
                              {
    display: none;
    position: absolute;
	padding: 0 7px 0 0;
	margin: 9px 0 0 0;
	float: left;
	border-top: 1px solid white;
	
	z-index: 10; } } 

.hdemo li ul li
{
	float: left;
	height: auto;
	width: 100%;
	background-color: #ffffff;
	padding: 10px 3px;
	background-image: none !important;
	border-top: none;
	border-left: 1px solid #f58538;
	border-bottom: 1px solid #f58538;
	border-right: 1px solid #f58538;

	display:block;
}

.hdemo li:hover ul, 
.hdemo li:hover ul li
{
	display: block; 
	float:left;
}

.hdemo a
{
	text-decoration: none;
	color: #517c58 !important;
	font-size: 8.5pt;
	font-weight: bold;
}


/*IE 7.0*/
*:first-child + html body .hdemo li a
{
	display: inline-block;
	vertical-align: middle; /*needed for the horizontal menu since it's not inherited in this case*/
}


*:first-child + html body .hdemo b
{
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

*:first-child + html body ul.hdemo
{
	display: inline-block; /*step 1 of Tripswitch hack*/
	margin-top: -5px;
}

*:first-child + html body ul.hdemo
{
	display: block; /*step 2 of Tripswitch hack*/
}

*:first-child + html body ul.hdemo li
{
	float: left;
	height: 30px;
	padding: 0 12px; /*border-right: 1px solid #f58538; 	 fudge factor for IE*/
}
*:first-child + html body ul.hdemo li ul
{
	left: 248px;
	top: 159px;
	width: 95px;
}


.busListBox td
{
	padding: 20px 30px 0 30px;
	width: 250px;
}
.busList li
{
	padding: 0 0 5px 10px;
	margin: 0;
	line-height: 18px;
	list-style-type: none;
	color: #808080;
	background: url(/images/icons/bulletsGray.gif) left top no-repeat;
}

.busMsg
{
	color: #006F3B;
}

.busListLine
{
	border-left: 1px solid #006F3B;
}


/*----------------
  Sub Navigation
-----------------*/
.SubNavi a, .PageNavi a, .SubNavi a:visited, .PageNavi a:visited, .SubNavi li
{
	color: #fff;
	font: bold 10px 'Trebuchet MS';
	text-decoration: none;
	text-transform: uppercase;
}

.SubNavi a:hover, .PageNavi a:hover
{
	color: #fff200;
	text-decoration: underline;
}

.SubNavi
{
	width: 100%;
	float: left;
	padding-bottom: 10px;
	background: url(/images/NaviBg.gif) left top repeat-y;
}

.SubNavi table
{
	/*	width: 100%;*/
	float: left;
}

.SubNavi td
{
	padding: 0;
	margin: 0;
}

.SubNavi td.navi
{
	background-color: #01669e; /*	max-width:700px;*/
}
.SubNavi ul
{
	/*	padding: 3px 0 5px 0;*/ /*	height: 40px; 	max-width:700px;*/
	list-style: none;
	background-color: #01669e;
	margin: 0;
	float: left;
	padding: 0;
	list-style: none;
	text-align: center;
}

.SubNavi ul li
{
	/*height: 38px;*/
	float: left;
	color: #fff;
	width: 75px; /*max-*/
	text-align: center;
	padding: 3px 8px;
	height: 35px;
	background-color: #01669e;
	background: url(/images/subNaviLine.gif) right top no-repeat; /*display: inline-block; 	vertical-align: middle;*/
}

.current
{
	color: #fff200 !important;
	font-weight: bold !important;
}
.SubNavi ul li.header
{
	font-family: Impact;
	letter-spacing: 1px;
	font-size: 11px;
	font-weight: normal;
}
.SubNavi ul li a, .SubNavi ul li a:visited, .SubNavi ul li a:hover
{
	line-height: 12px;
}
.SubNavi ul li a:hover
{
	text-decoration: underline;
}

/*IE 7.0
*:first-child + html body #subNavi li a{
	/*display: inline-block;
	vertical-align: middle; /*needed for the horizontal menu since it's not inherited in this case}
	
*:first-child + html body #subNavi b{
	/*display: inline-block;
	height: 35px;
	vertical-align: middle;}
	

*:first-child + html body #subNavi{
	 /*step 1 of Tripswitch hack}

*:first-child + html body #subNavi{
	 /*step 2 of Tripswitch hack}

*:first-child + html body #subNavi li{	
	padding: 0 8px;}*/


.SubNavi td.NaviLf
{
	width: 14px;
	background: url(/images/SNLf.png) right bottom no-repeat;
}
.SubNavi td.NaviRt
{
	width: 25px;
	height: 48px;
	background: url(/images/SNRt.png) left bottom no-repeat;
}
/*.SubNavi td*/.right
{
	/*border-top: solid 2px #01669e;*/
}

.PageNavi li
{
	border-left: 1px solid #fff;
	padding: 0 10px;
	margin: 10px 0;
	float: left;
}
.rideGuide_green
{
	background: url(/images/icons/rideGuide_green.gif) left center no-repeat;
	padding: 9px 0 0 35px;
	height: 22px;
	margin: 2px 0 0 0;
	text-decoration: underline;
}

.rideGuide_green, .rideGuide_green:hover
{
	font: bold 10px "BankGothic";
	text-decoration: underline;
	color: #24ad5f;
}
.RiderSN ul, .RiderSN ul li, .RiderSN td.right
{
	background-color: #01669e !important;
}
/*----------------
  Sub Navigation
-----------------*/
.PageNaviBox
{
	float: left;
	width: 100%;
	padding-bottom: 10px;
	background: url(/images/pageNavi.png) right top no-repeat;
}
.PageNavi
{
	margin: 0;
	float: right;
	list-style: none;
	padding: 0;
}

.CntTitle{
	width: 1000px;
	margin: 0;
	background: url(/images/pageNaviBg.png) right top repeat-y;
	float: left;
}	
.CntTitle .titleText
{
	float: left;
	font-size: 30px;
	color: #FFFFFF !important;
	padding: 20px 60px;
	font-family: Impact;
	letter-spacing: 2px; /*font-family: 'Arial Black';*/
	text-transform: uppercase;
	font-weight: bold;
}
.CntTitle .titleRight a
{
    float:right;
    padding:28px 40px;
    font-size:16px;
    color:Yellow;
    text-decoration:underline;
}

.PageNaviMsg
{
	width: 400px;
	color: White;
	margin: 0 10px 50px 550px;
	font-size: 12px;
	padding: 0;
	line-height: 16px;
}

/******************************/
/*  Splach             */
/******************************/
/*---------
  Intro
---------*/
.intro
{
	float: left;
	width: 290px;
	margin: 0 10px 0 55px;
	padding: 0 0 35px 0;
}

.intro p
{
	color: white;
	font-size: 13px;
	line-height: 19px;
	font-family: Eurostile LT;
}
.intro span{
	color: #1B75BC;
	font-size: 13px;
	margin:20px 0 0 45px;
	padding:13px 0 14px 60px;
	display:block;
	cursor:pointer;
	text-decoration:none;
	width:140px;
	background: url(/images/homeBtn.png) top left no-repeat;
	 font-family:Franklin Gothic Heavy;}
	
.introTitle
{
	color: #0067b1;
	font-size: 12px;
	font-weight: bold;
	width: 220px;
	float: left;
	background: url(/images/introTitle.gif) top left no-repeat;
	padding: 0 0 35px 255px;
}
.introTitle1
{
	color: #0067b1;
	font-size: 12px;
	font-weight: bold;
	width: 220px;
	float: left;
	background: url(/Images_Spanish/introTitle.gif) top left no-repeat;
	padding: 0 0 35px 255px;
}

.introBox{
	margin: 0;
	width: 570px;}


.introMenu{
	margin: 0;
	float: left;
	padding: 0;}

.introMenu li{
	float: left;
	margin: 0;
	padding: 0 60px 0 0;
	list-style: none;}

.introMenuHome li{
	float: left;
	margin: 0;
	padding: 0 40px 0 0  ;
	list-style: none;}

.NewRider{
	background: url(/images/newRider.jpg) top left no-repeat;
	width:100px;
	height:150px;
	margin: 0; 
	padding:20px 5px !importnat;}

/******************************/
/*  Home               */
/******************************/
/*.HomeBg
{
	float: left; 
	background: url(/images/homeBg.jpg) top left repeat-y;
	width: 1000px;
	height: 220px;
}*/
	
.toolbarBox{
	float: left;
	width: 425px;
	padding: 25px 0 12px 0;
	margin: 15px 0 0 0;
	background: url(/images/toolbarBg.gif) top right no-repeat;}

.toolbar, .toolbarText{
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;}

.toolbar li{
	padding: 0 20px;
	margin: 0;
	float: left;
	list-style-type: none;}

.toolbarText li{
	padding: 10px 8px 0 9px;
	margin: 15px 0 0 0;
	float: left;
	width: 65px;
	line-height: 9px;
	text-align: center;
	list-style-type: none;
	}

.toolbarText a{
	color: White;
	font-family: Niamey;
	word-spacing: 2px;}
	
/*-- june/19 --*/
.toolbarBoxBefore{
	float: left;
	width: 510px;
	padding: 25px 0 12px 0;
	margin: 15px 0 0 0;
	background: url(/images/toolbarBg02.gif) top right no-repeat;
}
	
/*.toolbarBoxBefore1{
	float: left;
	width: 510px;
	padding: 25px 0 12px 0;
	margin: 15px 0 0 0;
	background: url(/images_spanish/toolbarBg.gif) top right no-repeat;}
*/	
	
	
/*----------------
  Carousel
-----------------*/
/*.indicator
{
	width: 31px;
	background-color: White;
}
.indicator div.number
{
	border-left: solid 1px #ccc;
	padding: 9px 7px 10px;
	float: left;
	border-right: solid 1px #ccc;
}
.indicator div.control
{
	padding: 0;
	margin: 0;
	height: 12px;
	cursor: pointer;
}*/

/*.carousel
{
	margin: 0;
	padding: 0;
	z-index: -10;
	width: 1000px;
	height: 200px;
}*/


.carousel ul
{
	overflow: hidden;
    max-height: 200px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    /*background:#add0ed url(/images/splashBg.jpg) left top repeat-y !important;*/    
}

.carousel ul li
{
    width: 100%; 
    height: 200px;
}

.carouselIndicatorPanel
{
    margin-top: -29px; 
    position: relative; 
    z-index: 10;
}
    
.carouselIndicator{
    background: url(/images/carouselBg.png) top left no-repeat; 
	width: 100%;
	height: 29px;
}

.carouselIndicatorRt{
    background: url(/images/carouselBg.png) top right no-repeat;
    width:12px;
    height: 29px;
}

.carouselIndicator ul{
    margin: 6px 0 3px 13px; 
    float:left;
    padding: 0; }

.carouselIndicator ul li
{
    margin: 0 5px 0 0;
    float:left;
    list-style-type: none; 
    display: inline-block; 
    width: 15px;
    height: 15px;
    padding:0;
    background-color: White;
    color: Black;
    cursor:pointer;
    text-align:center;
}

.carouselIndicator ul li.on
{
    border: 1px yellow solid; 
}




/*---------
  Welcome
---------*/


.BtmMsgHeading
{
	margin-left: 20px;
	display:inline;
}
.BtmMsgBg{
	width: 390px;
	color: #fff;
	font: normal 40px Impact;
	background: url(/images/BtmMsgBg.gif) bottom left no-repeat;
	margin: 41px 0 0 0;
	float: right;
	height: 114px;}

.BtmMsg{
	color: #58b6dd;
	padding: 10px;
	margin: 0;
	text-align: center;}
	
.BtmMsgHome{
	padding:0 8px;
	text-align:left;
	font: normal 10px Arial;
	margin:-10px  0;}
		
.pager{ float:right; padding-right:25px;}
/******************************/
/*  Content                    */
/******************************/
.linkList li{
     list-style-type:none;
    background: url(/images/icons/popup.gif) center left no-repeat;
     padding:5px 0 5px 15px; }
     
.linkListHorizontal li{
     list-style-type:none;
     padding:0 7px;
     margin:3px 0;
     float:left;
     white-space:nowrap;
     border-right:1px solid #4475d1;  } 
         
.linkListHorizontal  {
    margin:5px 10px 15px 0;
    padding:10px 0;
    float:left;
    width:100%;
    border:1px solid white;
    background-color:#eaf5fb;}
   

.EkContent{
	padding: 10px 0 10px 0;
	/*margin-left:340px;*/
	display:inline;
	float: left;}

.EkTitle_green, .EkTitle_purple, .EkTitle_blue, .EkTitle_orange{font-size: 14px;}
.EkTitle_blue{color: #01669e; /*font-style:italic; */}
.Eklink_orange, .EkContent a, .EkTitle_orange{color: #e56d25;}
.Eklink_green, .EkTitle_green{color: #06944b;}
.Eklink_purple a, .EkTitle_purple{color: #9853a1;}
.EkTitle_gray{font-size: 16px; color: rgb(100, 100, 100); font-weight:bold;}

.EkTable{
	background-color: White;
	 border-top:1px solid #d5d4d4;
    border-left:1px solid #d5d4d4;
    border-right:1px solid #d5d4d4;
	color: #3c576a;
	float: left;
	padding: 5px;}

.EkTableHeading{
	font-weight: bold;
	color: #3c576a;
	/*background: url(/images/EktHeading.jpg) top left repeat-x;
	border-right: 1px solid white;
	border-bottom: 1px solid #5c5c5c;*/}

.EkTable td, .EkTableTd{
	padding: 10px 3px;
	border-bottom:1px solid #d5d4d4;
	border-right:1px solid #d5d4d4;}
.EktAlt{ background-color:#f8faeb;}


.EkForm{
	background-color: White;
	color: #3c576a;
	 border-top:1px dotted #d5d4d4;
	 border-bottom:1px dotted #d5d4d4;
	float: left; 
	width:95%;
	margin:10px 10px 0;
	padding:10px 5px 0;}
	
.EkFormMid{
    border-left:1px solid #d5d4d4;
    border-right:1px solid #d5d4d4;
    background-color:White;
    width:568px;
    float:left;}	
    
.EkFormTop,.EkFormBtm { 
	 width:570px;
	 float:left;
	 height:25px;
	 display:block;}

.EkFormTop{	background:url(/images/formBg.png) top left no-repeat; margin-top:10px;}	 
.EkFormBtm { background:url(/images/formBg.png) bottom left no-repeat;}
	 
.EkForm th  {
    text-align:left;
    padding:5px;
    color:#424242;}
    
.EkForm  td{
	padding:  5px 0;
	color:Black;}

.EkListTable td {padding: 5px;}

.EkListTable {
    background-color:#eaf5fb;
    float:left;
    margin:5px 0 20px 0; 
    width:100%;
    border:1px solid #fff;
    padding:15px;}
    
.Ekschedule img{ margin-right:8px;}    

.Ekschedule td{ vertical-align:middle !important;}    
/*-----------------
  Bg Images
-----------------*/
.Img_flower01, .Img_wind01, .Img_wind02, .Img_wind03, .Img_people_purple, .Img_people_green, .Img_people_blue, .Img_people_orange, .Img_people_yellow {
    height:250px;
    width:662px;
    float:left;}   
    
.Img_flower01 {background:url(/images/Img_flower01.png) bottom right no-repeat; margin-bottom: 20px;}       
.Img_wind01 {background:url(/images/Img_wind01.png) bottom right no-repeat;}       
.Img_wind02 {background:url(/images/Img_wind02.png) top right no-repeat;}    
.Img_wind03 {background:url(/images/Img_wind03.png) bottom right no-repeat;}    
.Img_people_purple {background:url(/images/Img_people_purple.png) bottom right no-repeat;}  
.Img_people_green {background:url(/images/Img_people_green.png) bottom right no-repeat;}
.Img_people_blue {background:url(/images/Img_people_blue.png) bottom right no-repeat;}  
.Img_people_orange {background:url(/images/Img_people_orange.png) bottom right no-repeat;}  
.Img_people_yellow {background:url(/images/Img_people_yellow.png) bottom right no-repeat;}  
/******************************/
/*  Footer                    */
/******************************/
#Footer
{
	margin: 0 0 0 -10px;
	padding: 0;
	float: left;
}
#Footer li
{
	padding: 0 10px;
	margin: 10px 0 0 0;
	float: left;
	color: #636466;
	font-family: Myriad Pro;
	border-right: 1px solid #636466;
	list-style-type: none;
}

/* Link */
#Footer a:hover
{
	text-decoration: underline;
}
#Footer a
{
	color: #636466;
	font-family: Myriad Pro;
	text-decoration:none;
}

/* copyright */
.copyright
{
	padding: 0 40px 10px;
	float: right;
}

#Footer img, .topLink img
{
	vertical-align: middle;
	margin-right: 5px;
}
/******************************/
/*  Splash Control            */
/******************************/
#splashControl
{
	margin: 10px 0 0 0;
	padding: 0;
}
#splashControl li
{
	padding: 3px 0;
	margin: 0;
	/*background: url(/images/icons/skipControl.gif) center left no-repeat;*/
	list-style-type: none;
}

/* Link */
#splashControl a:hover
{
	text-decoration: underline;
}
#splashControl a
{
	color: #1b75bc;
}

.DocList
{
	/*float: left;*/
	margin: 0;
	padding: 0;
	/*border: 1px red solid;*/
}
.DocList li
{
	width: 100%;
	float: left;
	list-style: none;
	margin: 10px 0 20px 0;
	/*border: 1px blue solid;*/
}

table.form
{
	width: 80%; /*border:solid 1px #58B6DD;*/
}
table.form th, table.form td
{
	vertical-align: top;
	padding: 5px;
}
table.form th
{
	text-align: right;
}
table.form td
{
	text-align: left;
}
.NewsTbl td
{
	border-bottom: dotted 1px #fff;
	padding: 5px 10px 2px;
}
.NewsTbl table td
{
	border-bottom: none;
	padding: 0 0 3px;
}

.GeneralTable
{
	border: solid 1px #666;
}
.GeneralTable td
{
	border-bottom: solid 1px #666;
	padding: 5px;
}
.genSection
{
	padding: 0 0 10px;
}

.CommunityTitle{
	width: 870px;
	margin: 0;
	font-size: 30px;
	color: #FFFFFF !important;
	padding: 60px 0 10px 130px;
	font-family: Impact;
	letter-spacing: 2px; 
	font-weight: bold;
	height:30px;
	background:#fbad17 url(/images/communityTitle.jpg) left top no-repeat;
	float: left;}
	
.CommunityTitle .titleText
{
	float: left;
	font-size: 30px;
	color: #FFFFFF !important;
	padding: 0 20px 0 20px;
	font-family: Impact;
	letter-spacing: 2px; /*font-family: 'Arial Black';*/
	text-transform: uppercase;
	font-weight: bold;
}


	
.CommunityTitle span{
    width:410px;
    padding-right:20px;
    float:right;
    margin-top:-40px;
    font: bold 11px Arial, Helvetica, sans-serif;}
    	
.CommunityBg{
	background: url(/images/communityBg.jpg) right bottom no-repeat;
	padding:20px 25px  20px 0;
	height:450px;}	
	
.CommunityMapBg {
    padding:50px 0;
   /* background-color:#eaf5fb*/}
    
.CommunityMapTitle { margin:25px 0;}   	 
    
.CommunityBg p { line-height:18px;}	 
/******************************/
/*  Search Result              */
/******************************/
.searchResult{
	border-bottom: dotted 1px #ccc;
	padding: 10px 0;}

.searchResult a{
	font-weight:bold;}
	.omitP p{margin:0;}




/******************************/
/* E Bus Book*/
/******************************/

.eBusBox p{ width:97%; margin:15px 0; line-height:25px; color:#325A8A;font-size:14px; font-weight:bolder; }


#BusMenu1, #BusMenu2 {width:490px; margin-top:30px; cursor:pointer; } 
.eBusMenu{position:relative; border:none; }
#eBusListBox02, #eBusListBox01{ display:none;}

.eBusListBox
{
    background-color:#e6e7e8;
    width:426px;
    padding:25px;
    margin-top:-25px;
    margin-left:3px;
    border-left:3px solid #a7a9ac; 
    border-right:3px solid #a7a9ac;
    font-size:11px;
}
.eBusList{ width:100%; }
.eBusList td{ border-bottom:2px solid #d1d3d4; color:#231f20; font-weight:bold; vertical-align:middle; }
.eBusList .noBorder td { border:none; }
.eBusList .blue{ color:#1c75bc; text-align:center; width:35px; }
.eBusList .vline{ border-left:2px solid #d1d3d4; }
.eBusList td.icon { text-align:center; width:50px; }

.eCreateBtn {
    background: url(/images/Ebookbtn.png) center left no-repeat;
    font-weight:bolder;
    width:190px;
    height:35px;
    padding-top:12px;
    font-size:16px;
    margin:50px 0 50px 150px;
    text-align:center;
}
.eCreateBtn a{text-decoration:none; color:#1c75bc;}
.eCreateBtn a:hover{ color:#1c75bc;}