@charset "UTF-8";
/* CSS Document */





/* FOR ONE COLUMN*/	
.oneColFixCtrHdr #container {
	width:1050px;  /* using a good width */
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}






.bold
{font-weight: bold;
}

.italics
{font-style: italic;
}



.fltlft { /* this class can be used to float an element left in your page */
	width:350px;
	float: left;
	margin-right: 17px;
	
}


.fltlftvert { /* this class can be used to float a horizontal element left in your page */
	width:263px;
	float: left;
	margin-right: 12px;
        
	
}
 
.fltrightvert { /* this class can be used to float a horizontal element left in your page */
	width:263px;
	float: right;
	margin-left: 12px;
        
	
}
 
 .bill {

	width: 350px;
	float:right;
	margin-left: 15px;
	margin-bottom: 20px;
}  


.transportbox {
	width: 170px;
	float:right;
	margin-right: 500px;
	margin-top: 150px;
	font-size:18px;
	font-weight: bold;
	background-image: url;
	border: black solid 1px;
	padding: 20px;
	text-align:left;
	
}
 
 
 
 
 
 
 
/* following from */
ul {
	color: #333;
	font-size: 12px;
	line-height: 18px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}

#pipe {
	clear: left;
	padding: 5px;
	margin: 2px;
	border: 0.1em solid #ccd0d6;
	margin-bottom: 5px;
	}
	
#pipe ul {
        font-family: verdana, arial, helvetica, sans-serif;
        margin-left: 0;
        padding-left: 0;
        display: inline;
        } 

#pipe ul li {
        margin-left: 0;
        padding: 3px 15px;
        border-left: 1px solid #999;
        list-style: none;
        display: inline;
        }

#pipe ul li a {
	border-bottom: 1px solid #9aa1ae;
	color: #34425b;
	text-decoration: none;
	outline: none;
	font-weight: 300; /* this overrides the bold given to the general defintion for a */
}
              
#pipe ul li.first {
        margin-left: 0;
        border-left: none;
        list-style: none;
        display: inline;
        } 

#pipe ul li.first a {
	border-bottom: 1px solid #9aa1ae;
	color: #34425b;
	text-decoration: none;
	outline: none;
	font-weight: 300;  /* this overrides the bold given to the general defintion for a */
}








}
-->

-->
<!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->