﻿/* CSS layout begin */
#LayoutOuter
{
	margin-left:auto;
	margin-right:auto;
	min-width:900px;
    height:100%;
    width:100%;
}
#LayoutHeader
{
	height:110px;
    background-color:#fff;
    border-top: none;
	min-width:900px;
    width:90%;
    margin-left:auto;
    margin-right:auto;
    padding-top:25px;
}
#LayoutBody
{
	background-color:#eee;
	min-width:900px;
    height:100%;
    width:100%;
    margin-left:auto;
    margin-right:auto;
    background: -moz-linear-gradient(top, #eee 0%, #fff 100%); /* FF3.6+ */
    background: -o-linear-gradient(top, #eee 0%,#fff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eee 0%,#fff 100%); /* IE10+ */
    background: linear-gradient(to bottom, ##eee 0%,#fff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eee', endColorstr='#fff',GradientType=0 ); /* IE6-9 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eee), color-stop(100%,#fff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eee 0%,#fff 100%); /* Chrome10+,Safari5.1+ */
}
.LayoutTopNav
{
	height:auto;
	min-width:1192px;
     
    margin-right:0;
    font-size: 1.4em;
}
#LayoutContent
{
	background-color:#fff;
	min-width:900px;
    height:100%;
    width:88%;
    margin: auto;
    position:relative;
}
/*side menu override class*/
.LayoutContentWithMenu
{
     /*position:relative;*/
     margin-left:0 !important;
}
#divInnerContent
{
	min-height:600px;
	padding:15px;
    min-width:900px;
    margin-left:auto;
    /*margin-right: auto;*/
    /*width:90%;*/
    background-color:#fff;
    border:1px solid #bbb;
    border-bottom:none;
}
/*side menu override class*/
.divInnerContentWithMenu
{
	margin-left:260px !important;
    min-height:760px !important; /*This is here because on the landing page, when there is not grids, the side menu overlaps the footer*/
    
}
#LayoutFooter {
    clear: both;
    min-width: 1192px;
    background: #fff url(../images/Cervey.png) no-repeat;
    background-position: center;
    background-size: 100px;
    border-top: 3px solid #d9d9d9;
    padding: 60px 0 60px 10px;
}
/* CSS layout end */