/* About Style Sheet */

  #nav .nav-about {
    background-position:100px;
	}

  #two-column .left-rail {
    background: url('../images/about-left-rail-bg.jpg') no-repeat top;
	}
  #two-column .left-rail #info {
    width:144px;
	position:absolute;
	margin-left:22px;
	margin-top:125px;
	}
  #two-column .left-rail #info #box {
    width:120px;
	font-family:Arial;
	font-size:9pt;
	color:#A09A8B;
	padding:8px 12px;
	position:absolute;
    }
  #two-column .left-rail #info #box .name {
    font-size:11pt;
	color:#6991A6;
    }
  #two-column .left-rail #info #box .phone {
    font-size:10.5pt;
	font-weight:bold;
	}
  
  #two-column .who-we-are {
    height:502px;
	background: url('../images/who-we-are-bg.jpg') no-repeat top;
	}
  #two-column .what-we-can-do {
    height:502px;
	background: url('../images/what-we-can-do-bg.jpg') no-repeat top;
	}
  
  #two-column #main-content #lists {
    width:225px;
	position:absolute;
	}
  #two-column #main-content #lists #list {
    width:225px;
	float:left;
	margin:0 0 18px 0;
	}
  #two-column #main-content #lists #list ul {
    font-family: Arial;
	font-size:10pt;
	color:#464646;
	}
  #two-column #main-content #lists #list ul li {
    list-style:none;
	padding:0 0 2px 0;
	}
  #two-column #main-content #lists #list ul .header {
    font-size:12pt;
	color:#6991A6;
	}
  
