@charset "UTF-8";
/* CSS for faithstl */
/* designed by ANABLEPO */
/* copyright 2010 - All Rights Reserved */

/* UI Elements */

/*-- CampusSlider --*/
.oneColFixCtrHdr #sliderWrap {
	width: 250px;
}
#Cslider {
	position: absolute;
	background-image:url(../i/faithstl_campusSelectBG.png);
	background-repeat:no-repeat;
	background-position: bottom;
	width: 230px;
	height: 180px;
	margin-top: -130px;
	z-index: 10;
	cursor: pointer;
}
#Cslider img {
	border: 0;
}
#CsliderContent {
	position: absolute;
	text-align:center;
	color:#333333;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 7px;
	width: 215px;
	font-size: 14px;
	text-decoration: none;
}
#CsliderContent a:link,
#CsliderContent a:visited {
	display: block;
	text-decoration: none;
	color: #5C4726;
	font-weight: bold;
}
#CsliderContent a:hover {
	background-color: #DCCEB5;
}
#CsliderContent a:active {
	color:#000;
	background-color: #C5AE84;
}
#openCloseWrap {
	position:absolute;
	font-size:12px;
	font-weight:bold;
	margin-top: 127px;
	margin-right: 0;
	margin-bottom: 0;
	font-weight: normal;
	color:#2F2617;
	padding-top: 3px;
}
#openCloseWrap a {
	width: 215px;
	height: 41px;
	display: block;
	padding-left: 15px;
	padding-top: 4px;
	font-size: 115%;
	color: #3F321C;
}
#openCloseWrap a:link,
#openCloseWrap a:visited {
	color: #5C4726;
	text-decoration: none;
}
#openCloseWrap a:hover {
	background-image:url(../i/faithstl_campusSelectBG.png);
	background-position: 0px -51px;
}
#openCloseWrap a:active {
	background-image:url(../i/faithstl_campusSelectBG.png);
	background-position: 0px -4px;
}
/* eForm */
#EmailForm input {
	background-color: #FFF;
	border: 1px solid #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color:#78663F;
	padding: 5px;
}
#EmailForm textarea {
	border: 1px solid #CCC;
	background-color: #FFF;
	width: 95%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color:#78663F;
	padding: 5px;
}
#EmailForm input.button {
	background-color:#78663F;
	color: #FFF;
	font-size: 12px;
	padding: 0px;
	padding: 5px;
}
#EmailForm input.verify {
	border: 1px solid #06C;
	color: #06C;
}
#EmailForm {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

