@charset "utf-8";
/*Styles specific to Search page  -------------------------------------------------------------- */
#portalMain {
	width: 940px;
	margin: 0px auto;
	color: #666;
	background-image: url(/images/portalMainPageColBkg.png);
	background-repeat: repeat-y;
}
#portalMain a {
	color: #666;
	text-decoration: none;
}
#portalMain a:hover {
	color: #AD0505;
	text-decoration: underline;
}
#portalMain .portalTitle {
	background-color: #FFF;
	padding-top: 30px;
	padding-bottom: 15px;
}
#portalMain .portalTitle h2, #portalResources .portalTitle h2, #portalResources .portalTitle h2 a {
	color: #AD0505;
	margin: 0px;
	padding: 0px;
	font: bold 24px/30px Garamond, Georgia, serif;
}
#portalMain .portalTitle span, #portalResources .portalTitle span {
	font: bold 18px/30px Arial, Helvetica, sans-serif;
	color: #B0B0B0;
	padding-left: 5px;
	text-transform: uppercase;
}
#portalMain h3 {
	font: bold normal 16px Arial, Helvetica, sans-serif;
	margin-top: 24px;
	margin-bottom: 18px;
}
.PortalMainlLftCol {
	float: left;
	width: 680px;
	background-color: #F6F6F6;
	margin: 0px;
	padding: 0px 20px 20px;
}
.PortalMainlLftCol p {
	font-size: 12px;
	line-height: 17px;
	margin: 0px 0px 15px 15px;
}
.PortalMainlLftCol .featuredMembersThumb {
	float: left;
	border-style: none;
	margin-right: 8px;
	padding: 0px;
	width: 128px;
	height: 160px;
}
.PortalMainlLftCol .featuredMembersThumb img, .PortalMainlLftCol .featuredMembersThumb a img {
	border: 2px solid #F6F6F6;
}
.PortalMainlLftCol .featuredMembersThumb a img:hover {
	border: 2px solid #AD0505;
}
.featuredMembersThumb p {
	font-size: 13px;
	text-align: center;
	margin: 10px 0px;
}
.PortalMainlRtCol {
	float: right;
	width: 175px;
	background-color: #F6F6F6;
	text-align: center;
	margin: 0px;
	padding: 15px;
}
#portalMain .PortalMainlRtCol h2 {
	margin: 4px 0px;
	font-size: 18px;
	line-height: 22px;
}
.PortalMainlRtCol p {
	margin: 0px;
	padding: 0px;
}
.PortalMainlRtCol div {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	border: 2px solid #F6F6F6;	
}

.PortalMainlRtCol img {
	height: 104px;
	width: 126px;
	padding: 0px;
	margin: 0px;
}
.PortalMainlRtCol a img:hover {
	border: 2px solid #AD0505;
}
.PortalMainlLftCol .dirLftCol {
	float: left;
	width: 280px;
}
.PortalMainlLftCol .dirRtCol {
	width: 380px;
	float: right;
}
.dirLftCol p, .dirRtCol p {
	margin: 0px 0px 10px;
}
.PortalborderBottomdkgreydashed {
	border-bottom: 1px dashed #8C8C8C;
	margin: 0;
	height: 1px;
	padding: 0px;
}
/*Styles specific to Search page  -------------------------------------------------------------- */
#portalResources {
	width: 940px;
	margin: 20px auto;
	color: #666;
}
#portalResources .row {
	background-image: url(/images/resourcesDoubleRule.png);
	background-position: left top;
	background-repeat: repeat-x;
	font-size: 12px;
	line-height: 14px;
	margin-top: 15px;
	margin-bottom: 40px;
}
#portalResources .row .resCol {
	float: left;
	width: 286px;
	margin-right: 40px;
}
#portalResources .row .interiorResCol {
	float: left;
	width: 45%;
	margin-right: 40px;
}

#portalResources .row .resCol3 {
	width: 286px;
	float: right;
}
.colHeading {
	font-size: 15px;
	font-weight: bold;
	color: #AD0505;
	line-height: 36px;
	height: 36px;
	margin-bottom: 15px;
}
.colHeading strong {
	font-weight: bold;
	color: #666;
	font-size: 14px;
}
.colHeading strong a {
	color: #666;
	text-decoration: underline;
}
.colHeading strong a:hover {
	color: #AD0505;
	text-decoration: underline;
}
.resCol dl, .resCol dt, .resCol dd, .resCol3 dl, .resCol3 dt, .resCol3 dd,
.interiorResCol dl, .interiorResCol dt, .interiorResCol dd {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 16px;
}
dl a, dd a, dt a {
	color: #666;
}
dl a:hover, dd a:hover, dt a:hover {
	color: #AD0505;
}
.resCol dl dt, .resCol3 dl dt, .interiorResCol dl dt {
	margin-top: 20px;
	margin-bottom: 2px;
	font-weight: bold;
}
#portalResources h3 {
	width:100%;
	text-align:center;
	font-size:1.3em;
}
ul#otherResources {
	list-style-type:none;
	margin:10px auto;
}

ul#otherResources li {
	display:inline;
	margin:0px 20px 0px 0px;
}

ul#otherResources li a:hover {
	text-decoration:underline;
}
