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

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #111111;
	font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-size: 100%;
	background-image: url(images/gsk_lowerright2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	clear: both;
}
.thrColFixHdr #container {
	width: 100%;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 0px;
} 
.thrColFixHdr #header {
	background-color: #111111;
	background-image: url(images/gsk_upperleft1.jpg);
	background-repeat: no-repeat;
	background-position: left 0px;
	height: 320px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-indent: -5000px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 800px; /* padding keeps the content of the div away from the edges */
	background-color: #E6E5D4;
	font-family: "Helvetica Neue", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	text-transform: uppercase;
	color: #111111;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 85px;
	text-align: left;
	font-style: normal;
	line-height: 1.4em;
	margin: 0px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #111111; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent {
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 1;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	overflow: visible;
	clip: rect(auto,auto,auto,auto);
	z-index: 2;
	position: absolute;
	top: 485px;
	float: none;
	clear: both;
	height: 83px;
	visibility: visible;
	left: -64px;
	font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	font-weight: normal;
	line-height: .8em;
	background-position: bottom;
	width: 327px;
} 
.imgDesc {
	font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	line-height: .9em;
}
.thrColFixHdr #container #sidebar1 img {
	clear: both;
	float: right;
	overflow: auto;
	z-index: 25;
	position: absolute;
	left: 500px;
	top: 95px;
}
.thrColFixHdr #container #mainContent p {
	font-family: "Helvetica Neue", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	padding-left: 140px;
	background-position: bottom;
	padding-top: 0px;
	margin-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-indent: 10px;
	text-align: right;
}
.thrColFixHdr #footer {
	background-position: right bottom;
	margin-bottom: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	top: 600px;
	background-repeat: no-repeat;
	clear: both;
	float: none;
} 
.thrColFixHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.7em;
	line-height: 1.3em;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	background-position: bottom;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
body,td,th {
	color: #ffffee;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
a:active {
	color: #666666;
	text-decoration: none;
}
.thrColFixHdr #container #footer a {
	color: #E6E5D4;
	text-decoration: underline;
}
