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

	html, body {
		width: 900px;
		height: 100%;
		margin: auto;
		background-color:#eee5d9;
		background-image:url(images/mainBG.gif);
		background-position:top center;
		background-repeat:repeat-x;		
		padding: 0px;
	}
	html a {
	border:none;
	}
	html img a {
	border:none;
	}
	html img {
	border:none;
	}
	body a {
		color:#4a99b6;
	}
	#container {
		margin-top: 25px;
		margin-bottom: 25px;
		height:100%;
	}
	#headerLeft {
		height: 150px;
		width: 400px;
		float: left;
		background-color:#3c3b48;
		background-image:url(images/headerBG.jpg);
		
		-moz-border-radius-topleft: 20px;
		-moz-border-radius-bottomleft: 0px;		
		-webkit-border-top-left-radius: 20px;
		-webkit-border-bottom-left-radius: 0px;
    }	
	#headerRight {
		height: 150px;
		width: 500px;
		float: left;
		clear:right;
		background-color:#3c3b48;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:17px;
		font-weight:bold;
		color:#FFFFFF;
		background-image:url(images/headerBG.jpg);
		vertical-align:bottom;
		-moz-border-radius-topright: 20px;
		-moz-border-radius-bottomright: 0px;
		-webkit-border-top-right-radius: 20px;
		-webkit-border-bottom-right-radius: 0px;
		position:relative;
		z-index: 19;
    }
	#headerRight a:hover {
	color: #b8deee;
	}
	#headerRight a{
		color:#FFFFFF;
		text-decoration:none;
	}
	#headerRight .currentTab{
		color: #aed4e4;
	}
	#headerRight .currentTab a{
		color: #aed4e4;
		text-decoration:none;
	}
	#middleContainer {
		float:left;		
		width:882px;
		min-height:360px;
		background-color:#FFFFFF;
		position:relative;
	}
	#mainImages {
		height: 265px;
		width: 872px;
		float: left;
		clear: both;
		background-color:#8db2d1;
    }
	#mainColumn {
		width: 617px;
		float: left;
		padding: 0px 20px 0px 20px;
		background-color:#FFFFFF;
		font-family:Calibri;		
	}
	#rateMainColumn {
		width: 550px;
		float: left;
		padding: 0px 20px 0px 20px;
		background-color:#FFFFFF;
		font-family:Calibri;		
	}
	#mainColumn td {
		vertical-align:top;
		padding:5px 5px 5px 15px;
	}
	#mainColumn h3 {
		color: #4d7197;
		text-decoration:underline;
	}
	#mainColumn h2 {
		font-family:Calibri;
		font-weight:bold;
		color:#4a99b6;
		font-size:26px;
		padding:0px 0px 0px 0px ;
		margin-bottom:0px;
		margin-top:9px;
	}
	#mainColumn .header hr {
	color:#4a99b6;
	position:relative;
	top: -9px;
	visibility: visible;
	background-color: #4a99b6;
	}
	#rateMainColumn h2 {
		font-family:Calibri;
		font-weight:bold;
		color:#4a99b6;
		font-size:26px;
		padding:0px 0px 0px 0px ;
		margin-bottom:0px;
		margin-top:9px;
	}
	#rateMainColumn .header hr {
	color:#4a99b6;
	position:relative;
	top: -9px;
	visibility: visible;
	background-color: #4a99b6;
	}
	#rightColumn {
		padding-top:10px;
		width: 215px;
		float: left;
		clear: right;
		background-color:#FFFFFF;	
		height:100;
		overflow:hidden;	
	}
	#topHeaderGraphic {
		float: left;
		width: 100%;
		height:46px;
		overflow:hidden;
		background-image:url(images/wrapTop.gif);
		background-position:right;
		background-repeat:no-repeat;
	}
	#littlepanda
	{
	position:relative;
	top:113px;
	right:-466px;
	z-index:+5;
	width:46px;
	}
	#littlepandaBottom
	{
	position:relative;
	top:-35px;
	right:-872px;
	width:37px;
	height:18px;
	z-index:+5;
	}
	#homeServiceCargo {
	padding-left:17px;
	padding-bottom:10px;
	padding-top:0px;
	}
	#footer {
		width: 900px;
		height:120px;
		float: left;
		background-color:#3c3b48;
		background-image:url(images/footerBG.jpg);
		text-align:center;
		font-family:Calibri;
		font-weight:bold;
		color:#FFFFFF;
		line-height: .0.5 em; 
		-moz-border-radius-bottomright: 20px;
		-webkit-border-bottom-right-radius: 20px;
	}
	#footer p {
	margin-top: 0.6em;
	margin-bottom: 0;
	}
	#footer a {
	color: #aed4e4;
	}

/*  CONTENT BANNER
*/

/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
	border-bottom:#b2d1f0;
	border-bottom-width:thick;
}
/*--Window/Masking Styles--*/
.window {
	height:265px; width: 872px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
	border-bottom:#b2d1f0;
	border-bottom-width:thick;
}
.image_reel {
	position: absolute;
	top: 0; left: 5;
}
.image_reel img {float: left; border:none;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 10px; right: -8px;
	width: 131px; height: 40px;
	z-index: 10; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 27px;
	letter-spacing: 6px;
	font-size:10px;
	background:url(images/reel_bg.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding-top:1px;
	padding-bottom:1px;
	padding-left:1px;
	color:#40468e;
	background:#40468e;
	border: 1px solid #0e2c4a;
}
.paging a.active {
	font-weight: bold;
	background:#7b84ec;
	color:#7b84ec;
	border: 1px solid #0e2c4a;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}

#linksTable {
margin-bottom: 10px;
}
#linksTable h3 {
padding: 0px;
margin: 0px;
}
#linksTable td {
height:100px;
overflow:hidden;
outline: 1px solid #ddd;
border-top: 1px solid #fff;
padding: 5px;

}
#linksTable .link {
	background:#F3FAFE;
}
#linksTable .link2 {
	background:#E4E6F3;
}
#aboutTable img{
padding-top:5px;
}
#contacttable {
margin-bottom:10px;
}

#contacts-form fieldset {border:none;}
	#contacts-form .field {clear:both;}
	#contacts-form label {float:left; width:97px;line-height:18px;padding-bottom:6px;font-weight:bold; font-family: Calibri; clear:both;}
	#contacts-form input {padding:1px 0 1px 3px;background:url(images/input-bg1.gif) left top repeat-x #fff;color:#616161;} 
	#contacts-form textarea {height:300px;padding:1px 0 1px 3px;background:url(images/textarea-bg.gif) left top repeat-x #fff;color:#616161;margin-bottom:16px;overflow:auto; border: 2px inset;} 
	#wrapper {
	float:left;
	padding-left:97px;
	clear:both;
	}
	.err
{
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 12px;
	color: red;
}
.link1 {
overflow:hidden;
}
    .link1:hover {
	border: 2px #bdd5e9 solid !important;
	}
	
	/* Form */
fieldset
{
	margin-bottom: 20px;
	border: solid 1px #26a;
}
legend
{
	color: #000;
	font-weight: bold;
	background-color: #D1DFEF;
	border: solid 1px #26a;
	padding: 2px 12px;
}


/* DATA */
.headerTop
{
	background-color: #354f6e;
	color: #FFFFFF;
	font-weight: bold;
}
.data
{
	background-color: #d1dfef;
}

.dataAlt
{
	background-color: white;
}

.topnav {
	list-style:none;
	width:100%;
	margin:0px;
	padding:0px;
	
}
ul.topnav li{
	list-style:none;
	display:block;
	text-decoration: none;
	float: left;
	padding: 0px 0px 0px 15px;
	margin:0px;
	position: relative;
	z-index: 20;	
}

.topnav .subnav {
		list-style: none;
		font-family: Calibri;
		position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
		left: 0; top: 20px;
		background: #333;
		margin: 0; padding: 0;
		display: none;
		float: left;
		width: 140px;
		-moz-border-radius-bottomleft: 5px;
		-moz-border-radius-bottomright: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
		border: 1px solid #111;
		z-index: 20;
	}
	ul.topnav li ul.subnav li{
		margin: 0; padding: 0;
		border-top: 1px solid #252525; /*--Create bevel effect--*/
		border-bottom: 1px solid #444; /*--Create bevel effect--*/
		clear: both;
		width: 130px;
	}
	html ul.topnav li ul.subnav li a {
		float: left;
		width: 120px;
		background: #333 url(images/dropdown_linkbg.gif) no-repeat 10px center;
		padding-left: 5px;
	}
	html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
		background: #222 url(images/dropdown_linkbg.gif) no-repeat 10px center; 
	}
	.flctable {
		padding-top:30px;
	}
	.flctableouter {
		margin-bottom:15px;
		margin-left:15px;
		width:590px;
	}
	.flctableouter td{
		border: 1px solid #b7d2f0;
	}
