body{
    background-color : #ffffff;
    padding : 0;
    margin : 0;
    font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
    text-align:center;
}

#wrapper{
    position:relative;
    width:767px;
    margin: 0px auto;
    top:0;
}

/*  ----------------------------------------------------------------------------------------------------
    positioning of the topbar
    ----------------------------------------------------------------------------------------------------*/
#topbar{
	position: absolute;
	left:20px;
	top: 10px;
	width:760px;
	height:70px;
	background-image: url(images/no_flash_title.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: right;
}   
#topBar #nav {
	padding-top: 20px;
	padding-right: 20px;
}
#topBar #nav a {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 7px;
	margin-left: 7px;
	font-weight: bold;
	text-align: center;
	padding-right: 8px;
	padding-left: 8px;
}
#topBar #nav a:hover {
	color: #333333;
	background-image: url(images/nav-over.gif);
	background-repeat: no-repeat;
	background-position: center center;

}

#topbar img{
	border:none;
} 

/*  ----------------------------------------------------------------------------------------------------
    content section
    ----------------------------------------------------------------------------------------------------*/
#content{
    position: absolute;
    left:355px;
    top:90px;
    width:421px;
    text-align:left;   
    font-size:12px;
    line-height:18px;
    color : #595959;
    text-indent:0px;
    padding-left:0px;
}

#content table{  
    font-size:12px;
    color : #595959;
}

#content img{
	border:none;
}

#team{
    position: absolute;
    left:150px;
    top:90px;
    width:621px;
    text-align:left;   
    font-size:12px;
    line-height:17px;
    color : #595959;
    text-indent:0px;
    padding-left:0px;
}

#teammember {
    height:190px;
    /**clear:both;**/
}

#clearing{
    clear:both;
    }


#teammember img {
    float:left;
    margin-right:15px;
}
    


.footer{
	text-align:center;   
    font-size:10px;
    color: #595959;
    margin-top:25px;
}

.footer a{
    color: #595959;
}

h1 {
	font-size:12px;
	text-decoration: underline;
	color: #000000;
	margin-bottom: 10px;
}

/*  ----------------------------------------------------------------------------------------------------
    image between submenu and content
    ----------------------------------------------------------------------------------------------------*/
#illustration{
    position:absolute; 
    left:150px; 
    top:153px; 
    width:190px; 
    height:287px; 
    z-index:0; 
    visibility:visible;
    text-align:left;   
    font-size:12px;
    line-height:18px;
    color : #595959;
}
    
/*  ----------------------------------------------------------------------------------------------------
    positioning of download and contact images
    ----------------------------------------------------------------------------------------------------*/
#d_image{
	text-align:right;
	float:right;
	width:421px;
	height:30px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:13px;
}

/*  ----------------------------------------------------------------------------------------------------
    positioning of the what we do menu on the left
    ----------------------------------------------------------------------------------------------------*/
    
#subNavigation{
    position: absolute;
    left:15px;
    top: 153px;
    width:131px; 
    height:125px; 
    }

/*  ----------------------------------------------------------------------------------------------------
    the list definition for the what we do menu on the left
    ----------------------------------------------------------------------------------------------------*/
    
ul.sidemenu{
    list-style: none;
    margin-left:0px;
	padding-left:0px;
	margin-top:0;
}

ul.sidemenu li {
    width: 131px; 
    height: 25px;
    margin-left:0px;
	padding-left:0px;
}

ul.sidemenu img {
    border:none;
}


/*  ----------------------------------------------------------------------------------------------------
    these are the different layers for the what we do sub menu
    ----------------------------------------------------------------------------------------------------*/
    
#conveyance {
    position:absolute; 
    left:150px; 
    top:153px; 
    width:198px; 
    height:187px; 
    z-index:3; 
    visibility:hidden;
}
#conveyance img {
    border:none;
}
#probate {
    position:absolute; 
    left:150px; 
    top:153px; 
    width:198px; 
    height:187px; 
    z-index:4; 
    visibility:hidden;
}
#probate img {
    border:none;
}
#family {
    position:absolute; 
    left:150px; 
    top:153px; 
    width:198px; 
    height:187px; 
    z-index:5; 
    visibility:hidden;
}
#family img {
    border:none;
}
#litigation {
    position:absolute; 
    left:150px; 
    top:153px; 
    width:198px; 
    height:187px; 
    z-index:6; 
    visibility:hidden;
}
#litigation img {
    border:none;
}
#employment {
    position:absolute; 
    left:150px; 
    top:153px; 
    width:198px; 
    height:187px; 
    z-index:7; 
    visibility:hidden;
}
#employment img {
    border:none;
}

