@charset "UTF-8";
/* CSS Document */
* {margin:0;padding:0}
/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #xouter{
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
}
.oneColFixCtrHdr #xcontainer {
	text-align: center;
	position:relative;
	vertical-align:middle;
	display:table-cell;
	height: 468px;
}

.oneColFixCtrHdr #container {
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}

.oneColFixCtrHdr #textBox {
	width: 330px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	color: #EAEBEB;
	font-size: 11px;
	padding-top: 10px;
	padding-left: 7px;
	padding-right: 20px;
	margin: 0px;
	height: 260px;
	float: left;
	background-color: #101011;
	line-height: 14px;
}
.oneColFixCtrHdr #textBox  p{
	padding: 0px 0px 6px;
	margin: 0px;
}
.oneColFixCtrHdr #picBox {
	width: 568px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	color: #FFFFFF;
	font-size: 11px;
	margin: 0px;
	height: 299px;
	padding: 0px;
	float: right;
}
.oneColFixCtrHdr #logoBox {
	color: #FFFFFF;
	position: relative;
	top: 0px;
	right: 0px;
	float: right;
	left: 0px;
	bottom: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.oneColFixCtrHdr #header {
	background: #FFFFFF;
	padding: 26px 0px 28px 15px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 8px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000 url(images/ownerscorporationmanagement.gif) no-repeat left bottom;
	margin: 0px;
	height: 300px;
}

.oneColFixCtrHdr  a:link,a:visited
{
	text-decoration: underline;
	font-weight: bold;
	color: #EAEBEB;

}

.oneColFixCtrHdr a:hover,a:active,a:focus
{
	text-decoration: none;	
		font-weight: bold;
	color: #EAEBEB;


}
