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

html, body {
	height:100%;
	margin:0;
	padding:0;
	background-color: #cccccc;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
}

.header {
	position:relative;
	height:104px;
	width:100%;
	background-image:url(../images/header.gif);
	background-repeat:repeat-x;
	top:0px;
	z-index:1
}

.NZ_holder {
	position:absolute;
	left:-270px;
	top: -29px;
	z-index: 1;
	visibility: visible;
}

#content_container {
	position:relative;
	width:800px;
	margin: 0px auto;
	z-index:9;
	height: auto;
	top: 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.nav_container{
	position:relative;
	width:630px;
	height:0px;
	top:-75px;
	margin: 0px auto;
	z-index:5;
	left: 140px;
	}
	
#nav-example {
    background:url(../images/nav-final.jpg) no-repeat;
    width:630px;
    height:50px;
    margin:0;
    padding:0;
}

#nav-example span {
    display: none;
}

#nav-example li, #nav-example a {
    height:50px;
    display:block;
}

#nav-example li {
    float:left;
    list-style:none;
    display:inline;
}

#nav-example-01 {width: 100px;}
#nav-example-02 {width: 100px;}
#nav-example-03 {width: 100px;}
#nav-example-04 {width: 100px;}
#nav-example-05 {width: 121px;}
#nav-example-06 {width: 109px;}

#nav-example-01 a:hover {background:url(../images/nav-final.jpg)  0px -50px no-repeat; }
#nav-example-02 a:hover {background:url(../images/nav-final.jpg)  -100px -50px no-repeat; }
#nav-example-03 a:hover {background:url(../images/nav-final.jpg)  -200px -50px no-repeat; }
#nav-example-04 a:hover {background:url(../images/nav-final.jpg)  -300px -50px no-repeat; }
#nav-example-05 a:hover {background:url(../images/nav-final.jpg)  -400px -50px no-repeat; }
#nav-example-06 a:hover {background:url(../images/nav-final.jpg)  -521px -50px no-repeat; }

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.Heading_1 {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 24px;
	font-weight: lighter;
}
.Heading_2 {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 16px;
	font-weight: lighter;
	line-height: normal;
}
