﻿/* CSS layout begin */
#LayoutOuter
{
	margin-left:auto;
	margin-right:auto;
	min-width:900px;
    height:100%;
    width:100%;
}
#LayoutHeader {
    border-top: none;
    min-width: 900px;
    /*width: 90%;*/
    margin: 10px auto;
    height: 135px;
}
#LayoutBody {
    /*background-color: #e5e5e5;*/
    min-width: 900px;
    height: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#LayoutTopNavContainer {
    background-color: #4E4B48;
    background: -moz-linear-gradient(top, #4E4B48 0%, #7E7F74 100%); /* FF3.6+  */
    background: -o-linear-gradient(top, #4E4B48 0%,#7E7F74 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #4E4B48 0%,#7E7F74 100%); /* IE10+ */
    background: linear-gradient(to bottom, #4E4B48 0%,#7E7F74 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4E4B48', endColorstr='#7E7F74',GradientType=0 ); /* IE6-9 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4E4B48), color-stop(100%,#7E7F74)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #4E4B48 0%,#7E7F74 100%); /* Chrome10+,Safari5.1+ */
}
.LayoutTopNav
{
	height:auto;
	/*min-width:1192px;*/
    margin-right:0;
    font-size: 1.4em;
}
#LayoutContent {
    /*background-color: #e5e5e5;*/
    min-width: 900px;
    height: 100%;
    /*width: 90%;*/
    margin: auto;
    position: relative;
    border-top: 4px solid #D7C826;
}
#divInnerContent
{
	min-height:600px;
	padding:15px;
    min-width:900px;
    margin-left:auto;
    margin-right: auto;
    width:90%;
    background-color:#fcfcfc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
#LayoutFooter {
    height: auto;
    background-color: #4E4B48;
    color: #fff;
    min-height: 300px;
    margin-left: auto;
    padding: 15px;
    min-width: 900px;
    line-height: normal;
    font-size: 1.2em;
    border-top: 4px solid #D7C826;
    /*background: -moz-linear-gradient(top, #154588 0%, #fff 90%);*/ /* FF3.6+ */
    /*background: -o-linear-gradient(top, #154588 0%,#fff 90%);*/ /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top, #154588 0%,#fff 90%);*/ /* IE10+ */
    /*background: linear-gradient(to bottom, #154588 0%,#fff 90%);*/ /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#154588', endColorstr='#fff',GradientType=0 );*/ /* IE6-9 */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#154588), color-stop(90%,#fff));*/ /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top, #154588 0%,#fff 90%);*/ /* Chrome10+,Safari5.1+ */
}
#LayoutFooter a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

#LayoutFooter a:hover {
    color: #2199e8;
}

/* CSS layout end */