/* J&L CSS Document */

/* GENERAL */

body {
	font-family:Arial, Helvetica;
	margin:0;
	padding:0;
	background:url('../graphics/body_bg.gif') repeat-x top;
	background-color:#FFF;
	color:#444 }
	
img { border:none }

.clear { clear:both }	
.prop { float:right; width:1px; height:352px } /* Fixes height problems in the content area for IE6 */
	
#content {
	margin:15px auto;
	padding:0;
	position:relative;
	width:979px; }
	
/* HEADER */	

#header {
	width:979px;
	height:150px }
	
	#header h1 {
		width:979px;
		height:150px;
		margin:0; padding:0;
		background:url('../graphics/header.jpg') no-repeat }
		#header h1 span { display:none }
		
/* FOOTER */	

#footer {
	clear:both;
	font-size:11px;
	text-align:center;
	line-height:18px;
	padding:11px 0 0 0;
	width:979px;
	height:58px;
	margin:0;
	background:url('../graphics/footer.jpg') no-repeat top }
	
	#footer a { color:#297aad; text-decoration:underline }
	#footer a:hover { color:#444; text-decoration:none }

/* MAIN CONTENT */
	
#main-content {
	position:absolute;
	top:157px;
	width:979px }
	
#left {
	width:197px;
	position:absolute;
	left:0;
	top:0 }
	
	#left #nav-top {
		display:block;
		width:197px;
		height:34px;
		background:url('../graphics/nav_top.jpg') no-repeat }
	
	#left #nav-bottom {
		display:block;
		width:197px;
		height:39px;
		background:url('../graphics/nav_bottom.jpg') no-repeat }
	
	#left #nav-area {
		display:block;
		width:177px;
		padding:20px 0 25px 20px;
		background:url('../graphics/nav_mid.gif') repeat-y }
		
		#left #nav-area a {
			display:block;
			height:10px;
			width:153px;
			padding:14px 0 19px 0;
			border-top:2px solid #c5c5c5 }
			
		#left #nav-area a.top {
			padding-top:0 !important;
			border:none }
			
		#left #nav-area a.bottom {
			padding-bottom:0 !important }
		
		#left #nav-area a.quality {
			padding:14px 0 17px 0; }
	
#right {
	width:772px;
	background-color:#FFF;
	margin-left:204px }
	
	#right #content-area {
		font-size:14px;
		line-height:22px;
		width:732px;
		margin-bottom:10px;
		background:url('../graphics/top_content.gif') no-repeat;
		background-color:#e4e4e4;
		padding:20px 20px }
		
		#right #content-area a {
		color:#5b70a6; text-decoration:underline }
		
		#right #content-area a:hover {
		color:#222; text-decoration:none }	
		
	#right #content-area h1 {
		margin:0; padding:0;
		display:inline;
		font-weight:normal;
		font-size:12px }
	
	#right #content-area h2 {
		margin:0 0 15px 0; padding:0;
		font-weight:normal;
		font-size:18px;
		letter-spacing:-1px }
		
/* FACILITIES WINDOWS */

#facility-holder {
	position:relative;
	display:inline;
	width:732px }
	
	#facilities-left {
		float:left;
		width:358px }
		
	#facilities-right {
		float:left;
		margin-left:15px;
		width:358px }
		
	.facilities-block {
		width:358px;
		margin-bottom:10px }
		
		.facilities-top {
			background:url('../graphics/facilities_top.jpg') no-repeat;
			display:block;
			height:27px;
			padding-top:7px;
			font-size:16px;
			font-weight:bold;
			text-align:center }
			
		.facilities-under-top {
			background:url('../graphics/facilities_under_top.jpg') no-repeat;
			display:block;
			height:30px }
			
		.facilities-content-holder {
			background:url('../graphics/facilities_mid.jpg') repeat-y }
			
			.facilities-content {
				font-size:12px !important;
				padding: 0 20px 0 20px;
				line-height:16px;
				position:relative;
				top:-12px }
				
				.facilities-content h2 {
					font-size:16px !important;
					font-weight:bold !important;
					height:20px;
					border-bottom:1px solid #444;
					margin:0 0 10px 0 }
			
		.facilities-bottom {
			background:url('../graphics/facilities_bottom.jpg') no-repeat;
			display:block;
			height:7px }
			
.admin-block {
	display:block;
	width:945px;
	font-size:12px;
	padding:20px }
	
	.admin-block h1 { margin:0 0 15px 0; padding:0; font-size:14px }
	.admin-block em { margin:0 0 15px 0; display:block; padding:0; font-size:14px; color:#799f30; font-weight:bold }
	
	.admin-block ul { list-type:none; margin:0; padding:0 }
	.admin-block ul li { display:block; margin:0 0 10px 0; padding:0 }
	
	.admin-block a { color:#5b70a6; text-decoration:underline }
	.admin-block a:hover { color:#222; text-decoration:none }
	