
/*----Structural DIVs----*/

#content {
	width: 930px;
	float: left;
	display: inline;	
	background: url("images/backgrounds/content.gif") repeat-y;	
}

/*----Other DIVs----*/

#navCol {
	width: 336px;
	float: left;
	display: inline;
	background: #4e0e0e;	
	overflow: hidden;
}

#contentCol {
	width: 594px;
	float: left;
	display: inline;	
	background: url("images/backgrounds/contentCol.gif") no-repeat;
	overflow: hidden;
}

#introBox {
	padding: 34px 17px 0 24px;
	height: 206px /*240px*/;
}

#meetingUpdates {
	background: url("images/backgrounds/meetingUpdates.gif") no-repeat #661010;
	padding: 25px 20px 0 24px;
	height: 237px /*262px*/;
}

#photoBox {
	height: 240px;
	width: 594px;
	overflow: hidden;
}

#newsEventsBox {
	width: 594px;
	background: url("images/backgrounds/newsEventsBox.gif") no-repeat #f3f3f3;
	display: inline;
	float: left;
	padding-bottom: 20px;
}

#whatsNew {
	float: left;
	width: 237px /*292px*/;
	padding: 0 30px 0 25px;
	display: inline;
}

#upcomingEvents {
	float: left;
	width: 247px /*302px*/;
	padding: 0 30px 0 25px;	
	display: inline;
}

/*----Typography----*/

#introBox h1 {
	font: normal 18px/24px georgia, 'Times New Roman', times, serif;
	color: #fff;
	margin: 5px 0 8px -4px;
}

#introBox p {
	font: normal 12px/18px georgia, 'Times New Roman', times, serif;
	color: #fff;
	margin-bottom: 12px;
}

#meetingUpdates h1 {
	font: normal 18px/24px georgia, 'Times New Roman', times, serif;
	color: #fff;
	border-bottom: 1px solid #fff;
	width: 336px;
	margin-left: -24px;
	padding: 0 0 12px 24px;
}

#meetingUpdates h3 {
	font: bold 12px/18px tahoma, verdana, arial, sans-serif;
	color: #fff;
	margin: 14px 0 2px 0;
}

#meetingUpdates h4 {
	font: bold 12px/18px tahoma, verdana, arial, sans-serif;
	color: #fff;
	margin: 0 0 2px 0;
}

#meetingUpdates p {
	font: normal 14px/18px georgia, 'Times New Roman', times, serif;
	color: #fff;
	margin: 0 0 8px 0;
}

#newsEventsBox h1 {
	font: normal 18px/20px georgia, 'Times New Roman', times, serif;
	color: #718626;
	margin-top: 20px;
}

#newsEventsBox ul {
	list-style: none;
}

ul.otherEventsList,
ul.npamcEventList,
ul.whatsNewList {
	margin-top: 12px;
}

ul.npamcEventList {
	margin-bottom: 25px;
}

ul.otherEventsList {
	margin-bottom: 12px;
}

ul.whatsNewList li {
	margin-bottom: 10px;
}

ul.otherEventsList li {
	margin-bottom: 6px;
}

#newsEventsBox li {
	font: normal 12px/17px georgia, 'Times New Roman', times, serif;
	color: #666;
}

#newsEventsBox li .date {
	font: normal 11px/17px tahoma, verdana, arial, sans-serif;
	color: #979595;
}

#newsEventsBox li .npamcEventDate {
	font: normal 11px/17px tahoma, verdana, arial, sans-serif;
	color: #767676;
}


/*----Links----*/


#newsEventsBox a {
	font: bold 12px/17px georgia, 'Times New Roman', times, serif;
	color: #1a79b1;
	text-decoration: none;
	border-bottom: 1px solid #cbd9e2;
}

#newsEventsBox a:hover {
	border-bottom: 0 !important;
}

.viewMoreLink a {
	font: bold 11px/17px georgia, 'Times New Roman', times, serif !important;
}

.rssLink {
	background: transparent url(/site/designs/shared/images/icons/rss.gif) no-repeat center left;
	width: 48px;
	height: 18px;
	display: block;
	float: right;
	margin-top: 21px;
	border: 0 !important;
}
