/* General styles
========================================*/
body {
	margin: 0px;
	color: #000;
	font-family: Arial, Tahoma, Verdana;
	font-size: small;
	background: url("../images/layout/background_page.gif") #fff top repeat-x;
}

a { color: #f40;}

a:hover { text-decoration: none;}

p { margin-top:0;}

h1, h2, h3 {
	margin-top:0;
	font-family: Tahoma, Arial, Verdana;
	font-weight: normal;
}

h1 { font-size: 125%;}

h2 {
	margin-bottom:0.5em; 
	font-size: 135%;
}

h3 {
	margin-bottom:0.4em;
	font-size: 120%;
	color:#333;
}

.clr { clear: both;}

.hide { display: none;}

#btn{
	position:absolute;
	top:10px;
}

#content ul {
	padding: 0 0 0 15px;
	list-style-type: square;
}

/* Container styles
========================================*/

#page {
	margin: 0 auto;
	padding:0 13px;
	width: 750px;
	font-size: 90%;
}

#header {
	position: relative;
	height: 80px;
}

#content {
	float: left;
	line-height:150%;
	width: 750px;
	margin-top:30px;
}
.globalPortal #content{
	margin-top:60px;
	background: url("../images/layout/orange_grey_border.gif") top left no-repeat;
}

.localPortal #content img{
	background:#fff;
}

#footer {
	position:relative;
	margin:0;
	background: url("../images/layout/orange_grey_border.gif") top left no-repeat;
}

#contentFooter {
	bottom:0;
	font-size: 95%;
	text-align: right;
}

/* Header styles
========================================*/

#tntLogo {
	position:absolute;
	top:11px;
	left:18px;
}

/* Sidewide navigation styles
========================================*/

#siteWideNavigation {
	position: absolute;
	top: 0;
	right: 0;
	margin:0;
	padding:4px 0;
	width: 600px;
	font-size: 95%;
	font-family: Tahoma, Arial, Verdana;
	text-align:right;
	list-style:none;
	border-bottom: solid 1px #ccc;
	z-index:60;
}

#siteWideNavigation li {
	display:inline;
	padding-left:20px;
}

#siteWideNavigation a {
	color: #000;
	text-transform: lowercase;
}

#siteWideNavigation a:hover {text-decoration:none;}

/* Content styles
========================================*/

#leftColumn, #rightColumn {
	position:relative;
	width:370px;
}
.globalPortal #leftColumn{
	width:480px;
}
#leftColumn{
	float:left;
}
#rightColumn{
	float:right;
}
.globalPortal #rightColumn { 
	margin-top:10px;
	width:250px;
	border-left:1px solid #ccc;
	padding-left:10px;
	min-height:245px;
	}
.globalPortal #rightColumn ul{
	margin:0;
	padding-top:0;
}
.globalPortal #rightColumn h3{
	margin:10px 0 0 0;
	padding:0;
	font-weight:bold;
}

.localPortal #leftColumn h2, .localPortal #rightColumn h2 {
	margin-top:10px;
	padding-top:10px;
	background: url("../images/layout/orange_grey_border.gif") top left no-repeat;
}

#content img {
	border:solid 1px #ccc;
	padding:1px;
}

#country {
	padding:10px 0 10px 0;
	margin-bottom:15px;
}

#country a {
	padding-left:10px;
	background:url("../images/layout/menu_bullet_hover.gif") left center no-repeat;
}
.globalPortal #frmothercountry select { 
	width: 325px;
	height:22px;
	margin:0px 5px 0 0;
}

.localPortal #frmothercountry select, .localPortal #frmothercountry .btn {
	font-size: 95%;
	font-family: Tahoma, Arial, Verdana;
}

.globalPortal #frmothercountry {
	position:relative;
	top:-53px;
	left:0;
    background:url("../images/layout/background_special_box.jpg") bottom right no-repeat;
	height:37px;
	width:460px;
	padding:10px;
}

#countryList {
	margin:0;
	padding:0 !important;
	border:solid 1px #ccc;
	height:9em;
	overflow:auto;
}

#countryList li {
	list-style-type:none;
}

#countryList a {
	display:block;
	height:1%;
	padding-left:1em;
	color:#333;
	text-decoration:none;
}

#countryList a:hover {
	background-color:#eee;
	color:#f60;
}

#country img{
	margin-bottom:40px;
}

.localPortal #frmothercountry {
	margin:0;
	display:inline;
}

.rememberme {
	clear:both;
	font-size:95%;
	left:6px;
	position:absolute;
	top:32px;
}
.localPortal .rememberme{
	position:absolute;
	top:140px;
	left:230px;
}
/* Footer styles
========================================*/

#footer a { color: #000;}

#footer span {
	float: left;
	text-align:left;
}

#footer ul {
	margin: 0;
	padding: 0;
}

#footer li {
	display: inline;
	margin-left:20px;
}

#footer {
	padding-top: 3px;
	color:#999;
	font-size: 95%;
	font-family: Tahoma, Arial, Verdana;
	text-align:right;
	width: 750px;
	}
