/* ======================================================================

   	AUTHOR: 		Sumac UK
	DESCRIPTION:	Screen styles for ELT
	DATE:			14/09/09
	LAST EDITED:	--/--/--

======================================================================== */
body.green-on-blue{
	color: #D6E03E;
	background-color: #00334D;
}
body.blue-on-green{
	color: #00334D;
	background-color: #D6E03E;
}
body.green-on-blue h1, body.green-on-blue h2, body.green-on-blue h3, body.green-on-blue h4{
	color: #D6E03E;
}
body.blue-on-green h1, body.blue-on-green h2, body.blue-on-green h3, body.blue-on-green h4{
	color: #00334D;
}
body.green-on-blue a{
	color: #D6E03E; 
}
body.green-on-blue h2, body.green-on-blue h3, body.green-on-blue h4
{
	/*border-bottom: 1px solid #D6E03E;*/
	padding-bottom: 0.3em;
	width: 100%;
}
body.blue-on-green h2, body.blue-on-green h3, body.blue-on-green h4
{
	/*border-bottom: 1px solid #00334D;*/
	padding-bottom: 0.3em;
	width: 100%;
}
hr{display: none;}
.hide
{
	height:0;
	overflow:hidden;
	position:absolute;
	width:0;
}
div.clear {
	float:left;
	clear:both;
	width:100%;
}
body.green-on-blue div#content ul li
{
	margin: 0 0 0.2em 0;
	padding-left: 15px;
	display: block;
	background-image: url(../images/list-bullet-other.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
}
ol {
	list-style-type: upper-roman;
	list-style-position: inside;
}
ol ol {
	list-style-type: lower-alpha;
	padding-left: 20px;
}

/*GENERAL*/
/*CONTENT*/
div#wrapper{
	width: 982px;
	margin: 0 0 0 30px;
	position: relative;
	font-size: 1.3em;
}
div#header{
	float: left;
	display: inline;
	margin: 0;
	width: 100%;
	height: 250px;
}
/*Logo*/
div#header a#logo
{
	float: left;
	margin: 16px 0 0 23px;
	display: inline;
	width: 136px;
	height: 243px;
	text-indent: -9000px;
}
body.green-on-blue div#header a#logo
{
	background-image: url(../images/logo-green.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
body.blue-on-green div#header a#logo
{
	background-image: url(../images/logo-blue.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
div#heading-top{
	float: left;
	display: inline;
	margin: 124px 0 0 40px;
}
#banner-top-wrap
{
	float: left;
	display: inline;
	margin: 15px 0 0 70px;
	width: auto;
	height: auto;
}
div#left{
	float: left;
	display: inline;
	margin: 40px 0 0 0;
	width: 138px;
}
div#left p.credit{
	float: left;
	display: inline;
	margin: 10px 0 0 0;
	padding: 0;
	text-indent: -9000px;
	height: 13px;
	width: 100%;
}
body.green-on-blue div#left p.credit{
	background: transparent url(../images/from_elt_green.gif) no-repeat left top; 
}
body.blue-on-green div#left p.credit{
	background: transparent url(../images/from_elt_blue.gif) no-repeat left top; 
}
/*Logos*/

ul.logos{
	float: left;
	display: inline;
	margin: 30px 0 0 0;
	list-style: none;
}
ul.logos li a{
	float: left;
	display: inline;
	margin-bottom: 20px;
	text-indent: -9000px;
}
body.green-on-blue ul.logos li a#logo-baleap
{
	width: 137px;
	height: 25px;
	background: transparent url(../images/baleap-on-blue.gif) no-repeat left top; 
}
body.green-on-blue ul.logos li a#logo-englishuk
{
	width: 137px;
	height: 30px;
	background: transparent url(../images/english-uk-on-blue.gif) no-repeat left top; 
}
body.green-on-blue ul.logos li a#logo-australia
{
	width:137px;
	height: 99px;
	background: transparent url(../images/australia-corperate-affiliate-on-blue.gif) no-repeat left top; 
}
body.blue-on-green ul.logos li a#logo-baleap
{
	width: 137px;
	height: 25px;
	background: transparent url(../images/baleap-on-green.gif) no-repeat left top; 
}
body.blue-on-green ul.logos li a#logo-englishuk
{
	width: 137px;
	height: 30px;
	background: transparent url(../images/english-uk-on-green.gif) no-repeat left top; 
}
body.blue-on-green ul.logos li a#logo-australia
{
	width:137px;
	height: 99px;
	background: transparent url(../images/australia-corperate-affiliate-on-green.gif) no-repeat left top; 
}
div#right{
	position: absolute;
	top: 289px;
	left: 200px;
	/*width: 686px;*/
	width: 746px;
}
div#content{
	float: left;
	display: inline;
	width: 100%;
}
div#content div.inner{
	float: left;
	display: inline;
	margin-top: 20px;
	width: 500px;
}
body.green-on-blue div#content{
	background-image: url(../images/bg-body-green.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	color: #fff;
}
body.blue-on-green div#content{
	background-image: url(../images/bg-body-blue.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	color: #00334D;
}
div#tab-nav
{
	float: left;
	margin: 13px 0 0 62px;
	display: inline;
	width: 746px;
}
div#tab-nav ul{
	float: left;
	width: 100%;
	display: inline;
	text-decoration: none;
	list-style: none;
}
div#tab-nav ul li
{
	float: left;
	display: inline;
}
div#tab-nav li a span{
	float: left;
	display: inline;
}
div#tab-nav li a{
	float: left;
	padding:3px 5px;
	margin-right: 7px;
	display: inline;
	min-width:100px;
	text-decoration: none;
}
body.green-on-blue div#tab-nav li a:hover, body.green-on-blue div#tab-nav li.current a{
	color: #00334D!important;
	background: #D6E03E!important;
	cursor: pointer;
}
body.blue-on-green div#tab-nav li a:hover, body.blue-on-green div#tab-nav li.current a{
	background: #00334D;
	color: #D6E03E!important;
	cursor: pointer;
}  
body.green-on-blue div#tab-nav li a{
	border: 1px solid #D6E03E;
	border-bottom: none;
	color: #d6e03e;
}

body.blue-on-green div#tab-nav li a{
	border: 1px solid #00334D;
	border-bottom: none;
	color: #00334d;
}
/*MAIN-NAV*/
ul#nav{
	margin: 0;
	float: left;
	list-style: none;
	display: inline;
	width: 160px;
}
ul#nav li{
	float: left;
	width: 160px;
	display: inline;
}
body.green-on-blue ul#nav{
	border-top:1px solid #D6E03E;
}
body.green-on-blue ul#nav li{
	border-bottom:1px solid #D6E03E;
}
body.green-on-blue ul#nav li a{
	color: #D6E03E; 
}
body.green-on-blue ul#nav li ul li a{
	color: #ffffff; 
}
body.blue-on-green ul#nav{
	border-top:1px solid #00334D;
}
body.blue-on-green ul#nav li{
	display: inline;
	border-bottom:1px solid #00334D;
}
body.blue-on-green ul#nav li a{
	color: #00334D; 
}
body.blue-on-green ul#nav li ul li a{
	color: #5099be;
}
ul#nav li a{
	display: block;
	margin:0;
	padding: 6px 3px 6px 0px;
	text-align: right;
	text-decoration: none;
	width:auto;
}
ul#nav li ul li{
	border-bottom: none!important;
}
ul#nav li a 
{
	/*font-weight: bold;*/
}
body.green-on-blue ul#nav li.current a,
body.green-on-blue div#left ul#nav li ul li.current a,
body.green-on-blue ul#nav li a:hover,
body.green-on-blue div#left ul#nav li ul li a:hover
{
	background: #D6E03E; 
	color:#00334D;
}
body.green-on-blue ul#nav li.current ul li a
{
	color: #fff; 
	/*color: #D6E03E; */
	background:#00334D;
}
body.blue-on-green ul#nav li.current a,
body.blue-on-green div#left ul#nav li ul li.current a,
body.blue-on-green ul#nav li a:hover,
body.blue-on-green div#left ul#nav li ul li a:hover
{
	background: #00334D;
	color:#D6E03E;
}
body.blue-on-green ul#nav li.current ul li a
{
	background: #00334D;
	color:#D6E03E;
}

ul#nav li.current a:focus, ul#nav li a:hover, ul#nav li ul li.current a:focus, ul#nav li ul li a:hover
{
	cursor: pointer;
}
ul#nav a:focus, ul#nav a:hover, ul#nav li.current a
{
	text-decoration: none;
}
/*Sitemap*/
ul#sitemap 
{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#sitemap li 
{
	background-image: url(../images/sitemap_bullet.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
	margin: 0.8em 0;
}
ul#sitemap ul 
{
	margin: 0;
	list-style: none;	
}
ul#sitemap li li 
{
	padding: 0 0 0 35px;
	background-image: url(../images/sitemap_sub_bullet.gif);
	background-position: 0 0;
	font-size: 1em !important;
}
ul#sitemap li a, ul#sitemap ul li a 
{
	
}
/*Footer*/
div#footer{
}
/*Forms*/
fieldset
{
	float: left;
	display: inline;
	width: 100%;
}
div.section h3
{
	margin: 0 0 15px 0!important;
}
div.section
{
	float: left;
	margin: 0 0 20px 0;
	display: inline;
	width: 100%;
}
.seperator
{
	border-bottom: 1px solid #00334D;
	padding-bottom: 20px;
}
div.section div.textbox
{
	width: 100%;
	margin-bottom: 5px;
	float: left;
	display: inline;
}
div.section div.textbox label, div.section div.select label
{
	display: block;
	width: 150px;
	float: left;
}
div.section div.textbox input
{
	float: left;
	width: 200px;
}
div.section .elements-right
{
	margin: 0;
	display: inline;
}
div.section div.select
{
	float: left;
	display: inline;
}
div.section div.select select
{
	width: 205px;
}
div.section div.buttons
{
	float: left;
	margin: 10px 0 0 0;
	display: inline;
	width: 100%;
}
div.section div.buttons input
{
	padding: 2px;
	float: left;
	display: inline;
	width: auto!important;
	background-color:#00334D;
	border: 1px solid #D6E03E;
	color:#D6E03E;
}
/*table*/
div.section table
{
	border-collapse: collapse;
	border: none;
	width: auto;
	height: auto;
	width: 1000px;
	font-size: 0.85em;
}
div.section table th,div.section table td
{
	padding: 4px;
}
div.section th
{
	border: 1px solid #00334D;
	text-align: left;
}
div.section tr
{
}
div.section td
{
	border-left: 1px solid #00334D;
	border-right: 1px solid #00334D;
	border-bottom: 1px solid #00334D;
	vertical-align: top;
}
div.section td input, div.section th input
{
	background-color:#D6E03E;
	border: 1px solid #00334D;
	font-size: 1em;
}