@charset "utf-8";
/* CSS Document */

body {
	background-color: #2e2e2e;
}

.topheader {
	background-color: #000000;
	background-repeat: no-repeat;
	height: 100px;
	width: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
}
.topheaderwrap {
	position: relative;
	width: 900px;
	left: 0px;
	top: 0px;
	margin-left: 0 auto;
	margin-right: 0 auto;
	margin: 0 auto;
}
.header {
	background-color: #2e2e2e;
	position: absolute;
	height: 335px;
	width: 100%;
	left: 0px;
	top: 100px;
	vertical-align: top;
}
.bar {
	background-color: #111111;
	position: relative;
	height: 45px;
	width: 100%;
	left: 0px;
	bottom: 0px;
}
.buttons {
	position: relative;
	height: 235px;
	width: 100%;
	left: 0px;
	background-image: url(bg.png);
	z-index: 1;
	background-repeat: no-repeat;
	bottom: 0px;
}
.conthead {
	position: absolute;
	height: 377px;
	width: 544px;
	left: 20px;
	top: 31px;
	text-align: justify;
}

.bottonwrap {
	position: relative;
	height: 235px;
	width: 900px;
	margin-left: 0 auto;
	margin-right: 0 auto;
	margin: 0 auto;
	z-index: 0;
	left: 0px;
}


.button1 {
	position: absolute;
	left: 0px;
	top: 12px;
	width: 220px;
}
.button2 {
	position: absolute;
	left: 226px;
	top: 12px;
	width: 220px;
}
.button3 {
	position: absolute;
	left: 452px;
	top: 12px;
	width: 220px;
}
.button4 {
	position: absolute;
	left: 678px;
	top: 12px;
	width: 220px;
}

.content {
	position: relative;
	height: 400px;
	width: 900px;
	top: 0px;
	background-color: #d2d2d2;
	margin-left: 0 auto;
	margin-right: 0 auto;
	margin: 0 auto;
	z-index: 0;
	left: 0px;

}
.breadcrumb {
	position: absolute;
	text-align: left;
	width: 250px;
	left: 20px;
}

.contentwrap {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 696px;
	z-index: 0;
	left: 0px;
}
.contactform {
	position: absolute;
	top: 43px;
	left: 20px;
	height: 342px;
	width: 545px;
}
.vertline {
	position: absolute;
	top: 43px;
	left: 566px;
	height: 271px;
	width: 49px;
}
.rightcontent {
	position: absolute;
	top: 43px;
	left: 616px;
	height: 342px;
	width: 260px;
	background-image: url(contactlogo.jpg);
	background-repeat: no-repeat;
}
