@charset "UTF-8";
/* CSS Document */

#portContent {
	width: 930px;
	height: 495px;
	margin: 0 auto;
	background-image: url("../images/portfolioBg.png");
}

#portContentExecutive {
	width: 930px;
	height: 495px;
	margin: 0 auto;
}

#portContentGallery {
	width: 930px;
	height: 495px;
	margin: 0 auto;
}

#portContentContactUs {
	width: 930px;
	height: 495px;
	margin: 0 auto;
}
#portCenter {
	width: 920px;
	height: 495px;
	z-index: 1;
	overflow: hidden;
	position: absolute;
}
.portLeft {
	width: 800px;
	height: 495px;
	float: left;
	overflow: hidden;
	z-index: 2;
	
}

.portLeftExecutive {
	width: 800px;
	height: 495px;
	float: left;
	overflow: hidden;
	z-index: 2;
	
}

.portLeftGallery {
	width: 595px;
	height: 495px;
	float: left;
	overflow: hidden;
	z-index: 2;
	
}

#portLeftTextLeaders {
	width: 175px;
	height: auto;
	float: none;
	margin-left: 620px;
	margin-top: 15px;
	overflow: hidden;
	
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	z-index: 3;
}

#portLeftText {
	width: 175px;
	height: 470px;
	float: none;
	margin-left: 620px;
	margin-top: 15px;
	overflow: hidden;
	
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	z-index: 3;
}

#portLeftTextExecutive {
	width: 800px;
	height: 460px;
	float: none;
	overflow: hidden;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	z-index: 3;
}

#portLeftTextGallery {
	width: 595px;
	height: 435px;
	float: none;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	z-index: 3;
}


#portLeftPic {
	width: 595px;
	height: 435px;
	min-height: 435px;
	float: left;
	overflow: hidden;
	z-index: 3;
}

#portLeftPicExecutive {
	width: 350px;
	height: 435px;
	min-height: 435px;
	float: left;
	overflow: hidden;
	z-index: 3;
}

#portBottom {
	width: 595px;
	height: 60px;
	position: relative;
	margin-top: 0px;
	float: left;
	z-index: 2;
}
#portRight1 {
	width: 185px;
	height: 435px;
	background-color: fuchsia;
	float: left;
	z-index: 2;
}
#portRight {
float: left;
	width: 120px;
	height: 435px;
	position: relative;
	margin-left: 800px;
	float: none;
	z-index: 2;
	
}

#portRightExecutive {
float: left;
	width: 120px;
	height: 460px;
	position: relative;
	margin-left: 800px;
	float: none;
	z-index: 2;
	background-color: #b3b7ac;
	opacity: .7;
}


#portRightGallery {
float: left;
	width: 320px;
	height: 490px;
	position: relative;
	margin-left: 600px;
	float: none;
	z-index: 2;
	background-color: #b3b7ac;
	opacity: .7;
}

#portRightNewsTitle {
border-bottom-color: white;
border-bottom-style: solid;
border-bottom-width: 1px;
float: right;
	width: 300px;
	height:20px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #fff;
}

#recentMenu {
	font-size: 11px;
	color: #333333;
	list-style:none;
	margin:0;
	padding:0;
}
#recentMenu li {
padding-left: 10px;
padding-bottom: 5px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	border-bottom-color: white;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#recentMenu li a {
	color: #333333;
	text-decoration: none;
}

#recentMenu li a:hover {

	color: #000;
	text-decoration: none;
}
#recentMenu li #current {
	color: #000;
	text-decoration: none;
}
#recentMenuBg {
border-left-color: white;
	border-left-style: solid;
	border-left-width: 1px;
	margin-left: 10px;
	margin-top: 0px;
	width: 110px;
	height: 340px;
	background-image: url(../images/projects/commercial/menuB.png);
	background-repeat: no-repeat;
}

#recentMenuBgResidencial {
border-left-color: white;
	border-left-style: solid;
	border-left-width: 1px;
	margin-left: 10px;
	margin-top: 0px;
	width: 108px;
	height: 410px;
	background-image: url(../images/projects/residencial/menuB.png);
	background-repeat: no-repeat;
}

#recentMenuBgHospitality {
	border-left-color: white;
	border-left-style: solid;
	border-left-width: 1px;
	margin-left: 10px;
	margin-top: 0px;
	width: 108px;
	height: 340px;
	background-image: url(../images/projects/hospitality/menuB.png);
	background-repeat: no-repeat;
}

#recentMenuBgOurLeaders {
	margin-left: 10px;
	margin-top: 0px;
	width: 108px;
	height: 340px;
	background-image: url(../images/ourLeaders/menuBg.png);
	background-repeat: no-repeat;
}



