/*-----------------------------------------------------
   BASIC
------------------------------------------------------ */
*                                                      { margin: 0; padding: 0; list-style: none; }
body                                                   {
	font: normal .75em/1.4em Verdana, Arial, Helvetica, sans-serif;
	color: #060606;
	background: #fff url(../images/layout/body-bg.jpg) repeat-x 0 0;
	text-align: center;
}
html, body                                             { height: 100%; }
a img                                                  { border: none; }
a, a img,
a:link, a:visited,
a:hover, a:active                                      { outline: none; }
.clear                                                 { clear: both; margin: 0; padding: 0; outline: 0; line-height: 0; font-size: 0; }
*:focus                                                { outline: none; } /* Safari - outline remove */
/*-----------------------------------------------------
   LAYOUT - Basic
------------------------------------------------------ */
#wrapper                                               {
	width: 968px;
	margin: 0 auto;
	background: #fff url(../images/layout/wrapper-bg.gif) repeat-y 0 0;
}
#wrapperInner                                          {
	width: 960px;
	padding: 0 4px;
	background: url(../images/layout/wrapper-top-bg.gif) no-repeat 0 0;
	text-align: left;
}	

/*-----------------------------------------------------
   HEADER
------------------------------------------------------ */
#header                                                { 
	padding: 10px 20px 0 20px; 
	font-size: .85em; 
	width: 920px;
	height: 115px;
	position: relative;
	overflow: hidden;
	}

#flashHeader                                           {
	width: 960px; 
	height: 130px; 
	margin: 0 0 5px 0;
	clear: both;
}
.noscript                                              { text-align: center; font-size: .85em; }
.noscript a                                            { color: #060606; text-decoration: underline; }
.noscript a:hover                                      { color: #060606; text-decoration: none; }
	
#logo                                                  {
	display: block; float: left;
	width: 289px; height: 83px;
}	

#basic                                                 {
	display: inline; float: right;
	width: 340px; height: 100%;
	overflow: hidden;
	padding: 10px 0 0 0;
}

#userInfo {
	line-height: normal;
	color: #366cb6;
	position: absolute;
	right: 20px;
	bottom: 10px;
	}
	
#userInfo a { color: #366cb6; text-decoration: underline; }	
#userInfo a:hover { color: #366cb6; text-decoration: none; }	

/*-----------------------------------------------------
   HEADER // Language
------------------------------------------------------ */	
#language                                              {
	display: inline; float: left;
	width: auto;
	margin: 0 0 15px 10px;
	line-height: 1.2em;
}		
#language li                                           {
	float: left;
	padding: 2px 5px;
	border-left: 1px solid #d4e3ec;
	border-right: 1px solid #d4e3ec;
}
#language li#langEN                                    { border-left: none; }
#language a                                            {
	display: block;
	padding: 2px 5px;
	color: #838383;
	text-decoration: none;
}
#language a:hover                                      { background: #f1f5f8; }
#language a.on, #language a.on:hover                   { background: #d4e3ec; color: #000; }

/*-----------------------------------------------------
   HEADER // Language
------------------------------------------------------ */
#basicNav                                              {
	display: inline; float: right;
	line-height: 1.2em;
}
#basicNav li                                           { float: left; padding: 3px 8px; }
#basicNav li#basicNavSitemap                           { border-left: 1px solid #d4e3ec; }
#basicNav a                                            {
	display: block;
	padding: 2px;
	color: #838383;
	text-decoration: none;
}
#basicNav a:hover                                      { text-decoration: underline; }
#basicNav a.on,
#basicNav a.on:hover                                   { color: #cf242a; text-decoration: underline; }

/*-----------------------------------------------------
   HEADER // Search
------------------------------------------------------ */
#searchweb                                             {
	width: 340px;
	clear: both;
	padding: 13px 0 0 0;
	border-top: 1px solid #f5f5f5;
	text-align: right;
	color: #8c8c8c;
}
#searchweb fieldset                                    { border: none; }
#searchweb legend                                      { display: none; }

#searchweb .input                                      {
	width: 137px; height: 17px;
	padding: 2px 3px 0 3px;
	background: #fff;
	border: 1px solid #dddddd;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #8c8c8c;
	vertical-align: middle;
}
#searchweb .input:focus                                { background: #fafafa; }
#searchweb .button                                     {
	width: 50px; height: 21px;
	background: #fff url(../images/layout/buttons.gif) repeat-x 0 0;
	border: 1px solid #dddddd;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #8c8c8c;
	vertical-align: middle;
	margin: 0 0 0 5px;
}	

/*-----------------------------------------------------
   NAV
------------------------------------------------------ */
#nav                                                   {
	width: 940px; height: 25px;
	margin: 15px auto 10px auto;
	border: 1px solid #f4f4f4;
}
#nav li                                                { display: inline; }

/*-----------------------------------------------------
   NAV // PATH
------------------------------------------------------ */	
#path                                                  {
	display: inline; float: left;
	width: 580px;
	font-size: .8em;
	padding: 3px 0 0 10px;
	color: #6e6e6e;
}
#path li                                               {
	float: left;
	background: transparent url(../images/layout/path-arrow.gif) no-repeat right 6px;
	padding: 0 15px 0 8px;
}
#path li.on                                            { padding-right: 0; background: none; }
#path a                                                { color: #6e6e6e; text-decoration: underline; }

/*-----------------------------------------------------
   NAV // OPTIONS
------------------------------------------------------ */	
#options                                               {
	display: inline; float: right;
	width: auto;
	padding: 4px 15px 0 0;
	font-size: .8em;
	text-align: right;
	line-height: 1em;
	color: #005581;
}
#options li                                            { display: block; float: left; padding: 3px 0 5px 0; }
#options li#print                                      { padding: 0 10px 0 10px; border-left: 1px solid #dbdad9; border-right: 1px solid #dbdad9; }
#options li#print a                                    { background: transparent url(../images/layout/print.gif) no-repeat right center; padding: 3px 25px 3px 0; }
	
#options a                                             { display: block; color: #005581; text-decoration: none; }
#options a:hover                                       { text-decoration: underline; }

#options li#small a                                    { margin-left: 10px; padding-top: 2px; font-size: 1em; }
#options li#normal a                                   { margin-left: 5px; padding-top: 1px; font-size: 1.2em; }
#options li#large a                                    { margin: 0 10px 0 5px; font-size: 1.5em; }
#options li#large                                      { padding-right: 0; margin-right: 5px !important; margin-right: 3px; border-right: 1px solid #dbdad9; }
#options li#fontSizeTitle                              { padding-left: 10px; }

/*-----------------------------------------------------
   CONTAINER // basic
------------------------------------------------------ */
#container                                             { padding: 0 10px; height: 100%; overflow: hidden; }

/*-----------------------------------------------------
   CONTAINER // leftNav
------------------------------------------------------ */
#leftNav                                               {
	display: inline; float: left;
	width: 206px;
	overflow: hidden;
	margin: 0 9px 0 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #e6e6e6;
}

/*-----------------------------------------------------
   CONTAINER // mainContent
------------------------------------------------------ */
#mainContent                                           {
	display: inline; float: left;
	width: 510px;
	overflow: hidden;
	margin: 0 9px 0 0;
	padding: 20px 5px 0 5px;
	border-top: 1px solid #e6e6e6;
	background: transparent url(../images/layout/news-bg.jpg) repeat-x 0 11px;
}
#mainContent.wide                                      { width: 930px; margin: 0; }

/*-----------------------------------------------------
   rightNav
------------------------------------------------------ */
#rightNav                                              {
	display: inline; float: right;
	width: 196px;
	overflow: hidden;
	padding: 10px 0 0 0;
	border-top: 1px solid #e6e6e6;
}
.box                                                   { background: transparent url(../images/layout/right-box-bg-top.gif) no-repeat left top; margin: 0 0 15px 0; }
.box .content                                          { background: transparent url(../images/layout/right-box-bg-bottom.gif) no-repeat left bottom; padding: 15px 8px 10px 8px; }

#rightNav a                                            { color: #060606; text-decoration: underline; }
#rightNav a:hover                                      { color: #005581; text-decoration: underline; }

#rightNav h2                                           {
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	padding: 0 0 5px 0;
	margin: 0 0px 5px 0px;
	color: #005581;
	background: transparent url(../images/layout/right-box-dotted.gif) repeat-x left bottom;
	letter-spacing: -1px;
}
#rightNav h2 a                                         { color: #005581; text-decoration: none;  }
#rightNav h2 a:hover                                   { color: #005581; text-decoration: underline;  }

#rightNav ul li                                        { background: transparent url(../images/layout/right-box-arrow.gif) no-repeat 0 7px; padding: 0 0 0 15px; margin-bottom: 5px; }

/*-----------------------------------------------------
   Intranet (login)
------------------------------------------------------ */
.box#intranetBOX                                       { background: transparent url(../images/layout/intranet-top.gif) no-repeat left top; margin: 0 0 15px 0; }
.box#intranetBOX h2                                    {
	background: none;
	font-size: 1.5em;
	text-align: right;
	height: 1%;
}	

.LoginForm {
	width: 180px;
	overflow: hidden;
	}
.LoginForm fieldset { border: none; }
.LoginForm .input {
	height: 100%;
	overflow: hidden;
	margin: 10px 0;
	}
	
.LoginForm .input label {
	font: bold 11px Verdana, Geneva, sans-serif;
	display: block;
	margin-bottom: 3px;
	text-align: left;
	padding-left: 3px;
	}	
	
.LoginForm .input input {
	background: #fff;
	color: #005581;
	font: normal 11px Verdana, Geneva, sans-serif;
	border: 1px solid #005581;
	padding: 2px;
	width: 174px;
	}

.LoginFormSubmit { height: 100%; overflow: hidden; width: 180px; text-align: right;}

.LoginFormSubmit input {
	background: #005581;
	border: none;
	color: #fff;
	font: bold 10px Verdana, Geneva, sans-serif;
	width: 50px;
	padding: 2px 0;
	}	
	
.LoginFormLinks { line-height: 1em; }	
#rightNav .LoginFormLinks li { padding: 0; background: none; font-size: .9em; }

/*-----------------------------------------------------
   Newsletter
------------------------------------------------------ */
#newsletter legend                                     { display: none; }

#newsletter fieldset                                   {
	border: none;
	border-top: 1px solid #e3e3e3;
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
}
#newsletterEmail                                       {
	display: block;
	clear: both;
	width: 165px;
	background: #fff;
	border: 1px solid #dddddd;
	margin: 5px 0;
	padding: 3px 5px;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #8c8c8c;
}
#newsletterEmail:focus                                 { background: #fafafa; }
#newsletter fieldset p label                           { font-size: .8em; }
#make_call                                             {
	display: block;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #8c8c8c;
	border: 1px solid #e5e5e4;
	background: transparent url(../images/layout/buttons.gif) repeat-x 0 0;
	padding: 2px 0;
	margin: 5px 0 0 0;
}
	
/*-----------------------------------------------------
   FOOTER
------------------------------------------------------ */
#footer                                                {
	margin: 30px 20px 0 20px;
	padding: 15px 5px 20px 5px;
	font-size: 11px;
	color: #838383;
	height: 100%;
	overflow: hidden;
	border-top: 1px solid #c1c1c1;
}
#development                                           { display: inline; float: left; width: auto; }
#development a                                         { color: #838383; text-decoration: underline; }
#development a:hover                                   { color: #060606; text-decoration: underline; }

#topLink                                               {
	display: inline; float: right;
	width: auto;
	font: bold 11px Georgia, "Times New Roman", Times, serif;
	color: #cf242a;
	text-decoration: underline;
}	
#topLink:hover                                         { text-decoration: none; }			