/* CSS Document */
/*******************************************************************************
 *                                                                             *
 *                          WILLIAMS CONTENT MENU STYLES                       *
 *                                                                             *
 *******************************************************************************/
 
 /* This file exists for pages that a content menu (ie. left/vertical menu)
    so we show the dividing strip and classes for the menu styles */



#contentMenu {min-height:100%; height:100%;width:145px;margin-top:0; padding-top:0;visibility:visible; display:block; background: #fff url(../images/williams-menu-background.gif) 100% 0% repeat-y;/**/}

#contentBody {margin: 0 0 0 155px; padding: 0px 20px 10px 10px; /*background: #fff url(../images/williams-vertical-separator.gif) 0% 0% repeat-y;*/ }



* html #contentBody {width:520px; } 

div#pageTitle {margin:10px 0 0px 0px;padding:0 0 10px 0;color:inherit;color:#9c8205;background-color:#fff;float:left; display:inline; clear:none}
div#pageTitle h1 {margin:0; padding:0; }
#williamsitleandTools {background: #fff url(../images/williams-menu-background.gif) 0% 100% repeat-y;}

.separator{width: 85%;padding:10px 0 0 10px;margin: 12px 0 8px 0;color:#333333;background: #fff url(../images/williams-menu-sep.gif) left top repeat-x; }		

