﻿#page-main-content{
	width:960px;
}
#page-desc {
	padding-right: 260px;
}
#locations {
	position: relative;
}

#locations #labels{
    margin-top:15px;
    height: 25px;
    zoom:1;
    margin-left: 0;
    list-style:none;
    border-bottom:1px solid #d4d4d4;
}

#locations #labels li{
    display:inline;
    padding:6px 10px;
    font-weight:bold;
    font-size:12px;
    float:left;
    cursor:pointer;
}

#locations #labels a{
	text-decoration: none;
    color:White;
}

#locations #labels #label-States{
    background:url(bg_tab_small.jpg) no-repeat;
    width:137px;
}

#locations #labels #label-States.ui-tabs-selected{
    background:url(bg_tab_small_on.gif) no-repeat;
}

#locations #labels #label-Countries{
    background:url(bg_tab_lrg.jpg) no-repeat;
    width:173px;
}

#locations #labels #label-Countries.ui-tabs-selected{
    background:url(bg_tab_lrg_on.gif) no-repeat;
}


#locations #map{
    position: absolute;
		right: 0;
    width:495px;
    margin-top:6px;
    height:360px;
    border:2px solid #969BA0;
}

#locations #map div.gmnoprint div div {
	text-align: center;
}
#locations #map div.gmnoprint div div.office-map-html {
	text-align: left;
	line-height:12px;
	width:320px;
	margin-top: -4px;
}
#locations .tabs {
    height: 370px;
	margin-right: 500px;
    padding-top:10px;
}

#locations .tabs ul{
    list-style:none;
    border:0;
    float: left;
    padding-left: 10px;
    margin: 0!important;
}

#locations .tabs li{
    width:140px;
    color:#888;
    font-size:11px;
    font-weight:bold;
    display:block;
    padding:3px 0 0;
}

#locations .tabs li a{
    cursor:pointer;
    color:#2593D2;
}

#locations .tabs li.selected a,
#locations .tabs li.selected{
	color:#000;
}


#locations .tabs li a:hover{
    text-decoration:underline;
}
#locations .offices {
	clear: both;
}
#locations .offices .ui-tabs-hide {
    display: block;
}

#locations .offices h4{
	font-size: 12px;
	padding-left: 2px;
	padding-bottom: 5px;
	text-transform:uppercase;
}

#locations .offices h4 a{
	text-decoration: none;
}

#locations .offices ul{
	list-style:none;
	clear: both;
	width: 960px;
	border-top: 1px solid #D4D4D4;
	padding-top: 5px;
	margin-left: 0;
}

#locations .offices ul li{
    padding-bottom: 10px;
    float:left;
    width:220px;
    padding-right: 20px;
    font-size:11px;
}

#locations .offices ul li h5{
    font-size:11px;
    padding-left:2px;
}

#locations .offices ul li ul{
    display:block;
    padding: 0 0 8px 2px;
    width: auto;
    border: none;
}

#locations .offices ul li ul li{
    width:auto;
    float:none;
    position:relative;
    display:list-item;
    line-height: 16px;
    padding: 0;
    border:0;
}

#locations .offices ul li ul li a, div.office-map-html ul li a{
    color: #2593D2;
    cursor:pointer;
    float:left;
    padding-top:8px;
}
#locations .offices ul li ul li a{ padding: 0; }

div.office-map-html ul{
    list-style:none;
    font-size:11px;
    padding-top:7px;
    margin: 0!important;
}
.smaller div.office-map-html ul, .smaller #locations .offices ul li h5, .smaller #locations .offices ul li, .smaller #locations .tabs li {
    font-size:10px;
}
.larger div.office-map-html ul, .larger #locations .offices ul li h5, .larger #locations .offices ul li, .larger #locations .tabs li{
    font-size:12px;
}
.smaller #locations .offices h4 {
	font-size: 11px;
}
.larger #locations .offices h4 {
	font-size: 13px;
}
/*
#locations .ui-tabs-hide{
	display: none;
}
*/

#locations #parsonsoffices-States.ui-tabs-hide,
#locations #parsonsoffices-Countries.ui-tabs-hide {
	display: none;
}

#locations #offices .has-selected .ui-tabs-hide{
	display: none;
}
#locations .offices ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

