.newframe {
	background-image: url("/styles/picbg.jpg");
	background-position: bottom;
	background-color: #f0f4f5;
	background-repeat: repeat-x;
	height: 180px;
	width: 206px;
	float: right;
	margin: 20px;
	margin-bottom: 10px;	
	text-align: center;
}

.filetable {
	margin-bottom: 20px;
}

.newframe img {
	padding: 3px;
	margin-bottom: 9px;
	clear: both;
	display: block;
}

#content_right .newframe {
	margin-left: 0px;
}


.feature {
	width: 187px;
	color: #5b5b5b;
	margin-left: 5px;
	padding-right: 10px;
	padding-left: 15px;
	padding-top: 9px;
	padding-bottom: 10px;
	background: #ffffff;
	background-image: url("/styles/submenu_section.jpg");
	background-position: 0% 0%;
	background-repeat: repeat-x;
}

.infobox {
	width: 163px;
	border: 1px solid #cccccc;
	background: #ffffff;
	margin-top: 20px;
	margin-bottom: 5px;
	margin-left: 3px;
	padding: 6px;
}

.cell {
	float: left;
	border: 1px solid #cccccc;
	padding: 3px;
}

.infobox img { margin-top: 5px; margin-bottom: 5px; }

.tablediv {
display:  table;
width:600px;
background-color:#eee;
border:1px solid  #666666;
border-spacing:5px;/*cellspacing:poor IE support for  this*/
border-collapse:separate;
}
.celldiv {
float:left;/*fix for  buggy browsers*/
display:  table-cell;
width:50%;
background-color:#ccc;
}
.rowdiv  {
display:  table-row;
width:auto;
}


.smallbox {
	float: left;
	border: 1px solid #dcdcdc;
	padding: 6px;
	width: 204px;
	font-size: 9px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.smallbox img {
	float: right;
	padding-left: 4px;
}
.smallbox p {
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
.smallbox h2 {
	margin-bottom: 4px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
.smallbox a {
	text-decoration: none;
}

.staffphoto {
	float: right;
	border: 1px solid #dcdcdc;
	margin-right: 25px;
	margin-bottom: 160px;
	margin-left: 25px;
}

.sectionphotostaff {
	float: left;
	padding: 6px;
	text-align: center;
	border: 1px solid #dcdcdc;
	margin-left: 15px;
	margin-bottom: 15px;
	height: 210px;
	vertical-align: bottom;
}

.sectionphoto {
	float: left;
	padding: 6px;
	text-align: center;
	border: 1px solid #dcdcdc;
	margin-left: 15px;
	margin-bottom: 15px;
}

.sectionphoto img, .sectionphotostaff img {
	border: 0px;
}

.sectionphotostaff img {
	position: relative;
	bottom: 10px;
}

.photo {
	float: right;
	margin: 20px;
	padding: 5px;
	border: 1px solid #dcdcdc;
	display: none;
}

.inthepress {
	background-image: url("/styles/inthepress-bg.gif");	
	background-color: #ffffff;
	background-repeat: repeat-x;	
	height: 250px;
	width: 206px;
	float: left;
	margin-right: 20px;
	margin-bottom: 0px;	
	text-align: center;
}

.inthepress img {
	padding: 3px;
	margin-bottom: 9px;
	clear: both;
	display: block;
}

#home-highlight {
	width: 120px;
	height: 95px;
	padding: 10px;
	padding-top: 20px;
	text-align: center;
	margin-right: 40px;
	margin-left: 30px;
	background-color: #eaeaea;
	background-repeat: no-repeat;
	background-position: 3px 4px;
	float: right;
	color: #555555;
	border: 1px solid #d8d8d8;
}

#home-highlight p {
	text-align: center;
	line-height: 1.2;
	padding: 0px;
	margin: 0px;
}

#home-highlight a {
	text-decoration: none;
	color: #015031;
}

#home-highlight a:hover {
	text-decoration: underline;
}


