/*	Master layout style sheet for 
	for Loyola Law School Los Angeles
	home page.
*/

@import url("layout.css");
@import url("format.css");

/*Top Photo */
#header{color:#000000; width:850px; height: 300px; background-image: url(../img/bgHdr.gif);}


/*Secondary Menu and Department Name */

#smcontainer {width: 850px; height: 40px;  position: relative;}



/*Menu and Logo */
#mcontainer {width: 850px; height: 60px;  position: relative;}
#mrcol {width: 628px; float: right;}
#mmenu {height: 45px; background:#660000; color: #FFFFFF;}

#mmtc{width:628px; float:right;}

/*logo*/
#mlcol {width: 220px; height: 45px; float: left; }
#mlcol a {border: none; display: block; width: 220px; height: 45px; background:#FFFFFF url(../img/logo-sml.gif) no-repeat;}
#mlcol span {display: none;}

/* Search Utility */
#search {float:right; position:relative; width: 155px; top:12px;}
#search label {display: none;}
#words {font-size: 10px; background-color: #E1E0E0; border: 1px solid #706E70; font-family: Verdana, Arial, Helvetica, sans-serif; color: #666666; width: 100px; height: 15px;}
	

/*Main Menu css map */
#mmenump {float: left; position: relative; border: none; width: 456px; height: 45px; background-image:url(../img/mmenu.gif);}
#mlinks a {position: absolute; height: 25px; width: 0px; top: 12px; text-decoration: none; left: 6px; }
#mlinks a i { display: none; }

a#about, a#admissions, a#facutly, a#students, a#academics, a#alumni { top: 12px; height: 25px;}
a#about { left: 9px; width: 50px;}
a#admissions { left: 67px; width:84px;}
a#faculty { left: 155px; width:63px;}
a#students { left: 229px; width:72px;}
a#academics { left: 307px; width:86px;}
a#alumni { left: 398px; width:53px;}

/*sub menu css map */
#smenump {float: left; position: relative; border: none; width: 850px; height: 25px; background-image:url(../img/smenu-new.gif);}
#smlinks a { position: absolute; height: 17px; width: 120px; top: 2px; text-decoration: none; left: 6px; }
#smlinks a i { display: none; }

a#llmadmissions, a#llmfaculty, a#llmstudents, a#llmcourses, a#llmalumni { top: 4px; height: 19px; }
a#llmadmissions { left: 231px; width: 124px; }
a#llmfaculty { left: 410px; width:101px; }
a#llmstudents { left: 564px; width:102px; }
a#llmcourses { left: 727px; width:100px; }

a#llmalumni { left: 522px; width:100px; }



/*news and events*/
#nande-container {width: 850px; position: relative; display:inline;}
#Ndown {visibility:visible; width:40px; height: 9px; }
#Nup {visibility:visible; width:40px; height: 9px; }
#Edown {visibility:visible; width:40px; height: 9px;}
#Eup {visibility:visible; width:40px; height: 9px; }

#hdrNews {background-image:url(../img/hdrNewsns.gif); width: 65px; height: 35px;} 
#hdrEvents {background-image:url(../img/hdrEventsns.gif); width: 65px; height: 35px;}
#hdrNews span {display: none;}
#hdrEvents span {display: none;}

/*The styles below are for the themes pages */

#Timage{background: #82b8c9; height: 300px;}
#scontainer{ width:850px;}
#lcol{width: 220px; float: left; background: #FFFFFF;}
#rcol{width: 628px; float: right; position: relative; background: #FFFFFF}
#main{ width:628px;} 
#content {padding:1px 10px 10px 0;}
#nav {padding: 25px 5px 0 23px;}

