/*	Master style sheet for
	Loyola Law School Los Angeles
	secondary pages
*/

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

/*page layout container*/
#scontainer{ width:850px;}
#lcol{width: 220px; float: left; background: #FFFFFF;}
#rcol{width: 628px; float: right; background: #FFFFFF}

/*logo*/
#logo {width: 220px; height: 48px;}
#logo a {border: none; display: block; width: 220px; height: 45px; background:#FFFFFF url(http://www.lls.edu/nassets/img/logo-sml.gif) no-repeat;}
#logo span {display: none;}

/*image*/
#image{background: #82b8c9 url(http://intranet.lls.edu/nassets/rotate/rotate.php) no-repeat; height: 150px;}

/*main menu css map and search utility*/
#menu{width:628px; float:right; position:relative; background: #660000;}
#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;}


#mmenump {float: left; position: relative; border: none; width: 456px; height: 45px; background-image:url(http://www.lls.edu/nassets/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;}


/*page content */
#main{ width:628px;} 
#content {padding:25px 35px 10px 0;}
#tcontent {padding:0 10px 10px 0;}
#fmain {width: 850px;}
#fcontent {padding:5px 43px 43px 43px;}
#nav {padding: 40px 5px 0 43px;}

/*print*/

@media print{
#scontainer{width: 100%}
#menu {display: none;}
#image {display: none;}
#nav {display: none;}
#footer{display: none;}
#address{display: none;}
#main {width: 100%;}
#lcol{width: 100%; left: 0; top: 0;}
#rcol{width: 100%; left: 40px; top: 40px;}
#logo{left: 0; top: 0}
.clear{display: none;}
} 
