/* Contact us
-----------------------------------------*/
#contactContent {
    width:980px;
    padding:20px 0 46px;
    text-align:center;
}
#contactContent .office {
    float: left;
    width:475px;
    margin:56px 0 0;
    padding:0 0 46px;
    border-bottom:1px dotted #999;
}
#contactContent #hugeLondon,
#contactContent #hugeRio {
    float:right;
}
#contactContent #hugeLA,
#contactContent #hugeRio {
    height: 480px;
}
#contactContent h2 {
	font: 110px/1em 'HUGEAvantGardeBold';
    letter-spacing: -2px;
	font-size: 44px;
	width: auto;
	height: 45px;
	margin: 0 auto 10px auto;
}
/*
#contactContent h2{
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	background:url(/static/imgs/contactus/location_titles.png) no-repeat 0 0;
	width:300px;
	height:45px;
	margin:0 auto 10px auto;
}
#hugeNY h2 {
	width:190px;
	background-position:0 0;
}
#hugeLondon h2 {
	width:168px;
	background-position:0 -50px;
}
#hugeLA h2 {
	width:261px;
	background-position:0 -100px;
}
#hugeRio h2 {
	width:312px;
	background-position:0 -153px;
}
*/
#social h3 {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	background:url(/static/imgs/contactus/location_titles.png) no-repeat 0 0;
	width:300px;
	height:45px;
	margin:0 auto 10px auto;
}
#contactContent .info {
    font-size:12px;
    padding:20px 0 0;
}
#contactContent .info ul {
    margin:12px 0 16px;
}
#contactContent #hugeLA ul {
    margin:12px auto 36px;
}
#contactContent li {
    display:inline;
    list-style-type:disc;
}
#contactContent .info li {
    background:url('/static/imgs/bullet.gif') no-repeat right -3px;
    margin:0 4px 0 0;
    padding:0 11px 0 0;
}
#contactContent li.last {
    background:none;
    margin:0;
    padding:0;
}
#contactContent .about_office {
    background:#000;
    color:#FFF;
    padding: 6px 16px;
    font:12px 'HUGEAvantGardeBold';
    letter-spacing:-.5px;
    border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-o-border-radius:2px;
    text-decoration:none;
    display:inline-block;
}
#social {
    padding:30px 0 0;
    clear:both;
}
#social h3 {
    margin:0 auto 8px;
	width:59px;
	height:17px;
	background-position:0 -200px;
}
#social li {
    background:url('/static/imgs/bullet.gif') no-repeat right -23px;
    margin:0 6px 0 0;
    padding:0 13px 0 0;
}
#social a {
    font-weight:bold;
    font-size:14px;
    letter-spacing:0px;
}

.map {
    width:475px;
    height:273px;
    text-align:left;
}

/* Info Box Styles */
.infobox_container {
    font-size:12px;
}
.infoBox img {
    display:block;
    margin:0 0 16px 75px;
}
.infoBox .eg_text {
    display:block;
    text-align:center;
    font-size:11px;
    color:#787878;
    margin:0 0 4px;
}
.infoBox .address {
    margin:0 0 0 56px;
    text-align:left;
}
.infoBox .form_row {
    margin:0 0 8px;
    color:#427ec2;
    overflow:hidden;
}
.infoBox label {
    width:88px;
    text-align:right;
    margin:0 8px 0 0;
    font-weight:bold;
    color:#070707;
    float:left;
}
.infoBox .form_row input {
    width:192px;
}
.infoBox .form_row span {
    margin:0;
    float:left;
    width:300px;
}
.infoBox .get_directions {
    margin:0 0 0 152px;
}
.infoBox .submit {
    background:#EEE;
    border:1px solid #000;
    cursor:pointer;
    margin:15px 0 0;
    width:90px;
    padding:1px 2px;
}
#rio_map .infoBox .submit {
    margin:0;
}

