/* Backgrounds */

div#content:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}

div.branding-images {
	margin-bottom: 6px;
}

/* Content Section */

div.content-columns {
	width: 560px;
	float: left;
	background-image: url("images/neighbors_content_bg.png");
	background-repeat: repeat-y;
	background-position: -6px 0;
	margin-bottom: 10px;
}
div.start-content {
	float: left;
	width: 260px;
	margin: 0px 10px 0 0px;
	padding-left: 10px;
	line-height: 130%;
}
div.start-content h4 {
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	font-size: 100%;
}
div.start-content p {
	margin: 0.5em 0;
	line-height: 120%;
}
div.start-content ul {
	margin: 0;
	padding: 0;
}
div.start-content li {
	margin-left: 1.4em;
	padding: 0;
}
div.start-content li a {
	color: #900;
	text-decoration: none;
}
div.start-content li a:hover {
	text-decoration: underline;
}

div.start-content p.intro {
	margin-top: 0;
	font-size: 125%;
	color: #333;
}
div.start-content p.footnote {
	margin-top: 2em;
	margin-bottom: 0;
	font-size: 92%;
	line-height: 120%;
}
div.start-content p.footnote a {
	color: #900;
}

/* Feature Columns */

div.news-section {
	clear: right;
	margin-bottom: 10px;
	float: right;
	width: 170px;
	background-color: #eaeae1;
	position: relative;
}

div.news-section h4 {
	margin-top: 0;
	margin-bottom: 0.5em;
	padding: 6px 5px 5px 5px;
	background-color: #d6d6c2;
	font-size: 107%;
}


div.calendar-section {
	clear: right;
	margin-bottom: 10px;
	float: right;
	width: 170px;
	background-color: #eaeae1;
	position: relative;
}

div.calendar-section h4 {
	margin-top: 0;
	margin-bottom: 0.5em;
	padding: 6px 5px 5px 5px;
	background-color: #d6d6c2;
	font-size: 107%;
}


div.calendar-section p.more-link {
	text-align: right;
	font-size: 85%;
	padding: 0px 10px 10px 10px;
	font-weight: bold;
	margin: 0;
}
div.calendar-section p.more-link a {
	color: #000;
	text-decoration: none;
}
div.calendar-section p.more-link a:hover {
	text-decoration: underline;
}




/* Upcoming Events */

div.calendar-section dl {
	font-size: 85%;
	font-family: arial, sans-serif;
	line-height: 130%;
	margin: 7px 10px 8px 10px;
	position: relative;
	overflow: hidden;
}
div.calendar-section dt {
	float: left;
}
div.calendar-section dd {
	margin-left: 4em !important;
	margin-left: 3.75em; /* Readjust for IE6 and the 3px jog. */
	margin-bottom: 1em;
}

div.calendar-section dd a {
	color: black;
	text-decoration: none;
}
div.calendar-section dd a:hover {
	text-decoration: underline;
}

/* News and Features */

div.news-section ul {
	font-size: 92%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin: 6px 10px 8px 10px;
}
div.news-section ul li {
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	padding-top: 8px;
	line-height: 130%;
	background-image: url("/images/office/office_home_news_divider.gif");
	background-position: top left;
	background-repeat: repeat-x;
	clear: left;
}
div.news-section ul li.first {
	background-image: none;
	border-top-width: 0;
	margin-top: 0;
	padding-top: 0;
}
div.news-section li a {
	border-width: 0;
	text-decoration: none;
	color: #000;
}
div.news-section li a:hover {
	text-decoration: underline;
}
div.news-section li a.news-headline {
	line-height: 140%;
	font-weight: bold;
}
div.news-section li a.news-story {
	font-size: 92%;
}

div.news-section p.more-link {
	text-align: right;
	font-size: 85%;
	padding: 0px 10px 10px 10px;
	font-weight: bold;
	margin: 0;
}
div.news-section p.more-link a {
	color: #000;
	text-decoration: none;
}
div.news-section p.more-link a:hover {
	text-decoration: underline;
}

