/* box used in rightcolumn except for pages using _wide format  */

.box {
	background: transparent url(images/smallbox_tall.png) no-repeat bottom right;
	height: 185px;
	font-family: Arial, Helvetica, sans-serif;
/*	font-size: 12px;*/
	font-weight: bold;
	width: 115px;
	float: left;
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0 0 0 15px;
	z-index: 10;
	font-variant: small-caps;
}
.box li {
	float: none;
	padding: 0;
	margin: 0;}
.boxtitle, .boxtitle a {
	text-align:center;
	text-decoration: none;
	color: #3b3b3b;
	width: 100%;
	margin: 10px auto 0 auto;
	line-height: 100%;
	padding: 10px 1px 0 0;
	font-size: 11px;
} 
.boxdivider {
	border-bottom: 3px groove #758FC8;
	margin: 0 0 0 -2px;
	width: 116px;
	padding: 0 0 0 0;} 

#rightcolumn {
	width: 120px;
	float: right;
	margin: 30px 0 0 0;
	width: 160px;
	position: relative;
}
#rightcolumn ul {
	margin: 0px;
	padding: 0px;
}
/* for wp_frost only */
#rightcolumn_wide, #rightcolumn_wide p {
	width: 180px;
	float: left;
	position: relative;
	padding-left: 20px;
	font-size: 10px;
}
#rightcolumn_wide {border-left: dotted #bbb 1px;}
/* for case study pages: cs_dod.html, cs_electrical.html, cs_water.html */
#cs_left {
	width: 500px;
	float: left;
	position: relative;
}
#cs_right, #cs_right p  {
	font-size: 10px;
	width: 180px;
	float: right;
	position: relative;
	padding: 0 0 0 10px;
	border-left: dotted #bbb 1px;
}
#cs_right li {
	font-size: 10px;
	width: 150px;
}
