html, body
{
    background-color: #eeeeee;
}

h1
{
    display: block;
    font-size: 1.5em;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    
}
h3
{
    
}

#divPage
{
    background-color: #eeeeee;
    width:100%;
    height:100%;
    margin-left:auto;
    margin-right:auto;
	margin-top: 0px;
	margin-bottom: 10px;
    top:0px;
	/*border-right: 1px solid #496077;
	border-left:  1px solid #496077;
	border-bottom: 1px solid #496077;
	height:100%;
	padding-bottom: 10px;*/
    background-image: url("/resources/back_1.jpg");
    z-index: 1;
}

#divPage2
{
    background-color: #eeeeee;
    width:100%;
    height:100%;
    margin-left:auto;
    margin-right:auto;
	margin-top: 0px;
        position: absolute;
	//margin-bottom: 10px;
    top:0px;
	/*border-right: 1px solid #496077;
	border-left:  1px solid #496077;
	border-bottom: 1px solid #496077;
	height:100%;
	padding-bottom: 10px;*/
    background-image: url("/resources/back_1.jpg");
    z-index: 1;
}

#divFooter
{
        background-color: #eeeeee;
}

#divHeader
{
    height:125px;
    width:100%;
	position:fixed;
	top:0px;
	background-color:#4b6c9e;
	z-index:5;
	
}

#divHeaderOther
{
    height:145px;
    width:100%;
	top:0px;
	background-color:#4b6c9e;
	z-index:5;
}

.fill { 
    min-height: 100%;
    height: 100%;
}

#divHeaderContent
{
    position:relative;
    width:auto;
    height:105px;
    top:0px;
    margin-left:0px;
    margin-right:0px;
}

#divHeaderContentOther
{
    position:relative;
    width:auto;
    height:105px;
    top:0px;
    margin-left:0px;
    margin-right:0px;
}

#spanHeaderSmall
{
    display: none;
}

#spanHeaderTiny{
    display: none;
}

#divNavBrand
{
    display: none;
}

#divNavBrandSmall
{
    display: none;
}

#divBody
{
    background-color: #eeeeee;
    position:relative;
    width:80%;
    min-height:100%;
    height:100%;
    /*margin-top:105px;*/
	padding-top: 175px;
	margin-top: 0px;
    margin-left:auto;
    margin-right:auto;
    z-index: 2;
    opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
}

#divBodyOpaque
{
    background-color: #eeeeee;
    position:relative;
    width:80%;
    min-height:100%;
    height:100%;
    /*margin-top:105px;*/
	padding-top: 175px;
	margin-top: 0px;
    margin-left:auto;
    margin-right:auto;
    z-index: 2;
}

#divBody2
{
    background-color: #eeeeee;
    //position:relative;
    width:100%;
    min-height:100%;
    height:100%;
    /*margin-top:105px;*/
	//padding-top: 175px;
	margin-top: 0px;
    margin-left:auto;
    margin-right:auto;
    z-index: 2;
}

@media only screen and (max-width: 815px) {
    #divHeader {
        height: 55px;
    }
    #divHeaderContent
    {
        height: 50px;
    }
    #spanHeaderTextBig {
        display: none;
    }
    #spanHeaderLogoBig {
        display: none;
    }
    #spanHeaderSmall {
        display: block;
        width: 375px;
        height: 100%;
        margin: 0 auto;
    }
    
    #divBody {
        padding-top: 110px;
    }
}

@media only screen and (max-width: 767px) {
    #divHeader {
        height: 37px;
    }

    #divHeaderContent {
        display: none;
    }

    #divNavBrand {
        display: block;
    }

    #divBody {
        padding-top: 60px;
    }
}

@media only screen and (max-width: 525px) {
/*    #divHeader {
        height: 50px;
    }
    #divHeaderContent
    {
        height: 50px;
    }
    #spanHeaderTextBig {
        display: none;
    }
    #spanHeaderLogoBig {
        display: none;
    }
    #spanHeaderSmall {
        display: none;
    }

    #spanHeaderTiny {
        display: block;
        width: 50px;
        height: 100%;
        margin: 0 auto;
    } 
    #divNavBrand {
        display: none;
    }
    #divNavBrandSmall {
        display: block;
    }*/
    #divBody{
        width: 100%;
    }
}

#divMenu
{
	position:relative;
	width:auto;
	/*height: 20px;*/
	margin: 0px;
	background-color:#4b6c9e;
}

.headerBlock
{
    width: 95%;
    /*background-color: #220099;*/
    /*font-family: Verdana;*/
    font-size: 30px;
    color: black;
    font-weight: bold;
    padding: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 12px;
    -moz-border-radius: 15px;
    border-radius: 15px;
        
        
    background: #1e5799; /* Old browsers */

    background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* FF3.6+ */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */

    background: -webkit-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */

    background: -o-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Opera 11.10+ */

    background: -ms-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* IE10+ */

    background: linear-gradient(to bottom, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* W3C */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
    
}

.infoBlock-wrapper
{
    width: 100%;
    text-align: center;
}

.infoBlock
{
    display:inline-block;
    /*width: 420px;*/
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #d1e7ff;
    margin-top: 20px;
    padding: 12px;
    font-weight: bold;
    text-align: left;
}

.infoBlock-center
{
    display:inline-block;
    *display:inline;/* IE*/
    *zoom:1;/* IE*/
    
    overflow:hidden;
    text-align:center;
}

.divButton
{
    display: inline-block;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #ccccff;
    margin-top: 20px;
    padding: 12px;
    font-weight: bold;
    color: black;
    border-bottom-color: black;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-right-color: black;
    border-right-style: solid;
    border-right-width: 2px;
}

.divButton:hover
{
    cursor: pointer;
    background-color: #ddddff;
}

#myCarousel
{
    z-index: 1;    
    width: 800px;
    margin: auto;
}

.centerText
{
    text-align: center;
}

.pageTitle
{
    font-size: large;
    font-weight: bold;
    margin-bottom: 20px;
}

.importantText
{
    font-weight: bolder;
}

.panel-separator
{
    border-bottom-style: solid;
    border-bottom-color: black;
    border-bottom-width: 1px;
}