/**Grid Columns
width:281px,height:161px
*/
.leftCol
{
    float:left;
    width:586px;
}
.rightCol
{
    float:left;
    width:586px;
}
.gridBox
{
    float:left;
    margin:0 11px 11px 0;
    border:solid 1px #ffffff;
    
}
.gridBoxWithBorder
{
    float:left;
    margin:0 11px 11px 0;
    border:solid 1px #CED5D2;
}
.homePageContianer .gridBoxWithBorder
{
  border-right:solid 12px #ffffff;
  border-bottom:solid 12px #ffffff;
  border-top:0;
  border-left:0; 
  margin:0;
}
.homePageContianer .header-logo 
{
    width:280px;
    height:161px;
    background-color:#ffffff;
}
.homePageContianer p{ text-align:center; padding-top:39px;}
.homePageContianer  .rows1cols1
{
    width:280px;
    height:145px;
}
/*single row single column*/
.rows1cols1
{
    width:280px;
    height:161px;
}
/*single row two column*/
.rows1cols2
{
    width:572px;
    height:161px;
}
/*single row three column*/
.rows1cols3
{
    width:858px;
    height:161px;
}


/*two rows one column*/
.rows2cols1
{
    width:280px;
    height:335px;
}
/*two rows two column*/
.rows2cols2
{
    width:572px;
    height:335px;
}
/*three rows one column*/
.rows3cols1
{
    width:280px;
    height:509px;
}
/*three rows two column*/
.rows3cols2
{
    width:572px;
    height:509px;
}
/*three rows three column*/
.rows3cols3
{
    width:858px;
    height:509px;
}
/*four rows one column*/
.rows4cols1
{
    width:280px;
    height:681px;
}

/*four rows two column*/
.rows4cols2
{
    width:572px;
    height:681px;
}
