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

#header{
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	height:87px;
	background-color:#FFF;
}

#mainBody{
	position:relative;
	width:100%;
	height:auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #5C5B5F;
	z-index:3;
	
}

#logo{
	position:absolute;
	width:342px;
	height:85px;
	top:4px;
	left:50%;
	bottom:0px;
	margin-left:-503px;
	z-index:10;
}

#navi{
	position: absolute;
	height: 46px;
	width: 665px;
	bottom: 0px;
	z-index:8;
	left:50%;
	margin-left:-160px;
	background-image:url(../images/navbg.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

#topNav{
	position: absolute;
	z-index: 7;
	height: 25px;
	width: 83px;
	left: 50%;
	top: 0px;
	margin-left: 420px;
	background-image: url(../images/topnavbg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#footer{
	position:relative;
	width:100%;
	height:auto;
	z-index: 3;	
}


/*------------------------------Home Body Content-----------------*/

#contentRow1{
	position:relative;
	width:960px;
	height:auto;
	margin:0 auto;
	padding-top:530px;
	

}
#contentRow2{
	position:relative;
	width:960px;
	height:auto;
	margin:0 auto;
	top:0px;
	

}

#contentRow1_v2{
	position:relative;
	width:970px;
	height:auto;
	margin:0 auto;
	padding-top:400px;
	

}
/*----------BODY COLUMNS----------------------------*/

#bodyLeft{}

/*------------nav Content--------------------------*/


ul {
	margin-top: 23px;
}

li{
	display: inline;
	padding-left: 19px;
}

/*-------------SiteMap------------------*/

 #test ul li {
                display: inline;
                list-style-type: square;
                list-style-position: outside;
}

           

