/* TLGC Base Styles */
/* Reset */
body, p, h1, h2, h3, h4, h5, h6, ul, li
{
	margin: 0;
	padding: 0;
}

/* CSS Document */
body, html { height: 100%; }
html { background: #FFF url('http://www.transleader.org/images/main/2010/bg_header.gif') repeat-x top left; }

#container
{
	width: 960px;
	position: relative;
	margin: 0 auto;
	background: url('http://www.transleader.org/images/main/2010/bg_header.gif') repeat-x top left;
	min-height: 100%;
	height: auto !important;
height: 100%;
}

body
{
	font-family: 'Eurostile','Trebuchet MS', 'Verdana', 'Helvetica', 'Arial', sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 13px;
}

/* Troubleshoot 
#header, #footer, #content, #aside, #nav, #nav_section, #nav_footer, #nav_header, #section_extra, #extra1, #extra2, .tagline {
border: 1px solid;
}
*/

h1
{
	position: absolute;
	top: 30px;
	left: 10px;
}

h1 a {
display: block;
	height: 120px;
	width: 220px;
	background: url('http://www.transleader.org/images/main/2010/tlgc_logo.png') no-repeat top center;
}

h1 span { display: none; }

h2
{
	font-size: 15px;
	color: #369;
	text-align: left;
}

h4
{
	font-size: 10px;
	color: #000000;
	line-height: 13px;
	list-style: none;
	text-transform: uppercase;
}

.logo
{
	margin: 0 10px 10px 24px;
	float: left;
	clear: left;
}

#header
{
	width: 960px;
	position: relative;
	height: 140px;
	margin: 0 auto;
}

#nav_header
{
	position: absolute;
	right: 0;
	margin: 0px;
	padding: 0px 8px 11px 8px;
	list-style: none;
	width: 475px;
}

#nav_header li
{
'Eurostile','Trebuchet MS', 'Verdana', 'Helvetica', 'Arial', sans-serif;	margin: 0px;
	padding: 0px 10px 0px 10px;
	font-weight: bold;
	font-size: 10px;
	color: #FC9;
	float: left;
	padding-top: 7px;
}

#nav_header a
{
	color: #CCC;
	text-decoration: none;
}

#nav_header a:hover
{
	color: #FFF;
}

#nav_header li.active a
{
	color: #555;
	cursor: default;
}


#header p.tagline
{
	position: absolute;
	top: 55px;
	left: 220px;
	width: 720px;
	font-size: 35px;
	line-height: 35px;
	text-align: center;
}

#header form
{
	position: absolute;
	right: 25px;
	top: 1px;
	color: #CCC;
	font-size: 10px;
}

#nav
{
border: 0;
width: 870px;
padding-left: 70px;
overflow: hidden;
	font-size: 16px;
	color: #999;
	text-align: center;
	list-style: none;
	text-transform: lowercase;
margin: 0 auto;
	margin-bottom: 10px;
margin-top: 10px;
	font-weight: normal;
	background: url('http://www.transleader.org/images/main/2010/divider_nav.gif') repeat-x 60px bottom;
position: relative;
z-index: 20;
}

#nav li {
float: left;
background: url('http://www.transleader.org/images/main/2010/divider.gif') repeat-x center bottom;
}

#nav li.active {
	background: url('http://www.transleader.org/images/main/2010/divider_activer.gif') no-repeat right bottom;
}

#nav li a {
position: relative;
color: #999;
padding: 5px 16px;
display: block;
text-decoration: none;
	background: url('http://www.transleader.org/images/main/2010/dividerr.gif') no-repeat right bottom;
}

#nav li a:hover {
color: #369;
	background: url('http://www.transleader.org/images/main/2010/divider_activer.gif') no-repeat right bottom;

}

#nav li.active a { color: #9CF; 
	background: url('http://www.transleader.org/images/main/2010/divider_active.gif') no-repeat left bottom;
}



#nav_section
{
	background: url('http://www.transleader.org/images/main/2010/div_section_wide.gif') no-repeat top left;
float: left;
margin-left: 10px;
	width: 200px;
	color: #000000;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	min-height: 250px;
overflow: hidden;
}

#nav_section h3
{
	font-size: 14px;
	border-bottom: 1px dotted #369;
	padding-bottom: 3px;
	margin-bottom: 7px;
}

#nav_section h3 a
{
	color: #369;
	text-decoration: none;
	font-weight: normal;
}

#nav_section ul
{
	list-style: none;
	padding-left: 10px;
	margin-bottom: 2em;
}

#nav_section li
{
	font-size: 10px;
	line-height: 1.3em;
	margin-bottom: 5px;
}

#nav_section li a
{
	text-decoration: none;
	color: #000;
	background: url('http://www.transleader.org/images/main/icons/plus_000.gif') no-repeat left 1px;
	padding-left: 11px;
	display: block;
}

#nav_section li a:hover
{
	color: #369;
	background: url('http://www.transleader.org/images/main/icons/arrow_369.gif') no-repeat left 1px;
}

#nav_section li.active a, #nav_section li.active a:hover
{
	color: #CCC;
	background: url('http://www.transleader.org/images/main/icons/arrow_CCC.gif') no-repeat left 1px;
	cursor: default;
}

#content
{
border-top: 1px solid #FFF;
	margin-left: 250px;
	margin-right: 190px;
	font-size: 12px;
	line-height: 1.3em;
	letter-spacing: .04em;
	min-height: 260px;
margin-top: 10px;
padding-bottom: 420px;
}

#content h2, #content h3, #content p, #content ul, #content li { margin-bottom: 1em; }
#content p { text-align: justify; }

#content h2
{
	font-size: 17px;
	font-weight: normal;
	margin-top: 15px;
}


#content p b {
color: #666;
font-weight: bold;
font-style: italic;
}

#content a {
color: #999;
}

#content a:hover {
color: #369;
}

#aside
{
	position: absolute;
	width: 700px;
	font-size: 10px;
	margin-left: 250px;
	margin-bottom: 210px;
	z-index: 10;
bottom: 0;
}

#aside div.mini1, #aside div.mini2, #aside div.mini3, #aside div.mini4
{
	float: left;
	margin-right: 20px;
	min-width: 160px;
}

#aside div.mini4 {
	margin-right: 0px;
}

#aside a
{
	text-decoration: none;
	color: #000;
}

#aside div.mini1 { }

#aside ul
{
	list-style-type: none;
	line-height: 1.7em;
}

#aside h4 a {
	color: #666;
}

#aside ul li a
{
	background: url('http://www.transleader.org/images/main/icons/plus_666.gif') no-repeat left 3px;
	color: #666;
	padding-left: 11px;
	display: block;
}

#aside ul li a:hover { background: url('http://www.transleader.org/images/main/icons/arrow_369.gif') no-repeat left 3px; }

#aside ul li.active a, #aside ul li.active a:hover
{
	background: url('http://www.transleader.org/images/main/icons/arrow_CCC.gif') no-repeat left 3px;
	color: #CCC;
	cursor: default;
}

#aside a:hover { color: #369; }

#extra1
{
	background: #CCC;
	width: 700px;
	height: 80px;
	position: absolute;
	right: 0px;
	top: 80px;
}

#extra2
{
	width: 220px;
	height: 160px;
	
	margin-left: -240px;
}

#section_extra
{
	background: url('http://www.transleader.org/images/main/2010/div_section_wide.gif') no-repeat left;
	width: 160px;
min-height: 260px;
float: right;
margin-right: 10px;
overflow: hidden;
}

#footer a
{
	text-decoration: none;
	color: #000;
}

#footer a:hover { color: #369; }

#footer_gral, 
#footer_user
{
'Eurostile','Trebuchet MS', 'Verdana', 'Helvetica', 'Arial', sans-serif;		clear: both;
	font-size: 9px;
	font-weight: bold;
	color: #003366;
	text-align: center;
	text-transform: uppercase;
}

#footer_gral, #footer_user
{
	margin: 0px;
	padding: 30px 160px 5px 160px;
	list-style: none;
	background: url('http://www.transleader.org/images/main/2010/bg_footer.gif') repeat-x;
}

#footer_gral li, #footer_user li
{
	margin: 0px;
	padding: 0px 10px 0px 10px;
	display: inline;
}

#footer_user
{
	background: none;
	padding: 0;
}

#footer
{
position: absolute;
	background: url('http://www.transleader.org/images/main/2010/bg_footer_wide.jpg') repeat-x top center;
	width: 960px;
	height: 200px;
	margin: 0 auto;
	z-index: 20;
bottom: 0;
}

#footer a {
color: #369;
}

#footer a:hover {
color: #666;
}

#footer address {
'Eurostile','Trebuchet MS', 'Verdana', 'Helvetica', 'Arial', sans-serif;	margin-top: 20px;
text-align: center;
font-weight: bold;
font-style: normal;
color: #666;
}

#footer address p {
display: inline;
margin: 0 10px;
}

#footer p.contact_details {
'Eurostile','Trebuchet MS', 'Verdana', 'Helvetica', 'Arial', sans-serif;	text-align: center;
margin-top: 10px;
font-weight: bold;
}

#footer p.contact_details span.d {
margin-right: 5px;
color: #333;
}

#footer p.contact_details a:hover span.d {
color: #666;
}

#footer p.contact_details span.t {
margin-left: 5px;
color: #999;
}

#validation {
position: absolute;
top: 110px;
list-style-type: none;
width: 120px;
}

#validation li a {
display: block;
	background: url('http://www.transleader.org/images/main/icons/small/checkmark.png') left no-repeat;
padding: 3px 0px;
padding-left: 20px;
}

#validation li a:hover {
	background: url('http://www.transleader.org/images/main/icons/small/checkmark_hover.png') left no-repeat;
}

#share {
position: absolute;
bottom: 10px;
list-style-type: none;
}

#share li {
float: left;
margin-right: 10px;
}

#share li a {
display: block;
width: 16px;
height: 16px;
}

#share li.rss a {
	background: url('http://www.transleader.org/images/main/icons/small/rss.png') left no-repeat;
}

#share li.faq a {
	background: url('http://www.transleader.org/images/main/icons/small/faq.png') left no-repeat;
}

#share li.twitter a {
	background: url('http://www.transleader.org/images/main/icons/small/twitter.png') left no-repeat;
}

#share li.facebook a {
	background: url('http://www.transleader.org/images/main/icons/small/facebook.png') left no-repeat;
}

#share li.rss a:hover {
	background: url('http://www.transleader.org/images/main/icons/small/rss_hover.png') left no-repeat;
}

#share li.faq a:hover {
	background: url('http://www.transleader.org/images/main/icons/small/faq_hover.png') left no-repeat;
}

#share li.twitter a:hover {
	background: url('http://www.transleader.org/images/main/icons/small/twitter_hover.png') left no-repeat;
}

#share li.facebook a:hover {
	background: url('http://www.transleader.org/images/main/icons/small/facebook_hover.png') left no-repeat;
}

#share li a span {
display: none;
}

#extra7
{
	background: #CCC url('http://www.transleader.org/images/main/2010/bg_footer_wide.jpg') top center repeat-x;
	height: 200px;
	margin-top: -200px;
}
