/* CSS Document */

/** Skin Layout Style Sheet.  This file will contain styles for layout templates.  

Designer: Fred Faulkner
Designer Email: faulknef@staff.abanet.org
Creation Date: Oct. 2005
Last Updated by: Phil Gross
Title: Webmaster
Last Updated: 4/28/2008
**/

body {background: #fff url(../images/left_bg.jpg) repeat-y left;}

#container {
	max-width:980px;
	min-width: 780px;
	/*width: expression(document.body.clientWidth > 982? "980px": "auto" );*/
	width: expression(document.body.clientWidth < 782? "780px" : document.body.clientWidth > 982? "980px" : "auto");
	margin: 0;
	padding: 0;
		}

#masthead {width: 980px;
	margin: 0;
	overflow:visible;
	padding: 0;}
/* Update CU 080626 */

#sidebar {width: 140px;
	background: #000098; 
	float: left;
	padding: 0;}


#content {
	
	margin: 5px 10px 10px 155px;
	padding: 0;
	}
	

#footer {
	margin: 0px 10px 0 155px;
	padding-top: 10px;}
	

/* Updated CU 080626 removed seach style */
/*#search {
	margin: 0 0 0 144px; position:absolute; top:68px; left:23px; Z-INDEX: 100000; background-color:#FFFFFF
	}*/


#entitylogo {
	margin: 0;
	padding: 0;
	}
	
/** Top, Middle & Bottom Column **/
#top {
	padding: 0;
	margin: 0 0 10px 0;}

#middle {
	float:left;
	width: 98%;
	margin: 0 0 10px 0;
	}
	
#bottom {
	clear: both;
	padding: 0;
	margin: 10px 0 0 0;}
	
/** 2 Column, 70% Left, 30% Right **/

#left_70 {
	 float:left;
    width:68%;

	}

#right_30 {
	float:right;
    width:30%;
	}
	
/** 2 Column, 50/50 Split **/

#left {
	float: left;
	width: 49%;

    }
	
#right {
    float:right;
    width:49%;
    }

/** 2 Column, 60/40 Split **/
#left_60 {
	 float:left;
    width:58%;
	}

#right_40 {
	float:right;
    width:39%;
	}