@charset "utf-8";

/* Styles by Tag */

html {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

body {
	position: relative;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	border: 0px;
	background-image: url(../images/gb-top-gradient.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	text-align: left;
}


h1 {
	position: absolute;
	display: block;
	top: 20px;
	left: 0px;
	width: 285px;
	height: 55px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	text-indent: -9999px;
	background-image: url(../images/logotype.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}


/* Styles by Class */

.noCSS {
	display: none;
}

.navLinkSelected a {
	color: #990033;
	border-bottom: 2px solid #C8C9C9;
	text-decoration: none;
}

.navLink a {
	text-decoration: none;
	color: #808080;
	border-bottom: 0px;
}

.navLink a:hover {
	text-decoration: none;
	border-bottom: 2px solid #C8C9C9;
}


/* Styles by ID */

#masterContainer {
	position: relative;
	display: block;
	width: 920px!important;
	width: 960px;
	height: auto;
	padding: 0px 0px 0px 40px;
	margin: 0px 0px 0px 50px;
	border-left: 1px dotted #E6E7EB;
	text-align: left;
}


#header {
	position: relative;
	display: block;
	width: 920px;
	height: 90px;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #E6E7EB;
}


#globalNavigation {
	position: absolute;
	display: block;
	padding: 0px;
	margin: 0px;
	border: 0px;
	top: 35px;
	right: 45px;
	list-style: none;
	padding: 0px;
}

#globalNavigation li {
	float: left;
	margin-right: 20px;
	text-transform: uppercase;
	font-family: "Futura Lt BT", Futura, Helvetica, Arial, Verdana, Tahoma, "Trebuchet MS", sans-serif;;
	font-size: 15px;
	font-weight: normal;
	line-height: 22px;
}


#footer {
	position: relative;
	display: block;
	width: 910px!important;
	width: 920px;
	height: 21px!important;
	height: 35px;
	padding: 14px 0px 0px 10px;
	margin: 0px;
	border: 0px;

	font-family: Calibri, "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-align: left;
}
