@charset "utf-8";

html,body {
	height:100%;
	margin:0;

}

body {
    overflow-y: scroll;
}

#pageHeader {
    min-width: 1024px;
    height: 80px;
    /*border-bottom: 1px solid #363636;*/
    overflow: hidden;
}


#header_grid-header {
    width: 100%;
    height: 100%;
    background-color: #f1f1f1;
}

#header-top-caption {
    float: left;
    position: relative;
    /*font-family: 'Lobster Two', Arial, serif;*/
}

#header-top-caption > img {
    position: absolute;
    height: 80px;
    width: auto;
}

#header-top-caption > p {
    position: relative;
    padding-left: 50px;
    margin-top: 20px;
    vertical-align: middle;
    font-size: 32px;
    font-weight: bold;
    color: #ffffff;
}

#header-top-image {
    margin-top: 20px;
    padding-right: 10px;
    float: right;
    position: relative;
    max-width: 600px;
}

#header-date-time {
	position:absolute;
	right:20px;
	font-size:14px;
}
