/* CSS Document */

/* ---------------------------------------------------------------- 
 * CONTENT > CLASSES > COL
 * ---------------------------------------------------------------- 
*/  
.col { 
float: left;
width: 274px;
margin-bottom: 20px;}

.hr-bottom + .col,
.hr-bottom + .col + .col {
margin-top: 0;}

.col > h2 {
padding-top: 0;}


/*.hr-top {
border-top: 1px solid #eee;}*/

.hr-bottom {
border-bottom: 1px solid #eee;}

.hr-right {
border-right: 1px solid #eee;}

.hr-left {
border-left: 1px solid #eee;}

.hr-top {
clear: both;
margin-top: 20px;}

.staff_member {
	border-bottom:1px solid #EEEEEE;
	padding-bottom:20px;
}

.hr-bottom {
padding-bottom: 20px;
margin-bottom: 20px;}

.hr-bottom + h2,
.hr-bottom + h3,
.hr-bottom + h4,
.hr-bottom + h5,
.hr-bottom + h6 {
padding-top: 10px !important;}

.hr-right {
padding-right: 20px;
margin-right: 20px;}

.hr-left {
	padding-left: 20px;
	margin-left: 0px;
	margin-right: 20px;
	overflow:hidden;
	padding-bottom:40px;
}

.links a {
	color: #f60;
	text-decoration:none;}

.links a:hover { 
color: #F1941D;
text-decoration:none;
}

.leftvertnav h2, .leftvertnav h2 a, .leftvertnav h2 a:active, .leftvertnav h2 a:visited {
color: #999;
font-size:1em;
margin:0px 0px 10px;
padding: 0px;}

.leftvertnav h2 a:hover {
	color:#cc6600;
}