@charset "utf-8";
/* CSS Document */

body {
	color: #000;
	background-color: #333;
	font-family: Arial Narrow;
}

a:link {
	text-decoration: none;
	color: #000;
}

a:visited {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #399;
}

h1 {
	font-size: x-large;
	font-weight: bold;
}

h2 {
	font-size:large;
	font-weight:bold;
	text-align:right;
}

.wrapper {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 982px;
	height: 664px;
}


.bannerbg	{
	position: absolute;
	width: 970px;
	height: 120px;
	margin-left: 6px;
	background-color: #898989;
	border: #000 solid 1px;
	z-index: -1;
}

.banner	{
	position: absolute;
	width: 982px;
	height: 101px;
	margin-top: 9px;
	background-color: #a6a6a6;
	border: #000 solid 1px;
}

.logo	{
	position: absolute;
	margin-top: 1px;
	background: url(../images/logo.png) no-repeat;
	width: 194px;
	height: 99px;
	margin-left: 20px;
}

.phone	{
	position: absolute;
	margin-left: 600px;
	margin-top: 60px;
	font-weight: bold;
	font-size: 14px;
	text-align: right;
	left: 51px;
}

.divider1	{
	position: absolute;
	background: url(../images/divider1.png) no-repeat;
	margin-left: 700px;
	width: 2px;
	height: 91px;
	left: 88px;
	top: 8px;
}

.info	{
	position: absolute;
	margin-left: 850px;
	margin-top: 10px;
	font-weight: bold;
	font-size: 14px;
	text-align: right;
	left: -38px;
	top: -1px;
}

.content	{
	position: absolute;
	background: #ddd;
	border: #000 solid 1px;
	margin-top: 119px;
	width: 982px;
	height: 570px;
}

.contentg	{
	position: absolute;
	background: #ddd;
	border: #000 solid 1px;
	margin-top: 119px;
	width: 982px;
	height: 687px;
}

.content1	{
	position: absolute;
	height: 549px;
	width: 525px;
	text-align: justify;
	margin: 10px;
	left: 5px;
	top: -10px;
}

.content1b	{
	position: absolute;
	background: url(../images/image3.png) no-repeat;
	height: 151px;
	width: 212px;
	top: 21px;
	left: 20px;
}

.content1c	{
	position: absolute;
	height: 549px;
	width: 757px;
	text-align: justify;
	margin: 10px;
	left: 5px;
	top: -10px;
}

.content2	{
	position: absolute;
	background: url(../images/image1.png) no-repeat;
	height: 151px;
	width: 212px;
	margin-left: 500px;
	margin-top: 20px;
	top: -1px;
	left: 57px;
}

.content2b	{
	position: absolute;
	width: 212px;
	margin-top: 20px;
	left: 27px;
	top: 171px;
}

.content3	{
	position: absolute;
	text-align: justify;
	margin: 10px;
	width: 754px;
	left: 5px;
	top: 142px;
}

.content3b	{
	position: absolute;
	margin: 10px;
	width: 427px;
	left: 334px;
	top: 10px;
}

.divider2	{
	position: absolute;
	height: 329px;
	width: 2px;
	right: 195px;
	background: url(../images/divider2.png);
	top: 80px;
}

.navbar	{
	position: absolute;
	display: block;
	width: 156px;
	right: 10px;
	margin: 10px;
	height: 533px;
	border: solid 1px #a9a9a9;
	background: #ececec url(../images/image2.png) no-repeat bottom;
	top: 8px;
}

.footer	{
	position: absolute;
	margin-top: 650px;
	height: 64px;
	width: 982px;
	top: 40px;
}

.footerbg	{
	position: absolute;
	width: 970px;
	height: 60px;
	margin-left: 5px;
	background-color: #898989;
	border: #000 solid 1px;
	z-index: 0;
}

.footcont	{
	position: absolute;
	z-index: 1;
	width: 982px;
	height: 47px;
	margin-top: 6px;
	background-color: #a6a6a6;
	border: #000 solid 1px;
}

.copyright	{
	position: absolute;
	width: 982px;
	top: 8px;
	font-size: small;
	text-align: center;
	z-index: 2;
}
