/*****************************************************************
  HOMEPAGE - CSS
******************************************************************/

/*****************************************************************
  HOMEPAGE SPECIFIC
******************************************************************/

.home a
{
    background-color: Transparent !important;
    border: 0px !important;
}

.home .leftpane
{
    display: none;
}

.home .contentwrap
{
    width: 100%; #
_width:952px;/*IE6 DOES NOT SUPPORT 100% WIDTH HERE*/


}

.home div.contentpane
{
    width: 905px;
    display: block;
    position: relative;
    float: none !important;
    clear: both !important;
    margin: 0px auto;
    padding: 0px 0px 14px 0px !important;
}
*+html .home div.contentpane {
	padding-bottom: 10px !important;
}

.home div.contentwrap
{
    width: 952px;
    min-height: 50px;
    position: relative;
    background-image: url(../images/content/content_bg.gif);
    background-position: center;
    background-repeat: repeat-y;
    overflow: visible; /* For Safari */
    margin-top: 43px;
    float: none;
    background-color: #fff;
    display: block;
    text-align: left;
}

.home div.contenttop
{
    position: relative;
    background-image: url(../images/content/contenttop_bg.gif);
    background-position: top;
    background-repeat: no-repeat;
    width: 100%;
    height: 17px;
    display: block;
    overflow: hidden;
}
.home div.contenttopleft
{
    position: relative;
    width: 5px;
    height: 5px;
    float: left;
    background-image: none;
}
.home div.contenttopright
{
    position: relative;
    width: 5px;
    height: 5px;
    float: right;
    background-image: none;
    background-position: right top;
    background-repeat: no-repeat;
}
.home div.contentbottom
{
    position: relative;
    bottom: 0px;
    width: 100%;
    height: 22px;
    clear: both;
    background-image: url(../images/content/contentbottom_bg.gif);
    background-repeat: no-repeat;
    background-position: top;
    _overflow: hidden;
}
.home div.contentbottomleft
{
    position: relative;
    width: 5px;
    height: 5px;
    float: left;
    background-image: none;
    background-position: left bottom;
    background-repeat: no-repeat; /* for IE6.0 */
}
.home div.contentbottomright
{
    position: relative;
    width: 5px;
    height: 5px;
    float: right;
    background-image: none;
    background-position: right bottom;
    background-repeat: no-repeat; /* for IE6.0 */
}



/*****************************************************************
  HOMEPAGE FLASHPANE
******************************************************************/
.flasharea
{
    position: relative;
    width: 900px;
    height: 230px;
    margin: 18px 0px 8px 3px; /*background-image: url(../images/homepage/flash.jpg);*/
    padding: 0px;
    display: block;
}


.flasharea a:hover
{
    border-bottom: 0px;
    background-color: transparent;
}


/*****************************************************************
  HOMEPAGE 3 COLUMN
******************************************************************/

.homeleftpane
{
	/*width: 593px;*/
	float: left;
	margin-left: 6px;
}
.homerightpane
{
	float: right;
	margin-right: 3px;
	/*width: 286px;*/
}

/*****************************************************************
  LEFT PANE
******************************************************************/
.latestnews
{
  width: 589px;
	/*overflow: hidden;*/
	height: 145px;
}
.latestnews .newstitle {
	background: url(../images/homepage/newstitle.png) no-repeat;
	height: 22px;
	text-align: right;
	padding: 8px 0 0 0;
}
.latestnews .newstitle a {
	color: #666666;
	text-decoration: none;
}
.latestnews .newstitle a:hover {
	text-decoration: underline;
}

.latestnews .newstext {
	width: 580px;
	padding: 10px;
	line-height: 16px;
}
.latestnews .newstext .date {
	font-weight: bold;
	line-height: 11px;
	color: #b1b1b1;
	margin: 0;
}
.latestnews .newstext .item {
	margin-top: 4px;
}
ul.home_morelink
{
	margin-top: 4px;
}
ul.home_morelink li
{
	list-style-image: url(../images/homepage/home_bullet.gif) !important;
	line-height: 6px;
}
ul.home_morelink a
{
	background-color: Transparent !important;
	color: #333;
	font-weight: bold;
	text-decoration: none !imporant;
	border: 0px !important;
}
.applications a:hover {
	color: #009966;
}
.applications .bottom {
	background: url(../images/homepage/tab_bottom.png) no-repeat;
	height: 6px;
}
.applications .middle {
	height: 108px;
	background: url(../images/homepage/tab_bg.png) bottom left no-repeat;
	overflow: hidden;
}
.applications .tabs .track {
	float: left;
	width: 138px;
	height: 47px;
	cursor: pointer;
}
.applications .tabs .pod {
	float: left;
	width: 150px;
	height: 47px;
	cursor: pointer;
}
.applications .tabs .bushnet {
	float: left;
	width: 92px;
	height: 47px;
	cursor: pointer;
 }
.applications .tabs .end {
	background: url(../images/homepage/tab_end.png) no-repeat;
	float: left;
	width: 213px;
	height: 47px;
}
.applications .tracksel .track {
	background: url(../images/homepage/tab_track_sel.png) no-repeat;
}
.applications .tracksel .pod {
	background: url(../images/homepage/tab_pod_track_sel.png) no-repeat;
}
.applications .tracksel .bushnet {
	background: url(../images/homepage/tab_bushnet_track_sel.png) no-repeat;
}
.applications .podsel .track {
	background: url(../images/homepage/tab_track_pod_sel.png) no-repeat;
}
.applications .podsel .pod {
	background: url(../images/homepage/tab_pod_sel.png) no-repeat;
}
.applications .podsel .bushnet {
	background: url(../images/homepage/tab_bushnet_pod_sel.png) no-repeat;
}
.applications .bushnetsel .track {
	background: url(../images/homepage/tab_track_bushnet_sel.png) no-repeat;
}
.applications .bushnetsel .pod {
	background: url(../images/homepage/tab_pod_bushnet_sel.png) no-repeat;
}
.applications .bushnetsel .bushnet {
	background: url(../images/homepage/tab_bushnet_sel.png) no-repeat;
}
.applications #TrackAndTrace .result {
	height: 253px;
	width: 510px;
	overflow-y: scroll;
}
.applications #TrackAndTrace {
	padding: 20px 0 0 40px;
}
.applications #TrackAndTrace p {
	margin: 6px 0 6px 0;
}
.applications #TrackAndTrace .inputfield {
	width: 300px;
}
.applications h3.error {
	text-transform: none;
}
.applications h3.error a {
	color: #BE4B51;
}
.applications #BushNET {
	padding: 10px 0 0 40px;
}
.applications #BushNET p {
	margin: 6px 0 8px 0;
}
.applications #POD {
	padding: 10px 0 0 40px;
}
.applications #POD .search {
	overflow-y: scroll;
	width: 530px;
	height: 233px;
}
.hidden {
	display: none;
}
.applications .loading {
	background: url(../images/loader.gif) no-repeat;
	float: left;
	width: 31px;
	height: 28px;
	margin: -4px 0 0 8px;
	display: none;
}
/******************************************************************
RIGHTPANE
******************************************************************/

.ctabuttons {
	background: url(../images/homepage/cta_bg.png) no-repeat;
	height: 250px;
	width: 242px;
	margin-top: 6px;
	padding: 22px;
	_margin-left: -5px;
}
.ctabuttons #TransitGridCTA {
	margin-top: 12px;
	height: 73px;
}
.ctabuttons #TransitGridCTA img { 
	display: block !important;
}
.ctabuttons #BushNetCTA {
	margin-top: 12px;
	height: 73px;
}
.welcomesearch {
	/*background: url(../images/homepage/welcome_search.gif) no-repeat;*/
	height: 97px;
	width: 226px;
	float: right;
	position: absolute;
	z-index: 9000;
	right: 0;
	top: 55px;
}
.welcomesearch h1 {
	display: none;
}
.welcomesearch .searchbox {
	width: 186px;
	background: none;
	padding: 50px 0 0 30px;
	height: 20px;
}
*+html .welcomesearch .searchbox {
	/*padding-top: 36px;*/
}
.welcomesearch .searchfield {
	padding: 2px;
	height: auto;
}
*+html .welcomesearch .searchfield {
	padding-top: 2px;
	height: 18px;
}
* html .welcomesearch .searchfield {
	padding-top: 2px;
	height: 18px;
}
.welcomesearch .button {
	display: none;
}
.welcomesearch input {
	width: 122px;
	background-color: #BFD6E4;
	line-height: 11px;
}
* html .welcomesearch input {
	width: 122px;
}
.welcomesearch .Button {
	display: inline-block;
	display: -moz-inline-stack;
	zoom: 1;
	*display: inline;
	margin-top: 4px;
}

/* Kamahl Changes */

.home-grid-1 {
	float : left;
	width: 294px;
	height: 240px;
}
.home-grid-2 {
	/*margin-left: 20px;*/
	float: left;
	width: 604px;
	height: 240px;
}
#tnt-search {
	background: url(../images/homepage/tnt_bg.jpg) no-repeat;
}
#tnt-search h2 {
	display: none;
}

#tnt-search p {
	margin: 105px 30px 0;
	width: 250px;
	color: #333;
	position: absolute;
	_margin: 105px -225px 0;
}
*+html #tnt-search p {
	margin: 105px -225px 0;
}

#tnt-search input {
	margin: 165px 5px 0 25px !important;
	width: 165px;
	float: left;
}

#tnt-search a {
	margin: 165px 0 0 0 !important;
	float: left;
}

#nivo-slider {
	background: url(../images/homepage/slider_bg.jpg) no-repeat;
}

.welcomesearch .Button {
	background: url(../images/homepage/search_btn.gif) no-repeat;
}
.welcomesearch .Button span {
	background: url(../images/homepage/search_btn.gif) no-repeat;
	text-indent: -9999px;
	width: 24px;
	padding: 5px;
	margin: 0;
}
*+html .welcomesearch .searchbox input {
	padding: 1px 0;
	line-height: 20px;
}
*+html .welcomesearch .searchbox {
	padding: 50px 5px 0;
}
*+html .welcomesearch .Button span {
	float: right;
	margin-top: 2px;
}
*+html .welcomesearch .Button {
	background: none;
}

#nivo-slider {
	_padding: 0 !important;
	_margin-left: 150px;
	_margin-top: -240px;
	_height: 240px;
	_overflow: hidden;
}


.welcomesearch .searchbox input {
	_padding: 1px 0;
	_line-height: 20px;
}
.welcomesearch .searchbox {
	_padding: 50px 5px 0;
}
.welcomesearch .Button span {
	_float: right;
	_margin-top: 2px;
}
.welcomesearch .Button {
	_background: none;
}

.fadeThis {
		position:relative;
		display:block;
		height: 73px;
		width: 250px;
		margin-bottom: 15px;
	}
	
	.fadeThis * {
	  display: none;
	}
	
	.fadeThis span.hover {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		height: 73px;
		width: 250px;
	}
	
	.transitgrid {
		background:url(../resources/0_homepage/banners/tg_flashreplace.gif) 0 0 no-repeat;		
	}
	
	.transitgrid span.hover {
		background:url(../resources/0_homepage/banners/tg_flashreplace.gif) 0 -73px no-repeat;
	}
	
	.freightmaster {
		background:url(../resources/0_homepage/banners/fm_flashreplace.gif) 0 0 no-repeat;		
	}
	
	.freightmaster span.hover {
		background:url(../resources/0_homepage/banners/fm_flashreplace.gif) 0 -73px no-repeat;
	}
	
	.bushnet {
		background:url(../resources/0_homepage/banners/bn_flashreplace.gif) 0 0 no-repeat;		
	}
	
	.bushnet span.hover {
		background:url(../resources/0_homepage/banners/bn_flashreplace.gif) 0 -73px no-repeat;
	}
	
