﻿body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background: #c9c9c9;
}

img {
	border: 0;
}

h1,h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #5b5d60;
}

#wrapper {
	text-align: center;
	background: #fff;
	height: auto;
}

#hdr-overflow {
	text-align: center;
	background: url('../siteart/hdr-overflow.jpg') repeat-x;
}

.line {
	height: 21px;
	background: url('../siteart/bar.jpg') repeat-x;
}

#main {
	clear: both;
	display: block;
	padding: 25px;
	margin: 0 auto 0 auto;
	width: 1050px;
}

#nav {
	position: relative;
	float: left;
	text-align: center;
}

#nav ul {
	list-style: none;
}

#nav a {
	display: block;
	text-decoration: none;
	width: 149px;
	line-height: 46px;
	color: #fff;
	background: url('../siteart/nav.jpg') no-repeat right;	
}

#nav a:hover {
	color: #5b5d60;
	font-weight: bold;
}

#content {
	width: 625px;
	text-align: left;
	float: left;
	padding: 0 20px 0 20px;
	color: #5b5d60;
}

.head {
	display: block;
	font-weight: bold;
	font-size: 12pt;
}

#employees {
	font-size: 9pt;
	width: 100%;
	border: 1px solid #000;
}

#employees th {
	background: #333333;
	color: #ff7603;
	padding: 10px;
}

#employees td {
	padding: 3px;
	text-align: center;
}

#content a {
	color: #333333;
}

#content a:hover {
	color: #ff7603;
}

.d1 {
	background-color: #eeeeee;
}

.d2 {
	background-color: #c9c9c9;
}

#rightLoc {
	margin-top: -15px;
	float: left;
	color: #5b5d60;
	width: 194px;
	text-align: left;
}

#top {
	display: block;
	height: 36px;
	background: url('../siteart/rightLocTop.jpg') no-repeat;
}

.mid {
	padding: 10px 0 10px 35px;
	background: url('../siteart/rightLocMid.jpg') repeat-y;
}

.loc-head {
	display: block;
	margin-left: -10px;
	font-weight: bold;
	font-size: 11pt;
	padding-bottom: 15px;
}

.mid p {
	margin: 0;
	padding-bottom: 10px;
	font-size: 9pt;
}

.mid p a {
	border: 0;
	color: #5b5d60;
	text-decoration: none;
	font-weight: bold;
}

.mid p a:hover {
	color: #ff7603;
}

.dotted {
	clear: both;
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: 1px;
	background: url('../siteart/dotted.jpg') no-repeat;
}

#bottom {
	display: block;
	height: 41px;
	background: url('../siteart/rightLocBtm.jpg') no-repeat;
}

#footer {
	display: block;
	clear: both;
	background: url('../siteart/ftr.jpg') repeat-x;
}