/* No script
-----------------------------------------------------------------------------*/

noscript div {
	background: #FFFFFF;
	border: 1px solid #C0BDB9;
	margin: 0px 0px 10px 0px;
	padding: 5px 5px 5px 5px;
}

/* Body
-----------------------------------------------------------------------------*/

body {
	color: #545454;
	background: #ffffff;
	font-family	: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight	: normal;
	font-size: 11.5px;
	margin: 0px;
	padding: 0px;
}

#wrap, .wrap {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

/* Banner
-----------------------------------------------------------------------------*/

#banner {
	background: url(../images/layout/banner-bg.png) repeat-x top left;
	height: 220px;
}

/* Logo
-----------------------------------------------------------------------------*/

#logo {
	float: left;
	height: 90px;
	width: 424px;
}

#slogan {
	float: left;
	height: 48px /* Original: 90px */ ;
	padding-top: 22px;
	padding-bottom: 20px;
	width: 575px;
}

#slogan .l1 {
	color: #008ed8;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2.6px;
}

#slogan .l2 {
	color: #002d6a;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
}

/* Top Navigation
-----------------------------------------------------------------------------*/

#tnav-shell {
	height: 32px;
}

#tnav {
	float: right;
	background: #008ed8;
}

#tnav #tnav-r {
	background: url(../images/layout/tnav-right.png) no-repeat top right;
}

#tnav #tnav-l {
	background: url(../images/layout/tnav-left.png) no-repeat top left;
}

#tnav ul {
	padding-left: 15px;
	padding-right: 15px;
}

#tnav ul li {
	float: left;
	font-size: 11px;
	list-style: none;
	list-style-position: outside;
	text-transform: uppercase;
	padding-top: 7px;
	padding-bottom: 7px;
}

#tnav ul li a {
	color: #ffffff;
	display: block;
	border-right: 1px solid #83c8ec;
	height: 16px;
	line-height: 16px;
	margin-right: 12px;
	padding-right: 12px;
}

#tnav ul li.last a {
	border-right: none;
	margin-right: 0px;
	padding-right: 0px;
}

/* Global Navigation
-----------------------------------------------------------------------------*/

#gnav ul li {
	background: url(../images/layout/gnav-services.png) no-repeat top left;
	color: #ffffff;
	float: left;
	font-size: 18px;
	font-weight: bold;
	list-style: none;
	list-style-position: outside;
	height: 98px;
	text-transform: uppercase;
	width: 249px;
}

#gnav ul li a {
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	display: block;
	line-height: 53px;
	height: 53px;
	text-align: center;
}

#gnav ul li.alt a,
#gnav ul li.cur a {
	background: url(../images/layout/gnav-alt-bg.gif) repeat-x bottom left;
	height: 61px;
}

#gnav ul li a:link,
#gnav ul li a:hover,
#gnav ul li a:active,
#gnav ul li a:visited {
	color: #ffffff;
	text-decoration: none;
}

#gnav ul li#gnav-home {
	background-image: url(../images/layout/gnav-home.png);
	width: 250px;
}

#gnav ul li#gnav-services {
	background-image: url(../images/layout/gnav-services.png);
	width: 249px;
}

#gnav ul li#gnav-advantage {
	background-image: url(../images/layout/gnav-advantage.png);
	width: 251px;
}
#gnav ul li#gnav-company {
	background-image: url(../images/layout/gnav-company.png);
	width: 249px;
}

/* Contents
-----------------------------------------------------------------------------*/

#contents {
	background: url(../images/layout/contents-bg.png) repeat-x top left;
}

#contents #shell {
	background: url(../images/layout/contents-shell-bg.png) no-repeat top center;
}

#content-shadow {
	background: url(../images/layout/content-shadow.png) no-repeat top left;
	height: 55px;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

/* Body.Standard-Popup Contents
-----------------------------------------------------------------------------*/

body.standard-popup #contents {
	background: #ffffff;
}

body.standard-popup #contents #shell {
	background: #ffffff;
}

body.standard-popup #contents #shell .wrap {
	padding: 20px;
	width: 960px;
}

/* Footer
-----------------------------------------------------------------------------*/

#footer {
	background: url(../images/layout/footer-bg.png) repeat-x top left;
	bottom: 0px;
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	height: 54px;
	line-height: 54px;
	position: static;
	text-align: right;
	width: 100%;
}

/* Misc
-----------------------------------------------------------------------------*/

body.translator #translation-page-editor,
body.administrator #translation-page-editor {
	display: none;
}