/* the logo style contains the main header icture with GTS logo,
   sizing is based on the image size
*/
#logo{
	padding-top: 10px;
	padding-left: 0px;
	font-family: verdana;
	height: 179px;
	width: 962px;
	background: url("img/header_logo.jpg") no-repeat left top;
	background-position: 0px 20px;
	background: z-index="1";
}
/* header-slogan is the text aligned to the right to positioned it
   below the logo with slightly expanded font.
*/
.header-slogan{
	font-family: Arial;
	font-size: 8pt;
	color: #E5E5E5;
	letter-spacing:2pt;
	text-align: right;
	padding-right: 15px;
	padding-top: 118px;
	float:right;
}
/* header-bullets are the bullet points in the bottom left of the
   header picture
*/
#header-bullets{
	height: 178px;
	font-size: 11px;
	font-family: Arial;
                     padding-left: 15px;
	color: #E5E5E5; letter-spacing:0.5
}
#header-bullets ul{
	padding: 0px;
	margin: 0px;
	padding-top: 80px;
	padding-left: 0px;
}
#header-bullets li{
	margin-top: 3px;
	background: url('img/white-arrow.gif') no-repeat 0px 4px;
	list-style-type: none;
	padding-left: 10px;
}
/* main-links are the global site links appearing in the header
*/
#main-links{
	padding-left: 10px;
	padding-top: 20px;
	font-size: 12px;
}
#main-links a{
	padding-left: 16px;
	padding-right: 4px;
	color: #004000;
	text-decoration: none;
	background: no-repeat 0px 0px
}
#main-links a:hover{
	text-decoration: underline;
	color: #4F4F4F;
	background-position: 0px -12px;
}
#main-links a#home{
	background-image: url('img/home-icon.png');
}
#main-links a:hover#home{
	background-position: 0px -14px; 
}
#main-links a#sitemap{
	background-image: url('img/site-map-icon.png');
}
#main-links a#contacts{
	background-image: url('img/contact-icon.png');
}

#Menu{
	height: 53px;
	width: 959px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-left: 3px;
	background: url('img/menu-background.png') repeat-x left top;
}