  /* Style sheet for GA */


html {
	overflow: -moz-scrollbars-vertical;
}
body {
	width: 100%;   /* NEW */
	}
	
#main {
	background-color: #fff;
	min-width: 1020px;
	border: 10px #FFFFFF solid;	 /* NEW */
	border-top:none /* NEW */}
	
/* SKIP TO NAVIGATION AND SKIP TO TEXT*/
 
#skiplink, #skiplink a {
	position: absolute;
	top: -9999px;
	color:#FFFFFF;   /* NEW */
}
/* BRANDBAR */
#brand_container{width:72%;}



/* TOP BANNER */

@font-face {
	font-family: 'Roboto Slab';
	src: url('/en/ga/fonts/RobotoSlab-Light.ttf');
}

#banner h1 {
	 font: normal 26px/1em 'Roboto Slab', arial, sans-serif;
	 letter-spacing: -0.015em;
     color: #4d4d4d;
	 text-transform: none;
     text-decoration: none;
	 font-weight: bold !important;
	 margin-top: 75px;
	 margin-left:218px;
	 margin-bottom: 0px;
}

#bottomnav {
	background-color:#015b7e !important;
}

#footer {
    margin-top: 10px;
}


#topbanner #banner {
	float: left;
	background-image: url(/en/ga/images/banner70.jpg);
	background-repeat:no-repeat; background-position: left top; /* NEW */
	width: 100%;
	height: 191px;
	background-color:#00346F;
	
}

/*
#topbanner h1 { 
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 2.3em;
	margin-top: 75px;
	margin-left: 7.1em;
	margin-right: 0em;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	display: block;
	width: 65%;
	text-transform: none;
}

*/

#topbanner h1.sub {
	font-weight: normal;
	font-size: 150%;
	margin-top: 0.1em;
	padding: 0px;
	margin-left:11em;
	display: block;
	width: 82%;
	text-transform:none
}
/* PAGE CONTENT ATTRIBUTES */

#content { /* NEW */
	/*float: left;
	margin: 0;
	width:73%;
	padding-top: 1.3em;
	padding-right: 1.3em;
	padding-bottom: 1.5em;
	padding-left: 2.3em;*/
}

#content h2 {
	color:#064963; /* NEW */
	font-weight: normal;
	font-size: 160%;
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom:1em;
}


#content h3 {  /* NEW */
  
  clear: both;
  color: #cc3300; 
  font-size: 16px;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

#content h4 {
	color: #333333;
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 0.7em;
}
#content p, #content ul li, #content ol li {/*Changed fro GA72*/
	color: #4d4d4d /*#555555*/; /* NEW */
    line-height: 19px;
    margin-top: 1.2em;
}
#content ul li { /*Changed fro GA72*/
	list-style-type: none;
	background-image: url(/en/ga/images/bullet_orange.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	margin: 0px;
	padding: 0 0 4px 17px;
}
#content ol li {
	padding-left: 0.6em;
	margin-left: 2em;
	list-style: decimal inside;
}
#content ol.space li, #content ul.space li {
	padding-bottom:1em
}
#content a:link {color:#015b7e;} /* NEW */

#content a:visited{	color:#414141;} /* NEW */

#content a:hover, #content a:active {
	color:#cc3300;  /* NEW */
	text-decoration: underline;
}

#content blockquote /* Changed for GA72*/ {
	/*background-image: url(/en/ga/images/box_grad_blue.jpg);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	width: 98%;*/
	margin-left:60px;
	padding:10px 30px;
	font-size: 110%;
	border-left: #019ad0 3px solid;
}

#content #topmar {
	float: left;
	width: 100%;
}
#content #floatlft {
	float: left;
	width: 100%;
	margin-top: 2em;
}
#content table {
	margin-top: 1.5em;
}
#content td
{vertical-align:top}

#content th {
	font-size: 105%;
	color: #333333;
	background-color: #E2E9F1;
	border: 1px solid #666666;
}
#content #frm_doc {
	margin-top: 2em;
	border: 1px dotted #999999;
	padding: .3em;
}
#content #frm_doc legend {
	color: #333333;
	padding: 0.3em;
	display: block;
	font-weight: bold;
	margin-bottom: 0.8em;
	width: 99%;
}
#content #frm_doc label {
	margin-left: 0.6em;
	color: #333333;
	font-size: 95%;
}
#content #frm_doc #Submit {
	color: #333333;
	border: thin dotted #316AC5;
	font-weight: bold;
	font-size: 90%;
	padding: 0.3em;
}
#content #frm_doc #symbol {
	color: #333333;
	border: 1px solid #00346F;
	height: 19px;
}

#content .indent
{margin-left:20px}

#content .date { font-size:0.82em}

#content .more {
	float: right;
	padding-right: 1em;
}
/* Horizonal Navigation */

#mainnav {
	float: left;
	height: 35px;
	width: 100%;
	background-color: #FFF; /* NEW */
    margin-top: 5.8em;  /* NEW */
	font-family: 'Open Sans',arial,sans-serif; /* NEW */  font-size: 14px; /* NEW */
}

#mainnav ul {
	padding: 0px;
	margin-right: 0px;
	margin-top: 0.5em;
	margin-left:0.5em}
	
#mainnav ul li {
	display: inline;
	padding-top: 0em;
}

#mainnav ul li a {
	color:#cc3300;
	font-size:0.9em;
	font-weight:bold;
	text-decoration: none;
	padding-right: 1.2em; /* Adjust according to length in your language */
	padding-left: 1.2em; /* NEW */
	padding-top: 2px;
	padding-bottom: 3.5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
	margin-left:7px; /* NEW */}
	
#mainnav ul li a:hover { color:#005b7f /* NEW */}
#mainnav ul li#past, ul li#kit, ul li#contact {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/* LEFT SIDE NAVIGATION */
#submenu {
	/*float: left;
	margin-left: 0.3em;   
	padding-top: 15px;
	width: 21%;
	background-color:#fff;
	margin-bottom:1.5em*/
}
#submenu  h3{ background-color:#fff; color:#cc3300;font-weight:bold; font-size:1.2em; padding-left:0}
#submenu ul {
	margin-left: 0;
	margin-right: 1.2em;
	padding-left: 0;
	padding-right: 0;
	list-style-type: none;
}
#submenu ul li {
	display: block;
	list-style-type: none;
}
#submenu ul li a {
	display: block;
	color: #092242;
	padding-left: 15px;
	margin-bottom: 7px;
	background-image: url(/en/ga/images/bullet_beige.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	text-decoration:none
}
#submenu ul li a:hover {
	text-decoration: underline;
	background-image: url(/en/ga/images/bullet_blue2.gif);
}
#submenu ul li a:visited {
	text-decoration:none;
	color:#303247
}
#submenu ul ul {
	margin-top: -10px;
	padding-top: 10px;
	padding-left: 15px;
}
#submenu ul ul li {
	padding: 0;
	margin: 0;
}
#submenu ul ul li a {
	display: block;
	padding-left: 15px;
	background-image: url(/en/ga/images/bullet_beige.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
}
#submenu ul ul li a:hover {
	background-image: url(/en/ga/images/bullet_blue2.gif);
}
#submenu img {
	border: none;
}

/* Landing pages and Homepage boxes */
#content #news 
   {width:100%; /* NEW */
   float:right;
    -moz-box-shadow: 3px 3px 4px #888;
    -webkit-box-shadow: 3px 3px 4px #888;
    box-shadow: 3px 3px 4px #888;
	behavior: url(/en/ga/css/ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
	height:auto;
	background-color: #FFF;
	/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');}

#content #news h3  {
	background-color:#fff;
	color:#cc3300;
	text-transform: uppercase;
	font-size: 1.1em;
	padding-top:0em;
	padding-left:1em;
	font-weight:bold;
	border-bottom:none}
	
#content #news ul li  {
	background-image: url(/en/ga/images/bullet_red.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0.8em;
	padding-left: 1.5em;
	background-position: 0px 3px}
	
#content  #news ul li a, #content .home_box_blue ul li a{color: #333333;}

#content  #news  a:hover         {
	color: #003366;
	text-decoration: underline;}

#content .home_box_blue    {
/*	width:46%;*/
	background-image:none;
	border:none;
	float: left;
	clear: left}
	
#content .home_box_blue  ul li  { /*Changed GA72*/
	background-image: url(/en/ga/images/bullet_orange.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0.4em;
	padding-left: 1.5em;
	background-position: 0px 3px;
}
#content  .home_box_blue a:hover   {
	color: #7B5309;
	text-decoration: underline;}
	
#content .home_box_blue h3 {
    color: #cc3300;
    font-size: 1.2em;
    padding-left: 0;
    font-weight: bold;
    border-bottom: none;
}	

/*#content .home_box_blue#rightbox, #content .home_box_blue#rightbox2, #content .home_box_blue#rightbox3 {
	clear:none;
	margin-bottom: 0px;
	margin-right:0;
	padding-left: 10px;
}*/

#leftcolumn .home_box_blue, #rightcolumn .home_box_blue{ width:100%}
#content #leftcolumn{
	float:left;
	width:48.5%
}
#content #rightcolumn{
	float:right;
	width:47.5%
}
/*Additional navigation for GA62 plenaries*/
ul#submenu62 {
	margin: 1em auto;
	padding: 0.4em;
	text-align: center;
	border-bottom-color: #9E7E67;
	background-image: url(/en/ga/images/ltorgbkgd.jpg);
	background-repeat: repeat-x;
	background-position: -15px 0px;
	background-color: #C7C8DD;
}
ul#submenu62 li {
	display: inline;
	padding: 0.1em 0.8em;
	list-style: none;
	background: none;
}
/* FOOTER BAR */

#footer {
	background-color: #e8e8e8;
	color: #333333;
}
#footer ul {
	margin-top: 0em;
}
#footer ul li {
	display: inline;
}
#footer ul li a {
	color: #333333;
	text-decoration: none;
}
#footer ul li a:visited {
	color: #00346F;
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: underline;
	color: #00346F;
}
#wsscredit, #wsscredit2, p.footer {
	font-size: 90%;
	color: #5A5D88;
	text-align: center;
}
#wsscredit2 {
	display: none;
}
/* BOTTOM NAVIGATION */
#bottomnav {
	clear: both;
	background-color: #00346f ; /* NEW */
	color: #fff;
	height: 13em;}
	
#basicfacts, #keydocs, #resources, #relatedlinks{float: left;}

#basicfacts {
	width: 20%;
	padding-left: 1.7em;
	padding-right: 0em;
}

#keydocs {
	width: 23%;
	padding-left: 0.8em;
	padding-right: 1em;
}

#resources {
	width: 23%;
	padding-left: 1.9em;
	padding-right: 0em;
}

#relatedlinks {
	width: 25%;
	padding-right: 0em;
	padding-left: 0em;
}
	
#bottomnav ul {padding: 0;}
#bottomnav ul li {
	margin-left: 0;
	padding-left: 0.8em;
	list-style-type: none;
	background-image: none;
	background-repeat:no-repeat;
	background-position: 0px 9px;padding-bottom:0.2em
}
#bottomnav ul li a {
	color:#fff; text-decoration:none; 
}
#bottomnav ul li a:hover {
	color:#fff;
	text-decoration: underline;}
	
#bottomnav h3{ font-family: Georgia, "Times New Roman", Times, serif; padding-left:1em}

/* Back to top */
.top {
    height: auto;
    width: auto;
    z-index: 99;
    font-size: 1em;
    position: fixed;
    bottom: 20px;
    right: 8%; /* change to adjust position */
    background-repeat: repeat-x;
    background-position: top;
    background-color: #EFEFEF;
    padding: 5px;
    text-decoration: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #787878;
    -box-shadow: 3px 3px 5px #7E7E7E;
    -moz-box-shadow: 3px 3px 5px #7E7E7E;
    -webkit-box-shadow: 3px 3px 5px #7E7E7E;
    color:#4E4E4E;
    font-weight: bold;}

a.top:hover {-box-shadow: 0px 3px 5px #FFF;-moz-box-shadow: 0px 3px 5px #FFF;-webkit-box-shadow: 0px 1px 5px #FFF;}

div.clear{ clear:both}

.button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: normal;
    padding: 0 22px;
    line-height: 40px;
    color: #666666;
    font-weight: 700;
    letter-spacing: 1px;
    text-shadow: none;
    box-shadow: inset 0 0 0 0 transparent;
    background: #f2f2f2;
}