html, body {
	height: 100%;
	min-height: 100%;
}
table {
	font-size: 1em;
}
body {
	position: relative;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	font-size: x-small;
	background: white;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: lucida sans,gill sans mt,candara;
	text-transform: uppercase;
}
body h1 {
	padding: 8px 0 5px 0;
	font-size: 2.2em;
}
body h2 {
	margin: 5px 0;
	font-size: 1.9em;
}
body h3 {
	margin: 5px 0;
	font-size: 1.6em;
}
h4 {
	font-size: 1.3em;
}
p {
	margin: 7px 0;
}
a img {
	border: none;
}
td {
	vertical-align: top;
}
.clearer {
	clear: both;
}
.inner {
	margin: 10px;
}
#main_container {
	z-index: 0;
	position: relative;
	width: 980px;
	margin: 0 auto;
	height: auto;
	min-height: 100%;
}

#header {
	background: #002A54;
	height: 140px;
	position: relative;
	z-index: 100;
}

#logo {
	float: left;
	margin: 10px 70px 0 20px;
}


#menu_bar {
	float: right;
	position: relative;
	height: 140px;
}
#menu_bar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu_bar #top_menu {
	width: 689px;
	margin-top: 98px;
}
.menu {
	z-index: 90;
	font-size: 1em;
	list-style: none;
	height: 24px;
	margin: 0px auto;
	padding: 0px;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
}
.menu li {
	float: left;
	padding: 0;
	margin: 0;
	width: auto;
	position: relative;
}
.menu a {
	text-align: left;
	float: left;
	display: block;
	height: auto;
	padding: 6px 0px;
	margin: 0px;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-family: verdana,sans-serif;
	white-space: nowrap;
}
.menu a span {
	margin: 5px 8px;
}
.menu ul a span {
	margin: 0 0 0 5px;
}

.menu ul {
	position: absolute;
	top: 24px;
	left: 0px;
	z-index: 100;
	display: none;
	width: 100%;
	list-style: none;
	background: inherit;
	border-bottom: 1px solid white;
}
.menu li:hover ul {
	display: block;
}
.menu ul li {
	height: auto;
	overflow: hidden;
	width: 100%;
	border-top: 1px solid white;
}
.menu ul li a {
	border: none;
	width: 100%;
	padding: 0;
	margin: 5px 0;
}
.menu li.contact_us {
	margin-right: 40px;
}
.menu li div {
	float: left;
}
#top_menu ul li div {
	width: 100%;
}

#menu_bar .about_the_park	{width: 116px;}
#menu_bar .office_opportunities	{width: 156px;}
#menu_bar .development_opportunities {width: 191px;}
#menu_bar .contact_us 		{width: 91px;}

.home:hover,.home div.selected,ul.home	{background: #77A22E;}
.about_the_park:hover,.about_the_park div.selected,ul.about_the_park		{background: #009EDD;}
.office_opportunities:hover,.office_opportunities div.selected,ul.office_opportunities	{background: #706FB2;}
.development_opportunities:hover,.development_opportunities div.selected,ul.development_opportunities	{background: #706FB2;}
.news:hover,ul.news							{background: #9C0057;}
.contact_us:hover,ul.contact_us		 		{background: #C0AE00;}





#main {
	z-index: 50;
	background: #B4C98B;
	border-top: 7px solid;
	border-color: #B4C98B;
	height: 100%;
	min-height: 100%;
	font-size: 1.1em;
}
#main a {
	color: black;
}
#main #title_bar {
	width: 100%;
	height: auto;
	background: #78A22F;
	font-size: 1em;
}
#main #title_bar table p {
	font-size: 1em;
}
#main #title_bar p {
	font-size: 1.1em;
}
#title_content {
	float: left;
	width: 620px;
	color: white;
	margin: 0 10px;
}
#title_content a {
	color: white;
}
#title_image {
	float: right;	
	width: 320px;
	margin: 0;
	padding: 0;
	height: 216px;
}
#title_image img {
	margin: 0;
	padding: 0;
}
.three_column #top_image {
	height: 255px;
}
#main_container #body_bar {
	clear: both;
}
#footer_bar {
	width: 100%;
	font-size: 8pt;
	height: 23px;
	background: #78A22F;
}
#main_container #footer_bar .major {
	width: 70%;
}
#main_container #footer_bar .minor {
	width: 30%;
}

#footer_bar p {
	line-height: 1em;
	margin: 0px 5px;
	padding: 0px;
}
#footer_bar ul {
	float: right;
	list-style: none;
	margin: 0px 5px;
	padding: 0px;
}
#footer_bar ul li {
	float: left;
	margin-left: 8px;
}
#footer_bar a {
	color: white;
}

.image_column {
	position: relative;
}
.image_column #title_image {
	position: absolute;
	right: 40px;
	top: 0px;
	width: 440px;
	background: #DCE6CB;
	height: 100%;
}
div.three_column #title_image {
	right: 0;
	height: 585px;
}
.image_column #title_content {
	width: 470px;
}
#main_container .image_column #title_bar {
	height: 140px;
}
.image_column #body_bar {
	height: 384px;
}
div.three_column #body_bar {
	height: 330px;
}
#main_container .image_column .major {
	width: 490px;
}
div.three_column .major .inner {
	float: left;
	width: 250px;
}
#main_container .scattered #title_bar img {
	float: right;
}

#main_container .scattered #title_image {
	background: transparent;
}
#main_container .scattered #title_image .column {
	margin-right: 10px;
}
#main_container .scattered #title_image .right {
	margin-right: 0px;
}
#main_container .stretched #title_bar {
	height: 350px;
	overflow: hidden;
}
#main_container div.stretched #title_image {
	width: 460px;
	height: 450px;
}
#main_container div.stretched #title_content {
	width: 450px;
}
#main_container div.stretched #title_content p {
	font-size: 1em;
}
#main_container div.stretched #body_bar {
	height: 100px;
}
#main_container div.three_column .major {
	padding: 0;
	margin: 0;
}
#main_container div.three_column #title_bar {
	height: 255px;
}
#main_container div.three_column #body_bar {
	height: 330px;
}
#main_container div.three_column .image_column_text {
	height: auto;
}
#main_container div.large_title_bar #title_bar {
	height: 190px;
}
#main_container div.large_title_bar #body_bar .inner {
	margin: 20px;
}
#main_container div.large_title_bar #body_bar {
	height: 290px;
}

#main_container .bottom_image {
	float: left;
	margin: 5px 10px;
}
#main_container .three_column .major {
	width: 520px;
	padding: 0;
}
#main_container .three_col_image {
	float: left;
	margin: 0;
}
#main_container .image_column_text {
	height: 80px;
}
#main_container .full_title #title_content {
	width: 920px;
}
#main_container .full_title #title_content .inner {
	float: left;
}
#main_container .full_title .main_news_image {
	float: right;
}
#main_container .full_title .major, #main_container .full_title .minor {
	width: 49%;
}
#main_container .full_title .column .inner {
	margin: 20px;
}
#main hr {
	color: white;
	border-bottom: none;
	border-top: 1px solid #002A54;
	height: 1px;
	padding: 0;
}
#main #title_bar hr {
	border-top-color: white;
	margin: 7px 0;
}
html>body #main hr {
	margin: 10px 0;
}

.column {
	float: left;
	margin-top: 5px;
	height: auto;
}
.right {
	float: right;
}
.equal {
	width: 49%;
}
.major {
	width: 690px;
}
.minor {
	width: 285px;
}

.box {
	padding-bottom: 10px;
}
.box_title {
	color: white;
	background: #002A54;
}
.box_title h2 {
	font-size: 1.4em;
	font-weight: bold;
	padding: 4px 10px;
	margin: 0;
}
.box_body {
	color: #002A54;
	padding: 1px 10px;
	background: #DCE6CB;
}
.box_body p {
	margin: 5px 0;
}


.news_thumb {
	float: left;
	width: 125px;
	height: 95px;
}
.news_thumb img {
	width: 125px;
	height: 95px;
}
.news_info {
	float: left;
	width: 500px;
	padding: 0 10px;
}
.news_item {
	margin-top: 10px;
}
.news_item h3 {
	font-size: 1.3em;
	font-weight: bold;
}

.news_year {
	font-size: 1.3em;
	font-weight: bold;
	padding-top: 12px;
	width: 19%;
	float: left;
	margin-bottom: 10px;
}
.news_year ul,.news_year li {
	margin: 0;
	padding: 0;
}
.news_year ul {
	border-bottom: 1px solid;
	list-style: none;
}
.news_year li {
}
html body #main_container .news_year a {
	line-height: 1.6em;
	display: block;
	color: white;
	text-decoration: none;
}
.news_year a span {
	margin: 0 10px;
}
.news_archive {
	float: left;
	width: 80%;
}

.news_story_list {
	color: #002A54;
	margin-bottom: 10px;
}

.news_story_list .image {
	float: right;
}
.news_story_list .image img {
	width: 100px;
	margin: 10px;
}
.news_story_list .headline, .news_story_list .date, .news_story_list .subheadline {
	padding: 3px 5px;
}
.news_story_list .date {
	font-weight: bold;
	color: black;
}
.news_story_list .headline a {
	text-decoration: none;
	font-weight: bold;
	font-size: 1.3em;
}

.news_story {
	float: left;
	width: 510px;
	padding: 10px;
	margin-bottom: 10px;
}
.news_story .back_button a:active,
.news_story .back_button a:hover {
	color: black;
}
.news_story .back_button a:link,
.news_story .back_button a:visited {
	color: white;
}
.news_story .back_button a {
	display: block;
	line-height: 1.3em;
	height: 1.3em;
	padding: 3px;
	text-decoration: none;
	color: white;
}

.news_story .image {
	float: right;
	margin: 10px 0px 10px 10px;
}
.news_story .image img {
	width: 240px;
}
.news_archive .show_all {
	display: none;
}

