﻿/*@import url("contact.css");*/

/*=RESET*/
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

:focus {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

tr {
    vertical-align: top;
}


/*=INITIAL */
body {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #455964;
	text-align: center;
	background: #fff;
}

a, a:visited {
	color: #455964;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1, h2, h3 {
	padding-bottom: 6px;
	color: #a82000;
	font: normal 19px Arial, Helvetica, sans-serif;
}

h1 a, h1 a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited {
	color: #a82000;
	text-decoration: none;
}

h1 {
	text-align: center;
}

h2, h3 {
	font-size: 16px;
}

h4 {
	font-size: 12px;
}

p {
	padding: 0 0 10px 0;
	line-height: 1.4;
}

input, select, textarea {

}


/*=LAYOUT */
#wrapper {
	width: 840px;
	margin: 0 auto;
	text-align: left;
}

/*=HEADER*/
#header {
	width: 835px;
	height: 181px;
	margin-top: 5px;
	background: url(../img/header_bg2.gif) 0 0 no-repeat;
}

#header h1 {
	padding: 15px 20px;
}

#header h1 a, #header h1 a:visited {
	display: block;
	width: 330px;
	height: 55px;
	text-indent: -1000em;
}

/*=NAV*/
#nav {
	margin-top: 4px;
}

#nav:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html #nav {height: 1%;}
/* End hide from IE-mac */

/* IE7 fix */
*:first-child+html #nav {height: 1%;}

#nav li {
	float: left;
	width: 75px;
	position: relative;
}

#nav li.n10 {
	width: 80px;
}

#nav li.n9 {
	width: 63px;
}

#nav li.n8 {
	width: 88px;
}

#nav li.n7 {
	width: 58px;
}

#nav li.n6 {
	width: 95px;
}

#nav li.n5 {
	width: 62px;
}

#nav li.n4 {
	width: 85px;
}

#nav li.n3 {
	width: 92px;
}

#nav li.n2 {
	width: 69px;
}

#nav li.n11 {
	width: 75px;
}

#nav li.n12 {
	width: 65px;
}


#nav li a, #nav li a:visited {
	display: block;
	text-align: center;
	padding: 42px 2px 5px;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #2c7bae;
	text-decoration: none;
	text-transform: uppercase;
	height: 1%;
/*	background: url(../img/start_no.gif) 0 44px no-repeat;*/
}

#nav li a:hover, #nav li a:focus, #nav li a:active, #nav li a.active {
	color: #a82000;
}

#nav li.n10 a:hover, #nav li.n10 a:focus, #nav li.n10 a:active, #nav li.n10 a.active {
	background: url(../img/home_act.png) 25px 2px no-repeat;
}

#nav li.n9 a:hover, #nav li.n9 a:focus, #nav li.n9 a:active, #nav li.n9 a.active {
	background: url(../img/ym_act.png) 16px 2px no-repeat;
}

#nav li.n8 a:hover, #nav li.n8 a:focus, #nav li.n8 a:active, #nav li.n8 a.active {
	background: url(../img/imedia_act.png) 29px 2px no-repeat;
}

#nav li.n7 a:hover, #nav li.n7 a:focus, #nav li.n7 a:active, #nav li.n7 a.active {
	background: url(../img/smedia_act.png) 13px 2px no-repeat;
}

#nav li.n6 a:hover, #nav li.n6 a:focus, #nav li.n6 a:active, #nav li.n6 a.active {
	background: url(../img/bmedia_act.png) 30px 2px no-repeat;
}

#nav li.n5 a:hover, #nav li.n5 a:focus, #nav li.n5 a:active, #nav li.n5 a.active {
	background: url(../img/pmedia_act.png) 12px 2px no-repeat;
}

#nav li.n4 a:hover, #nav li.n4 a:focus, #nav li.n4 a:active, #nav li.n4 a.active {
	background: url(../img/ep_act.png) 28px 2px no-repeat;
}

#nav li.n3 a:hover, #nav li.n3 a:focus, #nav li.n3 a:active, #nav li.n3 a.active {
	background: url(../img/im_act.png) 27px 2px no-repeat;
}

#nav li.n2 a:hover, #nav li.n2 a:focus, #nav li.n2 a:active, #nav li.n2 a.active {
	background: url(../img/lt_act.png) 15px 2px no-repeat;
}

#nav li.n11 a:hover, #nav li.n11 a:focus, #nav li.n11 a:active, #nav li.n11 a.active {
	background: url(../img/awards_act.png) 20px 2px no-repeat;
}

#nav li.n12 a:hover, #nav li.n12 a:focus, #nav li.n12 a:active, #nav li.n12 a.active {
	background: url(../img/contact_act.png) 12px 2px no-repeat;
}

#nav li ul {
	display: none;
	position: absolute;
	top: 73px;
	left: -10px;
	z-index: 999;
	width: 169px;
	padding-bottom: 6px;
	background: transparent url(../img/subnav.png) 0 100% no-repeat;
}

/*=FIX Z INDEX IN IE7*/
#nav * { z-index: 999; }

#nav li li {
	width: 169px;
}

#nav li li.nav-top {
	text-indent: -1000em;
	background: #fff url(../img/subnav.png) 0 0 no-repeat;
	height: 6px;
	font-size: 1px;
}

#nav li:hover ul, #nav li.sfHover ul {
  display: block;
}

#nav li ul.leve2 li a, #nav li ul.leve2 li a:visited {
	text-align: left;
	padding: 4px 15px;
	margin: 1px 5px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #2c7bae;
	text-decoration: none;
	text-transform: none;
	background: url(../img/li2.gif) 6px 8px  no-repeat;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#nav li ul.leve2 li a:hover, #nav li ul.leve2 li a.active {
	/*opacity: 1;*/
	background: #2c7bae url(../img/li2_act.gif) 6px 8px no-repeat;
	color: #fff;
}


/*=ARTICLE*/
#article {
	clear: both;
	padding: 10px 0;
	min-height: 500px;
}

#article ul {
	padding-bottom: 10px;
}


#article ul li {
	padding: 2px 6px;
	background: url(../img/li.gif) 0 7px no-repeat;
}

/*=BANNER*/
#banner {
	overflow: hidden;
	position: relative;
	height: 247px;
	width: 837px;
	margin-bottom: 15px;
/*	border: 1px solid #e1eef8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
	background: url(../img/banner_bg.gif) no-repeat;
}

* html #banner {
	height: 1%;
}

#banner-desc {
	position: absolute;
	top: 0;
	right: 0;
	width: 320px;
	height: 245px;
	/*background: transparent url(../img/bg_fff80.png);*/
	/*background: url(../img/banner_bg.gif) no-repeat;*/
}

#banner-desc h1 {
	text-align: left;
	background: url(../img/bg_x.gif) 0 100% repeat-x;
  	padding-bottom: 15px;
  	margin-bottom: 15px;
}


#banner-media {
	position: absolute;
	top: 1px;
	left: 1px;
}

#banner-media img {
	position: absolute;
	top: 0;
	left: 0;
}

#banner-controls {
	position: absolute;
	bottom: 6px;
	left: 7px;
	width: 46px;
	height: 24px;
	text-indent: -1000em;
	background: url(../img/btn_playstop.png) 0 -24px no-repeat;
	cursor: pointer;
}

#banner-controls.stop {
	background-position: 0 0;
}

.banner-inner {
	padding: 20px 15px;
}

/*=INFOBOX*/
.infobox-wrap {
	overflow: hidden;
	padding-bottom: 20px;
}

* html .infobox-wrap {
	height: 1%;
}

.infobox {
	float: left;
	padding-top: 75px;
	background: url(../img/rbox.gif) 0 0 no-repeat;
	width: 168px;
	margin-right: 7px;
}

.infobox-inner {
	padding: 0 10px 10px;
	background: url(../img/rbox.gif) 0 100% no-repeat;
	min-height: 120px;
}

.infobox h2 {
	position: relative;
	height: 20px;
}

.infobox h2 a, .infobox h2 a:visited {
	position: absolute;
	top: -75px;
	display: block;
	width: 145px;
	padding: 75px 0 10px;
	text-align: center;
}


/*=FOOTER*/
#footer {
	clear: both;
	padding: 5px;
	margin: 10px 0;
	border-top: 5px solid #ebf6ff;
	text-align: center;
}

/*=TT_NEWS*/
.rss-title {
	float: left;
	background: url(../img/ico_rss.gif) 100% 6px no-repeat;
	padding-right: 30px;
}

.news-latest-container {
	padding-bottom: 15px;
	font-size: 11px;
	clear: both;
}

.news-list-item {
	margin-bottom: 15px;
}

.news-latest-container .news-list-item h3 {
	font-size: 12px;
	text-decoration: underline;
}

.news-list-date {
	background: #eaeef0;
	padding: 1px;
}

.news-latest-container .news-list-date {
/*	margin-left: 8px;*/
}

.news-latest-container .news-list-text {
	background: url(../img/rbg.gif) 0 100% no-repeat;
	padding: 0 8px 0px;
}

.news-list-morelink {
	text-align: right;
}

.tx-ttnews-browsebox {
	text-align: center;
}

.tx-ttnews-browsebox table {
	margin: auto;
}


.tx-ttnews-browsebox a, .tx-ttnews-browsebox a:visited {
	display: block;
	padding: 0px 5px;
	margin: 2px;
	border: 1px solid #b9d1df;
	text-decoration: none;
}

.tx-ttnews-browsebox a:hover,
.tx-ttnews-browsebox-SCell a, .tx-ttnews-browsebox-SCell a:visited {
	border-color: #369efa;
}

/*=CSS_STYLED_CONTENT*/
a.internal-link, a.internal-link:visited,
.news-list-morelink a, .news-list-morelink a:visited {
	padding-right: 12px;
	background: url(../img/arr.gif) 100% 50% no-repeat;
  	color: #3d87b4;
  	font-weight: bold;
}

div.indent {
	text-align: right;
}

.right-align {
	float: right;
	width: 311px;
}

/*=CSC-MAILFORM*/
.csc-mailform-field {
	padding: 1px;
	clear: both;
}

.csc-mailform label {
	float: left;
	display: block;
	width: 160px;
}

.csc-mailform input, .csc-mailform-field select, .csc-mailform textarea {
/*	width: 170px; */
	padding: 1px 3px;
	border: 1px solid #daeaf6;
	width: 300px;
}

.csc-mailform input:focus, .csc-mailform-field select:focus, .csc-mailform textarea:focus {
	border: 1px solid #2f7eaf;
}

input.csc-mailform-check, input.csc-mailform-submit {
    width: auto;
}




