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

#menubar{
	padding-left: 385px; height: 30px;}

#nav{
	list-style:none;
	font-weight:normal;
	margin-top: 0px;
	margin-bottom:0px;
	/* Clear floats */
	float:right;
	width:100%;
	/* Bring the nav above everything else--uncomment if needed.
	position:relative;
	z-index:5;
	*/
}
#nav li{
	float:left;
	margin-right:10px;
	position:relative;
	padding-left:50px;

}
#nav a{
	font: 13px "Arial";
	display:block;
	color:#2d2d2f;
	text-decoration:none;
}
#nav a:hover{
	text-decoration:underline;
}

/*--- DROPDOWN ---*/
#nav ul{
	list-style:none;
	padding-top:5px;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
	z-index: 999;
}
#nav ul li{
	padding-top:5px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
	padding-left: 5px;
	background-color:#2d2d2f;
	padding-right: 10px;
	padding-bottom: 5px;

}
#nav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
	color: #fff;
}
#nav li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
}
#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	text-decoration:underline;
}
#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
}
#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	text-decoration:underline;

}

html {
	height:100%;
}

body {
	margin: 0; padding: 0;
	font-family: arial; font-size: 11px;
	background-image:url('../images/bg-line.jpg');
	background-repeat:repeat-x;
	width:100%;
	height:100%;
}

table {
	padding: 0px; font-size: 13px; font-family: arial; line-height: 150%;
}

.header_td {
	background-image: url("../images/banner1.jpg");
	background-repeat: no-repeat;
}

.maincontainer {
	position:relative;
	/*width: 1000px;*/
	width:100%;
	margin: 0;
	padding: 0;
}


.footer a:link  { color: #000; text-decoration: none; padding: 0 10px 0 10px}
.footer a:visited  { color: #000;text-decoration: none; padding: 0 10px 0 10px }
.footer a:hover   { color: #000; text-decoration: none; padding: 0 10px 0 10px}

a:link  { color: #004; text-decoration: none;}
a:visited  { color: #004;text-decoration: none;  }
a:hover   { color: #004; text-decoration: underline; }


.home_content {
	padding: 0px 0px 30px;
	text-align: left;
	margin: 0;
}

.home p, .home li{
	font: 16px "Arial";
	margin-left: 200px;
}

.home li{
	margin-left: 60px;
	margin-top: 15px;

}

.home_content p{
	line-height: 170%; text-align: left;
	margin-bottom: 10px;
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 5px;
}

.home_content img{
}

.portfolio_content {
	padding: 0px 0px 30px;
	text-align: left;
	margin: 0;
}

.portfolio_content p  {
	line-height: 150%; text-align: left;
	margin-bottom: 10px;
	margin-left: 40px;
	margin-top: 5px;
	margin-right: 40px;

}

.portfolio_content ul{
	margin-left: 40px;
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 150%; text-align: left;
}

.portfolio_content img{
	margin-top: 5px;
	margin-bottom: 10px;
}

.news{
	margin-left: 0px;
	margin-right: 40px;
}

.property_lg_image {
	padding-top: 80px;
}

.property_main_content {
	margin-top: 20px;
}

.property_main_content_subtoolbar {
	margin-top: 5px;
	margin-right: 170px;
	text-align: right;

}

.property_main_content_subtoolbar a:link   { color: #041530; font-weight: bold; text-decoration: none }
.property_main_content_subtoolbar a:visited   { color: #041530; font-weight: bold; text-decoration: none }
.property_main_content_subtoolbar a:hover    { color: #764200; font-weight: bold; text-decoration: none }


/********************** True Partner Page **********************/
.true-partner {
	margin-top: 25px;
}

.true-partner>.banner {
	position: relative;
}

.true-partner>.banner>img {
	min-width: 1000px;
	width: 100%;
}

.nowrap {
	white-space: nowrap;
}

.true-partner>.banner>.heading {
	position: absolute;
	top: 10%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);

	margin: 0;

	font-size: 4em;
	font-weight: bold;
	white-space: nowrap;
	color: RGBA(0, 76, 174, 1);
}

.true-partner>main {
	width: 1000px;
	margin: 0 auto 40px auto;
}

.true-partner>main>.body-text {
	padding-left: 40px;
	padding-right:10px;
	box-sizing: border-box;
	width: 50%;
	display: inline-block;
}

.true-partner>main>.body-text>p {
	text-align: left;
	margin-top: 5px;
	font-size: 1.2em;
	line-height: 1.9em;
}

.true-partner>main>.body-text>p:first-child {
	font-weight: bold;
}

.true-partner>main>.logos {
	padding-right: 40px;
	float:right;
	box-sizing: border-box;
	width: 50%;
	min-width: 500px;
	display: inline-block;
}

.true-partner>main>.logos>img {
	width: 100%;

	/*max-width: 600px;*/
}

/********************** Footer **********************/


.bottom {
	clear:both;
	display:block;
	overflow:hidden;
	background: #2d2d2f;
	height: 50px;
	width:100%;
}

.bottom p{
	color: #b8bbc1;
	font-weight:normal;
	text-align:left;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 40px;
}

.right_text_development  {
	background-image: url("../images/right_text.gif"); background-repeat:no-repeat;
	width: 71px;
	margin: 49px 0 0 0;
	padding: 0;
	height: 441px;
}

.right_text_asset  {
	background-image: url("../images/right_text_aquisition.gif");
	width: 71px;
	margin: 0 0 0 0;
	padding: 0;
	height: 480px;
}

.right_text_intel  {
	background-image: url("../images/right_text_intel.gif");
	width: 71px;
	margin: 0 0 0 0;
	padding: 0;
	height: 480px;
}

.theme-default #slider {
	margin:30px auto 0 auto;
	width:800px; /* Make sure your images are the same size */
	height:300px; /* Make sure your images are the same size */
}

.theme-default #slider_hati {
	margin:30px auto 0 auto;
	width:600px; /* Make sure your images are the same size */
	height:295px; /* Make sure your images are the same size */
}

h1   { color: #2d2d2f;
	font-size: 28px;
	font-family: 'Arial';
	font-weight: bold;
	margin-left: 40px;
	margin-top: 20px;
	margin-bottom: 10px;
}

h2   { color: #2d2d2f;
	font: 20px  "Arial";
	margin-top: 5px;
	margin-left: 40px;
	margin-bottom: 10px;
	margin-right: 40px;

}

h3   { color: #2d2d2f;
	font: bold 18px  "Arial";
	margin-top: 30px;
	margin-left: 40px;
	margin-bottom:1px;
	padding-right: 30px;
}

.button li {
	background-color: #223867;
	padding: 20px 10px;
	color: #fff;
	font-weight: bold;
	margin-right: 30px;
	text-align: center;
	font-size: 18px;
	margin-bottom: 30px;
	border: 2px solid #703612;
}

.button a {
	color: #fefffe;
}
.body_bold      { color: #2d2d2f; font-size: 12px; font-family: Arial; font-weight: bold }
.project_area   { color: #58310a; font-size: 11px; font-weight: bold }
.headline   { color: #006; font-size: 20px; font-weight: bold }
.property_name  { color: #8a470b; font-size: 26px; font-weight: bold; line-height: 120% }

.property_address { color: #006; font-size: 14px; font-weight: bold }
