/* CSS Document */

/* global */

body {
	margin: 0;
	padding: 0;
	background-image: url(images/bak-grad.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4c4c4c;
	line-height: 16px;
}

a {
	color: #572131;
}

a:hover {
	text-decoration: none;
}

#wrapper {
	width: 780px;
	margin: 0 auto;
	background-color: #fff;
}


/* home */

#hea {
	position: relative;
	height: 126px;
	overflow: hidden;
}

#nav {
	position: absolute;
	top: 100px;
	left: 0;
}

#nav-lft {
	position: absolute;
	top: 22px;
}

#nav-rgt {
	position: absolute;
	top: 0;
	left: 491px;
}

#mid {
	height: 268px;
}

#contact {
	background-image: url(images/bak-contact.gif);
	background-repeat: no-repeat;
}

	#contact td {
		vertical-align: top;
	}

#foo {
	padding-top: 100px;
	width: 100%;
	text-align: center;
}


/* inside */

#hea-ins {
	position: relative;
	height: 110px;
	overflow: hidden;
}

#nav-ins {
	position: absolute;
	top: 85px;
	left: 0;
}

#nav-lft-ins {
	position: absolute;
	top: 22px;
}

#nav-rgt-ins {
	position: absolute;
	top: 0;
	left: 434px;
}

#title-ins {
}

#contentWrapper {
	position: relative;
	background-image: url(images/bak-content780.gif);
	background-repeat: no-repeat;
}

	#content-lft {
		position: relative;
		padding-left: 27px;
		width: 400px;
		line-height: 18px;
	}

		#content-lft p {
			margin-top: 0;
			margin-bottom: 10px;
		}

		#content-lft .subtitle {
			font-size: 18px;
			line-height: 22px;
		}

		#content-lft .subsubtitle {
			font-size: 14px;
		}

	#content-rgt {
		position: absolute;
		top: 0;
		right: 0;
	}

		.contact-lft-ins {
			position: relative;
		}
	
		.contact-rgt-ins {
			position: absolute;
			top: 0;
			left: 220px;
		}

#foo-ins {
	padding-top: 60px;
	width: 100%;
	text-align: center;
}


/* shared */

.pipe {
	color: #acacac;
}

.employees-on {
	display: block;
}

.employees-on-a {
	text-decoration: none;
	color: #4c4c4c;
}

.employees-off {
	display: none;
}

.employees-off-a {
	text-decoration: underline;
	color: #572131;
}


