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

body{
	margin:0px;
	padding:0px;
	background-color:#000000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	
	
}

h1, h2, h3, h4, h5, h6, p {
	margin-top:0px;	
}
h1 {
	font-size:1.3em;
	text-transform:uppercase;
	color:#000000;
}
h2 {
	font-size:1.2em;
	text-transform:uppercase;
	margin-bottom:5px;
}
h3 {
	font-size:1.2em;
	margin-bottom:5px;
}
p, li, td{
	font-size:1em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
p {
	line-height:1.5em;
	text-align: left;
}
li {
	margin-bottom:6px;
	line-height:1.4em;
}
a {
	color:#178FBD;
	text-decoration:none;
	}
a:hover, a:active{
	text-decoration:underline;
	}
a img{
	border:0;
	text-decoration:none;
}
/*-----------------------------------------------------*/
#topBar{
	height:20px;
}
#topBar .content{
	margin:0px auto; 
	width:960px;
}
/*-----------------------------------------------------*/
#container{
	background-image:url(../images/layout/bg_tile.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	padding-top:1px;
}
#wrapper{
	width:960px;
	margin:0px auto;
	padding-top:1px;
	
	
}

#page {
	/*margin:0px auto; 
	width:900px;
	padding-top:1px;
	*/
	
	
	}



#header{
	height:58px;
	margin:0px auto; 
	width:900px;
	
	background-image:url(../images/layout/bg_header.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	
	overflow:hidden;
}
#header h1{
	margin-bottom:5px;
	margin-top:20px;
	padding:0px;
}
/*-- Nav -------------------------------------------------*/
#nav{
	text-transform:uppercase;
	font-size:11px;
	height:32px;
	font-weight:bold;
	float:left;
	width:670px;
	margin-left:30px;
}

#nav ul { 
	margin:0px;
	padding:0px;
	display:inline-block;
}
#nav li {
	display:inline-block;
	padding:8px 10px;
	list-style:none;
}
#nav li a{
	color:#333333;
}
#nav li a:hover, #nav li a:active{
	color:#2482B1;
	text-decoration:none;
}

#nav #current{
	background-color:#1D85AE;
}
#nav #current a{
	color:#FFFFFF;
}
#nav #current a:hover, #nav  #current a:active{
	color:#66CCFF;
}
/*-- Secondary Nav -------------------------------------------------*/
#secNav{
	height:26px;
	float:right;
	width:200px;
	margin-right:30px;
	text-align:right;
	font-size:11px;
	
}
#secNav p{
	text-align:right;
	margin:8px 0px 0px;
	font-size:11px;
}
#secNav ul { 
	margin:0px;
	padding:0px;
	display:inline-block;
	text-transform:uppercase;
	font-weight:bold;
	text-align:right;
	overflow:hidden;
}
#secNav li {
	display:inline-block;
	padding:8px 10px 6px;
	list-style:none;
	text-align:right;
	font-size:11px;
}
#secNav li a{
	color:#333333;
}
#secNav li a:hover, #nav li a:active{
	color:#2482B1;
	text-decoration:none;
}
/* Current tab 39A7C9*/
#secNav #current{
	background-color:#ca993b;
}

/*----------------------------------*/
#banner, #banner-home, #banner-gt{
	 /*border-top:2px solid #1D85AE;*/
	 clear:both;
}
#banner{
	 background-image:url(../images/banner-home.jpg);
	 background-repeat:no-repeat;
}    
#banner-gt{
	 height:300px; 
	 background-image:url(../images/gt_intro.jpg);
} 
/*-- Sign in -------------------------------------------------*/
#signIn {
	text-align:right;
	background-color:#999;
	color:#FFF;	
	font-size:11px;
	margin-left:560px;
	width:370px;
	height:30px;
	clear:both;
}
#signIn form{
	padding:4px 4px 0px;
}
#signIn .txt1{ /*Input field*/
	width:110px;
	height:15px;
	border:1px solid #666;
	background-color:#EEE;
}
#signIn .txt2{ /*Input field*/
	width:75px;
	height:15px;
	border:1px solid #666;
	background-color:#EEE;
}
#signIn input {
	font-size:10px;
}
#signIn p{
	text-align:right;
	padding:7px 7px 0px;
	font-size:10px;
}





/*-------------------------*/
#main{
	margin-top:0px;
	margin-left:30px;
	margin-right:30px;
	min-height:300px;
	clear:both;

}
/*-------------------------*/
#subMenu{
	background-color:#1D85AE;
	height:20px;
	margin-bottom:10px;
	text-transform:uppercase;
	font-weight:bold;
}
#subMenu .txt{
	padding:5px;
}
#subMenu ul { 
	margin:0px;
	padding:0px;
	display:inline-block;
}
#subMenu li {
	display:inline-block;
	padding:0px 10px;
	list-style:none;
}
#subMenu a{
	color:#333333;
}
#subMenu #current a {
	color:#FFFFFF;
}

#subMenu a:hover, #subMenu a:active{
	color:#FFF;
	text-decoration:none;
	
}
/*-------------------------*/
.introSuper {
	font-size:1.2em;
	color:#000;
}.intro {
	font-size:1.1em;
}
.leftCol{
	float:left;
	width:260px;
	padding-top:20px;
}

.rightCol{
	float:right;
	width:600px;
	padding-top:20px;
	}
	
.leftColGT{
	float:left;
	width:600px;
		padding-top:20px;
}

.rightColGT{
	float:right;
	width:260px;
	padding-top:20px;
	}	
	
.fileSize{
	font-size:0.9em;
	color:#999999;
	white-space:nowrap;
}
.clearAll{
	clear:both;
	}
.clearAll_main{
	clear:both;
	height:10px;
	}

.error {
	color:#900;
}
.imgLeft {
		float:left;
		margin-right:5px;
}
.imgRight {
		float:right;
		margin-left:15px;
}
.narrow {
	width:800px;
}
/*-----------------------------------------------------*/
#toolSet{
	clear:both;
	height:65px;
	background-color:#FFFFFF;

}
#tools{
	float:left;
	font-size:0.95em;
	padding-top:20px;
}
#tools a{
	padding-top:2px;
	margin-right:10px;
}
#tools img {
	vertical-align:bottom;
}
.backTo{
	font-size:0.95em;
	text-align:right;
	padding-top:24px;
	float:right;
	}




#baseNav{
	/*background-image:url(../images/layout/bg_tile_footer.jpg);
	background-repeat:repeat-x;*/
	height:30px;
	margin-top:0px;
	color:#CCCCCC;
	background-color:#636363;
	text-align:center;
	font-size:11px;
}
#baseNav .content{
	width:900px;
	margin:0px auto;
	padding-top:8px;
}

#baseNav  a{
	color:#CCCCCC;
	padding:0px 5px;
}
#flash-advert {
	padding-bottom:20px;
	color:#CCC;
}
/*-----------------------------------------------------*/
#footer{
	font-size:10px;
	height:70px;
}
#footer .txt{
	padding:10px 0px;
	line-height:1.5em;
	text-align:center;
	color:#666666;
	font-size:10px;
}
#footer a{
	color:#666666;
	}
#footer a:hover, #footer a:active{
	color:#999999;
	}
#tandc {
	height: 150px;
	overflow: scroll;
	margin: 5px 10px;
	border: 1px solid #999;
	padding: 3px;
}
#tandc p, #tandc li {
	font-size:11px;
}
