/*----Structural DIVs----*/

#photo {
	height: 249px;
	width: 960px;
	border-bottom: 7px solid #cba248;
	background: URL(images/backgrounds/photo.jpg) no-repeat;	
}

#content {
	height: 300px;
	width: 960px;
	background: URL(images/backgrounds/contentBackground.gif) repeat-x;
	overflow: hidden;
}

#aboutTheProject {
	height: 276px;/*--300--*/
	width: 412px;/*--462--*/
	padding-left: 50px;
	padding-top: 24px;
	float: left;
}

#whatsNewColumn {
	height: 228px;/*--277--*/
	width: 212px;/*--228--*/
	margin-left: 31px;
	margin-right: 21px;
	background: URL(images/backgrounds/whatsNewBackground.gif) repeat-x;
	float: left;
	padding: 25px 0 24px 16px;
	display: inline;
} 

#nextMeetingPresentationsColumn {
	height: 228px;/*--277--*/
	width: 143px;/*--228--*/
	margin-right: 49px;
	background: URL(images/backgrounds/whatsNewBackground.gif) repeat-x;
	float: left;
	padding: 25px 10px 24px 16px;
	display: inline;	
	overflow: hidden;
}


/*----Other DIVs----*/

#aboutTheProjectText {
	height: 197px;/*--220--*/
	width: 383px;/*--412--*/
	background: URL(images/backgrounds/aboutTheProjectText.gif) no-repeat;
	padding: 23px 10px 0 19px;
	margin-top: -1px;
}

#tabs {
	height: 34px;
	float: right;
	overflow: hidden;
}

/*----Typography----*/

#content h2 {
	color: #dfdddc;
	font: bold 18px/20px 'Trebuchet MS',trebuchet,verdana,arial,sans-serif;
	margin-bottom: 8px;
}

#aboutTheProject h2 {
	color: #e3b246;
	font: bold 18px 'Trebuchet MS',trebuchet,verdana,arial,sans-serif;
	margin: 0 0 14px 19px;
}

#aboutTheProjectText p {
	color: #352b24;
	font: normal 12px/15px tahoma,verdana,arial,sans-serif;
	margin-bottom: 16px;
}

#whatsNewColumn h4,
#nextMeetingPresentationsColumn .meetingDate,
#nextMeetingPresentationsColumn .presentationDate {
	color: #dfdddc;
	font: bold 12px/17px tahoma,verdana,arial,sans-serif;
}

#whatsNewColumn p {
	margin-bottom: 17px;
}

#nextMeetingPresentationsColumn p {
	font: normal 12px/17px tahoma,verdana,arial,sans-serif;
	color: #fff;
}

#nextMeetingPresentationsColumn .meetingDate {
	font-weight: bold !important;
}

#nextMeetingPresentationsColumn .meetingStatus {
	font-style: italic !important;
}

.presentations {
	border-top: 1px solid #938467;
	width: 147px /*157px*/;
	margin: 21px 0 0 -10px;
	padding: 20px 0 0 10px;
}
 
/*----Links----*/

#whatsNewColumn a,
#nextMeetingPresentationsColumn a {
	color: #74c0e1;
	font: normal 12px/17px tahoma,verdana,arial,sans-serif;
	text-decoration: none;
}

/*-----Tab Menu -----*/

#tabsMenu {
	height: 34px;
	display: inline;
	list-style: none;
}

#tabsMenu li {
	height: 34px;
	display: inline;
	list-style: none;
	float: left;
}

#tabsMenu .item0 a {
	background: url(images/tabs/overview.gif) no-repeat;
	height: 34px;
	width: 74px;
	display: block;
	padding-top: 50px;
}

#tabsMenu .item0 a:hover,
#tabsMenu .item0 a.selected {
	background: url(images/tabs/overview.gif) no-repeat 0 -34px;
}


#tabsMenu .item1 a {
	background: url(images/tabs/projectMap.gif) no-repeat;
	height: 34px;
	width: 89px;
	display: block;
	padding-top: 50px;
}

#tabsMenu .item1 a:hover,
#tabsMenu .item1 a.selected {
	background: url(images/tabs/projectMap.gif) no-repeat 0 -34px;
}
