/*-----------------------
	General & Layout Elements
-----------------------*/
body {
	margin: 0;
	padding: 7px 0 0;
	background: #c9c7c7 url("images/bg.png") top left repeat-x;
	font: 12px Helvetica,Arial,Sans-serif;
	text-align: center;
}

.clear { clear: both; }
.clear_left { clear: left; }

a { color: #002313; text-decoration: none; }
a:hover { text-decoration: underline; }

a img { border: 0; }
img.alignleft { float: left; margin: 0 1em 1em 0; }

#page_wrap {
	background: url("images/content_bg_repeat.png") top left repeat-y;
	width: 1012px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#page {
	padding: 0 14px;
	background: url("images/content_bg.png") left top no-repeat;
}




/*-----------------
	Header Elements
-----------------*/
#header {
	height: 202px;
	overflow: hidden;
	position: relative;
	background: url("images/nav_bg.png") top right no-repeat;
}

	#header #logo {
		display: block;
		margin: 0;
		padding: 0;
		height: 177px;
		width: 214px;
		overflow: hidden;
		position: absolute;
		top: 14px;
		left: 18px;
	}
	
		#header #logo a {
			display: block;
			padding: 202px 0;
			background: url("images/header_logo.png") top left no-repeat;
		}
		
		#home #header #logo a { background-position: 0 -10px; }
		
body#interior #header {
	background: url("images/interior_nav_bg.png") top right no-repeat;
	height: 160px;
}

	body#interior #header #logo {
		height: 157px;
		overflow: hidden;
		top: 0;
		left: 10px;
	} 

		#interior #header #logo a {
			background: url("images/interior_header_logo.png") top left no-repeat;
			padding: 157px 0 0;
		}
		
		#interior #header #nav li {
			bottom: 25px;
		}
		
#header #nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

	#header #nav li {
		position: absolute;	
		font-size:15px;
		font-weight: bold;
		bottom: 24px;
	}

	#header #nav li.home { width: 134px; left: 242px; }
	#header #nav li.leasing { width: 162px; left: 380px; }
	#header #nav li.location { width: 150px; left: 543px; }
	#header #nav li.news { width: 116px; left: 696px; }
	#header #nav li.contact { width: 146px; left: 816px; }
	
	#header #nav li a {
		display: block;
		padding: 4px 0;
		text-align: center;
		color: #fff;
		text-decoration: none;
	}
	
	#header #nav li a:hover { text-decoration: underline; color: #d3c04f; }
	
	#header #nav li.active a { color: #d3c04f; }
	#header #nav li.active a:hover { text-decoration: none; color: #d3c04f; }
	



/*-----------------------
	Content
------------------------*/
a.press-link, a.press-link:hover {color: #d3c04f;}

#content {
	padding: 14px;
	line-height: 1.3333;
	min-height: 600px;
}

body#home #content {
	position: relative;
	height: 540px;
}

#content div.box {
	display: block;
	height: 265px;
	width: 480px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: absolute;
}

#content #info_box {
	top: 14px;
	left: 14px;
	background: url("images/home_box_info.png") top left no-repeat;
}

	#content #info_box table { border-collapse: collapse; margin: 0; }
	#content #info_box table strong { color: #002313; display: block; padding-right: 1em; }
	#content #info_box .scroller { margin: 36px 20px 0 0; padding: 0 10px 0 30px; overflow: hidden; height: 200px; line-height: 1.25; }
	#content #info_box .scroller p { color: #494949; }

#content #spot2 {
	/*background: url("images/home_box_spot2.png") top left no-repeat;*/
	top: 14px;
	right: 7px;
}

#content #spot3 {
	background: url("images/home_box_spot3.png") top left no-repeat;
	top: 280px;
	left: 14px;
}

#content #spot4 {
	/*background: url("images/home_box_spot4.png") top left no-repeat;*/
	top: 280px;
	right: 7px;
}

#interior #content {
	width: 734px;
	padding: 0;
	float: right;
	background: url("images/content_side_bg.png") top left no-repeat;	
	line-height: 1.3333;
	color: #494949;
}

#interior #content .wrap {
	padding: 0 30px 2em 50px;
}

#interior #content hr {
	display:block;
	margin: 2em 0;
	font-size: 1em;
	border: 0;
	border-top: 1px solid #b3b3b3;
}
	
#interior #content p { margin: 0 0 1em; }
#interior #content p strong { color: #002313; }
#interior #content h1,h2 {
	margin:  0 0 .5em 0;
	font-size: 1em;
	color: #002313;
}

#interior #content h1 {
	font-size: 2em;
	letter-spacing: -.04em;
}


#content .leasing .phases ul
{list-style: none; list-style-position: outside; margin: 0px; padding: 0px; float: right; margin-right: 5px; position: relative; vertical-align: top; display: block; border: 1px double red; }

#content .leasing .phases ul li.title {margin: 0px; padding: 5px; margin-bottom: 3px; font-size:14px; color: white; background-color: red; font-weight: 700;}

#content .leasing .phases ul li a, #content .leasing .phases ul li a:hover {margin: 0px; padding: 3px 0px 5px 15px; display: block; text-decoration: none;  }
#content .leasing .phases ul li a {}
#content .leasing .phases ul li a:hover {background-image: url(images/highlight-arrow.jpg); background-position: 4px 2px; background-repeat: no-repeat; }

/*-----------------------
	Sidebar
------------------------*/

#sidebar {
	margin: 0 0 0 50px;
}

#sidebar ul {
	margin: 0 0 40px;
	padding: 0;
	list-style: none;
	width: 139px;
}

#sidebar ul li {
	margin-bottom: 2px;
	width: 139px;
}

	#sidebar ul li a {
		display: block;
		background: url("images/subnav_gold.png") top left no-repeat;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		letter-spacing: -.04em;
		padding: 11px 0 9px;
		text-align: center;
	}

	#sidebar ul li.active a { background-image: url("images/subnav_green.png"); }

/*-----------------------
	Footer
------------------------*/

#footer_wrap {
	width: 1012px;
	height: 115px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	background: url("images/footer_bg.png") top left no-repeat;
	position: relative;
}

#footer {
	text-align: left;
	padding: 35px 14px 0 330px;
	color: #fff;	
}

#footer a {
	color: #fff;	
	text-decoration: none;
}

#footer a:hover { text-decoration: underline; }

#footer p {
	margin: 0 0 1em;
}

#footer p.copyright { font-size: 11px; color: #8b958b; }

	#footer a.logo {
		position: absolute;
		left: 26px;
		top: 19px;
	}
	
	#footer a.twitter {position: absolute; top: 30px; right: 70px; display: block; padding: 0px; margin: 0px; height: 21px; width: 21px; }

#content .wrap { position: relative; }

#content #rightbox {
	float:right;
	margin: 0 -10px 3em 0;
	width:215px;
	border:1px solid #000;
	background: #d5d5d5;
	color: #000;
}

#rightbox img {
	border-bottom: 1px solid #000;
	display: block;
	margin: 0 0 1em;
}

	#page #content #rightbox p {
		margin: 1em 0;
		padding: 0 1em;
		color: #000;
	}
	
	#page #content #rightbox p strong { color: #000; }
	#page #content #rightbox p a { color: #000; text-decoration: underline; }
	#page #content #rightbox p a:hover {text-decoration: none; }
	
div.news p { border-bottom: 1px solid #ccc; padding: 0 .5em .5em; margin: 0 .5em .5em; }
div.news p img { float: right; display: block; margin: 0; }
#page #content div.news p strong { display: block; width: 450px; }

/* Recent Activity */
div.recentactivity img {padding: 0px; border: none; height: auto; width: 140px; float: left; margin-bottom: 10px; }
div.recentactivity div {width: 140px;background-color: #030; padding: 0px; display: block; position: relative; float: left; margin: 0px 15px 20px 0px; border: 1px solid black; text-decoration: none; }
div.recentactivity div span {margin: 0px; padding: 0px; display: block; }
div.recentactivity div span.name, div.recentactivity div span.date {color: white; text-align: center; font-size: 10px; padding: 0px 5px;}
div.recentactivity div span.name {font-weight: 700;}
div.recentactivity div span.date {font-style: oblique; font-weight: 400; margin: 5px 0px 3px;}
div.recentactivity a:hover div {background-color: #993; color: white; text-decoration: none}
div.recentactivity a div {color: white; text-decoration: none; }

div.recentactivity h3 {width: 100%; padding-bottom: 5px; border-bottom: 1px solid gray; clear: both; }

/* Event Page */
.event img {float: left; height: 80px; width: auto; margin: 0px 15px 20px 0px; padding: 2px;}
.event a img {border: 1px solid #030;}
.event a:hover img {border: 1px solid #993;}

/* Location */
#page #content .location-rightbox { width: 200px; }
#page #content .location-rightbox .info { padding: 1em 2em; font-size: 10px; background:#fffda8; text-align: center; }
#page #content .location-rightbox .info a { text-decoration: underline; }
#page #content .location-rightbox img { border-bottom: 1px solid #000; display: block; margin: 0; }
#page #content .location p a.thickbox { display: block; border: 1px solid #000; float: left; }
#page #content .location p.clear_left { padding: 1em 0 0; }

#page #content .one_col { width: 420px; }
#page #content ul.one_col { width: 400px; }

#content .leasing .phases {
	position: relative;
	width: 450px;
}

#content .leasing .phases a.button {
	padding: 1em 0;
	width: 120px;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	font-weight: bold;
	display: block;
	background: #012e19;
	color: #fff;
}
#content .leasing .phases a.button1 { top: 0em; }
#content .leasing .phases a.button2 { top: 6em; }
#content .leasing .phases a.button3 { top: 13.5em; }
#content .leasing .phases a.button span { display: block; color: #ffd400; }

#page #content .leasing-rightbox { width: auto; background: transparent; border: 0; }
#page #content .leasing-rightbox img { border: 0; }

#content .leasing a.advantages {
	float: right;
	text-align: center;
	display: block;
	background: #012e19;
	color: #fff;
	padding: .75em 0;
	width:200px;
	cursor: pointer;
	margin: .75em;
}
#content .leasing a.advantages span { display: block; padding: 0 .5em; }
#page #content .leasing a.advantages strong { color: #fff; }

#page #content .leasing .one_col { width: 450px; }
#page #content .leasing ul.one_col { width: 415px; }

.greenbutton,
#sidebar .button {
	text-align: center;
	display: block;
	color: #fff;
	background: #012e19;
	padding: 0;
	cursor: pointer;
	margin: 0 0;
	width: 140px;
	font-weight: bold;
	cursor: pointer;
}

#content .greenbutton { color: #ffd400; margin: 0; }
.greenbutton span { padding: 1em; display: block; }

#sidebar .button span { padding: 1em; display: block; }

#content .greenbutton span strong { color:#fff !important; text-decoration: none !important; display: block; }

#sidebar .button strong { color:#ffd400; display: block; }

#content .leasing_office_wrap {width:456px;}
body #page #content .leasing .leasing_office_wrap p.one_col { width: 220px; }
#content .office_pics { float: right; margin: 0 0 0; }
#content .office_pics .pic1 { height: 100px; overflow:hidden;width:220px; }
#content .office_pics .pic1 a { display:block;padding: 100px 0 0; background:url('images/leasing_office2.png') right top no-repeat; }
#content .office_pics .pic2 {height: 110px; overflow:hidden;width:220px;}
#content .office_pics .pic2 a { display:block;padding: 110px 0 0; background:url('images/leasing_office2.png') right -100px no-repeat; }
#content .office_pics .pic3 {height: 120px; overflow:hidden;width:220px;}
#content .office_pics .pic3 a { display:block;padding: 210px 0 0; background:url('images/leasing_office2.png') right -210px no-repeat; }


a.email { float:left; padding-left: 20px; background: url("images/email.png") 0 0 no-repeat; text-decoration: underline; margin: 0 0; display: block; }
a.twitter { display: block; height: 30px; vertical-align: middle; padding-left: 30px; background: url("images/twitter.png") -2px left no-repeat; text-decoration: underline; margin: 0 0; display: block; }


#interior #content .wrap p a { font-weight: bold; text-decoration: underline; }
#interior #content .wrap p a.email { font-weight: normal; }
#interior #content .wrap p a.email:hover { text-decoration: underline; }
#interior #content .wrap p.clean_links a { font-weight: normal; text-decoration: underline; }
