@charset "UTF-8";
/* CSS Document */

body {
	background-color: #164473;
	background-image:url(../images/bannerBack.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	background-attachment:inherit;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
	line-height: 20px;
}

#wrapper {
	background-position:left top;
	background-repeat:repeat-x;
	height:100%;
	margin:0pt auto;
	min-height:100%;
	width:775px;
}

#bannerContainer {
	width:100%;
	height: 150px;
	margin-bottom: 10px;
}
#logo {
	width:283px;
	height: 133px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http://www.pioneerlts.com/images/logo.png'); 
}
#logo[id] {	background-image: url("http://www.pioneerlts.com/images/logo.png"); background-repeat:no-repeat;}
	
#clock {
	color:#FFFFFF;
	display:inline;
	float:right;
	font-family:"Trebuchet MS";
	font-size:12px;
	height:20px;
	margin-right:10px;
	margin-top: 65px;
	padding-left:5px;
	width:auto;
}

#navigation {
	height:20px;
	margin-bottom:0px;
	width:auto;
	}
	
#contentContainer {
	width:auto;
	height:auto;
	background: #FFFFFF;
	float:left;
	clear:left;
	}
#contentTop {
	width: 100%;
	height: 20px;
	background:url(../images/contentTop.jpg) center no-repeat;
	clear:both;
}
#contentMain{
	width:735px;
	padding-left: 20px;
	padding-right: 20px;
	min-height: 300px;
	float:left;
	clear:both;
	}
#contentBottom {
	width: 100%;
	background:url(../images/contentBottom.jpg) center no-repeat;
	height: 20px;
	clear:left;
}
#footer {
	width:100%;
	height: auto;
	margin-top: 20px;
	background-color: #000000;
	background-image: url(../images/footerBack.jpg);
	background-position:center top;
	background-repeat: repeat-x;
	float:left;
	clear:both;
	}
#footerText {
	width:auto;
	height:auto;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: 14px;
	}
