/* ----- Main Layout Elements ----- */
body {
  background:     url('../images/bg.jpg') repeat-x; 
  background-color:  #666;
  display:       block;
  margin:       0 auto;
  text-align:     center;
}


#container {
  display:       block;
    width:          1000px;
  font-size:      14px;
  margin:        0 auto;
  text-align:      left;
  clear:        both;
}
#header {
  /*background:     url('../images/layout_01.png') no-repeat; */
background:     url('http://www.alexanderlawgroupplc.com/images/layout_01c.png') no-repeat;
    width:          1000px;
  height:        119px;
  margin:        0 auto;
  text-align:     center;
 
}
#header_top {
float:left;
width:1000px;
height: 91px;
}
#content {
  float:        left;
  display:       block;
  margin:       0 auto!important;
margin: -13px auto;
}
#frontcontenttop {
float:left;
    width:          1000px;
  height:        241px;
  margin:        0 auto;
  background: url('../../../images/stories/layout_02_b.png') no-repeat;   
}
#contentbottom {
float:left;
    width:          964px;
  margin:        0 auto;
  background:     url('../images/layout_03.png') repeat-y;   
  padding:       0 18px 0 18px;
}
#contentbottom2 {
float:left;
    width:          964px;
  margin:        0 auto;
  background:     url('../images/layout_03.png') repeat-y;   
  padding:       0 18px 0 18px;
  min-height:     540px;
}
#footer {
  float:left;
  background:     url('../images/layout_04.png') no-repeat; 
    width:          990px;
  height:        20px;
  margin:        0 auto;
  padding:       4px 10px 0 0;
  text-align:      center;
  font-size:      12px;
color:#777;
}

.adddiv{
float:left!important;
padding-right:9px!important;
}

.mapdiv{
float:right!important;
 }
 
 .menu-tips{
  margin: 5px 0 0 4px;
padding: 0; 
 }
 
 .menu-tips li{
   list-style: none;
    line-height: 24px;
   margin: 4px;
 }


