/* @override http://www.theoaksonline.org/_css/portal.css */
/* original link color:
	color: #c0b678;
*/
#portal{
	background: #4c4c4a url(../_img/bg_portal.jpg) repeat-x;
}

#portal #container{
   width: 906px;
   margin: 0 auto;
}


#portal #content-wrap{
	border-style: none;
	margin-bottom: 0;
	background-color: transparent;
}
#portal #header #searchbar{
	float: right;
	margin-right: 20px;
	margin-top: 5px;
	display: none;
}

#portal #header #searchbar #search_go{
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	text-transform: uppercase;
	color: #c0b678;
	font-weight: bold;
}
#portal #header #searchbar #search_term{
	float: right;
}
#portal #header #logo{
	margin-left: 50px;
}

#portal #header #logo a{
	width: 130px;
	height: 56px;
	float: left;
}

#portal #header #logo a img{
	border-style: none;
}

#portal #content{
	height: 440px;
	background: url(../_img/bg_portal-content_06.gif) no-repeat;
	width: 910px;
}

#portal #header{
	height: 60px;
}

#portal .clm{
	width: 240px;
	float: left;
	display: block;
	padding-top: 80px;
	position: relative;
	height: 330px;
	background: url(../_img/bg_portal-sep.gif) no-repeat 100% 130px;
	margin-left: 30px;
	padding-right: 30px;
}

#portal .clm.last{
	background-image: none;
}

#portal h2{
	margin-right: auto;
	margin-left: auto;
	height: 55px;
	width: 220px;
}
#portal #guests h2 a{
	text-indent: -999em;
	display: block;
	height: 55px;
	width: 220px;
	background: url(../_img/bg_portal-headings.gif) no-repeat;
}

#portal #members h2 a{
	text-indent: -999em;
	display: block;
	height: 55px;
	width: 220px;
	background: url(../_img/bg_portal-headings.gif) no-repeat -295px;
}

#portal #leaders h2 a{
	text-indent: -999em;
	display: block;
	height: 55px;
	width: 220px;
	background: url(../_img/bg_portal-headings.gif) no-repeat -592px;
}

#portal .event{
	position: absolute;
	bottom: 0;
	padding-right: 15px;
}

#portal .event h3{
	font-size: 1.6em;
	font-weight: normal;
	font-style: normal;

	text-align: justify;
	margin-bottom: 15px;
	background-image: none;
}

#portal .event h3 a{
		color: #212121;
	text-decoration: none;
}

#portal .event h3 a:hover{
	text-decoration: underline;
}

#portal .event p{
	font-size: 1.1em;
}

#portal .event p a{
	color: #63633E;
	font-weight: bold;
	text-decoration: none;
}

#portal .event p a:hover{
	text-decoration: underline;
}

#portal #members ul{


	list-style-type: none;
	margin-left: 50px;
}
#portal #members li{
	margin-bottom: 5px;
}

#portal #members li a{
	color: #/* @override http://www.theoaksonline.org/_css/portal.css */
;
	text-decoration: none;
	font-weight: bold;
	background: url(../_img/bg-campus-bullet.gif) no-repeat 100%;
	padding-right: 20px;
}

#portal #members li a:hover{
	text-decoration: underline;
}


#portal #footer{
   clear: both;
	background-color: #bbbbba;
	border: 1px solid #8c8c8c;
		color: #5c5c5c;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	height: 20px;
}