html {
  margin: 0;
  padding: 0;
}

body {
  background: url("../payeimages/launch/background.jpg") no-repeat;
  /* This is the same size as the application window */
  width: 959px;
  height: 604px;
  z-index: -1;
  margin: 0%;
}

img {
  border: 0 none;
} 	

#topBanner_en {
  background: url("../payeimages/launch/top_banner.jpg") no-repeat;
  width: 959px; /*100%;*/
  height: 96px;
}

#topBanner_ga {
  background: url("../payeimages/launch/top_banner_ga.jpg") no-repeat;
  width: 959px; /*100%;*/
  height: 96px;
}

#hiddenAnchor {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -100;
}

#revenueAnchor {
  float: left;
  width: 285px;
  height: 55px;
  margin-top: 20px;
  text-decoration: none;
}

#revenueAnchor i {
	visibility: hidden;
}
		
#languageAnchor {
  float: right;
  margin-top: 47px;
  padding-right: 12%;
  
  font-family: arial;
  font-size: 0.75em;
  color: #056b6a;
}

#highContrastOn {
	text-decoration: none;
}

#highContrastOff {
	visibility: hidden;
}

#titleDiv {
  float: left;
  padding-left: 105px; /*10.97%;*/
  width: 100%;
  height: 2.5em;
}

#titleBar {
  width: 748px; /*100%;*/
  height: 2.5em;
  position: absolute;
}

#titleBackground {
  z-index: 5;	
  position: absolute
}

#titleBackgroundImage {
  height: 2.5em;
  width: 748px;	
}

#titleText {
  font-family: arial;
  font-size: 1em;
  font-weight: bold;
  color: #FFFFFF;

  padding-left: 3%;
  padding-top: 0.45em;
  padding-bottom: 0;
  margin: 0;

  position: absolute;

  z-index: 6;
  
}

.podDiv {
  float: left;
  padding-left: 105px; /*10.97%;*/
  width: 100%;
}

.podTop {
  background: url("../payeimages/launch/pod_top.jpg") no-repeat;
  width: 748px; /*100%;*/
  height: 16px;
}

.podBacker {
  background: url("../payeimages/launch/pod_backer.jpg") repeat-y;
  /* overflow and width needed to allow background image to repeat 
     around a floated image inside this div */
  overflow: hidden;
  width: 748px; /*100%;*/
  
}

.podBottom {
  background: url("../payeimages/launch/pod_bottom.jpg") no-repeat;
  width: 748px; /*100%;*/
  height: 16px;
}

#welcomeImage {
  float: left; 
  padding-left: 4%;
}

#welcomeText {
  /* 
  inline-block is new to CSS2.1 but works for IE6, IE7, Firefox 3 and Safari 3,4
  see http://www.w3.org/TR/CSS21/changes.html
  For Firefox 2 there is display: -moz-inline-block; which also needs float: left;
  */
 
  float: left;
  display: -moz-inline-block;
  display: inline-block;
  width: 210px;
  padding-left: 5px;
 
  font-family: arial;
  font-size: 0.75em;
}

#PAYE {
  color: #0EA1D2;
}

#anytime {
  color: #5F227B;
  font-style: italic;
}

#hiddenPara {
  position: absolute;
  left: -10000px; /* Yes! -10000px, so positioned way off the screen */
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

#buttonDiv {
  float: left;
  display: -moz-inline-block;
  display: inline-block;
  padding-right: 0.2em;
  padding-left: 0.3em;
}

.launchAnchorBg {
  z-index: 5;
  border: 0 none;
  width: 15.6em;
}

.launchAnchorDiv_ga {
  padding: 0;
  margin: 0;
  position: relative;
  width: 15.6em;
  /* height: 0 is needed so that size of the gap between the 2 buttons 
  isn't dictated by the (size of the) text in this div */
  height: 0; 
  z-index: 6;
  
  text-align: center;
  top: -3.25em;
}

.launchAnchorDiv_en {
  padding: 0;
  margin: 0;
  position: relative;
  width: 15em;
  /* height: 0 is needed so that size of the gap between the 2 buttons 
  isn't dictated by the (size of the) text in this div */
  height: 0; 
  z-index: 6;
  
  text-align: center;
  top: -2.75em;
}

.launchAnchorDiv a {
  display: block;
  width: 100%;
  z-index: 100;
}

.launchAnchor_ga {
  width: 13.81em;

  font-size: 1em; 
  font-family: arial;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none; 
}

.launchAnchor_en {
  width: 13.5em;

  font-size: 1em;
  font-family: arial;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none; 
}

.relativeAnchor {
  font-family: arial;
  font-size: 0.7em;
  padding-top: 5px;
  padding-bottom: 0;
}	

#relativeAnchor1_en {
  float: left;
  padding-left: 20px;
  text-align: left;
  width: 20%;
}

#relativeAnchor2_en {
  float: left; 
  padding-left: 10px;
  text-align: left;
  width: 25%;
}

#relativeAnchor3_en {
  float: left; 
  text-align: left;
  width: 30%;
}

#relativeAnchor4_en {
  float: left;  
  text-align: left;
  width: 20%;
}

#relativeAnchor1_ga {
  float: left;
  padding-left: 20px;
  text-align: left;
  width: 20%;
}

#relativeAnchor2_ga {
  float: left; 
  padding-left: 10px;
  text-align: left;
  width: 20%;
}

#relativeAnchor3_ga {
  float: left; 
  text-align: left;
  width: 30%;
}

#relativeAnchor4_ga {
  float: left;  
  text-align: left;
  width: 25%;
}

.infoPara {
	padding-top: 0;
	text-align: left;
	width: 90%;
}

/*-- links --*/
.relativeAnchor a:link {font-family: arial; text-decoration: none; color:#056b6a}
.relativeAnchor a:visited {font-family: arial; text-decoration: none; color:#056b6a}
.relativeAnchor a:active {font-family: arial; text-decoration: none; color: black;}
.relativeAnchor a:hover {font-family: arial; text-decoration: none; color:#056b6a; font-weight: bold;}

#smallLinks {
  width: 840px;
  float: left;
  
  font-family: arial;
  font-size: 0.75em;
  color: #056b6a;
}

#accessAnchor {
  float: right;
}

/******************************/
/* CSS for FAQ page           */
/******************************/

#faqText {
  	left: 128px;
  	top: 50px;
  	width: 700px;
  	position: relative;
  	z-index: 1;
  	  
  	font-family: arial;
  	font-size: .75em;
  	padding-left: 1px;
}

.faqHeading 
{
	font-size : 1.5em;
	font-weight : bold;
}

.answers {
	left: 128px;
  	top: 100px;
  	width: 700px;
	position: relative;
	z-index: 1;
			
  	font-family: arial;
  	font-size: .75em;
  	overflow: auto;
  	padding-left: 1px;
  	padding-top : 50px;
}

#backtotop{
	padding-top: 10px;
}

/******************************/
/* CSS for accessibility page */
/******************************/

.accessibilityHeading {
	font-size : 1.5em;
	font-weight : bold;
}
	
.subHeading {
	font-weight : bold;
	font-size : 1.2em; 
	padding-top : 10px;
	margin-bottom : 0px;
}

.minorHeading {
	font-weight : bold;
	margin-bottom : 0px;
	margin-top : 0px;
}

.accessibilityPara {
	margin-top : 0px;
}
	

#accessText {
  position: relative;
  padding-left: 5%;
  padding-right: 5%;
  font-family: arial;
  font-size: 0.75em;
}

#accStats {
	display: none;
}