@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;
}
a {
	color:#0099FF;
}

/* Remove border around linked images */
img {
	border: 0;
}

body {
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background: #c9c8b4;
	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:81px;
	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;
}
h3 {
	color:#ffae27;
	font-size:12px;
	margin:1em 0;
	padding:0;
}
#container {
	width: 912px;  /* 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 #topImage {
	background:url(../../images/main/content-top-bg.jpg) no-repeat;
	width:912px;
	height:14px;
	border:0;
	padding:0;
	position:relative;
	_top:4px;
} 
.oneColFixCtrHdr #mainContent {
	background:url(../../images/main/content-bg-repeat.jpg) repeat-y;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainContent #contentLeft {
	width:540px;
	padding:0 30px;
	border-right:dotted 1px #b2b2b2;
	float:left;
}
#mainContent #contentRight {
	width:250px;
	padding:0 30px 0 20px;
	float:right;
}
#footer {
	margin:0 6px;
	padding:4px 10px;
	background:url(../../images/main/footer-bg.jpg) repeat-x;
	text-align:center;
	height:38px;
}
#footer, #footer a {
	color:#8c8c8c;
	font-size:11px;
	text-decoration:none;
}
#footer a:hover {
	color:#0099FF;
}
#footerText {
	float:left;
	width:600px;
}

/* End Position Styling */
/* Subpage Position Styling */

/* Misc. Styling */
ul.blue {	
	list-style-image:url(../../images/main/blue-bullet.jpg);
	padding:0;
	margin-left:2em;
}
p.learnmore {
	text-align:right;
}

/* Navigation Styling */
ul#navigation {
	clear:right;
	float:right;
	padding:0;
	margin:4px 0 0 10px;
	list-style-type:none;
}
ul#navigation li {
	float:left;
	width:100px;
	height:28px;
	padding:0;
	margin:0 1px 0 2px;
	text-indent:-9000px;
}
li.home a {
	background:url(../../images/navigation/home_off.jpg);
	display:block;
	height:28px;
	width:100px;
}
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:100px;
}
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:100px;
}
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:100px;
}
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:100px;
}
li.location a:hover {
	background:url(../../images/navigation/location_on.jpg);
}
