@charset "utf-8";
/* Remove padding and margin */
* {
  	margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 1em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}
.clearLft {
	clear:left;
}
.clearRgt {
	clear:right;
}
a {
	color:#0099FF;
}

/* Remove border around linked images */
img {
	border: 0;
}

body {
	font: 12px "Trebuchet MS", Verdana, 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;
}

/* Position Styling */
#headerContainer {
	width:100%;
	height:363px;
	background:url(../../images/main/header-bg-repeat.jpg) repeat-x;
}
#header {
	margin: 0 auto;
	padding:0;
	width:875px;
	height:81px;
}
#header h1 {
	text-indent:-9000px;
	background:url(../../images/main/five-point-capital-logo.jpg) no-repeat;
	height:81px;
	width:231px;
	margin:0;
	padding:0;
	float:left;
}
#navContainer {
	float:right;
	background:url(../../images/main/navigation-bg.jpg) no-repeat;
	width:590px;
	height:89px;
	margin-top:9px;
	position:relative;
	text-align:left;
}
/* Navigation Styling */
ul#navigation {
	position:absolute;
	bottom:0;
	float:right;
	padding:0;
	margin:0 0 2px 7px;
	list-style-type:none;
}
ul#navigation li {
	float:left;
	height:28px;
	padding:0;
	margin:0;
	text-indent:-9000px;
}
li.home a {
	background:url(../../images/navigation/home_off.jpg);
	display:block;
	height:28px;
	width:126px;
}
li.home a:hover {
	background:url(../../images/navigation/home_on.jpg);
}
li.apply a {
	background:url(../../images/navigation/apply_off.jpg);
	display:block;
	height:28px;
	width:112px;
}
li.apply a:hover {
	background:url(../../images/navigation/apply_on.jpg);
}
li.leasing a {
	background:url(../../images/navigation/leasing_off.jpg);
	display:block;
	height:28px;
	width:112px;
}
li.leasing a:hover {
	background:url(../../images/navigation/leasing_on.jpg);
}
li.about a {
	background:url(../../images/navigation/about_off.jpg);
	display:block;
	height:28px;
	width:112px;
}
li.about a:hover {
	background:url(../../images/navigation/about_on.jpg);
}
li.location a {
	background:url(../../images/navigation/location_off.jpg);
	display:block;
	height:28px;
	width:112px;
}
li.location a:hover {
	background:url(../../images/navigation/location_on.jpg);
}

h3 {
	color:#ffae27;
	font-size:14px;
	margin:1em 0;
	padding:0;
}
.contentLeft h3 {
	padding:0 0 0 12px;
}
#container {
	width: 875px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:url(../../images/main/content-bg-repeat.jpg) repeat-y right;
	
	margin-right:1px;
}
#mainContent .contentLeft {
	display:block;
	width:176px;
	padding:0;
	position:relative;
	left:115px;
	margin:25px 0 0 0;
	float:left;
	background:url(../../images/main/bottomBar.jpg) no-repeat bottom;
	color:#5b3d1b;
}
.contentLeft .bottomBar {
	background:url(../../images/main/bottomBar.jpg) no-repeat;
	height:9px;
	width:176px;
}
.contentLeft .topBar {
	background:url(../../images/main/topBar.jpg) no-repeat;
	height:8px;
	width:176px;
}


#mainContent #contentRight {
	width:540px;
	padding:0 30px 0 20px;
	float:right;
}
#footer {
	clear:both;
	position:relative;
	left:125px;
	width:749px;
	margin:0 1px 0 0;
	padding:0;
	text-align:center;
	background:url(../../images/main/content-bg-repeat.jpg) repeat-y right;
}
#footer, #footer a {
	color:#8c8c8c;
	font-size:11px;
	text-decoration:none;
}
#footer a:hover {
	color:#0099FF;
}
#footerText {
	float:right;
	width:590px;
	margin:0;
	padding-bottom:22px;
	background:url(../../images/main/footer-bg.jpg) no-repeat bottom;
}

/* End Position Styling */
/* Subpage Position Styling */

/* Misc. Styling */
.contentLeft ul.blue {
	list-style:none;
	padding:0;
	margin-left:15px;
}
p.learnmore {
	text-align:right;
}


