/* CSS Document */

a { outline:none } /* Gets rid of Firefox's dotted borders */
a img { border:none } /* Gets rid of IE's blue borders */

#officewrapper ul {
	list-style:none;
	margin:0;
	padding:0;
}

#officewrapper ul li {
	font-family:Helvetica, Verdana, Arial, sans-serif;
	color:#fff;
	font-size:14px;
	line-height:20px;
}

#officewrapper li a {
	color:#fff;
	text-decoration:none;
}

#officewrapper li a:visited {
	color:#fff;
	text-decoration:none;
}

#officewrapper li a:hover {
	color:#cce1fe;
	text-decoration:none;
}

#officewrapper {
	position:relative;
	width:960px;
	height:355px;
	background:url(images/offices_bg.jpg) no-repeat;
}

#listone {
	position:relative;
	float:left;
	width:125px;
	height:320px;
	padding-top:35px;
	padding-left:25px;
}

#listtwo {
	position:relative;
	float:left;
	width:135px;
	height:320px;
	padding-top:35px;
	padding-left:15px;
}

#globe {
	position:relative;
	float:right;
	width:355px;
	height:355px;
}