@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background-color: #282828;
	background-image: url(Images/background.gif);
	background-repeat: repeat;
	text-align: center;
}

.banner {
	width: 857px;
	height: 307px;
	background-image: url(Images/banner.jpg);
	margin: 0 auto;
	text-align: left;
}

.bannershadow {
	width: 929px;
	height: 343px;
	background-image: url(Images/bannershadow.png);
	margin: 0 auto;
	text-align: left;
}

.menu {
	position: relative;
	top: 226px;
}

a#menu01 {
	display: block;
	height: 68px;
	width: 199px;
	overflow: hidden;
	position: relative;
	left: 18px;
}
a#menu01 span {
	background: url(Images/homeover.jpg) no-repeat;
	display: block;
	height: 100%;
	width: 100%;
	background-position: 0 100px;
}
a#menu01:hover span { background-position: 0 0px; }

a#menu02 {
	display: block;
	height: 68px;
	width: 213px;
	overflow: hidden;
	position: relative;
	left: 217px;
	top: -68px;
}
a#menu02 span {
	background: url(Images/aboutusover.jpg) no-repeat;
	display: block;
	height: 100%;
	width: 100%;
	background-position: 0 100px;
}
a#menu02:hover span { background-position: 0 0px; }

a#menu03 {
	display: block;
	height: 68px;
	width: 195px;
	overflow: hidden;
	position: relative;
	left: 430px;
	top: -136px;
}
a#menu03 span {
	background: url(Images/historyover.jpg) no-repeat;
	display: block;
	height: 100%;
	width: 100%;
	background-position: 0 100px;
}
a#menu03:hover span { background-position: 0 0px; }

a#menu04 {
	display: block;
	height: 68px;
	width: 219px;
	overflow: hidden;
	position: relative;
	left: 625px;
	top: -204px;
}
a#menu04 span {
	background: url(Images/contactusover.jpg) no-repeat;
	display: block;
	height: 100%;
	width: 100%;
	background-position: 0 100px;

}
a#menu04:hover span { background-position: 0 0px; }

.homecontent {
	position: relative;
	width: 857px;
	height: 552px;
	background-image: url(Images/homecontent.jpg);
	margin: 0 auto;
	text-align: left;
	top: 36px;
}

.homeshadow {
	position: relative;
	width: 929px;
	height: 624px;
	background-image: url(Images/homecontentshadow.png);
	margin: 0 auto;
	text-align: left;
	top: -45px;
}

.aboutuscontent {
	position: relative;
	width: 857px;
	height: 613px;
	background-image: url(Images/aboutuscontent.jpg);
	margin: 0 auto;
	text-align: left;
	top: 36px;
}

.aboutusshadow {
	position: relative;
	width: 929px;
	height: 685px;
	background-image: url(Images/aboutuscontentshadow.png);
	margin: 0 auto;
	text-align: left;
	top: -45px;
}

.historycontent {
	position: relative;
	width: 857px;
	height: 699px;
	background-image: url(Images/historycontent.jpg);
	margin: 0 auto;
	text-align: left;
	top: 36px;
}

.historyshadow {
	position: relative;
	width: 929px;
	height: 771px;
	background-image: url(Images/historycontentshadow.png);
	margin: 0 auto;
	text-align: left;
	top: -45px;
}

.contactuscontent {
	position: relative;
	width: 857px;
	height: 732px;
	background-image: url(Images/contactuscontent.jpg);
	margin: 0 auto;
	text-align: left;
	top: 36px;
}

.contactusshadow {
	position: relative;
	width: 929px;
	height: 804px;
	background-image: url(Images/contactuscontentshadow.png);
	margin: 0 auto;
	text-align: left;
	top: -45px;
}

a#contactlink {
	display: block;
	height: 30px;
	width: 160px;
	overflow: hidden;
	position: relative;
	left: 690px;
	top: 455px;
}
a#contactlink span {
	display: block;
	height: 100%;
	width: 100%;
}

a#contactphone {
	display: block;
	height: 30px;
	width: 160px;
	overflow: hidden;
	position: relative;
	left: 354px;
	top: 534px;
}
a#contactphone span {
	display: block;
	height: 100%;
	width: 100%;
}

a#contactphone2 {
	display: block;
	height: 30px;
	width: 160px;
	overflow: hidden;
	position: relative;
	left: 354px;
	top: 544px;
}
a#contactphone2 span {
	display: block;
	height: 100%;
	width: 100%;
}

/*.copyright {
	width: 295px;
	height: 21px;
	background: url(Images/Copyright.jpg) no-repeat;
	position: relative;
	margin: 0 auto;
	top: 80px;
*/
