
html, ul, li {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

a img {
	border: 0;
}

body {
	font: 1em tahoma, arial, sans-serif;
	padding: 0;
	margin: 0;
	text-align: center;
	background: url(Images/header_bg.jpg) repeat-x;
	overflow: scroll;
}

#wrapper {
	height: 100%;
	height: auto !important;
	min-height: 790px;
	text-align: left;
	width: 774px;
	margin: 0 auto -50px;
}

#contactlist {
	height: 100%;
	text-align: center;
	width: 1280px;
	margin-left: -200px;
}

#header {
	width: 774px;
}

#logo1 {
	width: 774px;
	float: left;
}


#nav {
	width: 774px;
	height: 20px;
	float: left;
	margin-top: 8px;
}

#mainimage {
	width: 774px;
	float: left;
	margin-top: 25px;
	text-align: center;
	margin-bottom: 20px;
}

#homecontent {
	width: 734px;
	text-align: center;
	margin-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

#maincontent {
	width: 734px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}

.leftcontent {
	width: 734px;
	text-align: left;
	margin-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.rightcontent {
	width: 734px;
	text-align: right;
	margin-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.centercontent {
	width: 734px;
	text-align: center;
	margin-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

#linkscontent {
	width: 774px;
	text-align: center;
	margin-top: 20px;
}

.contact {
	width: 367px;
	float: left;
	padding-top: 16px;
	text-align: center;
}

.double {
	width: 387px;
	float: left;
	padding-top: 20px;
	text-align: center;
}

.triple {
	width: 258px;
	height: 155px;
	float: left;
	padding-top: 20px;
	text-align: center;
}

.employeelink {
	width: 258px;
	height: 60px;
	float: left;
	padding-top: 20px;
	text-align: center;
}
	

#footer {
	font: 10px tahoma, arial, sans-serif;
	height: 50px;
	background: url(Images/footer_bg.jpg) repeat-x;
	text-align: center;
	margin-top: 25px;
	padding-top: 15px;
	color: #FFFFFF;
}

.style1 {
	color: #0000FF;
	font-weight: bold;
}

.push {
	height: 50px;
}

.clear {
	clear: both;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
