@charset "utf-8";

/* --------------------------------------------------
 English Base Elements
-------------------------------------------------- */

body {
font-family:"Arial", sans-serif;
}



/* Global Header
-------------------------------------------------- */
/* Logo
---------------------------------------- */
div#globalHeaderLogo {
width:218px;
}

div#globalHeaderLogo p#corporateName {
width:62px;
margin-left:19px;
}


/* Header Assist Navigation
---------------------------------------- */
div#globalHeaderAssistNav {
width:720px;
}

* html div#searchForm {/* for IE6 */
margin-top:4px;
}
div#searchForm input#searchText {
font-family:"Lucida Grande", "Arial", sans-serif;
}


/* Header CookieLaw
---------------------------------------- */
#cookieLaw {
	width:100%;
	background-color:#dee8ff;
	height:50px;
	padding-top:12px;
}
#cookieLaw .cookieLawContent {
	position:relative;
	width:960px;
	min-height:31px;
	margin:0 auto;
	text-align:left;font-size:110%;
	font-family:Helvetica,Arial,sans-serif;
}
#cookieLaw .cookieLawContent p {
	width:916px;
	margin:0;
	padding:9px 0 10px;
	line-height:1.25;
	color:#555;
}
#cookieLaw .cookieLawContent p a,#cookieLaw .cookieLawContent p a:hover,#cookieLaw .cookieLawContent p a:visited {
	background-color:transparent;
	text-decoration:none;
}
#cookieLaw .cookieLawContent .cookieLawCloseBtn {
	position:absolute;
	right:4px;
	top:50%;
	margin-top:-10px;
}
