.cfdebug{
	display: none;
}
* {margin:0;padding:0;} 
html, body, #wrap {height: 100%;}
body > #wrap {height: auto; min-height: 100%;}
img{
	border: none;
}
.filebox img{
	border: 1px solid #cbcbcb;
	padding:5px;
}
.newsletters .infoBox img{
	border: 1px solid #cbcbcb;
	padding:5px;
}
.news .infoBox img{
	border: 1px solid #cbcbcb;
	padding:5px;
}
.member img{
	border: 1px solid #cbcbcb;
	padding:5px;
}
body{
	background: #fff;
	font-family: verdana;
	font-size: 11px;
	color: #000;
	overflow-x:hidden;
}

.header{
	background: #aeaeae url(../images/headerBack2.jpg) bottom repeat-x;
	height: 450px;
	z-index: 100;
	text-align:center;
	border-bottom: solid 32px #B7000C;
	
}
.smHeader{
	background: #aeaeae url(../images/headerBack.jpg) bottom repeat-x;
	height: 75px;
	width: 100%;
	z-index: 100;
	text-align:left;
}
.headerContent{
	height: 400px;
	width: 1000px;
	margin: 0 auto;
	position: relative;
	padding: 5px 0 0 0;
	text-align: left;
}
.headerContent .logo{
	position: relative;
	float: right;
	margin-top: 40px;
	margin-right: 120px;
	z-index: 20000;
}
.smHeaderContent{
	height: 10px;
	width: 1000px;
	margin: 0 auto;
	position: relative;
	padding: 0px 0 0 0;
	text-align: left;
	z-index:10 !important;
}
.selectLanguage{
	border: 1px solid red;
	width: 200px;
}
.tagLine{
	position: absolute;
	top: 25px;
	left: 200px;
	z-index: 20000;
	margin-left: 10px;
}
.tagLine .fontOne{
	font-size: 36px;
	color: #b7000c;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	line-height: 26px;
}
.tagLine .fontTwo{
	font-weight: bold;
	font-size: 21px;
	color: #000;
	font-family: 'Open Sans Condensed', sans-serif;
	line-height: 26px;
}
.header .topNav{
	position: absolute;
	top: 433px;
	width: 1000px;
	text-align: left;
	margin: 0 auto;
	z-index: 1000;
}
.smHeader .topNav{
	position: absolute;
	top: 35px;
	left: 120px;
	width: 1000px;
	text-align:center;
	margin: 0 auto;
	z-index: 1000;
}

.topNav {
	height: 38px;
}

.topNav div {
	margin: auto;
	height:38px;
	width:700px;
}

.topNav ul{	
	list-style-type: none;
	display: block;
	text-align: center;
	float: left;
	padding: 3px 0 0 5px;
	margin-left:7px;
	font-size: 20px;
	font-weight: bold;
}

.topNav ul li{
	display: block;
	text-align: left;
	float: left;
	color: #fff;
	font-family: 'Open Sans Condensed', sans-serif;
	padding-right: 23px;	
}

.topNav a:link, .topNav a:visited, .topNav a:active{
	color: #ccc;
	text-decoration: none;
}
.topNav a:hover{
	color: #fff;
	text-decoration: none;
}

.borderLeft{
	background: url(../images/topNavDivider.jpg)  no-repeat;
}
.topLink{
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	margin: 5px 0 12px 0;
}
.topLink a:link, {
	color: #fff;
}
h1{
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	font-size: 23px;
	color: #b7000c;
	text-align: left;
	padding: 10px 0 5px 0;
}
h1 a{
	color: #b7000c;
}
#main {
	text-align:center;
	padding-bottom: 15px;
	margin:0 auto;
	position:relative;
}  /* must be same height as the footer */
#content {
	/*padding-top: 122px;*/
	padding-bottom: 20px;
	height: auto;
	width: 975px;
	text-align:left;
	color: #373737;
	font-size: 12px;
	margin:0 auto;
}
h1 span{
	font-size:14px;
	font-style:italic;
	color:#b7000c;
	font-weight:bold;
}
#content table{
	width: 960px;
	margin-top: 25px;
}
#content table .header{
	background: #b7000c;
	height: 10px;
	color: #fff;
	text-align: left;
	color: #fff;
	font-family: 'Open Sans Condensed', sans-serif;
	padding: 5px;
	font-size: 20px;
}

#content table tbody tr td{
	padding: 10px;
}


#content .contactUsForm{
	width: auto;
	margin-top: 15px;
}

#content .contactUsForm tbody tr td{
	padding: 5px;
}

#upper {
	background: url(../images/blueBG.jpg) repeat;
}

#s3slider {
   width: 950px; /* important to be same as image width */
   height: 200px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
   margin:auto;
}

#s3sliderContent {
   width: 950px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage img {
	position: relative;

}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   /*width: 374px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   top: 0;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear: both;
} 

#fb_button {
	position: relative;
	top: 190px;
}
/********************** dspMain **********************/
a:link, a:visited, a:hover{
	color: #b7000c;
}
.dspMain{

}
.mainTop{
	width: 975px;
	float: left;
}
.mainLeft{
	width: 522px;
	float: left;
}
.mainLeft .flagBox a{
	text-decoration: none;
}
.flagBox-home{
	margin: 10px 0 0 -10px;
	width: 550px;
}
.flagBox-home a{
	text-decoration: none;
}
.flagBox-home img{
	margin: 0;
	padding: 0;
	width: 58px;
	height: 58px;
}
.welcomeText p{
	text-align: left;
	text-align: justify
}
.mainRight{
	width: 400px;
	float: right;
}
.infoBox{
	background: url(../images/dottedLine.jpg) bottom repeat-x;
	text-align: left;
	padding: 12px 0 12px 0;
	float: left;
}
.mainInfoBox{
	text-align: left;
	padding: 12px 0 12px 0;
	float: left;
}
.fadedLine{
	background: url(../images/fadeLine.jpg) repeat-x;
	height: 15px;
	width: 100%;
	clear:both;
}
.buttonsBar{
	margin: 10px 0 15px 0;
	float: left;
}
.buttonLink{
	float: left;
	margin: 0 6px 0 5px;
}
.infoText{
	width: 625px;
	float: left;
	margin: 0 15px 0 0;
}
.socialMedia{
	width: 326px;
	float: left;
	margin: 45px 0 0 0;
}
#facebook{
	width: 320px;
	height: 88px;
	background: url(../images/facebook.png) no-repeat;
	padding: 8px 0 0 85px;
	color: #000;
	}
#youtube{
	width: 320px;
	height: 88px;
	background: url(../images/youtube.png) no-repeat;
	padding: 15px 0 0 95px;
}
#youtube a{
	color: #000;
}
.newsItem img{
	float: left;
	margin: 0 10px 0 0;
}
.imageLinks{
	float: left;
	width: 980px;
	margin: auto;
	margin-top: 85px;
}
.imageLinks a{
	display: inline;
	width: 288px;
	height: 21px;
	color: #fff;
	font-size: 13px;
	padding: 65px 10px 2px 10px;
	text-align: left;
	text-decoration: none;
}
.euNewsletter{
	background: url(../images/currentEUnewsletter.jpg) no-repeat;
}
.marketSurvey{
	background: url(../images/marketSurvey.jpg) no-repeat;
	margin: 0 40px 0 41px;
}
.fsNewsletter{
	background: url(../images/fsNewsletter.jpg) no-repeat;
}
.mainBtm{
	width: 975px;
	margin-top:5px;
	margin-bottom:10px;
	float: left;
}
.calendar{
	width: 548px;
	float: left;
}
.infoBox img{
	float: left;
	margin: 0 10px 0 0;
}
.btmRight{
	width: 378px;
	float: right;
}
.news a{
	text-decoration:none;
}
.news a:hover{
	text-decoration:underline;
}
.infoBox a{
	color:#373737;
}
.flagBox a em {
	font-weight: bold;
	background:#ffffff;
	border:1px solid #cbcbcb;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	width: 87px;
	height: auto;
	position: absolute;
	margin-top:-10px;
	margin-left:-17px;
	text-align: center;
	padding: 3px;
	font-style: normal;
	z-index: 2;
	display: none;
}
.flagBox-home a em {
	font-weight: bold;
	background:#ffffff;
	border:1px solid #cbcbcb;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	width: 87px;
	height: auto;
	position: absolute;
	margin-top:-10px;
	margin-left:-17px;
	text-align: center;
	padding: 3px;
	font-style: normal;
	z-index: 2;
	display: none;

}
.topNav ul.homeLogout{
	padding-right:15px;
}
.homeLogout a{
	color:#000000;
}
.homeLogout a:visited{
	color:#000000;	
}
.homeLogout a:hover{
	text-decoration:underline;
	color:#000000;
}

/********************** dspMain **********************/
.europeNews{
	width: 400px;
	float: left;
	margin-right: 15px;
}
.whatsNew{
	width: 332px;
	float: left;
	margin-right: 15px;
}
.links{
	width: 200px;
	float: right;
}
.mainNews .flagBox{
	width: 185px;
	margin-top: 20px;
	float: left;
}
.mainNews .flagBox img{
	border: 0;
	padding: 0;
	margin: 0;
	width: 59px;
	height: 59px;
}
.mainNews .mainLeft{
	width: 180px;
}
.mainNews .mainRight{
	width: 750px;
}
.mainNews .infoBox{
	text-align: justify;
	height:auto;
}
.images{
	height:auto;
	margin:10px 30px 5px 30px;
}
.images img{
	margin:5px;
}
.images2{
	height:auto;
}



/*********************** FOOTER **********************/
#footer {
	position: relative;
	clear:both;
	background: #efefef url(../images/footerBack.jpg) top repeat-x;
	margin-top:25px;
	height: auto;
	padding-top: 15px;
}
.footerLinks{
	width: 800px;
	text-align: left;
	padding: 10px 0 0 0;
	margin: 0 auto;
	color: #4d4d4d;
	float: left;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #4d4d4d;
	text-decoration: none;
}
#footer a:hover{
	color: #263997; 
	text-decoration: underline;
}
#footer ul{
	list-style-type: none;
	display: block;
	float: left;
	margin: 0 25px 0 0;
	padding: 0 10px 0 0;
	color: #4d4d4d;
	font-size: 12px;
}
.footerLinks ul{
	text-align: left;
}
.rightFooterLinks ul{
	text-align: right;
}
.rightFooterLinks{
	display: block;
	text-align: center;
	float: right;
	padding: 10px 0 0 0;
}
/* CLEAR FIX
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#copyright{
	clear:both;
	text-align:center;
	height: 25px;
}
/********infopages********/

#infoPage{
	/*background: url(../../../assets/images/newbackTile.jpg) repeat-y;*/
	/*background: #ebebeb;*/
	padding: 12px 0 0 0;
	width: 965px;
	text-align:left;
}
#welcome{
	height: 30px;
	/*background: url(../../../assets/images/eraLogoLight.png) no-repeat;*/
	margin: 0;
	padding: 5px 0 0 0;
	color: #B80C0C;
    font-family: Lucida Sans Unicode,Lucida Grande,Verdana,sans-serif;
    font-size: 18px;
}

#welcomeLeft { float: left; }

#welcomeRight { float: right; }

/********about us********/
#aboutUsText { 
font-size: 11px;
    line-height: 16px;
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	text-align:left;
}

#mapLink{
	clear: both;
	padding-top: 10px;
}
.plus{
	float: left;
	height: 42px;
	margin: 5px 0 15px 0;
	padding: 2px 0 2px 0;
	position: relative;

}
.globe{
	position: absolute;
	background:  url(../images/globe.png) no-repeat;
	width: 50px;
	height: 50px;
}
.plus a, .plus a:visited, plus a:active{
	display: block;
	width: 615px;
	background: #fff;
	height: 30px;
	margin: 8px 0 0 10px;
	padding: 5px 5px 0px 50px;
	text-decoration: none;
	color: #000;
	font-family: Lucida Sans Unicode,Lucida Grande,Verdana,sans-serif;
    font-size: 16px;
	border: 1px solid #dcdcdc;
}
.plus a:hover{
	text-decoration: underline;
	color: #000;
}

.titles {
	color: #fff;
	/*background: url(../images/groupPicBack.png) no-repeat;*/
	background: #b6000c;
	float: right;
	line-height: 12px;
	padding: 5px 10px 0 10px;
	width: 180px;
	font-size: 9px;
	margin-top: 0;
}

.titles p {
	margin:0 0 7px 0;
	padding:0;
}

#techText {
	float: right;
	font-size: 11px;
	line-height: 16px;
	margin: 0 0 0 7px;
	text-align:left;
	position: relative;
}
.PGtitle{
	position: absolute;
	top: 0;
	right: 0;
	width: 245px;
	height: 315px;
	color: #ffffff;
	font-size: 9px;
	padding: 10px 0 0 30px;
	line-height: 11px;
	background: url(../images/phillip.png) top right no-repeat;
}
.PGtext{
	background: #fff;
	padding: 15px 15px 0 15px;
	width: 835px;
	margin: 23px 95px 0 0 ;
	float: right;
	border: 1px solid #dcdcdc;
}
h3{
	height: 20px;
	margin: 0;
	padding: 0;
	color: #B80C0C;
    font-family: Lucida Sans Unicode,Lucida Grande,Verdana,sans-serif;
    font-size: 18px;
	font-weight: normal;
}
#concultingText {
	float: left;
	font-size: 11px;
	line-height: 16px;
	margin: 0 0 0 7px;

	position: relative;
	text-align:left;
}
.NKtitle{
	position: absolute;
	top: 0;
	left: 0;
	width: 245px;
	height: 320px;
	color: #ffffff;
	font-size: 9px;
	padding: 12px 0 0 85px;
	color: #ffffff;
	font-size: 9px;
	float: left;
	line-height: 11px;
	background: url(../images/nicolas.png) top left no-repeat;
}
.consultingText{
	background: #fff;
	padding: 15px 15px 0 15px;
	width: 835px;
	float: left;
	margin: 20px 0 0 0;
	border: 1px solid #dcdcdc;
	}
	
/*********google earth************/
.downloadIntro{
	width: 275px;
	float: left;
	line-height: 17px;
}
#download{
	text-align: center;
	float: right;
	font-size: 11px;
}
#downloadGoogle{
	float: left;
	width: 295px;
	height: 253px;
	background: url(../images/downloadGoogle.jpg) no-repeat;
	margin-left: 15px;
}
#alreadyGoogle{
	float: left;
	width: 295px;
	height: 253px;
	background: url(../images/alreadyGoogle.jpg) no-repeat;
}
#or{
	background: url(../images/or.jpg) no-repeat;
	width: 59px;
	height: 41px;
	float: left;
}
.downloadHead{
	color: #fffffe;
	font-size: 11px;
	font-weight: bold;
	padding: 8px 0 0 0;
}
.downloadBody{
	padding: 20px;
	line-height: 15px;
}
/**********contactUs************/
#contactInfo{
	margin-top: 15px;
	width: 400px;
	float: left;
}
#contactUs{
	width: 450px;
	float: right;
	background-color: #ebebeb;
	padding: 15px;
	margin-top: 20px;
	font-size: 11px;
}
		
#contactUs table tr td{
		text-align: left;
	}
#contactUs .contactLabel{
		text-align: right;
		font-size: 11px;
	}



/****************************************map page************************************************************/
#mapControlBox{
	width:200px;
	height:200px;
	background: #e8e8e8;
	position:absolute;
	top:0;
}
#mapForm{
	margin:30px 0 0 15px;
}
#mapOverlay{
	position:absolute;
	background-color:white;
	opacity:.5;
	filter: alpha(opacity = 50);
	width:100%;
	height:100%;
}
#loaderOverlay{
	position:absolute;
	background-color:white;
}
#loaderOverlay-map{
	position:absolute;
	background-color:rgba(255, 255, 255, .75);
	width:100%;
	height:100%;
}
#loaderOverlay-map p{
    background-color:rgba(211, 211, 211, .80);
    border-radius: 5px;
    color: darkred;
    font-size: 25px;
    font-weight: 500;
    margin-left: 40%;
    margin-top: 25%;
    padding: 50px 30px;
    width: 20%;
}
#loaderOverlay-map p small {
	font-size:15px;
}
#loaderOverlay-map img {
	margin-top:-190px;
	margin-right:-65px;
}
.propertyBox{
	width:515px;
	height:230px;
	overflow:hidden;
}
.propBoxHdr{
	float:left;
	font-family: 'Open Sans Condensed', sans-serif;
	
}
.pBoxProp{
	border:1px #c8c8c8 solid;
	height:185px;
	float:left;
	width:148px;
	padding: 5px;
	margin: 0 5px 0 5px;
	
}
.mapsInfoWindow{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:15px;
	font-weight:bold;
}
.agencyBox{
	width:400px;
	height:170px;
}
.agencyBox img{
	max-height:150px;
	float:right;
}
.agencyAddress{
	font-weight:normal;
}
.agencyBoxHdr{
	float:left;
}
.listLink{
	float:right;
}
.pBoxCityBold{
	font-size:16px;
	font-weight:bold;
}
.pBoxZip{
	font-size:12px;
}

.pBoxPropInfo{
	font-weight:normal;
}
#propsOverlay{
	position:absolute;
	top:0;
	width:0;
	right:-15px;
	background:white;
	z-index:2;
}
#propsOverlayHdr{
	width: 275px;
	padding: 15px;
	position:absolute;
	background: #f3f3f3;
	z-index:4;
}
.properties{
	overflow-y:scroll;
	margin-top: 65px;
	position:relative;
	z-index:3
}
.loading {
	margin-left:22%;
	margin-top:50%;
}
.pOvPod{
	float:left;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:15px;
	border:1px #c8c8c8 solid;
	margin: 5px 10px 5px 10px;
	padding: 5px;
	width: 250px;
}
.pOvPod img{
	margin-right: 10px;
}
iframe{
	border: 1px solid #ccc;
}
.modal{
	z-index: 6;
	position: fixed;
	top:0;
	left:0;
	opacity:.5;
	filter: alpha(opacity = 50);
	width:100%;
	height:100%;
}

.overlay{
	position:fixed;
	z-index:7;
	background-color:white;
}
.closeButton{
	right:100px;
	top:100px;
	width:32px;
	height:32px;
	cursor:pointer;
	background:url("../images/redCollapse.png");none repeat scroll 0 0 rgba(255, 255, 255, 0.5)
}

#sortForm{
    right: -2px;
    top: 66px;
    width: 200px;
	background:rgba(192, 192, 192, 0.8);
	border:1px solid #c8c8c8;
	border-top:none;
	position:fixed;
	padding:10px 20px;
	z-index:1;
}
#sortForm:hover, #sortForm label:hover {
	cursor:move;
}
#slider-range-rooms:hover {
	cursor:default;
}
.ui-state-default, .ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default {
	background:none;
	background-color:#cecece !important;
}
#sortForm form {
	display:block;
	width:100%;
	margin-bottom:10px;
}
#sortForm label, #sortForm select, #sortForm input {
	margin:10px 0;
	width:100%;
}
#sortForm label {
	font-weight:bold;
}
#sortForm #searchBtn {
	margin-bottom:-5px;
}
#show-offices label, 
#show-offices input {
	float:left;
	width:inherit;
	margin:5px 10px 5px 0;
}
#pOvControlBtn{
	cursor:pointer;
}
#sortControl{
	cursor:pointer;
}
.sortSelect{
	cursor:pointer;
	height:15px;
	padding:7px;
	border-bottom:1px solid #c8c8c8;
}
.selectedSort{
	background-color:#efefef;
}
.test{
	margin-top: 20px;
	border:1px solid #cccccc;
	padding: 10px;
}
.testTop{
	background-color:#efefef;
	padding: 10px;
	font-size: 18px;
	font-family: 'Open Sans Condensed', sans-serif;
	line-height: 20px;
	font-weight: bold;
}
.mainTitle{
	color:#b7000c;
	font-size: 20px;
	font-family: 'Open Sans Condensed', sans-serif;
	line-height: 20px;
	margin-bottom: 10px;
	font-weight: normal;
}
.test ul {
	margin-left: 15px;
}

.questionsBox{
	display:none;
}