/* ******************************************************************** */ 
/*                  Calista Layout Styles                 */
/* ******************************************************************** */
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
  background: #0a65cc url('../images/body_bg.png') repeat;  
  font:normal 12px/18px Arial, Helvetica, sans-serif; color:#fff;
  zoom:0!important;
} 
 
#pagewidth{ 
background: url("../images/body_content_gradientbg.png") no-repeat scroll 0 0 transparent;
    margin: -2px auto 0;
    text-align: left;
    width: 1025px;
} 
 
#header{
 height:82px; 
 width:100%;
 display:block;
 background: url("../images/header_bg.png") repeat-x scroll;
} 

.mainContainer{
    background-color: transparent;
    color: #000000;
    margin: 0 auto;
    padding-top: 14px;
    width: 98%;
}
 
#maincol{
 position: relative; 
 }

#leftNav {
    border:none;
    float: left;
    margin-right: 10px;
    padding: 15px 15px 10px;
    width:175;
}




a{color:#2C659F; text-decoration:none;}
a:hover{color:#2C659F; text-decoration:underline;}


/* ******************************************************************** */ 
/* Clearfix        */
/* ******************************************************************** */
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
 
 div.clear{clear:both;}
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

