﻿		div#wrapper {
			width: 780px;
			margin: 0 auto;		
			background: url("../images/uss_bg_white.gif") repeat-y;
                        padding: 0px 0px 0px 5px;
		}
		div#mainWrapper {
			width: 770px;
			padding: 4px 0px 4px 3px;
                        margin: 0px;
		}	
		
		div#container {
			width: 760px;
			border: 1px solid #E2E2E2;
			background: #FFF;
			margin: 0px;
			padding: 0px;
			margin-bottom: 5px;
		}		
		
		

	
		/*** Footer navigation ***/
		div#footer_navigation {
			clear: both;
			width: 762px;
		}
		
		#footersection {				
			background: #95A3C3;	
			margin: 0; 
			padding: 11px 10px 11px 15px;							
		}	
		
		ul#footer_nav {
			list-style-position: outside;
			list-style-type: none;
			margin: 0px;
			padding: 0px;
		}
		
		ul#footer_nav li {
			display: inline;
			border-left: 1px solid #DAD3BF;
			/*margin: 12px 0px 0px 12px;*/
			padding: 0px 4px 0px 8px;
			font-size: 10px;
			line-height: 14px;
			font-weight: normal;
			color: #FFF;
			text-transform: uppercase;
		}
		ul#footer_nav li.first {
			display: inline;
			border: none;
			/*margin: 12px 0px 0px 0px;*/
			padding: 0px 4px 0px 0px;
		}
		ul#footer_nav li a {
			margin: 0px;
			padding: 0px;
			text-decoration: none;
			color: #FFF;			
		}
		ul#footer_nav li a:hover {
			text-decoration: underline;
		}			

		
		
		/*** Footer Nav 2***/
		
		
		div#footer_navigation_2 {
			clear: both;
			width: 762px;
			margin: 0 auto;
		}
		
		#footersection_2 {				
			background: #929292;	
			margin: 0; 
			padding: 0px 10px 5px 15px;							
		}	
		
		ul#footer_nav_2 {
			list-style-position: outside;
			list-style-type: none;
			margin: 0px;
			padding: 0px;
		}
		
		ul#footer_nav_2 li {
			display: inline;
			border-left: 1px solid #BBB39F;
			/*margin: 12px 0px 0px 12px;*/
			padding: 0px 4px 0px 8px;
			font-size: 10px;
			line-height: 14px;
			font-weight: normal;
			color: #ECE3CD;
		}
		ul#footer_nav_2 li.first_2 {
			display: inline;
			border: none;
			/*margin: 12px 0px 0px 0px;*/
			padding: 0px 4px 0px 0px;
		}
		ul#footer_nav_2 li a {
			margin: 0px;
			padding: 0px;
			text-decoration: none;
			color: #ECE3CD;			
		}
		ul#footer_nav_2 li a:hover {
			text-decoration: underline;
		}	
		

	/* #########  START CSS FOR SERVICE TIME TABLE  ######### */
table {border-spacing:1px;font:10px; background:#E7E7E7; color:#666666; width:100%; }
caption {border:#666666;border-bottom:2px solid #666666; text-transform:uppercase; padding:10px; background:url(../images/TableCaption.jpg); font:15px; font-style:italic; font-weight:bold;}
td, th {padding:4px;}
thead th {text-align:center;background:#F5F5F5;color:#666666;border:1px solid #ffffff;text-transform:uppercase;}
tbody th {font-weight:bold;}
tbody tr {background:#EBF8FE;text-align:center;}
tbody tr.odd {background:#ffffff;border-top:1px solid #ffffff;}
tbody th a:link, tbody th a:visited {color:#666666;padding:3px 0px 0px 18px; }
tbody th a:hover {color:#009900;}
tbody tr td {height:50px;background:#EBF8FE;border:1px solid #ffffff;}
tbody tr.odd td {background:#ffffff;border-top:1px solid #ffffff;}
table td a:link, table td a:visited{color:#666666;text-decoration:none;font-weight: bold;}
table td a:hover {color:#009900;text-decoration:underline;font-weight: bold;}

	
