/* CSS Document */
html 
{
overflow-y:scroll;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
a{
	text-decoration:none;
}

body{
	margin:0;
	padding:0;
	border:none;
	font:10px Arial, sans-serif;
	background:#eadcdc;
}
.home{
	/*background:#eadcdc url(../images/full-bg.gif) repeat-x;*/
	background:#FBFBFB;

}
.home .content{
	margin-top:15px;
	margin-left: auto; 
	margin-right: auto;
	width:903px;
	border:#650a35 1px solid;
	background:#FFFFFF url(../images/content-bg.gif) repeat-y;
	overflow:hidden;
}

.home .top-logo{
	margin:0px;
	padding:0px;
	height:126px;
}
.home .left-side{
	float:left;
	margin-top:3px ;
	width:216px;
	height:100%;
	min-height:100%;
	background:url(../images/space-bg.gif) 100% 0% no-repeat;
	overflow:hidden;
}
/************************** left NAV ******************************************************/
.home #left-nav{
	background:#bc7e83 url(../images/btm-nav-bg.gif) 0% 100% no-repeat;
    //*background:#bc7e83;*//
	width:209px;
	height:300px;
	overflow:hidden;
}
.home #left-navnopic{
	width:209px;
	height:300px;
	overflow:hidden;
}

.home #left-nav li{
	height:40px;
	width:209px;
	clear:both;
	margin:0px;
	padding:0px 7px 0px 0px;
	border-top:#ffffff 1px dotted;
}

.home #left-nav #first{
	border:none;	
}


.home #left-nav a{
    background:  url(../images/left-nav-li.gif) 100% 50% no-repeat;
	width:197px;
	display:block;
	font-size: 11px;
	font-weight:bold;
	color: #fff;
	text-decoration: none;
	padding: 14px 0 12px 12px;
}
.home #left-nav a:hover{
	background:  url(../images/left-nav-li-hover.gif) 100% 50% no-repeat;
	width:197px;
	display: block;
	font-size: 11px;
	font-weight:bold;
	color: #650a34;
	text-decoration: none;
	padding: 14px 0 12px 12px;
	
}

.home #left-nav ul{
	display:none;
}

.home .left-side-general{
	float:left;
	margin-top:3px ;
	width:216px;
	height:100%;
	min-height:100%;
	overflow:hidden;
}
/***************************left Nav active!!!!*******************************/


.home #left-nav .active{
	height:40px;/*javascript changes height to 105*/
	width:209px;
	clear:both;
	margin:0px;
	padding:0px 7px 0px 0px;
	overflow:hidden;
}


.home #left-nav .active a{
	background:  url(../images/left-nav-li-active.gif) 100% 50% no-repeat;
	width:197px;
	display: block;
	font-size:11px;
	font-weight:bold;
	color: #650a34;
	text-decoration: none;
	padding: 6px 0px 6px 10px;
}

.home #left-nav .active a:hover{
	background:  url(../images/left-nav-li-active.gif) 100% 50% no-repeat;
	width:197px;
	display: block;
	font-size: 11px;
	font-weight:bold;
	color: #650a34;
	text-decoration: none;
	padding: 6px 0px 6px 10px;
}

.home #left-nav .active ul{
	display:block;
	width:209px;
	background:#f1e7e8;
	color:#650a34;
	height:65px; /*javascript gives it height = 80px*/
	overflow:hidden;
	padding:6px 0px 0px 0px;
	margin:0;
	
}
.home #left-nav .active li{
	border:none;
	height:17px;
	width:209px;
	clear:both;
	margin:0px;
	padding:0px;
}

.home #left-nav .active li a{
	background:none;
	width:197px;
	display: block;
	font-size: 9px;
	color: #650a34;
	text-decoration: none;
	padding:0px;
	margin:0px 0px 0px 7px;
}
.home #left-nav .active li a:hover{
	background:none;
	width:197px;
	display: block;
	font-size: 9px;
	color: #650a34;
	text-decoration:underline;
	padding:0;
	margin:0px 0px 0px 7px;
}

/*****************************left NAV narrow ****************************/
.home #left-nav .narrow{
	height:25px;
	width:209px;
	clear:both;
	margin:0px;
	padding:0px 7px 0px 0px;
	border-top:#ffffff 1px dotted;
	/*overflow:hidden;*/
}

.home #left-nav .narrow a{
	background:  url(../images/left-nav-li.gif) 100% 50% no-repeat;
	width:197px;
	display:block;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	padding: 6px 0 6px 12px;
}

.home #left-nav .narrow a:hover{
	background:  url(../images/left-nav-li-hover.gif) 100% 50% no-repeat;
	width:197px;
	display: block;
	font-size: 12px;
	color: #650a34;
	text-decoration: none;
	padding: 6px 0 6px 12px;
	
}

.home #left-nav .narrow ul{
	display:none;
}
/*****************************************************************/
.home .btm-left{
	background: #fle7e8;
	width:209px;
	text-align:center;
	height:100%;
	min-height:100%;
}

.home .btm-left img{
	padding:25px 0px;
	border:none;
}
.home .main{
	padding:3px 0px 0px 0px;
	margin:0;
	float:left;
	width:687px;
	overflow:hidden;
}
.main .top-menu{
	background:url(../images/menu-bg.gif) repeat-x;
	height:21px;
	width:687px;
	overflow:hidden;
}
.main .top-menu li{
	height:21px;
	float:left;
	color:#FFFFFF;
	font:12px Verdana, Arial, Helvetica, sans-serif ;
	line-height:21px;
	border-left:#ffffff 1px solid;
	padding:0px;
	margin:0px;
}
.main .top-menu .first{
	border:none;
}

.main .top-menu li a{
	float:left;
	color:#ffffff;
	padding:0px 22px; 
	/*second padding was 22px*/
	height:21px;
	display:block;
	margin:0;
	align:center;
}

.main .top-menu li a:hover{
	/*color:#bc7e82;*/
	background:#bc7e82;
	/*height:21px;*/
}
.main .flash{
	padding-top:1px;
}
.main .news-progs{
	border:none;
	padding:0;
	margin:0px 0px 0px 0px;
}
.news-progs .news-progs-left{
	width:280px;
	float:left;
	border-right:#d2b0b1 2px dotted;
	overflow:hidden;
	padding:20px 20px;
}
.news-progs .news-progs-right{
	width:325px;
	float:left;
	overflow:hidden;
	padding:20px 20px;
}
.news-progs-left .neve-list{
	background:#ffffff url(../images/neve-list-home-title.gif) no-repeat;
	padding:55px 0px 40px 0px;
	margin:0px;
	min-height:100%;
	overflow:hidden;
}
.neve-list li{
	color:#650a33;
	font: 12px Arial;
	padding:0px;
	margin:5px 0px 0px 0px;

}
.neve-list li .details{
	color:black;
	font:10px Arial;
	font-weight:bold;
	text-align:right;
	
}
.neve-list  .read-more{
	background:url(../images/read-more.gif) no-repeat;
	width:106px;
	height:19px;
	display:block;
	float:right;
	padding:0;
	margin-top:10px;
}
.news-progs-left .news-list{
	background:#ffffff url(../images/news-home-title.gif) no-repeat;
	padding:48px 0px 40px 0px;
	margin:0px;
	overflow:hidden;
}
.news-list li{
	background: url(../images/newspaper.jpg) no-repeat;
	border:none;
	color:#650a33;
	font: 12px Arial;
	height:17px;
	padding:0px 0px 0px 50px;
	padding-bottom:10px;
	padding-top:10px;
	margin:0px 0px 0px 0px; 
}
.news-list li a{
	color:#650a33;
	font: 11px Arial;
	text-decoration:none;
}
.news-list li a:hover{
	color:#650a33;
	font: 11px Arial;
	text-decoration:underline;
	}
.news-progs-left .news-list .more-news{
	background:url(../images/more-news.gif) no-repeat;
	width:98px;
	height:17px;
	display:block;
	float:right;
	padding:0;
	margin-top:10px;
}
.news-progs-right .progs-list{
	background:#ffffff url(../images/programs-home-title.gif) no-repeat;
	padding:55px 0px 40px 0px;
	margin:0px 0px 0px 0px ;
	height:100%;
	width:325px;
}	


.progs-list li{

	height:50px;
	border:none;
	color:#650a33;
	font: 12px Arial;
	padding:0px 0px 0px 0px;
	margin:10px 0px 0px 0px;
	vertical-align:middle;
}
.news-progs-right .progs-list  li a{
	float:left;
	height:50px;
	width:115px;
	padding:0;
	margin:0;
}

.progs-list .neve{background: url(../images/neve_logo.gif) no-repeat;}
.progs-list .summer{background: url(../images/summericon.gif) no-repeat;}
.progs-list .mechina{background: url(../images/mechinatry.gif) no-repeat;}
.progs-list .esther{background: url(../images/me_logo.gif) no-repeat;}
.progs-list .tehillah{background: url(../images/progs-tehillah.gif) no-repeat;}
.progs-list .nerlitz{background: url(../images/nerlitz_logo.gif) no-repeat;}
.progs-list .moreshet{background: url(../images/moreshet-thumb.gif) no-repeat;}
.progs-list .foreign-studies{background: url(../images/progs-foreign-studies.gif) no-repeat;}


.news-progs-right .progs-list .more-progs{
	background:url(../images/more-progs.gif) no-repeat;
	width:133px;
	height:19px;
	display:block;
	padding:0px;
	margin-top:10px;
	float:right;
}

.content .btm-menu{
	clear:both;
	background:url(../images/menu-bg.gif) repeat-x;
	height:21px;
	width:903px;
	overflow:hidden;
}
.content .btm-menu li{
	float:left;
	color:#FFFFFF;
	font:12px/21px Verdana, Arial, Helvetica, sans-serif ;
	/*padding:0px 22px 0px 22px;*/
	border-left:#ffffff 1px solid;
}
.content .btm-menu .first{
	border:none;
	padding-left:2px;
}

.content .btm-menu li a{
	float:left;
	color:#ffffff;
	padding:0px 24px;
	height:21px;
	display:block;
}


.content .btm-menu li a:hover{
	/*color:#bc7e82;*/
	background:#bc7e82;
}
.btm-info{
	clear:both;
	margin-left: auto; 
	margin-right: auto;
	width:750px;
	padding:5px 0px;
	margin-top:10px;
	background:#eadcdc;
	color:#630b33;
	font:12px Verdana, Arial, Helvetica, sans-serif ;
	text-align:center;
}

.btm-info .btm-left-side{
	background:#eadcdc;
	margin:10px 0px;
	text-align:right;
	width:350px;
	float:left;
	padding:0px 25px 0px 0px;

}

.btm-info .btm-right-side{
	background:#eadcdc;
	text-align:left;
	width:350px;
	float:left;
	padding-left:0px 0px 0px 25px;
	margin:10px 0px;
}

.btm-info a{
	color:#630b33;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.btm-info a:hover{
	color:#630b33;
	font:12px Verdana, Arial, Helvetica, sans-serif ;
	text-decoration:underline;
}

.btm-info strong{
	font-weight:bold;
}
/************************************NEW HOMEPAGE**********************/
.main-btm{
	padding:0px;
	margin:0px;
}
.main-btm .left{
	width:410px;
	border-right:#dcbec0 1px solid;
	padding:0px 10px 0px 8px;
	margin:0px;
	min-height:380px;
	float:left;
}
.main-btm .right{
	width:250px;
	float:left;
}
.in-the-spotlight{
	background:#c8d2d4 url(../images/in-the-spotlight.jpg) no-repeat;
	width:406px;
	padding:45px 0px 8px 0px;
	margin:0px 0px 8px 0px;
}
.in-the-spotlight p{
	margin:0px;
	padding:5px 8px;
	font:12px Arial, Helvetica, sans-serif;
}
.in-the-spotlight p.first{
	border-top:#ffffff 2px solid;
}
.in-the-spotlight strong{
	font-size:16px;
}
.on-tour{
	background:#bdcadb url(../images/on-tour.jpg) no-repeat;
	width:162px;
	height:68px;
	padding:65px 0px 0px 0px;
	margin:0px 0px 8px 0px;
	overflow:hidden;
	float:left;
}
.on-tour p{
	background:url(../images/on-tour-btm.jpg) no-repeat 0% 100%;
	height:65px;
	font-size:12px;
	margin:0px;
	padding:5px;
	line-height:20px;
}
.on-tour a{
	color:#120b41;
	text-decoration:none;
}
.on-tour a:hover{
	text-decoration:underline;
}
.keep-the-kesher{
	background:#ffffff url(../images/keep-the-kesher.jpg) no-repeat;
	width:225px;
	height:92px;
	padding:31px 0px 0px 0px;
	margin:0px 0px 8px 22px;
	overflow:hidden;
	float:left;
}
.keep-the-kesher ul{
	border:#c28a8d 1px solid;
	border-top:none;
	height:81px;
	width:209;
	padding:5px;
	margin:0px;
	position:relative;
}
.keep-the-kesher ul li{
	background:url(../images/keep-the-kesher-li.jpg) no-repeat 0% 0%;
	font:12px/14px Arial, Helvetica, sans-serif;
	padding-left:8px;
	margin-top:5px;
}
.keep-the-kesher ul a{
	font-size:11px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	position:absolute;
	top:70px;
	left:95px;
}
.keep-the-kesher ul a:hover{
	color:#5f148b;
}
.main-btm .right .programs{
	width:250px;
	background:url(../images/programs.jpg) no-repeat 50% 0%;
	padding:30px 0px 0px 12px;
	margin:0px 0px;
}
.programs a{
	height:44px;
	width:100px;
	display:block;
	float:left;
	margin:6px 8px;
	
}

.programs a.mechina{
	background:url(../images/mechina-thumb.jpg) no-repeat;
}
.programs a.nerlitz{
	background:url(../images/nerlitz-thumb.jpg) no-repeat;
}
.programs a.shalhevet{
	background:url(../images/shalhevet-thumb.gif) no-repeat;
}
.programs a.moreshet{
	background:url(../images/moreshet-thumb.gif) no-repeat;
}
.programs a.tehillah{
	background:url(../images/tehilla-thumb.jpg) no-repeat;
}
.programs a.maalot{
	background:url(../images/maalot-thumb.jpg) no-repeat;
}
.programs a.michlelet-esther{
	background:url(../images/michlelet-esther-thumb.jpg) no-repeat;
}
.programs a.summer{
	background:url(../images/summer-thumb.jpg) no-repeat;
}
.programs a.neve{
	background:url(../images/neve-thumb.jpg) no-repeat;
}
.programs a.unt{
	background:url(../images/unt-thumb.jpg) no-repeat;
}
.programs a.neve-news{
		background:url(../images/neve-news.jpg) no-repeat;
		height:81px;
		width:214px;
}
.programs a.submit-simcha{
		background:url(../images/submit-simcha.jpg) no-repeat;
		height:73px;
		width:214px;
}
/***********inner pages css********************************/
.inner img{
	border:none;
}

.inner{
	background:#eadcdc url(../images/full-bg.gif) repeat-x;

}
.inner .content{
	margin-top:15px;
	margin-left: auto; 
	margin-right: auto;
	width:903px;
	border:#650a35 1px solid;
	background:#FFFFFF url(../images/content-bg.gif) repeat-y;
	overflow:hidden;
}

.inner .top-logo{
	margin:0px;
	padding:0px;
	height:96px;
}
.inner .left-side{
	float:left;
	margin-top:3px ;
	width:209px;
	height:100%;
	min-height:100%;
	/*background:url(../images/space-bg.gif) 100% 0% no-repeat;*/
	overflow:hidden;
}

/************************** left NAV ******************************************************/
.inner #maalot-left-nav
{
	width:250px;
	/*height:300px;*/
	overflow:hidden;
	padding-bottom:80px;
}

.inner #maalot-left-nav li{
	height:45px;
	width:250px;
	clear:both;
	margin:0px;
	padding:0px 7px 0px 0px;
	background:  #eaebec 0% 100% no-repeat;
	border-top:#cc6666 1px dotted;
	color:#cc6666;
	font-variant:small-caps;
	font-size:15px;
	font-weight:700;
}
.inner #maalot-left-nav a{
	/*background:  url(../images/inner-nav-li.gif) 0% 50% no-repeat;*/
	width:197px;
	display:block;
	font-size: 12px;
	color: #cc6666;
	text-decoration: none;
	padding: 9px 0 7px 12px;
}
.inner #left-nav
{
	background:#bc7e83 url(../images/btm-nav-bg.gif) 0% 100% no-repeat;
	width:209px;
	/*height:300px;*/
	overflow:hidden;
	padding-bottom:80px;
}

.inner #left-nav li{
	height:30px;
	width:209px;
	clear:both;
	margin:0px;
	padding:0px 7px 0px 0px;
	border-top:#ffffff 1px dotted;
	font-variant:small-caps;
	font-size:9px;
	font-weight:700;
}

.inner #left-nav #first{
	border:none;	
}
.inner #left-nav a{
	/*background:  url(../images/inner-nav-li.gif) 0% 50% no-repeat;*/
	width:197px;
	display:block;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	padding: 9px 0 7px 12px;
}
.inner #left-nav a:hover{
	background:  url(../images/inner-nav-li.gif) 0% 50% no-repeat;
	width:197px;
	display: block;
	font-size: 12px;
	color: #650a34;
	text-decoration: none;
	padding: 9px 0 7px 12px;
}
.inner #left-nav ul{
	display:none;
}


/*****************************************************************/
.inner .btm-left{
	background: #f1e7e8;
	width:209px;
	text-align:center;
	height:100%;
	min-height:100%;
}
.maalot-btm-left{
    background-image:url(../Maalot/images/maalot_watermark.gif);
	width:209px;
	text-align:center;
	height:100%;
	min-height:100%;
}

.inner .btm-left img{
	padding:25px 0px;
	border:none;
}
.inner .main{
	padding:0px 0px 0px 11px;
	float:left;
	width:683px;
	overflow:hidden;
	font:12px Verdana, Arial, Helvetica, sans-serif;
}

.main .inner-text{
	padding:0px 20px 0px 0px;
	font-size: 9pt;
	font-weight:500;
	line-height:1.7;
	width:660px;
	font:Arial, Helvetica, sans-serif;
	text-align:justify;
	
	overflow:hidden;
	float:left;
}
.inner .main .mt .inner-text{
	padding:0px 20px 0px 0px;
	font-size: 8pt;
	line-height:1.7;
	width:426px;
	text-align:justify;
	font:Verdana, Arial, Helvetica, sans-serif;
	overflow:hidden;
	float:left;
}
.inner .main .seminary .inner-text{
	padding:0px 20px 0px 0px;
	font-size: 9pt;
	line-height:1.5;
	font-weight:500;
	width:415px;
	text-align:justify;
	font:Arial, Helvetica, sans-serif;
	overflow:hidden;
	float:left;
}
.inner .main .halfright .inner-text{
	padding:0px 20px 0px 0px;
	font-size: 9pt;
	line-height:1.5;
	font-weight:500;
	width:320px;
	text-align:justify;
	font:Arial, Helvetica, sans-serif;
	overflow:hidden;
	float:left;
}
.inner .main .halfleft .inner-text{
	padding:0px 20px 0px 0px;
	font-size: 9pt;
	line-height:1.5;
	font-weight:500;
	width:320px;
	text-align:justify;
	font:Arial, Helvetica, sans-serif;
	overflow:hidden;
	float:right;
}
.inner-text a{
	font:#531731 14px Verdana, Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
.inner-text p{
font:Arial, Helvetica, sans-serif;	
	font-size: 10pt;
	line-height:1.7;
	font-weight:500;
}

.inner-text .inner-image-left-bottom{
	padding:0px;
	clear:both;
	float:left;
	margin:0px 0px 0px 0px;
		
}
.inner-text .inner-image-left{
	padding:4px;
	/*clear:both;*/
	float:left;
	margin:0px 6px 0px 0px;
		
}
.inner-text .inner-image-right{
	padding:0px;
	/*clear:both;*/
	float:right;
	margin:0px 0px 6px 6px;
		
}
.inner-text .img-align-top{
	vertical-align:text-top;
}
.inner .main .adminname
{
    FONT-SIZE: 10pt;
    TEXT-TRANSFORM: uppercase
}
.inner .main .admintitle
{
    FONT-SIZE: 8pt
}
.inner-text .adminright
{
    PADDING-RIGHT: 20px;
    PADDING-LEFT: 20px;
    FLOAT: left;
    PADDING-BOTTOM: 20px;
    PADDING-TOP: 20px;
    POSITION: relative;
}
.inner-text .adminleft
{
    PADDING-RIGHT: 20px;
    PADDING-LEFT: 50px;
    FLOAT: left;
    PADDING-BOTTOM: 20px;
    PADDING-TOP: 20px;
    POSITION: relative;


}
.inner-text .contactright
{
    PADDING-RIGHT: 20px;
    PADDING-LEFT: 20px;
    FLOAT: left;
    PADDING-BOTTOM: 20px;
    PADDING-TOP: 20px;
    POSITION: relative
}
.inner-text .contactleft
{
    PADDING-RIGHT: 20px;
    PADDING-LEFT: 50px;
    FLOAT: left;
    PADDING-BOTTOM: 20px;
    PADDING-TOP: 20px;
    POSITION: relative
}
.inner .bulletlist
{
    LIST-STYLE-IMAGE: url(../images/news-progs-li.gif);
    MARGIN: 10px 50px;
    COLOR: black;
    LETTER-SPACING: normal;
    LIST-STYLE-: smaller
}
.btm-info .btm-center
{
    MARGIN-LEFT: 150px;
    MARGIN-RIGHT: 0px;
    BACKGROUND-COLOR: #eadcdc;
    TEXT-ALIGN: center
}
.inner A
{
    COLOR: #650a33
}
.inner .imglink
{
}
.inner .schoolname
{
	FONT-SIZE: 18pt;
    COLOR: #650a33;
    FONT-FAMILY: Calligrapher, 'Brush Script MT'
}
.melist
{
    LIST-STYLE-IMAGE: url(../images/mebullet.gif);
    MARGIN-LEFT: 50px;
    MARGIN-RIGHT: 50px;
	line-height: 15px;
    }
.metitle
{
    FONT-SIZE: 18pt;
    COLOR: #650a33;
    FONT-FAMILY: Calligrapher, 'Brush Script MT'
}
.mehomepage
{
background-image:url(../images/michleletesther_bg.gif)
}

.mechinalist
{
    LIST-STYLE-IMAGE: url(../images/bullet.gif);
    font-size:13px;
    font-weight:bold;
    font-family:Trebuchet
    color:#650a33;
    MARGIN-LEFT: 50px;
    MARGIN-RIGHT: 50px;
	line-height: 25px;
    }
.mechinatext
{
font-size:13pt;
color=#650A33;
margin-left:150px; 
}
.img
{
PADDING: 0 px;
}
.inner-text a{
	text-decoration:none;
	color:#BC7E82;
	font: Verdana;
	font-weight:bold;
	}
.inner-text a:hover{
	color:#650a33;
	font: Verdana;
    font-weight:bold;
	text-decoration:underline;
	}
.btm-right
{
float:right;
width:237px;
height:1500px;
min-height:100%;
background: #f1e7e8;
text-align:center;
align:center;
/*margin-left:20px;*/
margin-right:0px;
margin-top:0px;
}
.btm-right-empty
{
float:right;
width:237px;
min-height:100%;
text-align:left;
/*margin-left:20px;*/
margin-right:10px;
margin-top:0px;
}
.btm-right .imageone
{
padding-top:40px;
padding-bottom:25px;
}
.btm-right .icon
{  
padding-top:50px;
padding-bottom:25px;
padding-right:10px;
padding-left:10px;
}
.page-title
{
    FONT-SIZE: 18pt;
    COLOR: #650a33;
    FONT-FAMILY: Trebuchet MS,Georgia,Arial;
	font-style:underline;
    HEIGHT: 39px;
}
.faculty-name
{
	FONT-SIZE: 10pt;
	FONT-WEIGHT:bold;
	line-height:normal;
    COLOR:#000000;
}
.faculty-description
{
	FONT-SIZE: 8pt;
    COLOR:#000000;
}
.right-side  /* for Midreshet tehillah's homepage */
{
float:right;
height:695px;
min-height:100%;
margin-left:20px;
}
.pinkbox img {
padding-top:15px;
}
.pinkbox
{
float:right;
width:237px;
background:#f1e5e5 url(../images/btm-right-top-bg.gif) 0 0 no-repeat;
}
 .pinkbox .pinkbox-btm
{
width:237px;
background:url(../images/btm-right-btm-bg.gif) 0% 100% no-repeat;
/*#f1e5e5 */
}    
#coursedesc
{
display:block;
width:215px;
height:20px;
background:url("/images/courseone.gif") no-repeat ;
margin-top:45px;
margin-bottom:45px;
}
#coursedesc:hover
{
background-position: 0 -101px;
}
#weeklyschedule
{
display:block;
height:0px;
width: 199px;
background:url("/images/weeklyone.gif") no-repeat;
margin-top:45px;
margin-bottom:45px;

}
#weeklyschedule:hover
{
background-position: 0 -77px;
}
#dormdining
{
display:block;
width:215px;
height:7px;
background:url("/images/dormdining.gif") no-repeat;
margin-top:45px;
margin-bottom:45px;
}
#dormdining:hover
{
background-position: 0 -82px;
}
#facilities
{
display:block;
width:215px;
height:5px;
background:url("/images/facilities.gif") no-repeat;
margin-top:45px;
margin-bottom:45px;
}
#facilities:hover
{
background-position: 0 -79px;
}
#security
{
display:block;
width:210px;
height:10px;
background:url("/images/security.gif") no-repeat;
margin-top:45px;
margin-bottom:45px;
}
#security:hover
{
background-position: 0 -85px;
}
#calendar
{
display:block;
width:215px;
height:0px;
background:url("/images/calendar.gif") no-repeat;
margin-top:45px;
margin-bottom:45px;
}
#calendar:hover
{
background-position: 0 -84px;
}
#apply
{
display:block;
width:215px;
height:5px;
background:url("/images/applyonline.gif") no-repeat;
margin-top:45px;
margin-bottom:45px;
}
#apply:hover
{
background-position: 0 -83px;
}
#tuition
{
display:block;
width:215px;
height:10px;
background:url("/images/tuition.gif") no-repeat;
margin-top:45px;
margin-bottom:45px;
}
#tuition:hover
{
background-position: 0 -99px;
}
#medical
{
display:block;
width:215px;
height:11px;
background:url("/images/medical.gif") no-repeat;
margin-top:45px;
margin-bottom:45px;
}
#medical:hover
{
background-position: 0 -96px;
}
#studentguide
{
display:block;
width:215px;
height:10px;
background:url("/images/studentguide.gif") no-repeat;
margin-top:45px;
margin-bottom:45px;
}
#studentguide:hover
{
background-position: 0 -99px;
}
/*background-position: 0 -99px;
}*/

.breadcrumb
{
position:relative; 
}
.breadcrumb ul
{
position:relative; 
padding:0;
margin:0 0px 0 0px;
}
.breadcrumb ul li
{
padding:0; 
margin-left:0px; 
list-style:none; 
display:inline;
float:left;
background:url("/images/breadcrumbimage.gif") no-repeat;
font-size:9px;
}
.breadcrumb ul li.first
{
padding:0; 
margin-left:0px; 
list-style:none; 
display:inline;
float:left;
background:none;
}
.breadcrumb ul li a
{
font:11px Arial, Helvetica, sans-serif; 
text-decoration:none; 
display:block;
font-size:9px; 
}
.breadcrumb ul li a span
{
padding:0px 3px 0px 23px;
}
.breadcrumb ul li a:hover span
{
color:rbg(173,9,129);
}
.breadcrumb ul li a.active
{
text-decoration:none;
background:none;
font-size:9px;
}
.breadcrumb ul li a.active span
{
color:#650a33;
text-decoration:none;
font-weight:bold;
}
.breadcrumb ul li a.active:hover span
{
text-decoration:none;
}
.breadcrumb .left
{
position:absolute;
top:0px;
left:0px;
width:10px;
height:30px;
display:block;
z-index:1;
}
.breadcrumb .right
{
position:absolute;
top:0px;
right:0px;
width:10px;
height:30px;
display:block;
z-index:1;
}
.findyourself
{color:#000000;
text-align:center;
padding-top:5px;
font-size:15px;
font-stretch:ultra-expanded;
font-weight:bolder;
font-variant:small-caps;
}
.nevesubdivision
{
color:#650a33;
font-weight:bold;
font-variant:small-caps;
font-size:12px;
text-decoration:underline;
}


