/* Loyola Law School default layout style sheet. 
This style sheet contains all of the styles that
generate the basic layout of the 1 column and 2 column pages for all four 
LLS color schemes. */


/*page global format settings*/

html, body{ margin:0; padding:0; text-align:center; background-color: #ffffff;}

/* dropshadow for page */
#dropshadow { width:758px; text-align:left; margin-left:auto; margin-right:auto; background: url("../img/dropshadow.gif"); color: #000000;}
 
/*container for entire page color specific */


/* 1 COLUMN LAYOUT */
#pw1c{ width:748px; text-align:left; margin-left:auto; margin-right:auto; background-color: #FFFFFF; color:#000000;}



/*These classes control the layout of the header sections */
#header{position:relative; background-color:#FFFFFF; color:#000000; width:746px;}
#hlcol {width: 288px; height: 80px; float: left;}
#hlcol a {border: none; display: block; width: 288px; height: 80px; }
#hlcol span {display: none;}
#htwocols{width:420px; float:right; position:relative; padding-top: 3px;}
#hrcol {float:right; position:relative; width: 285px; height: 80px;}
#hrcol a {border: none; display: block; width: 285px; height: 80px; }
#hrcol span {display: none;}
#hmcol{float: left; display:inline; position: relative;width: 135px;}
 
/* Placement of the global menu after header section - color specific */


#gm-red{height:24px; border-top: 1px solid #660000; border-bottom: 1px solid #660000; clear:both; text-align: left; width: 748px; background-image: url("../img/bgbar-gold.gif"); padding: 3px 0 0 0; } 


#maincol-full{ width:748px; color: #000000; background-color: #FFFFFF;}

#tcontainer {width: 748px; height: 200px; background: #FFFFFF; position: relative;}



#ccontainer{background-color:#FFFFFF; border-top: 1px solid #660000; width:748px; padding-bottom: 10px; padding-top: 10px;}
#cmcol{margin-left: 5px; margin-right: 5px;}



#ftr-gold{height:21px; background-image: url("../img/bgftr-gold.gif"); border-top: 1px solid #660000; border-bottom: 1px solid #660000; clear:both; text-align: left; width: 748px;}


/* FIX UP AND HIDE STUFF */

 /* Float containers fix: */ 
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix{display: inline-table;}
.clear{clear: both;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  





