/*	MapleTree CSS  */
/* Common Styles */
html{
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	/*overflow:auto;*/
}
body {
	padding:0;
	margin:0;
	font-family: Helvetica LT Std, Arial;
	font-size:14px;
	font-weight:normal;
	background:#ffffff;
	background-position:center;
}
select, input, textarea{
	font-family: Helvetica LT Std, Arial;
}
h1, h2, h3, h4, h5, h6{
	font-weight:normal;
	color:#636466;
}

p{
	/*padding:0px 15px 15px 0px;*/
	margin:0;
	/*color:#a7a9ac;
	/*color:#333333;*/
	color:#636466;
}
li{
	/*padding:5px 15px 5px 0px;*/
	color:#636466;
}
p, li{
	line-height:1.6em;
}
a{
	cursor:pointer;
	padding:0;margin:0;
	color:#636466;
}
a:link {
	text-decoration: none;
	color:#636466;
}
a:visited {
	text-decoration: none;
	color:#565555;
}
a:hover {
	text-decoration: underline;
	color:#f3901d;
}
a:active {
	text-decoration: none;
	/*color:#0c558f;*/
}

img{
	border:none;
	padding:0;margin:0;
}
hr{
	border: 1px dotted #cccccc; border-style: none none dotted;
	color: #fff; background-color: #fff;
	width:100%;
	margin-bottom:20px;
	padding-bottom:10px;
}

.visible-xs,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-xs-portrait,
.visible-sm,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-sm-portrait,
.visible-md,
.visible-md-inline,
.visible-md-inline-block {
	display: none;
}

.clear {
	display: block;
	clear: both;
}

.scroll-horizontal {
	/*overflow-x: auto;*/
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: middle;
	border-top: 4px dashed;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.bestView {
	width: 100%;
	margin: 20px 0;
	padding: 15px 0;
	box-sizing: border-box;
	border: 1px solid #CCC;
	background-color: #EFEFEF;
	text-align: center;
}

/* * * * * * * * * * * * *
 * Clear Fix
 * * * * * * * * * * * * */
.clearfix:before,
.clearfix:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-nav:before,
.navbar-nav:after,
.searchCriteria .searchCriteriaBody tr:before,
.searchCriteria .searchCriteriaBody tr:after {
	display: table;
	content: " ";
	border-collapse: collapse;
}
.clearfix:after,
.navbar:after,
.navbar-header:after,
.navbar-nav:after,
.searchCriteria .searchCriteriaBody tr:after {
	clear: both;
}

/* * * * * * * * * * * * *
 * Constant Ratio Container
 * * * * * * * * * * * * */
.constant-ratio-keeper {
	position: relative;
	height: 0;
}
.constant-ratio-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* * * * * * * * * * * * *
 * Navigation Bar
 * * * * * * * * * * * * */
.navbar-header {
	float: left;
}
.navbar-toggle {
	display: none;
}
.navbar-brand {
	float: left;
	display: block;
}
.navbar-nav .submenu {
	display: none;
}
.navbar-nav .submenu.in {
	display: block;
}
.navbar-nav .submenu-toggle .caret {
	display: none;
	visibility: hidden;
	position: relative;
	top: -1px;
	left: 5px;
}
.navbar-nav .submenu-toggle.active .caret {
	visibility: visible;
}

.container{
	margin: 0 auto;
	position:relative;
	/*height:100%;*/
}
.homeContainer{
	position:relative;
	z-index:9;
	background:#ffffff;
	text-align:center;
	overflow:hidden;
}
.baseContainer{
	position:relative;
	z-index:20;
	width:981px;
	background:#ffffff;
	text-align:center;
}
.homeContainer #header{
	position:absolute;
	width:981px;
	margin-left:-490px;
	top:0;
	left:50%;
	z-index:999;
}
.baseContainer #header{
	z-index:999;
	position:relative;
	width:981px;
}
.siteLogo{
	position:relative;
	width:195px;
	text-align:left;
	background:#ffffff;
	height:75px;
	overflow: visible;
	z-index:5001;
}
.siteHeader{
	float:left;
	/*width:781px;*/
	width:786px;
	background:#ffffff;
	height:75px;
	z-index:5000;
}
.topNav{
	float:right;
	height:20px;
	/*width:220px;
	margin-right:33px;
	padding-right:10px;*/
	padding-top:10px;
	font-size:12px;
	margin-right:10px;
}
/*.headerDropDownDiv{
	float:right;
	text-align:left;
	padding-top:10px;
	font-size:12px;
	margin-right:10px;
	height:20px;
}*/
.headerTopDiv{
	text-align:right;
	padding-top:10px;
	font-size:12px;
	margin-right:10px;
}
.headerTopDiv table{
	padding:0;
	margin:0;
	border-collapse:collapse;
}
.headerTopDiv table tr td{
	vertical-align:top;
	padding:0;margin:0;
}
.headerTopDiv .searchToggle {
	display: none;
}
.headerTopDiv .searchMenu {
	display: block;
}
.headerTopDiv .googleSearchBox {
	display: inline-block;
	text-align: left;
}
.headerTopDiv .googleSearchBox .gsc-search-box {
	margin-bottom: 0;
}
.headerTopDiv .headerDropDownDiv {
	display: inline-block;
	text-align: left;
}
.headerTopDiv .headerDropDownDiv .jqTransformSelectWrapper {
	float: none;
}
.headerTopDiv .mobileHeaderDropDownDiv {
	display: none;
}
.headerTopDiv .mobileHeaderDropDownDiv select {
	display: block;
	width: 100%;
	max-width: 320px;
	margin: 0 auto;
	padding: 10px;
	box-sizing: border-box;
	border: 2px solid #FFF;
	background: transparent;
	color: #FFF;
	outline: none;
}
.headerTopDiv .mobileHeaderDropDownDiv select > option {
	background-color: #FFF;
	color: #000;
}
.bottomNav{
	width:100%;
	margin-top: 20px;
}
.topNav div{
	float:left;
	overflow: hidden;
	font-size:12px;
}
.topNav div	a{
	color:#636466;
	padding-left:10px;
	padding-right:10px;
	font-size:12px;
	background:url(../images/downarrow.png) no-repeat right 5px;
}
.topNav	a:hover{
	color:#f3901d;
}
.topNav div select{
	border:1px solid #f3901d;
}
.headerLinks{
	float:right;
	font-size:13px;
	padding-top:11px;
}
.headerLinks div{
	float:left;
	text-align:right;
	color:#cccccc;
	font-size:12px;
	padding-left:3px;
	padding-right:2px;
}
.headerLinks a{
	color:#f3901d;
	font-size:13px;
	padding-top: 0px;
	display: block;
    color: #000000;
    font-size: 20px;
    height: 32px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
}
.headerLinks a:hover{
	color:#f3901d;
	text-decoration:underline;
}

.bottomNav table{
	width:100%;
}
.bottomNav table tr td{
	vertical-align:top;
}
.menu{
	padding-top:0px;
	padding-left:0px;
	float: left;
}

/* Top Menu Navigation */

div#nav
{
	margin: 0;
	font-weight:normal;
	font-size:15px;
	float: left;
}
div#nav div
{
	list-style: none;
	float: left;
}
div#nav div a
{
	display: block;
	color:#000000;
	font-size:20px;
	padding-top:12px;
	height:32px;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
}
div#nav div a:hover
{
	text-decoration: none;
}

div#nav div.home_nav a:hover, div#nav div.home_nav.active_top_nav a span{
	color:#f3901d;
}
div#nav div.orange_nav a:hover, div#nav div.orange_nav a:active, div#nav div.orange_nav.active_top_nav a span{
	color:#f3901d;
}
div#nav div.blue_nav a:hover, div#nav div.blue_nav a:active, div#nav div.blue_nav.active_top_nav a span{
	color:#74489d;
}
div#nav div.green_nav a:hover, div#nav div.green_nav a:active, div#nav div.green_nav.active_top_nav a span{
	color:#b7c726;
}
div#nav div.red_nav a:hover, div#nav div.red_nav a:active, div#nav div.red_nav.active_top_nav a span{
	color:#ef4123;
}
div#nav div.home_nav.active_top_nav, div#nav div.orange_nav.active_top_nav {
	/*background:url(../images/awardsarrow_o.png) no-repeat center 30px;*/
	background:url(../images/downarrow.png) no-repeat center 30px;

}
div#nav div.blue_nav.active_top_nav{
	/*background:url(../images/awardsarrow_p.png) no-repeat center 30px;*/
	background:url(../images/leftarrowdown_blue.png) no-repeat center 30px;
}
div#nav div.green_nav.active_top_nav{
	/*background:url(../images/awardsarrow_g.png) no-repeat center 30px;*/
	background:url(../images/leftarrowdown_green.png) no-repeat center 30px;
}
div#nav div.red_nav.active_top_nav{
	/*background:url(../images/awardsarrow_r.png) no-repeat center 30px;*/
	background:url(../images/leftarrowdown_red.png) no-repeat center 30px;
}
div#nav .submenu
{
	display: none;
    float: left;
    overflow: hidden;
    position: absolute;
	text-align:left;
	left:0px;
	/*padding-top:20px;
	padding-bottom:20px;*/
	background:url(../images/dropdownbg_o.png);
	height:175px;
	width:100%;
	/*width:976px;*/
	padding:0;
	margin:0;
	padding-top:5px;
	padding-bottom:5px;
}
div#nav .submenu.in {
	display: block;
}
div.homepage_nav_width div div{
	/*width:976px !important;*/
	width:100% !important;
}

div#nav div.home_nav div{
	height:0;
	padding:0;
}
div#nav div.orange_nav div, div#nav div.home_nav div{
	background:url(../images/dropdownbg_o.png);
}
div#nav div.blue_nav div{
	/*background:url(../images/dropdownbg_blue.png);*/
	background:url(../images/dropdownbg_purple.png);
}
div#nav div.green_nav div{
	background:url(../images/dropdownbg_green.png);
}
div#nav div.red_nav div{
	background:url(../images/dropdownbg_red.png);
}

div#nav div div table{
	padding:0;
	margin:0;
	border-collapse:collapse;
	/*margin-top:5px;*/
	margin-top:20px;
	margin-bottom:5px;
	width:auto;
	text-align:left;
}
div#nav div div table td{
	vertical-align:top;
	padding:0;
	margin:0;
	padding-left:20px;
	padding-right:20px;
}
div#nav div div table td p{
	font-size:19px;
	color:#ffffff;
	width:210px;
	padding:0;
	margin:0;
	line-height:1.2em;
	padding-top:10px;
	font-weight:bold;
}
div#nav div div table td a{
	padding-left:0px;
	padding-top:6px;
	padding-bottom:6px;
	height:100%;
	font-size:15px;
	color:#ffffff;
	font-weight:normal;
}
div#nav div div table td a:hover {
	color:#000000 !important;
}

.menuBorder{
	border-left:1px dotted #ffffff;
}

/* Footer Styles */

.footer{
	font-family: Helvetica LT Std, Arial;
	position:relative;
	width:981px;
	text-align:center;
}
.footerLink{
	position:relative;
	z-index:15;
	float:left;
	margin-left: 10px;
	text-align:left;
	color:#666666;
}
.footerLink div{
	padding-top:10px;
	padding-bottom:10px;
	font-size:12px;
	color:#cccccc;
}
.footerLink	a{
	color:#666666;
	padding-left:10px;
	padding-right:10px;
}
.footerLink a:hover{
	color:#f3901d;
}
.copyrightsText{
	color:#666666
}

/* SITE MAP STYLES */

.sMapContentDiv{
	position:relative;
	display:none;
	height:100%;
	padding: 10px 0 0;
	text-align:left;
	background:url(../images/sitemapbg_top.jpg) repeat-x top left;
	border:1px solid #f3f2f1;
}
.sMapUpArrow{
	float:right;
	background:url(../images/downarrow.png) no-repeat center right;
	padding-right:15px;
	margin-right:5px;
	cursor:pointer;
	padding-top:10px;
	padding-bottom:10px;
	font-size:12px;
	color:#f3901d;
}
.sMapDownArrow{
	float:right;
	background:url(../images/uparrow.png) no-repeat center right;
	padding-right:13px;
	margin-right:5px;
	cursor:pointer;
	padding-top:10px;
	padding-bottom:10px;
	font-size:12px;
	color:#f3901d;
}
.sMapContentDiv table{
	text-align:left;
	width:100%;
	border-collapse:collapse;
	margin-top:10px;
	background:#f3f2f1;
}
.sMapBottomBorder{
	background:#f3f2f1 url(../images/sitemapbg_bottom.jpg) repeat-x bottom left;
	width:100%;
	height:10px;
}
.sMapContentDiv table tr td{
	vertical-align:top;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:20px;
	/*border:1px solid red;*/
}
.sMapContentDiv .sMapCategoryContainer {
	padding: 0 15px;
	background-color: #f3f2f1;
}
.sMapContentDiv .sMapCategoryRow {
	margin: 0 -10px;
}
.sMapContentDiv .sMapCategory {
	float: left;
	width: 33.333333%;
	padding: 10px;
	box-sizing: border-box;
}
.sMapLinkContainer{
	padding-bottom:10px;
}
.sMapTitle{
	font-size:15px;
	color:#f3901d;
	border-bottom:1px solid #f3901d;
	padding-bottom:5px;
	margin-bottom:5px;
}
.sMapLink{
	padding-top:2px;
	padding-bottom:2px;
}
.sMapLink, .sMapLink a{
	font-size:12px;
	color:#636466;
}
.sMapLink, .sMapLink a:hover{
	color:#f3901d;
}
.sMapSubTitle{
	font-size:13px;
	color:#f3901d;
	margin-left:10px;
}

/* Weibo Styles(for CN site only) */
.DivWeiboCn
{
    height: 122px;
    width:200px;
    border-right: 2px solid #999999;
    }
.DivWeiboLogo
{
    width: 45px;
    float: left;
    height:100%;
}
.DivWeiboLinks
{
    float: left;
}

/* Utility Styles */

.utility{
	float:left;
	width:100%;
	border-bottom:1px solid #cccccc;
	padding-bottom:10px; margin-bottom:10px;
}
/* Breadcrumb Styles */

.breadcrumb{
	float:left;
	width:auto;
	text-align:left;
	color:#a7a9ac;
}
.breadcrumb a{
	color:#a7a9ac;
	font-size:12px;
}
.breadcrumb img{
	padding-left:3px;
	padding-right:3px;
}
.breadcrumbLeftGray{
	color:#636466;
}
.utilityRightPanel{
	float:right;
	/*width:125px;*/
	width:auto;
	text-align:right;
	color:#CCCCCC;
	padding-right:0px;
	font-size:11px;
}
.utilityRightPanel a{
	/*padding-left:6px;
	padding-right:6px;*/
	color:#a7a9ac;
}
.utilityRightPanel a:hover, .topNav a:hover{
	/*color:#0c558f;*/
	text-decoration:underline;
}
.utilityRightPanel span{
	width:1px;
	height:1px;
	float:left;
}
.printIcon{
	margin-right:5px;
}
.shareIcon{
	margin-left:5px;
	margin-right:5px;
}
.fontPlus{
	margin-left:5px;
	margin-right:5px;
}
.fontMinus{
	margin-left:5px;
	margin-right:5px;
}
.utilityRightPanel a.utilityEmail{
	margin-left:5px;
	margin-right:5px;
}
.utilityRightPanel a.utilityRSS{
	margin-left:5px;
}
.utilityRightPanel a.utilityRSS:hover{
	text-decoration:none;
}
.utilityRightPanel a img
{
    vertical-align: middle;
    margin-top: -2px;
}
.utilityRSS img {
	height:15px;
	width:15px;
}

a.utilityRSS:hover{
	text-decoration:none !important;
}
.breadcrumbRight a{
	color:#a7a9ac;
	padding-left:5px;
	padding-right:5px;
}
#orange .breadcrumb a:hover{
	color:#f3901d;
}
#blue .breadcrumb a:hover{
	color:#74489d;
}
#green .breadcrumb a:hover{
	color:#b7c726;
}
#red .breadcrumb a:hover{
	color:#ef4123;
}

#orange .utilityRightPanel a:hover{
	color:#f3901d;
}
#blue .utilityRightPanel a:hover{
	color:#74489d;
}
#green .utilityRightPanel a:hover{
	color:#b7c726;
}
#red .utilityRightPanel a:hover{
	color:#ef4123;
}

/* Home Banner Slideshow Styles */

#slides {
	position:relative;
	width:1280px;
	margin-left:-640px;
	top:0;
	left:50%;
	overflow: hidden;
}
.slides_container {
	width:1280px;
	/*height:755px;*/
	height:100%;
	overflow:hidden;
	display:none;
	text-align:center;
}

.slides_container div.slide {
	width:1280px;
	height:755px;
	display:block;
}
.slides_container div.slide img{
	/*height:755px;*/
}
/*	Home Banner Slideshow Next/Prev Buttons */

#slides .next,#slides .prev {
	position:absolute;
	top:265px;
	width:24px;
	height:43px;
	display:block;
	z-index:503;
}
#slides .next {
	right:152px;
}
#slides .prev {
	left:150px;
}

.caption {
	z-index:500;
	position:absolute;
	right:190px;
	top:260px;
	/*width:645px;*/
	width:auto;
	overflow: hidden;
	line-height:1.33;
	text-shadow:none;
	text-align:left;
	margin-bottom:0px;
	height:auto;
	/*background:url(../images/homebg_orange.png);*/
	background:url(../images/homebg_grey.png);
	/*display:none;
	background:#000;
	opacity:0.7;
	filter: alpha(opacity=70);*/
}
.caption2{
	position:absolute;
	width:225px;
	height:41px;
	right:270px;
	top:360px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:30px;
	color:#ffffff;
	background:url(../images/homebannerbg_yellow.png);
	text-align:center;
}
.caption3{
	position:absolute;
	width:auto;
	height:auto;
	right:190px;
	top:360px;
	color:#ffffff;
	text-align:right;
}
.caption3 img{
	border:4px solid #f3901d;
}
.captionContent{
	position:relative;
	/*margin:10px;*/
	margin-left:10px;
	margin-right:10px;
	padding-left:10px;
	top:0;
	left:0;
	width:auto;
	height:auto;
	z-index:1;
	text-decoration:none;
	text-shadow:none;
}
.captionContent table tr td{
	/*width:50%;*/
}
.captionContent div, .captionContent div p{
	color:#ffffff;
	text-align:right;
}
span.homeBannerAnimTitle1{
	font-size:24px;
	line-height:1em;
}
span.homeBannerAnimTitle2{
	font-size:40px;
	font-weight:bold;
	line-height:1em;
}
.homeBannerAnimSubTitle{
	padding-left:20px;
	padding-right:10px;
	font-weight:bold;
	font-size:14px;
	width:305px;
	line-height:1.3em;
}
.homeBannerAnimSubTitle p{
	font-size:14px;
	line-height:1.3em;
	padding:0;margin:0;
}
.homeBannerAnimSubTitle_left_aligned{
	padding-left:20px;
	padding-right:10px;
	font-weight:bold;
	font-size:14px;
	width:305px;
	line-height:1.5em;
	text-align:left !important;
}
.homeBannerAnimSubTitle_left_aligned p{
	font-size:14px;
	line-height:1.5em;
	padding:0;margin:0;
}
.caption2Title1{
	font-size:16px;
	color:#ffffff;
	padding-top: 8px;
}
.caption2Title2, .caption2Title2 a{
	font-size:15px;
	font-weight:bold;
	color:#ffffff;
}
.pagination {
	position:absolute;
	right:188px;
	top:445px;
	display:block;
	z-index:504;
	margin:0;
	padding:0;
}
.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../images/pagination.png);
	background-position:0 0;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}
/* HOME PAGE EXPAND/COLLAPSE STYLES */

.expandCollpaseContainer{
	position:absolute;
	/*width:981px;*/
	width:981px;
	margin-left:-490px;
	bottom:0;
	left:50%;
	z-index:505;
	background:url(../images/whitebg.png);
	/*cursor:pointer;*/
}
.expandHeaderDiv{
	float:left;
	width:981px;
	text-align:left;
	border-bottom:2px solid #f3901d;
}
.expandTitleDiv{
	float:left;
	width:831px;
	text-align:left;
	padding-top:7px;
	overflow:hidden;
}
#toggleHeadDiv{
	background:url(../images/Expandbg.png) no-repeat;
	height:31px;
	width:150px;
	float:right;
}
.expandContent{
	display:none;
	float:left;
	padding-left:20px;
	padding-right:20px;
	width:941px;
}
.expandContent table{
	width:100%;
	text-align:left;
}
.expandContent table tr th{
	padding-top:10px;
	padding-bottom:10px;
	text-align:left;
}
.expandContent table tr td{
	vertical-align:top;
}
.expandContent select{
	font-size: .8em;
	color:#636466;
	margin-bottom:12px;
}
.expandContent .heading {
	display: table;
	height: 36px;
	font-weight: bold;
	font-size: 14px;
}
.expandContent .heading > span {
	display: table-cell;
	vertical-align: middle;
}

.collapseArrow, .expandArrow{
	/*padding-top:7px;*/
	font-size:12px;
}
.collapseArrow div{
	float:right;
	background:url(../images/downarrowdown_w.png) no-repeat center right;
	padding-right:15px;
	margin-top:12px;
	margin-right:5px;
	cursor:pointer;
	color:#ffffff;
}
.expandArrow div{
	float:right;
	background:url(../images/downarrowup_w.png) no-repeat center right;
	padding-right:15px;
	margin-top:12px;
	margin-right:5px;
	cursor:pointer;
	color:#ffffff;
}
.collapseText, .closeText{
	display:none;
}
.expandText, .moreText{
	display:block;
}

.newsTitle{
	/*color:*/
	font-size:15px;
	font-weight:bold;
	padding-right:20px;
	padding-left:23px;
	text-transform:uppercase;
}
.date, .newsDate{
	/*color:#f3901d;
	color:#a7a9ac;*/
	color:#333333;
	font-size:12px;
	padding-right:10px;
}
.newsDate{
	margin-top:10px;
	padding-bottom:10px;
	width:100%;
}
.expandTitleDiv .date{
	color:#f3901d;
	font-weight:bold;
}
.flashNews{
	font-size:13px;
	color:#000;
}
.homeAnnualReportDiv .annualReportRight img,
.lookingForSpaceImg img{
	border:2px solid #f3901d;
}
.homeAnnualReportDiv{
	width:250px;
}
.homeAnnualReportDiv .annualReportLeft {
	float: left;
	width: 55%;
}
.homeAnnualReportDiv .annualReportRight {
	float: right;
	width: 45%;
}
.highlightsBold{
	/*color:#f3901d;*/
	color:#666666;
	font-size:12px;
	margin-bottom:2px;
	/*font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;*/
}
.submitBtn{
	float:left;
	background:#f3901d;
	padding:2px;
	margin:0;
	padding-left:10px;
	padding-right:10px;
}
.submitBtn a{
	color:#ffffff;
}
.expandContent .submitBtn{
	width:177px;
}
.expandContentDropDown select{
	width:197px;
}

/* SUB PAGE STYLES */

.subContainer{
	position:relative;
	width:981px;
	/*margin-top:75px;*/
}
.subBanner{
	position:relative;
	float:left;
	width:981px;
	height:183px;
}
.subBannerCover{
	position:absolute;
	left:0;
	top:0;
	background:url(../images/subleftcover_topgreen.png);
	width:196px;
	height:183px;
}
.subBannerCoverText{
	position:absolute;
	top:20px;
	left:0;
	margin-left:5px;
	color:#ffffff;
	font-size:23px;
	text-align:left;
	padding:20px;
	padding-left:10px;
	line-height:1.1em;

}
.leftPanel{
	float:left;
	text-align:left;
	width:196px;
	background:url(../images/subleftcover_bottom.png) no-repeat;
	min-height:455px;
}
.subContainer .rightPanel {
    /*width: 98%;*/
    padding-bottom: 0px;
}
.rightPanel{
	float:left;
	text-align:left;
	width:755px;
	padding-top:15px;
	padding-bottom:20px;
	padding-left:15px;
	padding-right:15px;
}
.leftSubPage{
	float:left;
	width:495px;
	background:url(../images/grayline.png) no-repeat top right;
	padding-right:10px;
}
.rightSubPage{
	float:left;
	/*width:250px;*/
	width:185px;
	margin-left:20px;
	margin-right:45px;
}

/* Sub Page Left Menu Navigation */

.leftNav{
	float:left;
	margin-left:13px;
	margin-right:17px;
	width:170px;
}
.leftNavTitle{
	color:#f3901d;
	font-size:17px;
	border-bottom:1px solid #f3901d;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:10px;
	font-weight:bold;
	text-transform:uppercase;
}
.leftNav div a{
	color:#6b5f5d;
	font-size:14px;
}

#orange .leftSubNavDiv > ul > li.active_nav > a,
#orange .leftSubNavDiv > ul > li.active_nav > a:hover{
	color:#f3901d;
}

#blue .leftSubNavDiv > ul > li.active_nav > a,
#blue .leftSubNavDiv > ul > li.active_nav > a:hover{
	color:#74489d;
}
#green .leftSubNavDiv > ul > li.active_nav > a,
#green .leftSubNavDiv > li.active_nav > a:hover{
	color:#b7c726;
}
#red .leftSubNavDiv > ul > li.active_nav > a,
#red .leftSubNavDiv > ul > li.active_nav > a:hover{
	color:#ef4123;
}

.leftNav .leftSubNavDiv ul {
	margin: 0 0 0 3px;
	padding: 0;
}
.leftNav .leftSubNavDiv.level-0 > ul {
	margin: 0;
}
.leftNav .leftSubNavDiv > ul > li {
	position: relative;
	font-size:13px;
	list-style-type: none;
	margin: 0;
	padding: 0 0px 5px 10px;
	background: url(../images/bullets/dot.png) no-repeat 0 6px;
	font-weight:normal;
	line-height:1.2em;
}
.leftNav .leftSubNavDiv.level-0 > ul > li {
	padding-left: 0;
	background: none;
}
.leftNav .leftSubNavDiv.level-0 > ul > li > a {
	font-size: 14px;
}

.leftNav div ul a{
	font-size:13px;
}

.leftNav div span.activeLeftNav{
	position:absolute;
	right:0;
	top:10px;
	color:#f3901d;
	background: url(../images/leftarrowdown.png) no-repeat;
	width:7px;
	height:7px;
}
.leftNav div span.normalLeftNav{
	position:absolute;
	right:0;
	top:10px;
	background: url(../images/leftarrowright.png) no-repeat;
	width:7px;
	height:7px;
}

#orange .leftNav div span.normalLeftNav{
	background: url(../images/rightarrow.png) no-repeat;
}
#blue .leftNav div span.normalLeftNav{
	background: url(../images/leftarrowright_blue.png) no-repeat;
}
#green .leftNav div span.normalLeftNav{
	background: url(../images/leftarrowright_green.png) no-repeat;
}
#red .leftNav div span.normalLeftNav{
	background: url(../images/leftarrowright_red.png) no-repeat;
}

#orange .leftNav div span.activeLeftNav{
	background: url(../images/downarrow.png) no-repeat;
}
#blue .leftNav div span.activeLeftNav{
	background: url(../images/leftarrowdown_blue.png) no-repeat;
}
#green .leftNav div span.activeLeftNav{
	background: url(../images/leftarrowdown_green.png) no-repeat;
}
#red .leftNav div span.activeLeftNav{
	background: url(../images/leftarrowdown_red.png) no-repeat;
}

/*leftNav div .no_sub_nav span.normalLeftNav, .leftNav div .no_sub_nav span.activeLeftNav{
	background:none;
}*/


.leftNav div .activeLeftNav a{
	color:#f3901d;
}
.leftSubNavDiv{
	display:none;
	padding:10px 0;
	overflow:hidden;
	text-align:left;
}
.leftSubNavDiv.level-0{
	padding: 0;
}
.leftSubNavDiv.level-0,
.active_nav .leftSubNavDiv {
	display:block;
}
.leftSubNavDiv ul li ul{
	padding-right:5px;
}
.leftSubNavDiv ul li ul li a{
	font-size:12px;
}
.subContentContainer,
.subContentContainerWithTitle{
	position:relative;
	float:left;
	width:100%;
	text-align:left;
	margin-top:10px;
}
.subContentContainer .subContentTitle,
.subContentContainerWithTitle .subContentTitle{
	float:left;
	width:100%;
	color:#f3901d;
	font-size:25px;
	margin-bottom:15px;
}
.subContentContainer .subContentBlurb{
	float:left;
	width:100%;
	color:#f3901d;
	font-size:18px;
	/*padding-bottom:20px;
	margin-bottom:15px;*/
	font-weight:normal;
}
.subContentContainer .subContentBlurb p{
	line-height:1.4em;
}
/*.subContentContainer ul{
	padding: 0;
	margin: 0px 0px 25px 3px;
	list-style-type: none;
	list-style: none;
	width:100%;
	float:left;
}
.subContentContainer ul li{
	list-style-type: none;
	list-style: none;
	margin: 0;
	padding: 0 5px 10px 10px;
	background: url(../images/bullets/dot.png) no-repeat 0 10px;
	float:left;
	width:100%;
}
.subContentContainer ul li ul li{
	list-style-type: none;
	list-style: none;
	margin: 0;
	padding: 0 5px 10px 10px;
	background: url(../images/bullets/hollowcircle.png) no-repeat 0 10px;
	float:left;
	width:100%;
}*/

.subContentContainer ul{
	list-style-type: none;
	list-style: none;
	padding-left:0;
	margin-left:0;
	margin-top:0px;
	padding-top:0px;
	margin-bottom:10px;
	padding-bottom:10px;
	width:100%;
	float:left;
}
.subContentContainer ul li{
	list-style-type: none;
	list-style: none;
	background: url(../images/bullets/dot.png) no-repeat 0 10px;
	padding-left:10px;
	padding-bottom:5px;
	margin-bottom:5px;
	margin-top:0;
	padding-top:0;
	float:left;
	width:100%;
}
.subContentContainer ul li ul{
	margin-top:10px;
	/*padding-top:10px;*/
	margin-bottom:0px;
	padding-bottom:0px;
}
.subContentContainer hr{
	float:left;
	margin:0;
	padding:0;
	margin-bottom:10px;
}

/* OVERVIEW RIGHT PANEL STYLES */

.rightTabber{
	background:#f0eeef;
	margin-top:20px;
	padding-top:15px;
}
.rightTabTitle{
	color:#f3901d;
	font-size:15px;
	font-weight:bold;
	padding-left:10px;
	padding-bottom:10px;
}
.rightTabLink{
	font-size:13px;
}
.rightTabLink ul {
	padding: 0;
	margin: 5px 0px 0px 0px;
}
.rightTabLink ul li {
	font-size:13px;
	list-style-type: none;
	margin: 0;
	padding: 8px 28px 8px 20px;
	background: url(../images/bullets/dot.png) no-repeat 10px 15px;
	font-weight:normal;
	border-top:1px solid #cccccc;
}

/* SUBPAGE ANNUAL REPORT STYLES */

.annualReportContainer{
	background: url(../images/annualreportbg.jpg) no-repeat;
	width:182px;
	height:90px;
	margin-top:20px;
}
.annualReportContainer table{
	width:100%;
}
.annualReportContainer table tr td{
	/*border:1px solid red;*/
}
.annualReportTitle{
	font-weight:bold;
	text-align:right;
	color:#f3901d;
	padding-right:10px;
}
.annualReportSubTitle{
	font-size:12px;
	padding-right:10px;
	padding-top:10px;
}
.readMore a{
	font-size:12px;
	color:#666666;
}
.readMore a:hover{
	color:#f3901d;
}
.readMore{
	padding-top:10px;
	padding-right:10px;
	text-align: right;
}
.readMore img{
	padding-left:2px;
}
.annualReportYear{
	text-align:right;
	font-weight:bold;
	color:#f3901d;
}
.divBtnContainer{
	padding-top:10px;
	float:right;
	clear: both;
}
.downloadBtn{
	background:#f3901d;
	color:#ffffff;
	width:auto;
	/*padding:5px;*/
	margin-left:15px;
	margin-top:10px;
	font-size:12px;
	text-align:center;
}
.divBtn{
	/*float:right;*/
	float:left;
	background:#b7c726;
	padding:2px;
	margin:0;
	padding-left:10px;
	padding-right:10px;

}
.divBtn a{
	color:#ffffff;
}

#btnReset
{
    cursor: pointer;
    cursor: hand;
    font-family: Helvetica LT Std, Arial;
    font-size:14px;
    font-weight:normal;
    }
/* OUR COMPANY THEME COLOR */

#orange .leftNavTitle{
	color:#f3901d;
	border-bottom:1px solid #f3901d;
}
#orange .leftNav div .activeLeftNav{
	color:#f3901d;
}
#orange .leftNav div .activeLeftNav a{
	color:#f3901d;
}
#orange .subContentContainer .subContentTitle,
#orange .subContentContainer .subContentBlurb,
#orange .subContentContainer .subContentBlurb p,
#orange .subContentContainer ul li a,
#orange .subContentContainer a
{
	color:#f3901d;
}
#orange .rightTabTitle{
	color:#f3901d;
}
#orange .subBannerCover{
	background:url(../images/subleftcover_toporange.png);
}

/* OUR BUSINESS THEME COLOR */

#blue .leftNavTitle{
	color:#74489d;
	border-bottom:1px solid #74489d;
}
#blue .leftNav div .activeLeftNav{
	color:#74489d;
}
#blue .leftNav div .activeLeftNav a{
	color:#74489d;
}
#blue .subContentContainer .subContentTitle,
#blue .subContentContainer .subContentBlurb,
#blue .subContentContainer .subContentBlurb p,
#blue .subContentContainer ul li a,
#blue .subContentContainer a
{
	color:#74489d;
}
#blue .rightTabTitle{
	color:#74489d;
}
#blue .subBannerCover{
	background:url(../images/subleftcover_toppurple.png);
}

/* OUR PORTFOLIO THEME COLOR */

#green .leftNavTitle{
	color:#b7c726;
	border-bottom:1px solid #b7c726;
}
#green .leftNav div .activeLeftNav{
	color:#b7c726;
}
#green .leftNav div .activeLeftNav a{
	color:#b7c726;
}
#green .subContentContainer .subContentTitle,
#green .subContentContainer .subContentBlurb,
#green .subContentContainer .subContentBlurb p,
#green .subContentContainer ul li a
/*#green .subContentContainer a*/
{
	color:#b7c726;
}
#green .rightTabTitle{
	color:#b7c726;
}
#green .subBannerCover{
	background:url(../images/subleftcover_topgreen.png);
}
/* OUR GLOBAL PRESENCE THEME COLOR */

#red .leftNavTitle{
	color:#ef4123;
	border-bottom:1px solid #ef4123;
}
#red .leftNav div .activeLeftNav{
	color:#ef4123;
}
#red .leftNav div .activeLeftNav a{
	color:#ef4123;
}
#red .subContentContainer .subContentTitle,
#red .subContentContainerWithTitle .subContentTitle,
#red .subContentContainer .subContentBlurb,
#red .subContentContainer .subContentBlurb p,
#red .subContentContainer ul li a,
#red .subContentContainer a
{
	color:#ef4123;
}
#red .rightTabTitle{
	color:#ef4123;
}
#red .searchResultsTitle{
	color:#ef4123;
}
#red .subBannerCover{
	background:url(../images/subleftcover_topred.png);
}

/* OUR PORTFOLIO LANDING PAGE STYLES */

.pfMenuContainer * {
	box-sizing: border-box;
}
.pfMenuContainer {
	float: left;
	width: 184px;
	/*height: 246px; /*246px*/
	padding: 5px;
	box-sizing: border-box;
	background-image: url(../images/Portfolio/grayimage.jpg);
}
.pfMenuContainer .pfMenuTitle{
	display: block;
	width:100%;
	font-size:12px;
	padding: 3px 5px 5px;
	color:#666666;
}
.pfMenuContainer .pfMenuDiv > div{
	font-size:13px;
	margin:5px 0;
	padding:7px;
	color:#98a620;
	font-weight:bold;
	text-align:left;
	background: url(../images/Portfolio/whitebg.png);
	cursor:pointer;
}
.pfMenuContainer .pfMenuDiv > div:first-child {
	margin-top: 0;
}
.pfMenuContainer .pfMenuDiv > div.active,
.pfMenuContainer .pfMenuDiv > div.active:hover{
	margin-left: -5px;
	margin-right: -5px;
	padding-left: 12px;
	padding-right: 12px;
	color:#ffffff;
	font-weight:bold;
	text-align:left;
	background: #b7c726 url(../images/Portfolio/portfolioarrow.png) no-repeat 98% 10px;
}

.pfMenuContainer .pfMenuDiv > div:hover a {
	color:#b7c726;
	text-decoration: underline;
}
.pfMenuContainer .pfMenuDiv > div.active a,
.pfMenuContainer .pfMenuDiv > div.active:hover a {
	color:#ffffff;
}

.pfMenuContainer .pfMenuDiv div:hover{
	background:#ffffff;
}

.pfMobileMenuContainer * {
	box-sizing: border-box;
}
.pfMobileMenuContainer {
	display: none;
}
.pfMobileMenuContainer .pfMenuTitle {
	display: block;
	padding: 15px;
	background-image: url(../images/Portfolio/grayimage.jpg);
	font-size: 16px;
}

.imageGallery{
	position:relative;
	width:100%;
	max-width:736px;
	margin:10px 0;
}
.imageGallery table{
	border-collapse:collapse;
	margin-bottom:10px;
}
.imageGallery table tr td{
	vertical-align:top;
	padding:0;margin:0;
	border:1px solid #ffffff;
}
.imgContainer{
	float: left;
	position:relative;
	width: 184px;
	height:123px;
}
.imgContainer a {
	display: block;
}
.imgContainer a > img {
	width: 100%;
	height: auto;
}

.mOverDiv{
	position:absolute;
	width: 100%;
	height: 100%;
	text-align:center;
	display:none;
	cursor:pointer;
	background:url(../images/Portfolio/blackciver.png);
}
.mOverDivTitle{
	position:absolute;
	color:#ffffff;
	font-size:15px;
	top:10px;
	left:0;
	width:174px;
	padding-left:5px;
	padding-right:5px;
	text-align:center;
	font-weight:bold;
}
.mOverDiv .divBtn{
	position:absolute;
	bottom:0;
	right:0;
	color:#ffffff;
}
.mOverDiv .divBtn a{
	color:#ffffff;
}
.searchHeaderContainer{
	position:relative;
	float:left;
	width:100%;
	border-top:1px solid #cccccc;
	background:#eeeeee;
	z-index:1;
}
.searchResultsContainer{
	float:left;
	width:100%;
	padding-top:20px;
	padding-bottom:10px;
	border-top:1px solid #cccccc;
}
.searchTitle{
	font-size:17px;
	font-weight:bold;
	padding-bottom:10px;
	position:relative;
	float:left;
	width:100%;
	margin-top:10px;
}
.searchSubTitle{
	font-size:13px;
	font-weight:bold;
}

.searchCriteriaContainer * {
	box-sizing: border-box;
}
.searchCriteriaContainer {
	padding: 5px;
	box-sizing: border-box;
	font-size: 13px;
}
.searchCriteriaContainer .searchCriteriaSubmit {
	float: left;
	clear: both;
	margin: 10px;
}
.searchCriteriaContainer .searchCriteriaLeftPanel {
	float: left;
	width: 60%;
}
.searchCriteriaContainer .searchCriteriaRightPanel {
	float: right;
	width: 40%;
}
.searchCriteria {
	padding: 10px;
}
.searchCriteria .searchCriteriaTitle {
	display: inline-block;
	margin-bottom:5px;
	color:#b7c726;
	font-weight: bold;
}
.searchCriteria .searchCriteriaBody {
	width: 100%;
	color: #666;
}
.searchCriteria .searchCriteriaBody .jqTransformSelectWrapper {
	float: none;
}
.searchCriteria .searchCriteriaBody .jqTransformSelectWrapper ul {
	max-height: 210px;
	overflow: auto !important;
	margin-bottom: 20px;
}
.searchCriteria .searchCriteriaBody table,
.searchCriteria .searchCriteriaBody tbody,
.searchCriteria .searchCriteriaBody tr,
.searchCriteria .searchCriteriaBody td {
	display: block;
}
.searchCriteria .searchCriteriaBody td,
.searchCriteria .searchCriteriaBody .searchCriteriaCheckbox {
	position: relative;
	float: left;
	width: 100%;
	margin: 3px 0;
}
.searchCriteria .searchCriteriaBody td input[type="checkbox"],
.searchCriteria .searchCriteriaBody .searchCriteriaCheckbox input[type="checkbox"] {
	position: absolute;
	margin: 0px;
	margin-left: 4px;
	margin-top: 1px;
}
.searchCriteria .searchCriteriaBody td input[type="checkbox"]+label,
.searchCriteria .searchCriteriaBody .searchCriteriaCheckbox input[type="checkbox"]+label {
	display: inline-block;
	padding-left: 20px;
}

.searchCriteria#searchProTypeDiv .searchCriteriaBody td {
	width: 33.333333%;
}
.searchCriteria#searchProTypeDiv .searchCriteriaBody td:nth-child(3n+1) {
	clear: left;
}

.searchCriteria#searchPlatformDiv .searchCriteriaBody td {
	width: 50%;
}
.searchCriteria#searchPlatformDiv .searchCriteriaBody td:nth-child(2n+1) {
	clear: left;
}

.morePropertiesDiv{
	/*margin-top:10px;
	margin-left:5px;
	float:left;*/
	background:#B7C726;
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:2px;
	position:absolute;
	left:0;
	top:-42px;
	z-index:100;
}
.morePropertiesDiv a{
	font-weight:normal;
	color:#ffffff;
	font-size:14px;
}
.cityLocationDiv{
	width:280px;
	color:#666;
	font-size:13px;
}
.cityLocationDiv div div{
	width:100%;
	float:left;
}
.cityLocationDiv .inner{
	float:none;
	font-size:13px;
	display:none;
	width:260px;
	padding-left:20px;

}
.searchCriteria .searchCriteriaBody.cityLocationDiv .inner .searchCriteriaCheckbox {
	width:50%;
}
.searchResultsDiv{
	float:left;
	width:100%;
	padding-bottom:40px;
}
.searchResultsDiv table{
	width:100%;
	border-collapse:collapse;
}
.searchResultsDiv table tr td{
	vertical-align:top;
	border-top:1px dotted #cccccc;
	border-bottom:1px dotted #cccccc;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:0px;
}
.searchResultsDiv table tr.tdGray td{
	background:#f3f2f1;
}
.searchResultsImage a{
	background:transparent;
	/*background:#f3f1ed;*/
	/*padding:10px;*/
}
.searchResultsImage img{
	/*background:#f3f1ed;
	border:2px solid #cccccc;*/
}
.searchResultsTitle, .searchResultsDescription{
	width:510px;
	padding-bottom:10px;
}
.searchResultsTitle, .searchResultsTitle a{
	color:#b7c726;
	font-size:18px;
}
.searchResultsDescription{
	font-size:12px;
	color:#666666;
}
.searchResultsDescription span{
	line-height:1.7em;
}
.PortfolioPagination{
	text-align:right;
	padding-bottom:10px;
	vertical-align:top;
}
.PortfolioPagination a, .PortfolioPaginationBottom a{
	vertical-align:top;
	display:inline-block;
}
.PortfolioPagination a:hover, .PortfolioPaginationBottom a:hover{
	color:#b7c726;
}
.PortfolioPagination .paginationFirstButtons, .PortfolioPagination .paginationButtons,
.PortfolioPaginationBottom .paginationFirstButtons, .PortfolioPaginationBottom .paginationButtons
{
	padding-top:3px;
}
.PortfolioPagination.elevated{
	position:absolute;
	right:0;
	top:5px;
	font-size:12px;
}
.PortfolioPaginationBottom{
	position:absolute;
	right:0;
	bottom:0px;
	font-size:12px;
}
.PortfolioPagination{
	font-size:12px;
}
/* OUR PORTFOLIO SUB PAGE STYLES */

.pfSubContainer{
	float:left;
	/*margin-top:20px;*/
	margin-left:20px;
	margin-right:0px;
	width:961px;
	/*padding-top:15px;*/
	padding-top:10px;
	border-top:1px solid #cccccc;/**/
	text-align:left;
}
.pfSubContainer .utility{
	border-bottom:none;
	padding-bottom:0px;
}
.pfSubLeft{
	float:left;
	width:501px;
}
.pfSubRight{
	float:left;
	width:236px;
	padding-left:10px;
}
.pfSubRightContentDiv{
	float:left;
	border:1px solid #b7c726;
	width:100%;
}
.pfSubRightContentDivTitle{
	float:left;
	color:#ffffff;
	font-size:12px;
	background:#b7c726;
	/*width:204px;*/
	width:255px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:30px;
}
.pfSubContentTitleDiv
{
	float:left;
	margin-top:10px;
	color:#ffffff;
	background:#b7c726;
	width:275px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	margin-top:0px !important;
}
.pfContactInfo{
	float:left;
}
.pfContactInfo span{
	width:100%;
	float:left;
}
.pfContactInfo a:hover{
	color:#b7c726;
}
.pfContactInfo p{
	padding-right:0;
	padding-bottom:15px;
	/*font-size:13px;*/
}
.black{
	color:#000;
	font-weight:bold;
}
.blackBold{
	font-weight:bold;
	color:#636466;
}
.blackNormal{
	font-weight:normal;
	color:#666666;
}
.pfPhoneTitle, .pfAddressTitle{
	font-weight:normal;
}
.pfPhone, .pfAddress{
	font-size:15px;
	color:#666666;
	padding-bottom:10px;
}

.contactInfoHeadDiv{
	float:left;
	background:#D3FFC5;
	width:221px;
	padding:5px;
	padding-left:10px;
}
.pfSubRightContentDiv table tr td{
	vertical-align:top;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
}
.pfSubRightContentDiv a{
	color:#b7c726;
}

.multiColDivContainer{
	float:left;
	width:300px;
	padding-bottom:15px;
}

.multiColDivContainerOther{
	float:left;
	width:981px;
	padding-bottom:15px;
}
.multiColDiv{
	float:left;
	/*margin-left:10px;*/
	/*width:234px;*/
	width:285px;
	border-top:2px solid #b7c726;
}
.multiColDiv:last-child{
	border-top:none;
}
.multiColDiv div{
	float:left;
	/*width:275px;*/
	width:270px;
	padding-top:10px;
	padding-left:10px;
	padding-right:15px;
	/*padding-right:5px;
	min-height:65px;*/
	clear:both;
	padding-bottom:10px;
	box-sizing: border-box;
}
.multiColDiv div div{
	padding-left:0px;
	padding-bottom:0px;
}
.multiColDiv div span{
	float:left;
	width:100%;
}
.multiColDivOther{
	float:left;
	margin-right:10px;
	/*margin-left:10px;*/
	width:234px;
	/*width:285px;*/
	border-top:2px solid #b7c726;
}

.multiColDivOther .pfSubContentTitleDiv{
	width:234px;
}

.multiColDivOther:last-child{
	border-top:none;
}
.multiColDivOther div{
	float:left;
	/*width:275px;*/
	width:209px;
	padding-top:10px;
	padding-left:10px;
	padding-right:15px;
	/*padding-right:5px;
	min-height:65px;*/
	clear:both;
	padding-bottom:10px;
}
.multiColDivOther div div{
	padding-left:0px;
	padding-bottom:0px;
}
.multiColDivOther div span{
	float:left;
	width:100%;
}
.multiColDivTitle{
	font-size:12px;
	color:#a7a9ac;
	/*text-transform:uppercase;*/
}
.txtUpperCase{
	text-transform:uppercase;
}
.multiColDivSubTitle{
	padding-top:15px;
	color:#666666;
	/*padding-bottom:10px;*/
}
.multiColDivSubTitle a{
	color:#666666;
}
.multiColDiv hr{
	border: 1px dotted #cccccc; border-style: none none dotted;
	color: #fff; background-color: #fff;
	/*margin-left:15px;*/
	float:left;
	clear:both;
	width:99%;
    display: block;
    margin: -7px 0; /* ie7 and below */
}
.greenBold{
	font-size:23px;
	color:#b7c726;
	font-weight:normal;
}
.pfSubBottomContainer{
	float:left;
	background:#f3f1ed;
	width:981px;
	border-top:1px solid #a7a9ac;
	padding-top:20px;
	padding-bottom:20px;
	text-align:left;
}
.pfRelatedContentLeft{
	float:left;
	width:230px;
	padding-left:25px;
	padding-right:25px;
}
.pfRelatedContentRight{
	float:left;
	width:691px;
	padding-right:10px;
}
.pfRelated{
	font-size:12px;
	color:#666666;
}
.pfRelatedTitle{
	font-size:19px;
	color:#b7c726;
	padding-bottom:20px;
}
.pfRelatedBlurb{
	font-size:14px;
	color:#636466;

}
.pfRelatedContentLeft ul {
	padding: 0;
	margin: 5px 0px 0px 3px;
}
.pfRelatedContentLeft ul li {
	font-size:13px;
	color:#b7c726;
	list-style-type: none;
	margin: 0;
	padding: 0 5px 5px 10px;
	background: url(../images/bullets/dot.png) no-repeat 0 7px;
	font-weight:normal;
}
.pfRelatedContentLeft ul li a{
	color:#b7c726;
}
/* PortFolio Slider Styles */

/*.folio_block {
	float:left;
	position: relative;
	width:100%;
	padding-bottom:20px;
}*/

/*--Main Container--*/

.main_view {
	float: left;
	position: relative;
	width:100%;
	padding-top:20px;
	/*padding-bottom:20px;*/
	background:#f3f1ed;
}
/*--Window/Masking Styles--*/
.window {
	height:443px;
	width: 665px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position:relative;
	float:left;
	display: block;
	width:271px;
	height:448px;
	padding-left:15px;
}
.pagingContainer{
	position:absolute;
	bottom:0;
	vertical-align:bottom;
}
.paging a:hover{
	text-decoration:none;
}
.paging a img{
	border:2px solid #f3f1ed;
}
.paging a.active img{
	border:2px solid #b7c726;
}

.folio_prevnext{
	position:absolute;
	top:50%;
	left:300px;
	width:635px;
}
.folio_prevnext .prev{
	display:block;
	text-align:left;
	float:left;
}
.folio_prevnext .next{
	display:block;
	text-align:right;
	float:right;
}
.folio_content{
	padding-left:280px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:15px;
}

/* GALLERY IMAGE STYLES */

/*.pfThumbHeadContainer{
    position: absolute;
	top: 10px;
    left: 10px;
	width:235px;
	padding-left:15px;
	z-index:1;
}
.pfThumbHead{
	font-size:13px;
	color:#636466;
	padding-top:10px;
	padding-bottom:10px;
	text-transform:uppercase;
	padding-right:10px;
}
.pfThumbSubHead{
	font-size:30px;
	font-weight:bold;
	color:#b7c726;
	padding-bottom:20px;
	padding-right:10px;

}*/
.pfThumbHeadContainer{
    position: absolute;
	top:0;
	left:28px;
	width:280px;
	z-index:1;
}
.pfThumbHead{
	font-size:13px;
	color:#636466;
	padding-top:10px;
	padding-bottom:10px;
	text-transform:uppercase;
	width:100%;
}
.pfThumbSubHead{
	font-size:30px;
	font-weight:bold;
	color:#b7c726;
	width:100%;
}

.folio_block{
	position:relative;
	float:left;
	height:400px;
	width:100%;
	background:#f3f1ed;
	margin-bottom:20px;
	padding-bottom:10px;
}

.galleria-errors{
	display:none;
}
.galleria-container {
    position: relative;
    overflow: hidden;
}
.galleria-container img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.galleria-stage {
    position: absolute;
    /*top: 10px;*/
	top:5px;
    /*bottom: 0px;
    left: 270px;*/
	left: 290px;
    /*right: 15px;*/
    overflow:hidden;
	width:665px;
	float:left;
	height:100%;
}
.galleria-thumbnails-container {
	/*width:251px;*/
	width:281px;
	padding-left:15px;
    bottom: 0px;
    position: absolute;
    left: 15px;
    z-index: 2;
	/*border:1px solid #F3F1ED;*/
}
.galleria-carousel .galleria-thumbnails-list {
    margin-left: 30px;
    margin-right: 30px;
}
.galleria-thumbnails .galleria-image {
	/*height:85px;*/
	height:83px;
	width:100%;
    /*background: #000;*/
	background: #F3F1ED;
    margin: 5px 5px 0px 0;
    float: left;
    cursor: pointer;
}
/*.galleria-stage .galleria-image img{
	border:1px solid red;
	height:403px;
}
.galleria-thumbnails .galleria-image img{
	border:2px solid red;
}
.galleria-thumbnails .galleria-image .active img{
	border:2px solid red;
}
*/
.galleria-counter {
    position: absolute;
    bottom: 10px;
    left: 10px;
	top:-9999px;
    text-align: right;
    color: #fff;
    z-index: 1;
	/*display:none;*/
}
.galleria-image-nav {
    position: absolute;
    top: 50%;
    margin-top: -31px;
    width: 100%;
    height: 62px;
    left: 0;
}

.galleria-image-nav-left,
.galleria-image-nav-right {
    cursor: pointer;
    width: 29px;
    height: 56px;
    position: absolute;
    left: 40px;
    z-index: 2;
}
.galleria-image-nav-right {
    left: auto;
    right: 40px;
    z-index: 2;
}
.galleria-thumb-nav-left,
.galleria-thumb-nav-right {
    cursor: pointer;
    display: none;
    background-position: -495px 5px;
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 23px;
    z-index: 3;
    opacity: .8;
    filter: alpha(opacity=80);
}
.galleria-thumb-nav-right {
    background-position: -578px 5px;
    border-right: none;
    right: 50px;
    left: auto;
}
.galleria-thumbnails-container .disabled {
    opacity: .2;
    filter: alpha(opacity=20);
    cursor: default;
}

.galleria-carousel .galleria-thumb-nav-left,
.galleria-carousel .galleria-thumb-nav-right {
    display: block;
}
.galleria-thumb-nav-left,
.galleria-thumb-nav-right,
.galleria-info-link,
.galleria-info-close,

.galleria-image-nav-right {
	background-image: url(../images/arrowright.png);
    background-repeat: no-repeat;
}
.galleria-image-nav-left{
	background-image: url(../images/arrowleft.png);
    background-repeat: no-repeat;
}

/* MAP DATA STYLES */

.MapData{
	display:none;
}
.propertyDetails{
	float:left;
}
.propertyName{
	font-weight:bold;
	color:#b7c726;
	width:225px;
}

.propertyName a{
	font-weight:bold;
	color:#b7c726;
	width:225px;
}

.propertyName a:hover{
	font-weight:bold;
	color:#b7c726;
	width:225px;
}

.propertyImage{
	margin-top:5px;
	margin-bottom:5px;
}
.propertyImage img{
	width:225px;
	height:150px;
}
.propertyAddress{
	font-size:12px;
	width:225px;
}

#toTop {
	width:80px;
	/*border:1px solid #ccc;
	background:#f7f7f7;*/
	text-align:center;
	font-weight:bold;
	padding:5px;
	position:fixed; /* this is the magic */
	bottom:10px; /* together with this to put the div at the bottom*/
	right:10px;
	cursor:pointer;
	display:none;
	color:#f3901d;
	font-size:11px;
	z-index:1000;
	background: url(../../images/MLT/uparrow.png) no-repeat 0 10px;
}

.responsiveMenu{
	background:#999;
	padding:5px;
	width:50px;
	position:absolute;
	top:20px;
	right:0px;
	display:none;
}
.responsiveMenu a{
	color:#fff;
}
.responsiveMenu a:hover{
	text-decoration:none;
}

/* OUR GLOBAL PRESENCE LANDING PAGE STYLES */

.globalMap{
	float:left;
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	position:relative;
	z-index:100;
}
.ourOfficesDrpodown{
	position:absolute;
	top:20px;
	left:0;
	z-index:100000;
}
.mapCityTitle{
	color:#EF4123;
	font-size:17px;
	padding-bottom:5px;
}
.gMapDiv{
	float:left;
	/*width:605px;
	width:718px;*/
	width:641px;
	height:425px;
	padding-left:20px;
	padding-bottom:35px;
}
.gMapTitle{
	color:#fff;
	background:#333;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	font-weight:bold;
}
.gMapResultsDiv{
	float:left;
}
.gMapResultsDiv table tr td{
	vertical-align:top;
	padding-bottom:10px;
}
.gMapResultsTitle{
	padding-bottom:5px;
	font-weight:bold;
}
.gMapResultsTitle, .gMapResultsTitle a{
	font-size:15px;
	color:#636466;
}
.gMapOurOfficesTitle{
	font-size:16px;
	color:#636466;
	font-weight:bold;
	padding-right:10px;
}
.gMapResultsDescription{
	font-size:14px;
	color:#808080;
	line-height:1.5em;
}
.mapBgNormal{
	/*display:none;
	position:relative;*/
	z-index:101;
	/*border:1px solid red;*/
}


/* HOT SPOT CSS */

.hotSpotSingapore{ /* Singapore */
	position:absolute;
	/*bottom:68px;*/
	bottom:86px;
	left:440px;
}
.hotSpotUK{ /* UK */
	position:absolute;
	/*bottom:68px;*/
	bottom:150px;
	left:300px;
}
.hotSpotMalaysia{ /* Malaysia */
	position:absolute;
	/*bottom:90px;
	left:416px;*/
	bottom:108px;
	left:420px;
}
.hotSpotVietnam{  /* Vietnam */
	position:absolute;
	bottom:180px;
	left:465px;
}
.hotSpotVietnam1{ /* Vietnam  Ha Noi */
	position:absolute;
	bottom:241px;
	left:430px;
}
.hotSpotJapan{ /* Japan */
	position:absolute;
	bottom:450px;
	left:610px;
}
.hotSpotSouthKorea{ /* South Korea */
	position:absolute;
	bottom:425px;
	left:555px;
}
.hotSpotHongKong{ /* Hong Kong */
	position:absolute;
	bottom:281px;
	left:497px;
}
.hotSpotChina{ /* China Beijing */
	position:absolute;
	bottom:430px;
	left:478px;
	z-index:205;
}
.hotSpotChina2{ /* China Shangai */
	position:absolute;
	bottom:370px;
	left:525px;
}
.hotSpotChina3{ /* China Ghuangzhou */
	position:absolute;
	bottom:290px;
	left:483px;
}
.hotSpotIndia1{/* India Chennai */
	position:absolute;
	bottom:165px;
	left:235px;
	display:none;
}
.hotSpotIndia2{/* India Banglore */
	position:absolute;
	bottom:182px;
	left:215px;
}
.hotSpotIndia3{/* India Mumbai */
	position:absolute;
	bottom:225px;
	left:185px;
}
.hotSpotIndia4{/* India Delhi */
	position:absolute;
	bottom:310px;
	left:225px;
}
.mapContentShow{
	position:absolute;
	z-index:10001;
	top:10px;
	/*left:10px;*/
	display:none;
	padding:10px;
	width:225px;
	background:#ffffff;
	border:2px solid #EF4123;
}
.hotSpotSingapore .mapContentShow,
.hotSpotMalaysia .mapContentShow,
.hotSpotVietnam .mapContentShow,
.hotSpotVietnam1 .mapContentShow,
.hotSpotHongKong .mapContentShow,
.hotSpotChina .mapContentShow,
.hotSpotChina1 .mapContentShow,
.hotSpotChina3 .mapContentShow,
.hotSpotIndia1 .mapContentShow,
.hotSpotIndia2 .mapContentShow,
.hotSpotIndia3 .mapContentShow,
.hotSpotIndia4 .mapContentShow,
.hotSpotUK .mapContentShow
{
	left:0px;
}

.hotSpotJapan .mapContentShow{
	left:-100px;
}
.hotSpotChina2 .mapContentShow{
	left:-10px;
}
.hotSpotSouthKorea .mapContentShow{
	left:-50px;
}

.mapContentShow div{
	z-index:10002;
	width:100%;
	float:left;
	padding-top:2px;
	padding-bottom:2px;
}
.mapContentHead{
	font-size:15px;
	font-weight:bold;
	padding-right:10px;
	/*background: url(../images/AsianPresence/Icons/flag_Singapore.jpg) no-repeat 0 0px; */
	border-bottom:1px solid #f2f1ed;
}
.mapContentHead span{
	float:left;
}
.mapContentHead a{
	float:left;
	width:190px;
}
.mapContentSubHead{
	font-size:14px;
	font-weight:normal;
	border-bottom:1px solid #f2f1ed;
	padding-right:10px;
}
.mapContentBottom{
	font-size:13px;
	color:#EF4123;
}
.flagSingapore{
	float:left;
	background: url(../images/AsianPresence/Icons/flag_Singapore.jpg) no-repeat 0 0px;
	width:27px;
	height:18px;
	padding-right:5px;
}
.flagUK{
	float:left;
	background: url(../images/AsianPresence/Icons/flag_UK.jpg) no-repeat 0 0px;
	width:27px;
	height:18px;
	padding-right:5px;
}
.flagMalaysia{
	float:left;
	background: url(../images/AsianPresence/Icons/flag_Malaysia.jpg) no-repeat 0 0px;
	width:27px;
	height:18px;
	padding-right:5px;
}
.flagChina{
	float:left;
	background: url(../images/AsianPresence/Icons/flag_China.jpg) no-repeat 0 0px;
	width:27px;
	height:18px;
	padding-right:5px;
}
.flagJapan{
	float:left;
	background: url(../images/AsianPresence/Icons/flag_Japan.jpg) no-repeat 0 0px;
	width:27px;
	height:18px;
	padding-right:5px;
}
.flagIndia{
	float:left;
	background: url(../images/AsianPresence/Icons/flag_India.jpg) no-repeat 0 0px;
	width:27px;
	height:18px;
	padding-right:5px;
}
.flagVietnam{
	float:left;
	background: url(../images/AsianPresence/Icons/flag_Vietnam.jpg) no-repeat 0 0px;
	width:27px;
	height:18px;
	padding-right:5px;
}
.flagHongKong{
	float:left;
	background: url(../images/AsianPresence/Icons/flag_HongKong.jpg) no-repeat 0 0px;
	width:27px;
	height:18px;
	padding-right:5px;
}
.flagSouthKorea{
	float:left;
	background: url(../images/AsianPresence/Icons/flag_SouthKorea.jpg) no-repeat 0 0px;
	width:27px;
	height:18px;
	padding-right:5px;
}


/* MEDIA OVERVIEW PAGE STYLES */

.mediaContainer{
	float:left;
}
.latestNewsDiv{
	float:left;
	width:540px;
	/*padding-right:20px;*/
}
.mediaTableDivRight{
	float:right;
	padding-left:10px;
	width:200px;
}
.mediaThumbImg{
	padding-bottom:20px;
}

.latestNewsDiv ul {
	padding: 0;
	margin: 5px 0px 0px 3px;
}
.latestNewsDiv ul li {
	font-size:13px;
	list-style-type: none;
	margin: 0;
	padding: 0 5px 5px 10px;
	background: url(../images/bullets/dot.png) no-repeat 0 7px;
	font-weight:normal;
}
.latestNewsDiv ul li a{
	color:#636466 !important;
}
.latestNewsDiv ul li a:hover{
	color:#F3901D !important;
}

/* MEDIA NEWS ARCHIVE PAGE STYLES */

.newsHeaderContainer{
	float:left;
	/*margin-bottom:10px;*/
}
.newsContainerDiv{
	float:left;
	width:100%;
	margin-top:10px;
}
.newsContainerDiv table{
	border-collapse:collapse;
	width:100%;
}
.newsContainerDiv table tr td{
	vertical-align:top;
	padding-bottom:10px;
}
.newsHeaderContainer table{
	border-collapse:collapse;
	/*width:200px;*/

}
.newsHeaderContainer table tr td{
	vertical-align:top;
	/*padding-top:20px;*/
	text-align:left;
	float:left;
	/*border:1px solid red;*/
	padding-bottom:20px;
}
.mediaTitle{
	font-size:15px;
	font-weight:bold;
}
.mediaSubTitle{
	color:#f3901d;
	font-size:17px;
	margin-bottom:10px;
}
.mediaTableContent{
	width:620px;
	/*padding-bottom:15px;*/
}
.latestNewsDiv .mediaTableContent{
	width:540px;
	padding-top:20px;
}
.mediaTableContent p{
	line-height:1em;
}
.mediaTableContent p, .mediaTableContent a{
	font-size:15px;
	color:#636466 !important;
	/*margin-top:-3px;
	padding-top:-3px;*/

}
.mediaTableContent a:hover, .mediaTableContent p a:hover{
	color:#F3901D !important;
}
.newsHeaderContainer .divBtn, #orange .divBtn{
	background:#f3901d;
	padding:2px;
	margin:0;
	padding-left:10px;
	padding-right:10px;
	color:#ffffff;
}
.byYear{
	padding-right:20px;
	padding-top:5px;
	font-size:14px;
}
.pulicationTitle{
	font-size:14px;
	padding-top:5px;
}
/*.pulicationTitle a{
	margin-top:3px;
	float:left;
}*/
/* MEDIA NEWSLETTER SUBSCRIPTIONPAGE STYLES */

.newsletterDiv{
	float:left;
	padding-top:10px;
	width:100%;
}
.newsletterSubscripeDiv{
	background:#EEE;
	padding:10px;
	color:#636466;
	float:left;
}

.newsletterSubscripeDiv input{
	width:140px;
	margin-right:20px;
}
.newsletterSubscripeDiv input[type="submit"]{
	border:none;
	padding-left:10px;
	padding-right:10px;
	width:100%;
	cursor:pointer;
	font-size:14px;
	height:20px;
}
.nSubscripeDivRow{
	float:left;
	width:100%;
}
.nSubscripeDivCol{
	float:left;
	width:365px;
	border-top:1px dotted #ccc;
	margin-right:10px;
	padding-top:10px;
}
.nSubscripeTableContent{
	width:214px;
	padding-left:10px;
}
.nSubscripeTableContent div{
	padding-bottom:5px;
}
.nSubscripeTableContent p, .nSubscripeTableContent a{
	font-size:15px;
	color:#636466 !important;
	margin-top:-3px;
	padding-top:-3px;
}
.nSubscripeTableContent a:hover, .nSubscripeTableContent p a:hover{
	color:#F3901D !important;
}
.nSubscripeDivCol table tr td{
	vertical-align:top;
	text-align:left;
	float:left;
	padding-bottom:20px;
	/*padding-right:10px;*/
}

/* CONTACT US PAGE STYLES */

.feedBackContainer{
	float:left;
	padding-top:20px;
	color:#636466;
	font-family: Helvetica LT Std, Arial;
}
.feedBackContainer .capthcaDiv {
	width: 650px;
}
.feedackTitle{
	font-size:15px;
	width:100%;
	font-weight:bold;
}
.feedackSubTitle{
	font-size:13px;
	padding-top:10px;
}
.feedBackContainer table{
	/*padding-top:20px;
	border:1px solid gray;
	border-collapse:collapse;*/
	margin-top:10px;
	width:100%;
	font-size:12px;
}
.feedBackContainer table tr td{
	padding-top:10px;
	padding-bottom:10px;
	vertical-align:top;
	/*border:1px solid red;*/
}
.feedBackContainer table tr td table{
	margin:0;padding:0;
	width:auto !important;
}
.feedBackContainer table tr td table tr td{
	vertical-align:top;
	padding-top:0px !important;
}
.feedBackContainer select{
	width:20em;
	margin-top:5px;
}
.feedBackContainer input{
	width:20em;
	margin-top:5px;
}

.feedBackContainer .EmailSubscription input{
	margin-top:5px;
	width:20px;
}
.feedBackContainer textarea{
	/*width:45em;*/
	width:650px;
	margin-top:5px;
}
.feedbackBtnContainer{
	float:left;
}
.feedBackContainer .divBtn{
	margin-right:10px;
	/*height:20px;*/
}
.errMsg, .error_msg{
	font-size:12px;
	color:#ff0000;
}
.feedBackContainer input[type="submit"], .feedBackContainer input[type="reset"]{
	border:none;
	padding-left:10px;
	padding-right:10px;
	width:100%;
	cursor:pointer;
	font-size:14px;
	height:20px;
	margin:0px;
}
.capthcaDiv{
	position:relative;
}
.Captcha_Error_Div{
	position:absolute;
	/*left:194px;*/
	left:200px;
	top:28px;
	width:300px;
}
.capthcaDiv input{
	margin-left:0px;
	margin-left:0px;
	width:5em;
}
.capthcaDiv div div span{
	float:left;
	width:100%;
	/*display:inline;*/
}
.lastNameLabel{
	/*width:90px;*/
	padding-left:10px;
}
.fisrtNameInput input, .lastNameInput input{
	width:20em;
}

/* AWARDS & ACCOLADES PAGE STYLES */

.awardsContainer{
	float:left;
	padding-top:5px;
	position:relative;
}
.awardsContentDiv{
	display:none;
	overflow:hidden;
	text-align:left;
}
.awardsRowDiv{
	float:left;
	position:relative;
	width:750px;
	border-bottom:3px solid #F2F1ED;
	padding-top:10px;
}
.awardsTitleDiv{
	border-collapse:collapse;
	width:auto;
}
.awardsTitlecolDiv{
	border-left:1px solid #ccc;
	padding-left:5px;
	padding-bottom:10px;
}

.colYear1, .colYear2, .colYear3, .colYear4{
	font-size:22px;
	color:#fff;
	cursor:pointer;
}
.colYear1 div.yearBg, .colYear2 div.yearBg, .colYear3 div.yearBg, .colYear4 div.yearBg{
	padding:10px;
	height:23px;
}
.colYear1 div.yearBg.activeBg, .colYear2 div.yearBg.activeBg, .colYear3 div.yearBg.activeBg, .colYear4 div.yearBg.activeBg{
	padding:15px;
}
.colYear1 div.yearBg{
	background:#f3901d;
}
.colYear2 div.yearBg{
	background:#74489d;
}
.colYear3 div.yearBg{
	background:#9caa19;
}
.colYear4 div.yearBg{
	background:#ef4123;
}

.colYear1 div.normal, .colYear2 div.normal, .colYear3 div.normal, .colYear4 div.normal{
	background:none;
	height:7px;
}
.colYear1 div.active{
	background:url(../images/awardsarrow_o.png) no-repeat center top;
	height:7px;
}
.colYear2 div.active{
	background: url(../images/awardsarrow_p.png) no-repeat center top;
	height:7px;
}
.colYear3 div.active{
	background: url(../images/awardsarrow_g.png) no-repeat center top;
	height:7px;
}
.colYear4 div.active{
	background: url(../images/awardsarrow_r.png) no-repeat center top;
	height:7px;
}

.awardsContentDiv table{
	font-size:14px;
	color:#636466;
	border-collapse:collapse;
	width:700px;
	text-align:left;
	padding:0;
	margin:0;
	height:auto;
}
.awardsContentDiv table tr td{
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
	border-top:1px solid #cccccc;
	vertical-align:top;
	text-align:left;
}
.awardsTitlecolDiv a{
	float:left;
	padding-top:2px;
	padding-bottom:2px;
}
.awardsTitlecolDiv p, .awardsTitlecolDiv a{
	font-size:12px;
	color:#636466;
}
.awardsTitlecolDiv a:hover{
	color:#F3901D;
}
.awardsImageTD{
	width:180px;
}
.awardsContentTitle{
	font-size:22px;
}
span.awardProperty, p.awardProperty{
	font-size:22px;
}
span.awardTitle{
	font-size:14px;
}
span.awardingBody{
	padding-top:10px;
	font-size:12px;
	color:#333;
}
.awardsContentLogo{
	padding-top:10px;
}

.contentTableNoborder{

}
.contentTableNoborder.color_1 .awardProperty, .contentTableNoborder.color_1 .awardTitle{
	color:#F3901D;
}
.contentTableNoborder.color_2 .awardProperty, .contentTableNoborder.color_2 .awardTitle{
	color:#74489d;
}
.contentTableNoborder.color_3 .awardProperty, .contentTableNoborder.color_3 .awardTitle{
	color:#9caa19;
}
.contentTableNoborder.color_4 .awardProperty, .contentTableNoborder.color_4 .awardTitle{
	color:#ef4123;
}

/* AWARDS JCarousel Banner */

.awardsCarouselContainer{
	height:200px;
	position:relative;
}
.awardsCarouselContent{
	position:absolute;
	bottom:0;
	width:181px;
}
.jcarousel-skin-milestones .jcarousel-container {
}
.jcarousel-skin-milestones ul{
	list-style:none;
	list-style-type: none;
}
.jcarousel-skin-milestones ul li{
	list-style:none;
	list-style-type: none;
	background-image:none;
	height:100%;
	padding:0;
	margin:0;
}
.jcarousel-skin-milestones .jcarousel-direction-rtl {
	direction: rtl;
}
.jcarousel-skin-milestones .jcarousel-container-horizontal {
	width:730px;
    padding:0px 0px;
}
.jcarousel-skin-milestones .jcarousel-clip {
    overflow: hidden;
}
.jcarousel-skin-milestones .jcarousel-clip-horizontal {
	margin-left:15px;
    width:724px;
}
.jcarousel-skin-milestones .jcarousel-item {
    /*width: 215px;*/
	width:181px;
}
.jcarousel-skin-milestones .jcarousel-item-horizontal {
	/*margin-left: 12px;
    margin-right: 6px;*/
}

.jcarousel-skin-milestones .jcarousel-direction-rtl .jcarousel-item-horizontal {
	/*margin-left: 6px;
    margin-right: 0;*/
	margin-left: 0;
    margin-right: 0;
}
.jcarousel-skin-milestones .jcarousel-item-placeholder {
    color: #000;
}
/**
 *  Horizontal Buttons
**/
.jcarousel-skin-milestones .jcarousel-next-horizontal {
    position: absolute;
    bottom: -3px;
    right: -35px;
    width: 26px;
    height: 53px;
    cursor: pointer;
    background: transparent url(/images/awards_rightarrow_mo.jpg) no-repeat 0 0;
}
.jcarousel-skin-milestones .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(/images/awards_rightarrow.jpg);
}
.jcarousel-skin-milestones .jcarousel-next-disabled-horizontal,
.jcarousel-skin-milestones .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-milestones .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-milestones .jcarousel-next-disabled-horizontal:active {
	cursor: normal;
    /*background-position: -96px 0;*/
	background-image: url(/images/awards_rightarrow.jpg);
}
.jcarousel-skin-milestones .jcarousel-prev-horizontal {
    position: absolute;
    bottom: -3px;
    left: -10px;
    width: 26px;
    height: 53px;
    cursor: pointer;
    background: transparent url(/images/awards_leftarrow_mo.jpg) no-repeat 0 0;
}
.jcarousel-skin-milestones .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(/images/awards_leftarrow_mo.jpg);
}
.jcarousel-skin-milestones .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-milestones .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-milestones .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-milestones .jcarousel-prev-disabled-horizontal:active {
	cursor: normal;
	/*background-position: -96px 0;*/
	background-image: url(/images/awards_leftarrow.jpg);
}


/* BOARD OF DIRECTORS */

.boardDirectorsContainer{
	float:left;
	padding-top:20px;
	position:relative;
}
.boardDirectorsContentDiv{
	float:left;
	/*display:none;*/
	overflow:hidden;
	text-align:left;
	width:100%;
}
.boardDirectorsMoreContent{
	padding-top:0px;
	padding-left:10px;
	padding-right:10px;
}
.boardDirectorsMoreContent p{
	padding-top:0;
	padding-bottom:0;
	margin-top:5px;
	margin-bottom:15px;
	font-size:14px;
}
.boardDirectorsRowDiv{
	float:left;
	position:relative;
	width:750px;
	border-bottom:1px solid #F2F1ED;
	padding-top:10px;
	border-collapse:collapse;
}
.rulerDiv{
	float:left;
	width:100%;
	height:2px;
	background:#f3901d;
	margin-top:40px;
}
.boardDirectorsTwoColDiv{
	float:left;
	position:relative;
	width:750px;
	/*border-bottom:2px solid #F2F1ED;*/
	padding-top:10px;
	border-collapse:collapse;
}
.boardDirectorsTwoColDiv tr td, .boardDirectorsContainer tr td{
	vertical-align:top;
}
/*.boardDirectorsContainer tr td{
	border-bottom:1px dotted #999999;
}*/
.boardDirectorsRowDiv2{
	float:left;
	width:365px;
	margin-right:10px;
	padding-top:20px;
	padding-bottom:10px;
	position:relative;
	border-bottom:1px dotted #999999;/**/
}
.boardDirectorsTitle{
	font-size:19px;
	color:#F3901D;
}
.boardDirectorsContentHeadDiv{
	float:left;
	width:100%;
}
.boardDirectorsImage{
	float:left;
}

.boardDirectorsDescDiv{
	float:left;
	padding-top:10px;
	padding-bottom:5px;/**/
	width:368px;
	margin-right:7px;
	/*border-top:2px solid #F3901D;*/
	overflow:hidden;
	/*min-height:63px;*/
}
.boardDirectorsRowDiv .boardDirectorsDescDiv{
	border-top:2px solid #F3901D;
}
.boardDirectorsDescTitle{
	font-size:17px;
	padding-bottom:0px;
	color:#F3901D;
	padding-left:10px;
}
.boardDirectorsDescSubTitle{
	padding-bottom:10px;
	font-size:15px;
	color:#a7a9ac;
	padding-left:10px;
}
.boardDirectorsDescContent{
	padding-left:10px;
}
.boardDirectorsDescContent, .boardDirectorsDescContent a{
	font-size:14px;
	color:#636466;
}
.boardDirectorsNormalIcon{
	position:absolute;
	right:10px;
	bottom:2px;
	color:#f3901d;
	padding:2px;
	padding-right:10px;
	font-size:13px;
	background: url(../images/downarrow.png) no-repeat center right;
	cursor:pointer;
}
.boardDirectorsActiveIcon{
	position:absolute;
	right:10px;
	bottom:0;
	color:#f3901d;
	padding:2px;
	padding-right:10px;
	font-size:13px;
	background: url(../images/uparrow.png) no-repeat center right;
	cursor:pointer;
}
.boardDirectorsRowDiv .boardDirectorsNormalIcons{
	bottom:60%;
}
.boardDirectorsGroupContentDiv{
	float:left;
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px dotted #999999;
	padding-left:3px;

}
.multiColDivBDirectors{
	float:left;
	width:100%;
}
.multiColDivBDirectors div{
	float:left;
	width:176px;
	padding-right:10px;
}
.boardDirectorsGroupContentDiv table {
	border-collapse:collapse;
}

/* CAREERS PAGE STYLES */

.whyMapletreeDiv{
	float:left;
	width:100%;
}
.whyMapletreeDiv table tr td{
	border-top:1px solid #f2f1ed;
	padding-top:10px;
	padding-bottom:10px;
	vertical-align:top;
}
.whyMapletreeDiv table tr td p{
	padding-bottom:0;
	margin-bottom:0;
}
.whyMapletreeImageTD{
	width:180px;
}
.whyMapletreeTableImage{
	/*float:left;*/
	padding-right:10px;
}

/* VIDEO PAGE STYLES */
.videoTable{
	border-collapse:collapse;
	margin-bottom:10px;
	width:100%;
}
.videoTable tr {
	border-top:1px solid #ccc;
}
.videoTable tr td{
	vertical-align:top;
	padding:10px 0;
	text-align:left;
}
.videoTable tr td p{
	padding-bottom:0px;
}
.whyMapletreeTableTitle, .videoTitle{
	font-size:17px;
	padding-bottom:10px;
	color:#F3901D;
	width:510px;
}
.whyMapletreeTableContent, .videoContent{
	font-size:14px;
	padding-bottom:10px;
	color:#636466;
	width:510px;
}
.videoThumb{
	position:relative;
	float:left;
}
.playIcon{
	position:absolute;
	top:50%;
	left:50%;
	margin-top: -35px;
	margin-left: -35px;
}

/* HISTORY AND MILESTONES PAGE STYLES */

.contentTableHistory tr td{
	padding:0;margin:0;
}
.historyYear{
	background:#F3901D;
	/*padding:5px;*/
	font-size:22px;
	color:#fff;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
}
.historyMonth{
	color:#F3901D;
	font-size:16px;
	padding-top:10px;
	padding-bottom:0px;
}
.historyYearBorder{
	border-bottom:1px solid #ccc;
}
.contentTableNoborder.color_1 .historyMonth{
	color:#F3901D;
}
.contentTableNoborder.color_2 .historyMonth{
	color:#74489d;
}
.contentTableNoborder.color_3 .historyMonth{
	color:#9caa19;
}
.contentTableNoborder.color_4 .historyMonth{
	color:#ef4123;
}
.contentTableNoborder.color_1 p a{
	color:#F3901D !important;
}
.contentTableNoborder.color_2 p a{
	color:#74489d !important;
}
.contentTableNoborder.color_3 p a{
	color:#9caa19 !important;
}
.contentTableNoborder.color_4 p a{
	color:#ef4123 !important;
}


/* PRINT FRIENDLY PAGE STYLES */

.printFriendly{
	/*position:absolute;
	left:0;
	top:100px;*/
	position:relative;
	float:left;
	width:755px;
	margin-left:20px;
	text-align:left;
}


/* Content Styles*/

/*Common styles*/
h1{font-size:21px;}
h2{font-size:19px;}
h3{font-size:17px;}
h4{font-size:15px;}


/*Custom table*/
/*contentTable - used in: Our Business/Capital Management And Investment/ Private Real Estate Funds/Mapletree Industrial Fund*/
/*contentTableBox - sample page:*/
/*contentTableBorderTop - sample page:*/
/*contentTableHover - sample page:*/
/*contentTableDataHover - sample page:*/
/*contentTableNoborder - used in: Awards*/

table.contentTable, table.contentTableBox, table.contentTableBorderTop, table.contentTableHover, table.contentTableDataHover, table.contentTableNoborder{
	width:auto;
	border-collapse:collapse;
	margin-bottom:10px;
}

table.contentTable thead tr th{
	text-align:left;
	font-weight:bold;
	color:#fff;
	padding:8px;
	/*background:#8f8f8f;
	border-bottom:1px solid #8f8f8f;*/
}
#orange table.contentTable thead tr th{
	background:#F3901D;
}
#blue table.contentTable thead tr th{
	background:#74489d;
}
#green table.contentTable thead tr th{
	background:#9caa19;
}
#red table.contentTable thead tr th{
	background:#ef4123;
}
table.contentTable tbody tr th{
	text-align:left;
	font-weight:bold;
	color:#636466;
	padding:8px;
	border-bottom:1px solid #8f8f8f;
}
table.contentTable tbody tr td{
	text-align:left;
	font-weight:normal;
	color:#636466;
	padding:8px;
	border-bottom:1px solid #8f8f8f;
}
#orange table.contentTable tbody tr th, #orange table.contentTable tbody tr td{
	border-bottom:1px solid #F3901D;
}
#blue table.contentTable tbody tr th, #blue table.contentTable tbody tr td{
	border-bottom:1px solid #74489d;
}
#green table.contentTable tbody tr th, #green table.contentTable tbody tr td{
	border-bottom:1px solid #9caa19;
}
#red table.contentTable tbody tr th, #red table.contentTable tbody tr td{
	border-bottom:1px solid #ef4123;
}
table.contentTable tbody tr th.contentFootnotes, table.contentTable tbody tr td.contentFootnotes{
	text-align:left;
	font-size:12px;
	font-weight:normal;
	color:#636466;
	padding:5px 8px;
	border-bottom:0px !important;
}

table.contentTableBox td{
	background-color:#fef5ec;
	border:1px solid #fce4c9;
	padding:5px 20px;
}

/*table.contentTableBorderTop{width:auto; border-collapse:collapse; margin-bottom:10px;}*/
table.contentTableBorderTop td{vertical-align:top; border-top:1px solid #ccc; padding-top:10px; padding-bottom:0px;}
table.contentTableBorderTop h1{ font-size:16px; font-weight:normal;}
table.contentTableBorderTop img{margin:2px 10px 10px 5px;}

table.contentTableHover thead th{
	background:#8f8f8f;
	vertical-align:top;
	text-align:left;
}
table.contentTableHover th{
	background:#8f8f8f;
	padding:8px;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	color:#fff;
	font-weight:bold;
	vertical-align:top;
	text-align:left;
}
table.contentTableHover tbody tr th{
	background: #8f8f8f;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	vertical-align:top;
	text-align:left;
}
table.contentTableHover tbody tr td{
	background:#f2f1ed;
	padding:8px;
	border-top:1px solid #fff;
	color:#666666;
	border-right:1px solid #fff;
	vertical-align:top;
	text-align:left;
}
/*table.contentTableHover tbody tr:hover th{ background:#8f8f8f; }
table.contentTableHover tbody tr:hover td{ background:#e8e8e8; }*/

table.contentTableDataHover thead th{
	border-bottom:2px solid #8f8f8f;
	vertical-align:top;
	text-align:left;
}
table.contentTableDataHover th{
	padding:8px;
	vertical-align:top;
	text-align:left;
	color:#636466;
	font-weight:bold;
}
table.contentTableDataHover tbody tr th{
	border-bottom:1px solid #ccc;
	vertical-align:top;
	text-align:left;
}
table.contentTableDataHover tbody tr:hover th{
	border-bottom:1px solid #ccc;
}
table.contentTableDataHover tbody tr:hover td{
	color:#7a7a7a;
}
table.contentTableDataHover td{
	padding:8px;
	border-bottom:1px solid #ccc;
	vertical-align:top;
	text-align:left;
}
table.contentTableDataHover tbody tr:hover td.bgColor1{
	background-color:#f2f1ed;
	color:#666666;
}

td.bgColor1{background-color:#f2f1ed; color:#666666; vertical-align:top; text-align:left;}

table.contentTableNoborder thead th{
	background:#fff;
	vertical-align:top;
	text-align:left;
}
table.contentTableNoborder th{
	background:#fff;
	padding:8px;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	color:#666666;
	font-weight:bold;
}
table.contentTableNoborder tbody tr th{
	background: #fff;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	vertical-align:top;
	text-align:left;
}
table.contentTableNoborder tbody tr td{
	background:#fff;
	padding:10px;
	border-top:1px solid #fff;
	color:#666666;
	border-right:1px solid #fff;
	vertical-align:top;
	text-align:left;
	box-sizing: border-box;
}
table.contentTableNoborder tbody tr:hover th{ background:#fff; }
table.contentTableNoborder tbody tr:hover td{ background:#fff; }

table.contentTableWithborder{ border-collapse:collapse;width:auto; margin-bottom:30px;}

table.contentTableWithborder thead th{
	border-bottom:2px solid #8f8f8f;
	vertical-align:top;
	text-align:left;
	color:#fff;
	background-color:#8f8f8f;
}
table.contentTableWithborder th{
	padding:8px;
	vertical-align:top;
	text-align:left;
}
table.contentTableWithborder tbody tr th{
	border:1px solid #8f8f8f;
	vertical-align:top;
	text-align:left;
}
table.contentTableWithborder td{
	padding:8px;
	border:1px solid #8f8f8f;
	vertical-align:top;
	text-align:left;
}

td.contentTableFootnotes{font-size:12px; text-align:left; background-color:white; padding:8px;}
td.contentTableFootnotes p{font-size:12px; text-align:left;}
td.contentTableFootnotes li{font-size:12px; text-align:left;}

table.contentTable2{
	width:100%;
	border-collapse:collapse;
	color:#636466;
}
table.contentTable2{
	border-bottom:1px solid #f3901d;
}
table.contentTable2 tr th{
	text-align:left;
	font-weight:bold;
	padding:8px;
	border-bottom:1px solid #f3901d;
}
table.contentTable2 tr td{
	padding:5px;
}

/**/

/*image alignment and padding - part of the content*/
.imgFloatRight{ float:right; padding-right:20px; }
.imgFloatLeft{ float:left; padding-left:20px; }

ol.romanList, ol.alphaList{ margin-bottom:15px; }

ol.romanList li{ list-style-type:upper-roman; }
ol.romanList li ol li{ list-style-type:lower-roman; }
ol.alphaList li{ list-style-type:upper-alpha; }
ol.alphaList li ol li{ list-style-type:lower-alpha; }

/*Awards
table.contentTableAwards{width:auto; border-collapse:collapse; margin-bottom:30px;}
table.contentTableAwards td{vertical-align:top;}
td.textAwardYear{font-size:14px; color:#cecece; font-weight:bold; border-bottom:2px solid #cecece;}
p.textAwardProperty{font-size:16px; color:#f3901d; padding:0px 0px 5px 0px; line-height:1.5em; font-weight:bold}
p.textAward{font-size:15px; color:#666666; margin:0px; line-height:1.5em; }
p.textAwardingBody{font-size:12px; margin:0px 0px 10px 0px; color:#8e8e8e;}
table.contentTableAwards  img{padding-top:8px;}*/

p img{padding:5px 0px 0px 0px;}
.imgCaption{ font-size:12px; line-height:1.5em; width:450px;}

.newsEnd{font-size:14px; font-weight:normal; text-align:center; padding:10px 0px;}
.newsMoreTitle{ font-size:16px; font-weight:bold; text-align:left; padding:5px 0px;}

/*Content Footnotes*/
.contentFootnotes{font-size:12px;}

/*superscript alignment*/
sup{
	line-height: 0;
	font-size:75%;
	padding-right:3px;
}



/* End Content Styles */

/* Preloader Styles */
/*.preloaderBox{
	display:none;
	position: fixed;
	float:left;
	z-index: 10000;
	width: 760px;
	height: 100%;
	text-align:center;
	background: url(../images/homebg_grey.png) repeat;
	top:0;
}*/
.preloaderBox{
	display:none;
	position: absolute;
	z-index:10000000;
	float:left;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	text-align:center;
	background: url(../images/homebg_grey.png) repeat;
}

.preloaderInnerBox{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -16px;
	margin-left: -16px;
}

.searchpreloaderBox{
	display:none;
	position: absolute;
	z-index:10000000;
	float:left;
	top: 0;
    left: 0;
    width: 100%;
	height: 100%;
	text-align:center;
	background: url(../images/homebg_grey.png) repeat;
}

.searchpreloaderInnerBox{
	position: absolute;
	top:50%;
	left:50%;
	margin-top:-16px;
	margin-left:-16px;
}

a.homeNewsLink, a.homeNewsLink span
{
    color: #000;
}

a.homeNewsLink:hover
{
    color: #f3901d;
    text-decoration: underline;
}



/* PORTFOLIO NEW TEMPLATE STYLES */
.porlfolioLeftDiv{
	float:left;
	width:250px;
	padding-right:10px;
}
.porlfolioLeftDiv .searchTitle {
	float: none;
}
.porlfolioLeftDiv .exapandHr {
	float: none;
	width: 100%;
	margin-left: 0;
}
.porlfolioLeftDiv .exapandHr hr {
	float: none;
}
.porlfolioLeftDiv .searchCriteriaContainer {
	padding: 10px;
}
.porlfolioLeftDiv .searchCriteriaContainer .searchCriteriaSubmit {
	margin: 10px 5px;
}
.porlfolioLeftDiv .searchCriteria {
	padding: 0;
}
.porlfolioLeftDiv .searchCriteria .searchCriteriaTitle {
	display: block;
	padding: 0 8px;
	background: url(../images/select_left.gif) no-repeat -2px;
	border: 1px solid #CCC;
	line-height: 26px;
	font-weight: normal;
	cursor: pointer;
}
.porlfolioLeftDiv .searchCriteria .searchCriteriaTitle > span {
	display: block;
	background: url(../images/googlesearch_arrow_down_g.png) no-repeat 99% 50%;
}
.porlfolioLeftDiv .searchCriteria .searchCriteriaBody {
    display: none;
    padding: 10px;
}
.porlfolioLeftDiv .searchCriteria .searchCriteriaBody.accordion-open {
    display: block;
}
.porlfolioLeftDiv .searchCriteria .searchCriteriaBody .jqTransformSelectWrapper,
.porlfolioLeftDiv .searchCriteria .searchCriteriaBody .jqTransformSelectWrapper div span,
.porlfolioLeftDiv .searchCriteria .searchCriteriaBody .jqTransformSelectWrapper ul {
	width: 100% !important;
}

.porlfolioLeftDiv .searchCriteria#searchProTypeDiv .searchCriteriaBody td {
	width: 100%;
}
.porlfolioLeftDiv .searchCriteria#searchProTypeDiv .searchCriteriaBody td:nth-child(3n+1) {
	clear: none;
}
.porlfolioLeftDiv .searchCriteria#searchPlatformDiv  .searchCriteriaBody td {
	width: 100%;
}
.porlfolioLeftDiv .searchCriteria#searchPlatformDiv  .searchCriteriaBody td:nth-child(2n+1) {
	clear: none;
}
.porlfolioLeftDiv .searchCriteria#searchCityDiv .searchCriteriaBody.cityLocationDiv .inner {
	width: 100%;
}
.porlfolioLeftDiv .searchCriteria#searchCityDiv .searchCriteriaBody.cityLocationDiv .inner .searchCriteriaCheckbox {
	width: 100%;
}

.porlfolioRightDiv{
	float:left;
	width:700px;
}
.porlfolioRightDiv .subContentTitle{
	margin-bottom:10px;
}
.porlfolioRightDiv .mapContainer {
	float: left;
	width: 100%;
}
.porlfolioRightDiv #map_canvas {
	position: relative;
	float: left;
	width: 699px;
	height: 398px;
    margin-top: 0px;
	box-sizing: border-box;
	border: 1px solid rgb(183, 199, 38);
}
.pfexpandHeader{
	float:left;
	background: url(../images/select_left.gif) no-repeat top left;
	width:220px;
	height:20px;
	margin-left:10px;
	margin-top:10px;
	border:1px solid #ccc;
	color:#b7c726;
	padding-top:5px;
	padding-left:10px;
	cursor:pointer;
}
.pfexpandHeader .searchProTypeHead{
	background: url(../images/googlesearch_arrow_down_g.png) no-repeat 200px 3px;
	width:210px;
	display:block;
}

.pfexpandContent{
 	display:none;
	position:relative;
 	float:left;
	width:230px;
	margin-left:10px;
	margin-top:10px;
	padding-bottom:10px;
 }
.pfexpandContent table tr td{
	padding-left:0px;
}
.exapandHr{
	float:left;
	width:230px;
	margin-left:10px;
	margin-top:10px;
 }
.exapandHr hr{
	border:1px dotted #ccc;
}
.noExpandHeader{
	float:left;
	width:220px;
	height:10px;
	margin-left:10px;
	color:#b7c726;
	padding-left:10px;
}
.noExpandHeaderJP {
    float:left;
    background: url(../images/select_left.gif) no-repeat top left;
	width:220px;
	height:20px;
	margin-left:10px;
	margin-top:10px;
    border:1px solid #ccc;
	color:#b7c726;
	padding-left:10px;
    padding-top:5px;
}
.noExpandContent{
 	float:left;
	width:220px;
	margin-left:10px;
	margin-top:10px;
	/*padding-bottom:10px;*/
 }

.pfexpandContent .cityLocationDiv{
	width:220px;
	color:#666;
	font-size:13px;
}
.pfexpandContent .cityLocationDiv div div{
	width:100%;
	float:left;
}
.pfexpandContent .cityLocationDiv .inner{
	float:left;
	font-size:13px;
	display:none;
	width:200px;
	padding-left:20px;

}
.pfexpandContent .cityLocationDiv .inner span{
	float:left;
	width:200px;
}
/*.pfexpandContent{
	line-height:20px;
}
.pfexpandContent input[type="checkbox"]{
	width:20px;
	float:left;
}
.pfexpandContent label{
	float:left;
	width:180px;
}*/
.porlfolioRightDiv .searchResultsTitle, .porlfolioRightDiv .searchResultsDescription{
	padding-left:15px;
}
.porlfolioRightDiv .PortfolioPagination{
	width:701px;
}

/* Added the Back to Top */
#back-top {
  position: fixed;
  bottom:20px;
  right: 2%;
  z-index: 100;
	opacity: 0.8;
}
 .expandTitleDiv div {
     display: inline-block;
     vertical-align:top;}
.con{ padding:15px 0;}
	 
	 