*{
	margin:0px;
	border:0px;
	padding:0px;
}

img, a{
	outline:none;
}

html{
	height:100%;
	background: #797979 url(../images/grbg.jpg) repeat-x;
}

body{
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#contentMain{
	background: url(../images/bgwhite.png) no-repeat;
	width: 1049px;
	height: 1200px;
	margin: 0px auto 30px auto;
}

#contentMain #branding{
	height:98px;
	width: 181px;
	display:block;
	background:url(../images/wmpologo.png) no-repeat;
	text-indent: -9999px;
	margin: -40px 0px 0px 60px;
}

#contentMain #topnav{
	margin: 0px 0px 0px 480px;
	height:51px;
	width:513px;
	background:url(../images/menu.png) no-repeat;
	list-style:none;
}

#contentMain #topnav li{
	display: inline;
	float:left;
	margin: 0px 5px 0px 5px
}

#contentMain #topnav a{
	height: 30px;
	display:block;
	/*border: 1px red solid;*/
	text-indent: -9999px;
}

#contentMain #topnav a.wmpo {
	width:178px;
}

#contentMain #topnav a.tg {
	width:158px
}

#contentMain #topnav a.wm {
	width:138px
}

#contentMain #titletext{
    text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	color: #006914;
	margin:60px 0px 0px 60px;
}

#contentMain #maps{
	margin: 20px auto 15px auto;
	background:url(../images/pomap2.png) no-repeat;
	height: 700px;
	width: 930px;
}

#contentMain #maps a{
	position: relative;
	height: 48px;
	width: 48px;
	display: block;
	background: transparent url(../images/wm-logo2ani.gif) no-repeat center center;
	text-indent: -9999px;
	
}

#contentMain #maps a:hover{
	
	background: transparent url(../images/wm-logo2.png) no-repeat center center;
	
	
}

.qtip-title{
	text-transform:capitalize;
}

#contentMain #maps a.htsptone{
	top: 256px;
	left: 52px;
	z-index:1;
}
#contentMain #maps a.htsptwo{
	top: 153px;
	left: 303px;
	z-index:2;
}

#contentMain #maps a.htsptthree{
	top: 220px;
	left: 503px;
	z-index:3;
}

#contentMain #maps a.htsptfour{
	top: 75px;
	left: 596px;
	z-index:4;
}

#contentMain #maps a.htsptfive{
	top: -15px;
	left: 740px;
	z-index:5;
}
#contentMain #maps a.htsptsix{
	top: 130px;
	left: 735px;
	z-index:6;
}

#contentMain #maps a.htsptseven{
	top: -250px;
	left: 331px;
	z-index:7;
}

#contentMain #footerlinks{
 	list-style:none;
	width: 930px;
	margin: 0 auto;
}

#contentMain #footerlinks li{
	width:223px;
	height:223px;
	display:inline;
	
}

#contentMain #footerlinks li.putlft{
	float:left;
	margin: 0 6px 0 0;
}

#contentMain #footerlinks li.inner{
	float:left;
	margin: 0 6px 0 6px;
}

#contentMain #footerlinks li.putrt{
	float:right;
}

#contentMain #footerlinks li a{
	width:223px;
	height:223px;
	display:block;
	text-indent:-9999px;
	 
}

#contentMain #footerlinks li a.working{
	background:url(../images/working.png) no-repeat;

}

#contentMain #footerlinks li a.discover{
	background:url(../images/discover.png) no-repeat;
}

#contentMain #footerlinks li a.solutions{
	background:url(../images/solutions.png) no-repeat;
}

#contentMain #footerlinks li a.spaces{
	background:url(../images/spaces.png) no-repeat;
}

