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

body {
	background-color: #D5E3F0;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #CEDEFF;
	
	margin: 0px auto 0px auto;
}

#page {
	background-image: url(Images/page-background-center.png);
	background-repeat: repeat-y;
	
	/* margin: top right bottom left; */
	margin: 0px auto 0px auto;
	width: 990px;
}

	#page-top {
		background-image: url(Images/page-background-top.png);
		background-position: top left;
		background-repeat: no-repeat;
		padding-left: 14px;
		padding-top: 14px;
	}
	
		#page-top-content {
			background-image:url(Images/page-background-gradient.png);
			background-position: top left;
			background-repeat: no-repeat;
		}
		
		#phone {
			/*
			position: absolute;
			top: 55px;
			left: 940px;
			*/
			float: right;
			margin-top: 33px;
			margin-right: 5px;
			color: #002F5B;
			width: 180px;
		}
			
			#phone-icon {
				float: left;
				width: 35px;
			}
			
			#phone-headers {
				float: left;
				margin-left: 8px;
				margin-top: 2px;
			}
			
			#phone-numbers {
				float: left;
				margin-left: 4px;
				margin-top: 2px;
				width: 100px;
			}
		
		#logo {
			margin: 15px 0px 5px 25px;
			float: left;
		}
		
		#content {
			float: right;
			width: 761px;
			
			margin-right: 10px;
			
			background-color: #003366;
			background-image: url(Images/content-background.png);
			background-position: top center;
			background-repeat:no-repeat;
		}
		
		#content a {
			color: #00CCFF;
			text-decoration: none;
		}
		
		#content a:hover {
			text-decoration: underline;
		}
		
			#column1-header, #column2-header, #column3-header, #column4-header {
				float: left;
				width: 180px;
				/* margin: top right bottom left; */
				margin: 8px 4px 6px 4px;
			}
			
			#column1-header {
				margin-left: 4px;
			}
			
			#column4-header {
				margin-right: 4px;
			}
			
			#content-area-home {
				/*height: 260px;*/
				margin-right: 0px;
				margin-top: 0px;
				padding: 0px;
				
				/* scrolling */
				/* - KILLED - */
				/*
				overflow: auto;
				scrollbar-base-color: #003366;
				scrollbar-width: 10px;
				*/
			}
			
			#column1-content, #column2-content, #column3-content, #column4-content {
				float: left;
				width: 160px;
				margin: 0px 4px 4px 4px;
				padding: 5px 10px 0px 10px;
				background-image: url(Images/column-background.png);
				background-position: top center;
				background-repeat: no-repeat;
			}
			
			#column1-content {
				margin-left: 4px;
			}
			
			#column4-content {
				margin-right: 4px;
			}
			
			#content-header {
				height: 144px;
				width: 737px;
				margin: 10px auto 5px auto;
			}
			
			#content-area {
				background-image: url(Images/content-tab-background.png);
				background-position: top left;
				background-repeat: no-repeat;
				background-attachment: scroll;
				margin: 0px 0px 0px 12px;
				padding: 5px 30px 0px 15px;
				
				/* scrolling */
				/*
				overflow: auto;
				scrollbar-base-color: #003366;
				scrollbar-width: 10px;
				*/
			}
			
		#icon-clock {
			float: left;
			width: 40px;
			text-align: center;
			
			margin-left: 0px;
		}
		
		#customer-hours {
			width: 140px;
			float: left;
			color: #002F5B;
			font-size: 1.15em;
			font-weight: bold;
			/* margin: top right bottom left; */
			padding: 8px 0px 8px 0px;
		}
		
		#customer-hours-content {
			width: 140px;
			border-left: 1px solid #B6121B;
			padding-left: 5px;
			float: left;
			color: #002F5B;
			font-size: 1.08em;
			font-weight: normal;
		}
		
		#icon-compass {
			float: left;
			margin-top: 18px;
			width: 40px;
			text-align: center;
			
			margin-left: 0px;
		}
		
		#address {
			float: left;
			margin-top: 20px;
			color: #002F5B;
			font-size: 1.00em;
		}
		
		#menu {
			float: left;
			
			margin-top: 10px;
			margin-left: 10px;
			width: 165px;
		}
		
			#menu a {
				display: block;
				padding-left: 33px;
				margin: 0px;
				height: 37px;
				width: 129px;
				line-height: 37px;
				background-image: url(Images/menu-background.png);
				background-position: left center;
				background-repeat: no-repeat;
				text-decoration: none;
				color: #002F5B;
				font-size: 1.15em;
				float: left;
				
				white-space: nowrap;
				overflow: hidden;
			}
			
			#menu img {
				float: left;
				line-height: 0px;
			}
			
			#menu br {
				line-height: 0px;
			}
			
			#menu-ie a {
				/* not being used! */
			}
			
			#menu a:visited {
				
			}
			
			#menu a:active {
				
			}
			
			#menu a:hover {
				background-image: url(Images/menu-background-mouseover.png);
				color: #B6121B;
			}
		
		#google-link {
			float: left;
			
			margin-top: 25px;
			margin-left: 10px;
		}
		
			#map {
				color: #002F5B;
				border: 2px solid #003366;
				width: 700px;
				height: 400px;
			}
			
				#map a {
					color: #002F5B;
					text-decoration: underline;
				}
				/*
                    <div id="Submenu-Top">
                        <div id="Submenu-Content">
                        	Submenu items here...
                        <div id="Submenu-Bottom"></div>
                        </div>
                    </div>
				*/
				
			#submenu {
				background-image: url(Images/submenu-middle.png);
				background-position: center;
				background-repeat: repeat-y;
				
				width: 708px;
				
				margin-left: -8px;
				margin-right: -20px;
				margin-top: 10px;
			}
			
				#submenu-top {
					background-image: url(Images/submenu-top.png);
					background-position: top center;
					background-repeat: no-repeat;
					width: 708px;
				}
				
				#submenu-content {
					background-image: url(Images/submenu-bottom.png);
					background-position: bottom center;
					background-repeat: no-repeat;
					width: 688px;
					
					padding: 5px 10px 8px 10px;
				}
				
				#submenu a {
					background-image: url(Images/bullet-submenu.gif);
					background-repeat: no-repeat;
					background-position: left;
					padding-left: 10px;
					
					white-space: nowrap;
					color: #CEDEFF;
					font-size: .9em;
					
					letter-spacing: .02em;
				}
				
	#page-bottom {
		background-image: url(Images/page-background-bottom.png);
		background-position: top left;
		background-repeat: no-repeat;
		background-color: #D5E3F0;
		
		padding-left: 15px;
		padding-bottom: 5px;
	}
	
		#copyright {
			font-size: 1em;
			color: #3C6597;
			padding-left: 5px;
		}
	
/* Font Style Classes */
.Page-Header {
	font-size: 1.6em;
}

.Column-Header {
	font-size: 1.4em;
	margin-bottom: 25px;
}

.Section-Title {
	font-size: 1.3em;
	font-weight: bold;
}

.Table-Header {
	font-size: 1.2em;
	font-weight: bold;
}

.List-Header {
	margin-bottom: 0px;
	margin-left: 22px;
}

.List-Header-Top {
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 22px;
}

.Staff-List {
	padding-left: 15px;
	background-image: url(Images/bullet.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.Location-List {
	padding-left: 15px;
	background-image: url(Images/bullet.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

/* -- Page Specific -- */

	/* Industry Page */
	
	.Industry-Logo {
		width: 200px;
		text-align: center;
		float: left;
	}
	
		.Industry-Logo a {
			text-decoration: underline;
		}
		
	.Industry-Description {
		width: 450px;
		float: left;
	}
	
	.Industry-Title {
		font-size: 1.2em;
		font-weight: bold;
	}
	
	/* Employment Page - Certifications */
	
	.Certification-Logo {
		width: 125px;
		text-align: center;
		float: left;
	}
	
	.Certification-Description {
		width: 525px;
		float: left;
	}
	
	.Industry-Title {
		font-size: 1.2em;
		font-weight: bold;
	}
	
	.AboutUs-Logo {
		width: 175px;
		text-align: center;
		float: left;
	}
	
	.AboutUs-Description {
		width: 475px;
		float: left;
	}
	
	.Supplier-Logo {
		width: 200px;
		text-align: center;
		float: left;
	}
	
	.Supplier-Description {
		width: 450px;
		float: left;
	}
	
	.Supplier-Link {
		width: 500px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
	}
	
	.Supplier-Logo-Left {
		float: left;
		margin-right: 15px;
		width: 90px;
	}
	
	.Supplier-Description-Left {
		float: left;
		width: 390px;
	}
	
	.Supplier-Logo-Right {
		float: right;
		margin-left: 15px;
		width: 90px;
	}
	
	.Supplier-Description-Right {
		float: right;
		width: 390px;
	}
	
	.Product-Image {
		width: 150px;
		text-align: center;
		float: left;
		margin-bottom: 15px;
	}
	
	.Product-Description {
		width: 500px;
		float: left;
		margin-bottom: 15px;
	}
	
/* Misc Classes */
.z-bullet {
	margin-left: 4px;
	margin-right: 3px;
}

.z-button-more-info {
	margin-top: 4px;
}

.z-clear-left {
	clear: left;
}

.z-clear-right {
	clear: right;
}

.z-page-divider {
	background-image: url(Images/page-separator.png);
	background-repeat: repeat-x;
	height: 1px;
	width: 95%;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}

/* Element Styles */
ul {
	list-style-image: url(Images/bullet.gif);
	list-style-type: square;
	margin-left: 22px;
	margin-top: 0px;
	padding-left: 0px;
}

div.Paragraph-Tab-Style {
	background-image: url(Images/paragraph-tab-middle.png);
	background-position: center;
	background-repeat: repeat-y;
	margin-left: -8px;
	margin-bottom: 20px;
}
	
	div.Paragraph-Tab-Style-Title {
		background-image: url(Images/paragraph-tab-top.png);
		background-position: top center;
		background-repeat: no-repeat;
		padding-top: 5px;
	}
	
		div.Paragraph-Tab-Style-Content {
			background-image: url(Images/paragraph-tab-bottom.png);
			background-position: bottom center;
			background-repeat: no-repeat;
			padding-left: 10px;
			padding-right: 10px;
			padding-bottom: 0px;
		}

td.icon {
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
}

td {
	border-bottom: 1px solid;
}

/* Tooltips */

a.tooltip {
	z-index: 100;
	position: relative;
}

a.tooltip:hover {
	z-index: 1000;
	border: 0px solid; /* This is NEEDED. Otherwise, it doesn't work in IE6! */
}

a.tooltip span {
	display: none;
}

a.tooltip:hover span {
	display: block;
	position: absolute;
	top: 100%;
	left: 0em;
	width: 100%;
	border: 2px solid #1F5489;
    background-color: #85B8DE;
	background-image: url(Images/tooltip-background.png);
	background-position: top center;
	background-repeat: repeat-x;
	color: #002F5B;
    text-align: center;
	text-decoration: none;
}

a.tooltip:hover div.white-border {
    border: 1px solid white;
	margin: 1px;
}
