/* **************************
School Color and Images
************************** */
/* COLOR */
	h1,h2,h3,h5,a{color:#660000;}
	#footer h6, #nav, #menu li:hover ul,#menu li li:hover ul,#menu li li li:hover ul,#menu li.sfhover ul,#menu li li.sfhover ul,#menu li li li.sfhover ul{background-color:#660000;}

/* BACKGROUND IMAGES */
	#header{background:#2d2e27 url(../images/hdr_main.jpg) no-repeat 0 bottom;}
	#subheader{background:#2d2e27 url(../images/hdr_sub.jpg) no-repeat 0 bottom;}
	#nav{background:transparent url(../images/bg-leftnav.gif) repeat-y right 0;}
	#content ul li, #sidebar ul li{background:url(../images/bullet-arrow.gif) no-repeat 10px 5px;}

/* BORDER */
	.frmInput input:focus, .frmInput input:focus, .frmInput textarea:focus {border:2px solid #660000;}

/* MISC */	
	.loanProviders td {text-align:center;}
	
	#content .btnJuicy {background:#760000 url("../images/btn_juicy.png") 0 0 no-repeat; border:0 solid #fafafa; display:block; height:36px; margin:0 auto 12px; padding:0; width:163px; -moz-box-shadow: 1px 1px 1px #666;  -webkit-box-shadow: 1px 1px 1px #666;  box-shadow: 1px 1px 1px #666;}
	#content .btnJuicy:hover{background-position:0 -36px; cursor:pointer; -moz-box-shadow: none;  -webkit-box-shadow: none;  box-shadow: none; text-shadow: 1px 1px 3px #000;}
	#content .btnJuicy h3 {color:#fff; font-weight:bold; font-size:13px; letter-spacing:-.75px;padding-top: 10px; text-align:center;text-shadow: 1px 1px 3px #666; text-transform:uppercase;}
	#content .btnJuicy h3 a {color:#fff; text-decoration:none;}
	
/* START Lightbox CSS */
	#lightbox{position: absolute;left: 0;width: 100%;z-index: 100;text-align: center;line-height: 0;}
	#lightbox a img{border: none;}
	#outerImageContainer{position: relative;background-color: #fff;width: 250px;height: 250px;margin: 0 auto;}
	#imageContainer{padding: 0;}
	#loading{position: absolute;top: 40%;left: 0%;height: 25%;width: 100%;text-align: center;line-height: 0;}
	#hoverNav{position: absolute;top: 0;left: 0;height: 100%;width: 100%;z-index: 10;}
	#imageContainer>#hoverNav{left: 0;}
	#hoverNav a{outline: none;}
	#prevLink, #nextLink{width: 49%;height: 100%;background: transparent url("../images/blank2.gif") no-repeat;
		/* Trick IE into showing hover */display: block;}
	#prevLink{left: 0; float: left;}
	#nextLink{right: 0; float: right;}
	#prevLink:hover, #prevLink:visited:hover{background: url("../images/prevlabel.gif") left 15% no-repeat;}
	#nextLink:hover, #nextLink:visited:hover{background: url("../images/nextlabel.gif") right 15% no-repeat;}
	#imageDataContainer{font: 10px Verdana, Helvetica, sans-serif;background-color: #fff;margin: 0 auto;line-height: 1.4em;overflow: auto;width: 100%;}
	#imageData{padding:0 10px; color: #666;}
	#imageData #imageDetails{width: 70%; float: left; text-align: left;}	
	#imageData #caption{font-weight: bold;}
	#imageData #numberDisplay{display: block; clear: left; padding-bottom: 1.0em;}			
	#imageData #bottomNavClose{width: 66px; float: right;  padding-bottom: 0.7em;}		
	#overlay{position: absolute;top: 0;left: 0;z-index: 90;width: 100%;height: 500px;}
/* END Lightbox CSS */	