/* THE DIV TO TABLE TECHNIQUE */


.container1{
   position: relative;
   float:none;
   margin-bottom: 0px;
   height: 310px;  
}
.col1{
   position: relative;
   float: left;
   left: 0px;
   height: inherit;
}
.col2{
   position: relative;
   float: left;
   left: 0px;
   height: inherit;
}
.col3{
   position: relative;
   float: right;
   right: 0px;
   height: inherit; 
}

.container {
    width: 911px;  
}

.col1 {
    width:80px;
}

.col2 {
    width: 400px; 
}

.col3 {
    width:303px;
}

.sectiongap {
    height:30px;
}

.columnin {
    margin:0;
    padding:0.5em 1em;
}

.cleaner {
    clear:both;
    height:1px;
    font-size:1px;
    border:none;
    margin:0; padding:0;
    background:transparent;
    display:none;
}

/* GENERIC STYLES */


.container2{
   position: relative;
   /* float: left; */
   float:none;
   margin-bottom: 0px;
   width:500;
   height: 75px;
}

.t2col1,.t2col3,.t2col5,.t2col7 {
   position: relative;
   float: left;
   left: 0px;
   height: inherit;
    padding:0; 
    width:75px;
    text-align: center;  
}

.t2col2,.t2col4,.t2col6 {
   position: relative;
   float: left;
   left: 0px;
   height: inherit;
    padding:0; 
    width:62px;
    text-align: center;  
}


.atlasblurb
{
    visibility: visible; 
    z-index: 4;
    width: 468px;
    font: 16px/34px Arial;
    margin: 0px;
    color: #1B1718;
    letter-spacing: -1px;
    text-align: left;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
    position: relative;
    top: -6px;
}

.industries
{
    font-family: Arial;
    font-size: 14px;
}

.screen  {
   background: url(../media/atlasscreen.jpg) no-repeat;
   width: 905px;
   height: 587px;
   position:relative;
   left: 40px; 
}

.atlastagline  {
   background: url(../media/atlastagline.png) no-repeat;
   width: 588px;
   height: 82px;
   position:relative;
   left: 40px;
}

/* quote */


.quotebubble {
   background: url(media/quotebubble.jpg) no-repeat;
   visibility: visible;
   z-index: 0;
   width: 301px;
   height: 305px;
}

.quotebubble p  
{
   font-family: Arial;
   color: #006795;
   text-align: right;
}

.quotebubblesurface 
{
    margin-top:0px;
    margin-left:18px; 
    margin-right:18px;
}

.atlasquoteboxp  {
   font: 24px/30px Arial;
   margin: 0px;
   color: #006795;
   text-align: right;
}

.quoteattribp
{
   line-height:14px; 
   font-size:14px;
   margin-top:10px;margin-right:8px;
}



