
* {
   margin: 0;
   padding: 0;
}

body{
	background: #FDFCFB url(../images/bg_body.gif);
	background-repeat:repeat-x;
	font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
}

hr{
   display: none;
}

#skip{
   position: absolute;
   text-indent: -9999px;
   list-style: none;
}

#container-outer{
   background: url(../images/bg_container-outer.gif) no-repeat center top;
}

#container{
   width: 772px;
   margin: 0 auto;
   padding: 0 29px;
   background: url(../images/bg_container.gif);
   background-repeat:repeat-x;
}

a{
   overflow: hidden;
   text-decoration: none; 
}


/* =Header
---------------------------------------------------------------------
*/

#header{
   position: relative;
   float: left;
   z-index: 5000;
   padding-bottom: 3px;
}

#header h1{
   float: left;
   width: 403px;
   height: 66px;
   margin: 30px 0 0 0px;
   background: url(../images/logo.jpg) no-repeat;
   text-indent: -9999px;
}

#header h1 a{
   display: block;
   width: 208px;
   height: 45px;
}

#header h2{
   float: right;
   width: 276px;
   height: 8px;
   margin: 81px 19px 0 0;
   text-indent: -9999px;
}

#header #top-nav{
   position: absolute;
   top: 18px;
   right: 0;
   list-style: none;
}

#header #top-nav li{
   float: left;
   margin-right: 10px;
   padding: 4px 0;
   background: url(../images/bg_top-nav_li.gif) no-repeat top right;
   font-size: 1em;
}

#header #top-nav li a{
   color: #707070;
   text-decoration: none;
}

#header #top-nav li#tn_welcome{
   background: none;
   color: #464646;
   font-weight: bold;
}


#header #top-nav li#tn_link{
   margin-right: 0;
   padding-right: 14px;
}



/* =Navigation
---------------------------------------------------------------------
*/

#nav{
   clear: left;
   float: left;
   width: 759px;
   margin: 24px 0 0px;
   padding: 3px 0 0 11px;
   background: url(../images/bg_nav.gif) no-repeat;
   list-style: none;
}

#nav  li#nav_1 a{
   width: 68px;
}

#nav  li#nav_2 a{
   width: 107px;
}

#nav  li#nav_3 a{
   width: 128px;
}

#nav  li#nav_4 a{
   width: 120px;
}

#nav  li#nav_5 a{
   width: 85px;
}

#nav  li#nav_6 a{
   width: 64px;
}

#nav  li#nav_7 a{
   width: 80px;
}

#nav  li#nav_8 a{
   width: 64px;
}


#nav li{
   float: left;
   margin-right: 5px;
}

#nav li a{
   display: block;
   height: 40px;
   background-repeat: no-repeat;
   color: #FFF;
   text-decoration: none;
   text-indent: -9999px;
}


#nav li ul{
   position: absolute;
   left: -999em;
   border: 1px solid #3C402D;
   z-index: 999;
   width: 150px;
   list-style: none;
   line-height: 1;
}

#nav li li{
   font-size: 1.2em;
   margin: 0;
}

#nav li ul ul{
   margin: -25px 0 0 150px;
}

#nav li:hover ul ul,
#nav li.sfhover ul ul{
   left: -999em;
}

#nav li:hover ul,
#nav li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul{
   left: auto;
}

#nav li li a{
   width: 130px !important;
   height: auto;
   padding: 10px;
   background: #c8c9ca !important;
   color: #324f63;
   text-indent: 0;
}

#nav li li a:hover{
   background: #b3b3b2 !important;
}

#nav li li li{
   font-size: .9em;
}




/* =Container-Inner
---------------------------------------------------------------------
*/

#container-inner{
	clear: both;
	float: left;
	width: 770px;
	margin-bottom: 10px;
	padding: 1px;
	background: url(../images/bg_container-inner.gif) no-repeat;
}

.content {
	font: small/1.3em Helvetica, 'Helvetica Neue', Arial, Verdana, sans-serif; 
	color: #787878;
}

.content_news { 
	font: small/1em Helvetica, 'Helvetica Neue', Arial, Verdana, sans-serif; 
	color: #787878;
	margin-left: 10px;
}

.contenth3 { 
	font-size: 150%;
	color: #324f63; 
	font-weight: bold; 
	letter-spacing: -.03em;
}

/* =Footer
---------------------------------------------------------------------
*/

#footer{
	clear: both;
	/*float: left;*/
    width: 712px;
	height: 64px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
}

#footer p{
   margin-bottom: 1em;
   color: #545454;
   font-size: 1em;
}

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

