/* $Revision: 1.4 $ 
 *
 * Sitecopy Last Date of Service CSS
 * (c) 1992-2004 Cisco Systems, Inc. All rights reserved. Terms and Conditions: 
 * http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html
 *
 * Cisco.com Site Development Team
 ************************************************/


.ldos-module {
margin: 16px 0 0 0;
padding: 0;

background-color: #fff;

border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
}

* html .ldos-module {
  margin-top:15px;
}

.ldos-module .sitecopy{
border-top: 1px solid #ccc;
margin: 0 2px 0 2px;
}

.ldos-module .sitecopy .content-region-ldos p.ref-link {
margin: 15px 0 0 0;
}

/* need to reoverride the sitecopy override and put the margins back */
#framework-content-main { 
margin:7px 10px 11px 10px; /* framework content margins */
}	

