@charset "utf-8";
/* CSS Document */



/******** Header Styles *********/

@media screen and (-webkit-min-device-pixel-ratio:0)
{
.global ul li p {
    margin-top:-12px!important;
}


}

.header {
	clear: both;
	position: relative;
	height: 103px;
    width: 956px;
	background: transparent url(../images/sys_images/header-bg.png) no-repeat top left;
}

.header .date {
	position: absolute;
	top: 3px;
	left: 61px;
	background: transparent url(../images/sys_images/icon-flag.png) no-repeat top left;
	padding: 0px 0px 0px 26px;
	color: #333;
	font-size: 1.2em;
	text-transform: uppercase;
	width: 300px;
}

.header .global {
	position: absolute;
	top: 3px;
	right: 6px;
	color: #FFF;
	font-size: 1.2em;
	font-weight: bold;
}

.header .global a {
	color: #FFFFFF;
    	padding: 0 5px 0 5px;
      text-decoration: none;}

.header .global a:hover {
	color: #FFF;
	text-decoration: underline;
}

.header .global ul{

	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}
.global ul li {
	float:left;
	padding: 0px;
	border: none;

}
.global ul li p {
    float: right;
    margin: 0;
    -webkit-margin-before: -14px;
    padding: 0 !important;
}

.text-size{
	float: right;
       padding-top: 2px;
       padding-right: 8px;
       font-size: 1.4em;
}

.text-size a {
	padding-right:0;
	padding: 0 !important;
      text-decoration: none;
}

.larger {
    font-size: 1.4em !important;
}

.medium {
    font-size: 1.25em !important;
}

.small {
    font-size: 0.9em !important;
}

.header .search {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.header form input#gsearchinput {
	width: 289px;
	height: 25px;
	padding: 0px;
	float: left;
}

.header form input#Search_Go {
	margin: 2px 0px 0px 6px;
}

.separator {
	margin: 0;
	padding: 0 5px;
}
