/********************** High Level Layout */
html, body{
	background: url('/template/en/images/bkg.gif') top repeat-x #003D65;
	padding:0;
	font-family:verdana, sans-serif;
	font-size:9pt;
	text-align:left;
}

#navtext{
	font-family: verdana, Arial, Helvetica, sans-serif ;
	font-size: 12px ;
	font-weight:bold;
	color: #000;
}

#wrapper {
	width:858px; 
	margin: 0 auto;

	padding:0;
	border:0;
}

#container {
	width:840px; 
	border: 1px solid #FFF;
}

#topContent {
	width:822px; 
	padding: 10px; 
	padding-top: 6px;
	background:url('/template/en/images/top-shadow.gif') repeat-x bottom; 
	color:#9ba1a5;
}

#topContent a {
	color:#9ba1a5;
	text-decoration:none;
}

#flashFader {
  padding:0;
  margin:0;
}

#hdrPic {
	border: 0px solid #ccc;
	width: 843px;
	height: 229px;
	padding:0;
	margin:0;
}

#nav {
	padding: 2px; 
	background:url('/template/en/images/nav-bkg.gif'); 
	color:#000; 
	margin:0; 
	width: 840px;
}

#navShadow {
	background:url('/template/en/images/btm-shadow.gif') repeat-x top;
	width: 844px;
}

#bodyContainer {
	background:#FFF;
	border:1px solid #fff;
}

#content {
	margin:0;
	padding: 0;
	padding-right:15px; 
	padding-left: 15px;
	width: 630px;
	float: left;
}

#toolLinks
{
	line-height:1.8em;
}

#toolLinks a
{
	color:#143B5E;
	text-decoration:none;
}
#toolLinks a:hover
{
	color:#35658F;
}
#toolLinks img
{
	border:0;
}

#toolLinks hr
{
	border-color:-moz-use-text-color -moz-use-text-color #D0D2DF;
	border-style:none none solid;
	border-width:0 0 1px;
	color:#D0D2DF;
	height:1px;
	margin-bottom:5px;
	margin-top:5px;
}


#sideBar {
	float: left;
	width: 166px;
}

#sidebar-hdr {
 	color:#fff; 
	background:url('/template/en/images/sbhdr.gif'); 
	font-weight: bold; 
	padding: 4px;
	padding-left:5px; 
}

#sidebar-content {
	margin: 5px 0px 15px 0px; 
	padding-left:2px; 

	/*line-height:1.8em; */
	font-size:12px;
}


#sidebar-content form, sidebar-content-specials form {
    padding:0px;
    margin: 0px;
}


a.menu {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

a.menu:hover {
	color:#156aa1;
	text-decoration:none;
}

a.menu2 {
	color:#FFFFFF;
	font-size:11px;
	text-decoration:none;
}

a.menu2:hover {
	color:#FFFF00;
}

#footer {
	text-align:center; 
	border-top: 1px solid #ccc;
	margin-top: 25px;
	width: 843px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 10px;
}

a, a:visited {
	color: #0B5786;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

#bus h2 {
	color: #0B7BBF;
	font-size:12px;
	border-bottom: 1px solid #ccc;

}
#bus {

	margin-bottom: 15px;
}
#bus p {
	padding-right: 8px;
	padding-left: 8px;
}

#credit {
 color: #AAB5FB; 
 font-size: 10px;
 margin: 10px;
 margin-bottom:20px;
}

#credit a, #credit a:hover {
	color: #828EFF;
}

/********************** Paragraph Level Styling */

#side-image {
	padding-left: 15px;
	padding-top: 30px;
}



img.mat {
	border: 1px solid #ccc;
	background: #FFF;
	padding: 4px;
	width: 175px;
	height: auto;
	margin-bottom: 15px;
}

h1{
	font-size: 16px;
	font-weight: bold;
	color: #085180;
	padding:0;
	margin:0;
	margin-top:0px;
	margin-bottom:10px;		
}

h2{
	font-size: 14px;
	padding:0;
	margin:0;
	margin-top:0px;
	margin-bottom:10px;	
	color: #0B7BBF;
	border-bottom: 1px solid #ccc;
	
}

h3{
	padding:0;
	margin:0;
	font-size: 12px ;
	color: #111 ;

}

img.body{
	margin-left:10px;
	margin-bottom:10px;
	margin-top:10px;
	border:1px #000000 solid;
}

hr{
	height:1px;
	color:#000000;
}

/* global styles */
.errors{
	color: red;
	border: 2px solid red;
	background: #FFFFCC;
	padding: 3px;
	width: 450px;
}

.formError > *{
	border: 2px solid red;
	color: red;
}

form{
	margin: 0;
}



/* index.html */

#taf {
	width: 550px ;
	border: 2px solid #5366AA ;
	background: #FEFEFE;/* repeat-x url('/template/en/images/taf-bkg.gif');*/
	position: absolute ;
	top: 0px ; /* positioned relative to rightCol, bumps down below flash */
	right: 190px ;
	z-index:100;
}

#tafOverlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	z-index:90;
}





/* mailing list */
#mlform .formLabel{
	font-weight: bold;
}

#mlform *{
	font-size: 11px;
}