﻿/* Layout Begin */

.background {
	background:				#F0F0F0;
}

#layout {
	top: 					0px;
	position: 				absolute;
	width: 					800px;
	left:					50%;
	margin-left: 			-400px;
	margin-top:				10px;
	background-color:		#FFFFFF;
	z-index:				1;
}

#left {
	width:					220px;
	float:					left;
}

#middle {
	width:					420px;
	float:					left;
	margin-top:				10px;
	padding-bottom:			10px;
}

#right {
	width:					140px;
	margin-left:			10px;
	margin-top:				10px;
	float:					left;
}

#footer {
	width:					800px;
	float:					left;
}

#thinking {
	width:					800px;
	float:					left;
	text-align:				center;
	background-color:		#F0F0F0;
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				8pt;
}

/* Layout End */

/* Page Style Begin */
.img {
	border:					0px;
}

.pnormal {
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				9pt;
	margin-top:				0px;
}

.pleft {
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				9pt;
	text-align:				center;
	margin-top:				7px;
}

.pmiddle {
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				9pt;
	margin-top:				0px;
	margin-bottom:			0px;
	height:					171px;
}

.pspan {
	font-size:				12pt;
	font-weight:			700;
}

h1 {
	font-family:			Arial, Helvetica, sans-serif;
	font-size: 				12pt;
	text-decoration:		underline;
	margin-top:				0px;
	margin-bottom:			0px;
	padding-bottom:			21px;
}
/* Page Style End */

/* Image Hovers Begin */

.domestic a {
	background-image:		url('images/Domestic_02.gif');
	background-repeat:		no-repeat;
	width:					420px;
	height:					200px;
	display:				block;
}

.commercial a{
	background-image:		url('images/Commercial_01.gif');
	background-repeat:		no-repeat;
	width:					140px;
	height:					200px;
	display:				block;
	margin-bottom:			10px;
}

.industrial a{
	background-image:		url('images/Industrial.gif');
	background-repeat:		no-repeat;
	width:					140px;
	height:					200px;
	display:				block;
	margin-bottom:			10px;
}

.inspec a {
	background-image:		url('images/Inspec&test.gif');
	background-repeat:		no-repeat;
	width:					800px;
	height:					50px;
	display:				block;
	margin-bottom:			10px;
}

.sched a {
	background-image:		url('images/Schedmaint.gif');
	background-repeat:		no-repeat;
	width:					800px;
	height:					50px;
	display:				block;
	margin-bottom:			10px;
}

.domestictwo a{
	background-image:		url('images/Domestic_Port_01.gif');
	background-repeat:		no-repeat;
	width:					140px;
	height:					200px;
	display:				block;
	margin-bottom:			10px;
}

.sched a:hover {
	background-image:		url('images/Schedmaintp.gif');
}


.domestic a:hover {
	background-image:		url('images/DomesticP_02.gif');
}

.commercial a:hover {
	background-image:		url('images/Commercialp_01.gif');
}

.industrial a:hover {
	background-image:		url('images/Industrialp.gif');
}

.inspec a:hover {
	background-image:		url('images/Inspec&testp.gif');
}

.domestictwo a:hover {
	background-image:		url('images/Domestic_Portp_01.gif');
}

/* Image Hovers End */
