@charset "UTF-8";
@import url("../../nav.css");
@import url("colors.css");
@import url("../../base.css");

#content h1 {
	margin: 0px 0px 15px 25px;
}

#logos {
	height: 149px;
	width: 100%;
	background: url(images/logo_bkg.jpg) top left repeat-x;
}

.col {
	width: 162px;
	height: 490px;
	border-right: 1px solid #DEDEDE;
	float: left;
}

.col ul {
	list-style: none;
}

.col ul li {
	margin-top: 10px;
	padding-top: 10px;
	text-align: center;
	width: 162px;
	height: 100px;
}

.col ul li:hover {
	background-color:#D3EEED;
}

.col ul li.highlight {
	background-color:#D3EEED;
}
.col ul li.highlight div {
	background-color:inherit;
}
.col ul li p {
	font-size: 9px;
	color: #707070;
	text-align: center;
}

.showCol
{
    width:auto;
    background: url(../images/col_5_bkg.gif) top left repeat-y;
    border-right:none;
}