/*Body*/
body{
	background-color:#FFF;
	border:0;
	FONT-SIZE: 12px;
	font-family:Arial,tahoma,sans-serif;
	margin:0;
	padding:0;
	/*scrollbar colors for IE and Opera*/
	scrollbar-arrow-color:#333;
	scrollbar-3dlight-color:#999;
	scrollbar-highlight-color:#FFF;
	scrollbar-face-color:#CCC;
	scrollbar-shadow-color:#999;
	scrollbar-darkshadow-color:#666;
	scrollbar-track-color:#EEE;
}



/*General*/
a,a:visited, a:active{
	color:#192757;
	text-decoration:underline;
}
a:active,a:hover{
	color:#192757;
	text-decoration:none;
}

img{
border:0;
}

#skiplink,#skipnav{ display:none !important; }

/*Container*/
#container{
	background-color:#fff;
	margin:0 auto;
	width:964px;
	text-align:center;
	padding:0 0 0 0;
}
/*Header*/
#header{
	width:964px;
	height:157px;
}
#header-top{
	width:964px;
	height:107px;
}
#logo{
	width:120px;
	height:107px;
	float:left;
	overflow:hidden;
}
#name{
	background:url('/Images/company-name.jpg') no-repeat;
	width:844px;
	height:107px;
	float:left;
}

#header-bottom{
	width:964px;
	height:50px;
}
#company-info{
	background:url('/Images/company-info.jpg') no-repeat;
	width:120px;
	height:50px;
	float:left;
	overflow:hidden;
}
#navigation{
	background:url('/Images/nav-bg.jpg') no-repeat;
	width:844px;
	height:50px;
	float:left;
	text-align:right;
}
#menu{
	float:right;
	display:block;
	margin-top:27px;
	padding-right:10px;
}
/*Body*/
#body{
	width:918px;
	text-align:left;
	margin-left:23px;
	margin-bottom:26px;
	margin-right:23px;
}
#admin-body{
	width:964px;
	text-align:left;
	margin-bottom:26px;
	margin-top:26px;
}

#welcome-content{
	margin-top:23px;
	margin-bottom:23px;
	font-weight:bold;
}

#pageTitle{
	padding-top:24px;
	padding-bottom:20px;
}
.title-container{
	padding-top:10px;
	/*padding-left:42px;*/
	padding-bottom:0px;

}

.title{
	font-size:24px;
	text-transform:uppercase;
}


/*Footer*/
#footer{
	width:964px;
	font-size:10px;
	background-color:#dee2ef;
}
#corporate{
	width:964px;
	height:20px;
	border-top:solid 1px #192961;
	font-size:10px;
	padding-top:9px;
}
#lehigh-valley{
	width:964px;
	height:21px;
	border-top:solid 1px #192961;
	font-size:10px;
	padding-top:9px;
	border-bottom:solid 1px #192961;
}
/*Credits*/
/*#credits{
	text-align:center;
	margin:10px auto;
}
#credits div{
	color:#666;
	font-size:10px;
	margin:0 auto;
}
#credits a,#credits a:visited{
	color:#666;
}
#credits a.nolink,#credits a.nolink:visited{
	color:#666;
	text-decoration:none !important;
}
#credits a:active,#credits a:hover,
#credits a.nolink:active,.credits a.nolink:hover{
	color:#000;
	text-decoration:underline !important;
}
*/