/* force full-screen */
html, body, #ie6{
	height: 100%;
}

body > #ie6{
	height: auto;
	min-height: 100%;
}

body.stretch_font /* only for Win platform since Lucida seems too big */
{
	/*letter-spacing: -1px;*/
}

#template{
	padding-bottom: 300px;
}

/* CLEAR FIX*/
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* TITLE */
#title
{
	display:none;
}

/* HEADER */
#header_background
{
	position:absolute;
	left:0;
	width:100%;
	min-width:960px;
	height: 86px;
	background: #ffffff;
	border-bottom: 3px solid #0066cc;
}
#header
{
	position: relative;
	width:960px;
	overflow: visible;
	margin:0 auto;
	z-index:3000;
}
#top_bar
{
	width:960px;
	height:32px;
	padding-top: 25px;
}
img.tb_logo
{
	float:left;
	margin:1px 10px 0 0;
	border:none;
}
span.tb_title
{
	display: none;
	float:left;
	margin:4px 10px 0 10px;
	font-weight: bold;
	color:#fff;
	font-size:13px;
}
div.tb_language
{
	position: absolute;
	top: 2px;
	right: 20px;
	font-size: 11px;
	color: #999999;
	cursor: pointer;
	z-index: 99;
}
div.tb_language ul
{
	margin:0;
	padding:0;
	color:#666666;
	width: 100%;
}
div.tb_language li
{
	list-style: none;
	margin: 0;
	padding: 0;
	cursor: pointer;
	overflow: hidden;
	margin-bottom: 1px;
	float: left;
	margin-right: 8px;
}
div.tb_language li a{
	color:#666666;
	display: block;
	float: left;
	padding: 2px;
	text-decoration: none;
}
div.tb_language li.selected a{
	color:#111111;
	text-decoration: underline;
}
div.tb_language li:hover a{
	color: #000000;
}
ul#menu
{
	float: right;
	overflow: hidden;
	list-style: none;
	text-align: right;
	margin-top: -8px;
	margin-right: 24px;
	width: 446px;
}

ul#menu li{
	float:right;
}

ul#menu li a{
	display:block;
	font-size: 14px;
	text-decoration: none;
	color:#444444;
	outline:none;
	padding:2px 6px 3px 6px;
}
ul#menu li a:hover{
	text-decoration:underline;
}
ul#menu li a.paginaactual{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background:none repeat scroll 0 0 #666666;
	color:#FFFFFF;
}
/* TEMPLATE */
#template
{
	clear: both;
	float: none;
	width:960px;
	overflow: hidden;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
}

/* FOOTER */
#footer_background
{
	position: relative;
	margin-top:-182px;
    width:100%;
    min-width:960px;
    height:210px;
    background: #f2f2f2;
	border-top: 2px solid #b3b3b3;
	position: relative;
	clear: both;
	float: none;
}
ul#footer
{
    width: 960px;
	overflow: hidden;
	margin: 0 auto;
}

ul#footer li{
	float: left;
	list-style: none;
	margin: 40px 0 0 40px;
	width: 155px;
}

ul#footer li.logos{
	margin-left: 0;
	width:340px;
}

ul#footer li.help{
	float:right;
}

div.logos
{
	margin-bottom:5px;
}
div.logos p.cdti
{
	padding-top:3px;
	padding-bottom:10px;
}
div.logos p.verisign
{
	padding-top:3px;
	padding-bottom:15px;
}
div.logos p.verisign img
{
	background-color:#f2f2f2;
}

ul#footer li.services{
	margin-left: 65px;
}


ul#footer dt, ul#footer p{
	font-size: 12px;
	color: #333333;
}

ul#footer dd{
	font-size: 11px;
}

ul#footer dd a{
	color: #666666;
	text-decoration: none;
}

#footer_background div.copyright
{
	width: 960px;
	overflow: hidden;
	margin: 0 auto;
}
.copyright p
{
	width:455px;
	margin-left:405px;
	font-size: 10px;
}

