@charset "utf-8";

body {
	margin: 0;
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
	background-color: #FFC61E;
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
}
div#pgWrapper {
	margin: 0 auto;
	padding: 0 11px 0 50px;
	width: 872px;
}
div#pgHeader {
	background: url(../images/home_topcurve.jpg) no-repeat 0 113px;
	height: 165px; 
}
div#adminpgHeader {
	background: url(../images/admin_topcurve.jpg) no-repeat 0 113px;
	height: 165px; 
}
div#vision2020 {
	float: right;
	padding: 21px 0 0 0;
}
h1 {
	margin: 0;
	padding: 0;
	width: 413px;
	height: 100px;
	background: url(../images/downtown_header.gif) no-repeat;
	line-height: normal;
}
h1 a {
	display: block;
	width: 413px;
	height: 100px;
	text-decoration: none;
}
h1 a:hover {
	text-decoration: none;
}
h1 a span {
	visibility: hidden;
}
div#pgBody {
	background: #FFF;
	width: 833px;
}
a {
	font-weight: bold;
	color: #0038A8;
	text-decoration: none;
}
a:hover {
	color: #134EC2;
	text-decoration: underline;
}
a img {
	border: 0;
}
body.home div#primaryContent {
	float: left;
	padding: 0 0 0 15px;
	width: 460px;
}
div#primaryContent {
	padding: 0 0 0 15px;
	width: 805px;
}
div#primaryContent div#contentTop {
	height: 288px;
}
div#primaryContent div#contentTop div {
	float: left;
}
div#primaryContent div#contentTop ul#highlights {
	float: right;
}
div#secondaryContent {
	float: right;
	padding: 0 13px 0 0;
	width: 339px;
}
img#pgPhoto {
	width: 460px;
	height: 278px;
}
h2 {
	margin: 0 0 5px 0;
	padding: 0;
	height: 35px;
	background-repeat: no-repeat;
	line-height: normal;
}
h2 a {
	display: block;
	height: 35px;
	text-decoration: none;
}
h2 a:hover {
	text-decoration: none;
}
h2 span {
	visibility: hidden;
}
h2.whatshappening {
	background-image: url(../images/h2_whats_happening.gif);
}
h2.unforgettabledowntown {
	background-image: url(../images/h2_unforgettable_downtown.gif);
}
h2.redevelopmentprojects {
	background-image: url(../images/h2_redevelopment_projects.gif);
}
h2.developeropportunities {
	background-image: url(../images/h2_developer_opportunities.gif);
}
h2.shopdowntown {
	background-image: url(../images/h2_shop_downtown.gif);
}
h2.administrationlogin {
	background-image: url(../images/h2_administration_login.gif);
}
h2.newscenter {
	background-image: url(../images/h2_news_center.gif);
}
h3 {
	margin: 0.6em 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
}
h3.whatshappening {
	margin: 10px 0 5px 0;
	padding: 0;
	height: 35px;
	line-height: normal;
	background: url(../images/h3_whats_happening.gif) no-repeat;
}
h3.unforgettabledowntown {
	margin: 10px 0 5px 0;
	padding: 0;
	height: 35px;
	line-height: normal;
	background: url(../images/h3_unforgettable_downtown.gif) no-repeat;
}
h3.whatshappening a, h3.unforgettabledowntown a {
	display: block;
	height: 35px;
	text-decoration: none;
}
h3.whatshappening a span, h3.unforgettabledowntown a span {
	visibility: hidden;
}	
h4 {
	margin: 0.5em 0;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	font-variant: small-caps;
}

/***** PROJECTS *****/
div#projectlist {
	margin: 1em 0 0 0;
	background: url(../images/projectlist_tile.gif) repeat-y;
}
div#projectlist div.top {
	background: url(../images/projectlist_top.gif) no-repeat left top;
}
div#projectlist div.bottom {
	background: url(../images/projectlist_bottom.gif) no-repeat left bottom;
	padding: 0 10px 7px 20px;
}
div#projectlist ul {
	margin-top: 0;
	margin-bottom: 0;
}
div#projectlist ul li {
	padding-top: 5px;
	padding-bottom: 0;
	color: #46AA42;
}
div#projectlist ul li span {
	color: #666;
}
div.projectItem {
	border-bottom: 1px solid #FFF;
}
div.projectItem  h3 {
	margin: 0.5em 0;
	background: url(../images/h3_project.gif) no-repeat;
	padding: 7px 0 0 36px; 
	height: 24px;
	overflow: hidden;
}
div.projectItem h3 a {
	color: #3c9139;
}
div.projectDescription {
	padding-left: 37px; /*15px;*/
}
div.photoNavPrev {
	float: left;
	padding: 15px 0 0 0;
	width: 54px;
}
div.photoNavNext {
	float: right;
	padding: 15px 0 0 0;
	width: 54px;
}
div.photoNavPrev a {
	display: block;
	overflow: hidden;
	width: 54px;
	height: 54px;
	background: url(../images/photo_nav_prev.gif) no-repeat 0 0;
}
div.photoNavNext a {
	display: block;
	overflow: hidden;
	width: 54px;
	height: 54px;
	background: url(../images/photo_nav_next.gif) no-repeat 0 0;
}
div.photoNavNext a:active, div.photoNavPrev a:active {
	border: 0;
}
div.previous_button_disabled a, div.next_button_disabled a {
	cursor: default;
}
div.previous_button_disabled a {
	background: url(../images/photo_nav_noprev.gif) no-repeat 0 0;
}
div.next_button_disabled a {
	background: url(../images/photo_nav_nonext.gif) no-repeat 0 0;
}
div.photoNavPrev a:hover, div.photoNavNext a:hover {
	text-decoration: none;
}
div.photoNavPrev a span, div.photoNavNext a span {
	visibility: hidden;
}
div.photogallery {
	float: left;
	border: 3px double #CCC;
	background: #EEE;
	width: 623px; /*656px;*/
	padding: 0 0 11px 27px; /*0 0 11px 20px;*/
}
div.container {
	width: 623px; /*656px;*/
	overflow: hidden;
	position: relative;
	width: 100%;
}
ul.carousel {
	float: left;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 10000px;
	top: 0;
	left: 0;
}
ul.carousel li {
	list-style-type: none;
	width: 89px; /*82px;*/
	float: left;
	display: inline;
}
div.photogallery div.item {
	float: left;
	padding: 11px 27px 0 0; /*11px 20px 0 0;*/
}
div.photogallery div.item a {
	display: block;
	overflow: hidden;
	border: 1px solid #FFF;
	width: 60px;
	height: 60px;
	text-align: center;
}

/***** NEWS *****/
ul.headlines {
	list-style-type: none;
	margin: 16px 8px;
	padding: 0;
}
ul.headlines li {
	margin: 2px 0;
	padding: 0;
}

/***** PAGINATION *****/
div.pagination {
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	height: 12px;
	padding: 8px 0 10px;
}
div.pagination p {
	margin: 0;
	padding: 0;
	line-height: normal;
}
div.pagination p.display {
	float: left;
	color: #999;
}
div.pagination p.nav {
	float: right;
	word-spacing: 1em;
}
div.pagination p.nav span {
	font-weight: bold;
	color: #999;
	word-spacing: normal;
}
div.pagination p.nav a {
	word-spacing: normal;
}

/***** FEATURED AREAS *****/
ul#highlights {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 339px;
}
ul#highlights li {
	line-height: normal;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
}
ul#highlights li a {
	display: block;
	height: 40px;
	width: 339px;
	text-decoration: none;
}
ul#highlights li a:hover {
	text-decoration: none;
}
ul#highlights li a span {
	visibility: hidden;
}
ul#highlights li.map {
	background-image: url(../images/highlight_map.jpg);
	padding-top: 16px;
}
ul#highlights li.projects {
	background-image: url(../images/highlight_projects.jpg);
	background-position: 0 7px;
	padding-top: 74px;
}
ul#highlights li.developerOpportunities {
	background-image: url(../images/highlight_developers.jpg);
	background-position: 0 7px;
	padding-top: 74px;
}

/***** FORMS *****/
form {
	margin: 15px 0 0 0;
}
fieldset {
	border: 1px solid #eee;
	background-color: #eee;
	padding: 0 0 13px 0;
}
fieldset h4 {
	font-variant: small-caps;
}
ol.forms {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ol.forms li {
	clear: left;
	margin: 0;
	padding: 8px 0 0 0;
}
ol.forms li label {
	width: 150px;
	float: left;
	padding: 2px 8px 0 0;
	font-weight: bold;
	font-size: 11px;
	/*color: #822A7E;*/
	text-align: right;
}
form.developer ol.forms li label {
	color: #333;
}
ol.forms li div.field {
	float: left;
}
ol.forms li div.field label {
	float: none;
	display: inline;
	padding: 0;
	font-weight: normal;
}
ol.forms li.buttons {
	padding-left: 158px;
}
ol.forms li span.button {
	padding: 3px 0 0 8px;
}
input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
span.required {
	font-weight: bold;
	color: #C00;
}
p.success {
	color: #46AA42;
	font-weight: bold;
}
p.fail {
	color: #CE1126;
	font-weight: bold;
}

/***** IMAGE FLOATS AND CLEARING *****/
img.floatright {
	float: right;
	margin: 0 0 15px 15px;
}
img.floatleft {
	float: left;
	margin: 0 15px 15px 0;
}
div.clearleft {
	clear: left;
	height: 0;
	overflow: hidden;
}
div.clearit {
	clear: both;
	height: 0;
	overflow: hidden;
}
div.clearleft span, div.clearit span {
	visibility: hidden;
}

/***** FOOTER *****/
div#pgFooter {
	clear: both;
	border-top: 1px solid #FFF;
	padding: 16px 0 0 0;
	font: normal 10px/12px Verdana, Arial, Helvetica, sans-serif;
	color: #999;
}
div#pgFooter div.inner {
	padding: 8px 15px;
	border-top: 1px solid #CCC;
}
div#pgFooter a {
	font-weight: normal;
	color: #999;
	text-decoration: none;
}
div#pgFooter a:hover {
	text-decoration: underline;
}
div#copyright {
	margin: 0 auto;
	padding: 10px 11px 10px 50px;
	width: 872px;
	color: #FFF;
	/*padding: 5px 0 10px 15px;*/
	font-size: 10px;
	line-height: normal;
}
div#copyright a {
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
div#copyright a:hover {
	text-decoration: underline;
}