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

#mainNav {
	margin-bottom: 4px;
}

#content {
	background: #eef0dc;	
}

#topPhotos {
	height: 199px /*199px*/;
	background: #fff;
	padding: 5px 0 10px 0;
	float: left;
}

#leftCol {
	width: 214px /*259px*/;
	display: inline;
	float: left;
	margin-top: 15px;	
	padding: 0 35px 0 10px;
}

#middleCol {
	width: 278px;
	display: inline;
	float: left;
	margin-top: 15px;	
}

#rightCol {
	width: 235px;
	display: inline;
	float: left;
	margin-top: 15px;
	overflow: hidden;
	margin-left: 25px;
}

#footer {
	background: url(images/backgrounds/footer.gif) no-repeat; 
}

/*----------Other DIVs and elements----------*/

#introBox {
	width: 263px /*273px*/;
	height: 318px /*338px*/;
	background: url(images/backgrounds/intro.gif) no-repeat; 
	padding: 10px;
  	font: normal 14px/22px georgia, 'Times New Roman', times, serif;	
}

#recentPhoto {
	width: 189px /*224px*/;
	height: 113px /*160px*/;
	padding: 24px 18px 23px 17px;
	background: url(images/backgrounds/recent_photo.gif) no-repeat; 
}	

#teaserBox {
	width: 183px /*221px*/;
	height: 49px /*96px*/;
	background: url(images/backgrounds/teaser.gif) no-repeat; 
	margin-top: 25px;
	padding: 47px 10px 0 28px;
  	font: normal 12px/16px georgia, 'Times New Roman', times, serif;
  	color: #000;
}

#teaserBoxLeft {
	width: 201px /*221px*/;
	height: 49px /*96px*/;
	background-color: #AED0E5; 
	padding: 10px 10px 10px 10px;
  	font: normal 12px/16px georgia, 'Times New Roman', times, serif;
  	color: #000;
}

#teaserBoxtoo {
	background-color: #AED0E5; 
	padding: 10px 10px 10px 10px;
  	font: normal 12px/16px georgia, 'Times New Roman', times, serif;
  	color: #000;
}
#teaserBoxGreen {
	background-color: #669966; 
	padding: 10px 10px 10px 10px;
  	font: normal 12px/16px georgia, 'Times New Roman', times, serif;
  	color: #000;
}

#specialAnnouncement {
	width: 245px;
	margin: 15px 0 20px 0;
}

#specialAnnouncement  .headshot {
	float: left;
	width: 65px;
	margin: 0 13px 10px 0;
}
	
/*----------Typography----------*/

#leftCol p {
  	font: normal 12px/16px georgia, 'Times New Roman', times, serif;
	color: #000;
	margin-bottom: 10px;
}

#leftCol h3 {
  	font: bold 12px/16px trebuchet, verdana, sans-serif;
	color: #333;
	margin-bottom: 5px;
}

#specialAnnouncement p {
  	font: normal 12px/16px georgia, 'Times New Roman', times, serif;
	color: #000;
	margin-bottom: 10px;
	padding-right: 10px;
}

#specialAnnouncement  h4 {
  	font: bold 12px/14px georgia, 'Times New Roman', times, serif;
	color: #4e4343;
	margin: 15px 0 10px 0;
}
