@charset "utf-8";
/* CSS Document */

#addResourcesSec {
	padding: 10px;
	color: #fff;
}

#addResourcesSec a {
	color: #fff!important;
	text-decoration: none!important;
}

#addResourcesSec p {
	color:#2fdb1d;
	font-weight: bold;
	display: inline;
}

#addResourcesSec ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
	color: #fff!important;
}

#addResourcesSec ul li {
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #fff;
	color: #fff!important;
}

#addResourcesSec ul li a:link, #addResourcesSec ul li a:visited {
	text-decoration: none;
	color: #fff;
}

#addResourcesSec a:hover {
	text-decoration: underline!important;
}

#addResourcesSec ul li.last {
	border: 0px!important;
}


/* Staff Section */
#staffSecWrap {
	width: 846px;
	height: 134px;
	background: url(/assets/img/staffBG.jpg) no-repeat;
	padding: 11px 12px 12px 12px;
	margin-bottom:0px;
}

#staffSecWrap table h2 {
	color: #fff;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

#staffSecWrap table ul {
	margin: 4px 10px 0;
	font-weight: bold;
	color: #fff;
}

#staffSecWrap table ul li a:link, #staffSecWrap table ul li a:visited {	
	text-decoration: none;
	color: #fff;
}

#staffSecWrap table ul li a:hover {
	text-decoration: underline;
}

/* 3 Column Content Section */
#threeColHPwrap {
	width: 836px;
	height: 320px;
	margin: 10px 0 20px;
}

#threeColHPwrap .threeColHPcol {
	width: 278px;
	height: 320px;
	float: left;
	display: inline;
	border-right: 1px solid #ccc;
}

#threeColHPwrap .first { text-align: center;}

#threeColHPwrap .middle p {
	font: "Times New Roman", Times, serif;
	line-height: normal!important;
	padding: 2px 12px;
}

#threeColHPwrap .last {
	border: 0!important;
}

#threeColHPwrap .last p {
	line-height: normal;
	margin: 2px 2px 6px 18px;
	padding: 0;
}

#threeColHPwrap .last h3 {
	margin: 5px 2px 6px 18px;
}

/* Homepage Category Scroll Section */
#categoryScroll {
	background: url(/assets/img/homepage/category-scroll.jpg) no-repeat top center;
	height:256px;
}

#categoryScroll ul {
	margin: 0;
	padding: 65px 0 0 0;
	list-style-type: none;
}

#categoryScroll li {
	margin: 4px;
	font: 16px "Times New Roman", Times, serif;
	letter-spacing: 0.1em;
	font-weight: bold;
}

#categoryScroll li a {
	color: #000!important;
	text-decoration: none;
}

#categoryScroll li a:hover {
	text-decoration: underline;
}
