/* ****** */
/* common */
/* ****** */
body, p, li, td, h1, h2, h3, h4, h5, h6, input, select, option, textarea, dl, dt {
	font:12px Arial, Verdana, Helvetica, sans-serif;
	font-weight:normal;
	line-height:18px;
	color:#555555;
}
body, p, br, div, table, tr, td, ul, ol, li, h1, h2, h3, h4, h5, h6, input, select, option, textarea, dl, dt {
	text-align:left;
	vertical-align:top;
	margin:0;
	padding:0;
}

body {background-color: #FFFFFF;}

p {margin-bottom:6px;}

a {
	color:#004C5B;
	text-decoration: none;
}
a:hover {text-decoration: underline;}

img {border:none;}
dt {
	font-size:0;
	line-height:0;
}

h1 {
	color: #004C5B;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 22px;
	margin-bottom:16px;
}
h2 {
	color: #333333;
	font-weight: normal;
	font-size: 16px;
	margin-bottom:4px;
}

.clear {clear:both;}
.nobr {white-space: nowrap;}
.replace {visibility:hidden;}
.hidden {display:none;}





/* ***************** */
/* basic page layout */
/* ***************** */
#page {
	width: 990px;
	height: auto;
	padding-top: 5px;
	padding-bottom: 20px;
}

#header {
	width: 990px;
	height: 70px;
	background-image: url(../img/bgheaderDE.gif);
	background-repeat: no-repeat;
}
#header a.logo {
	position:relative;
	top:7px;
	left:30px;
}

#nav {
	clear:both;
	width: 990px;
	height: 292px;
	background-image: url(../img/navtile.jpg);
	background-repeat: repeat-y;
}

#corpus {
	clear:both;
	width: 989px;
	height: auto;
	border-right: 1px solid #D9DADA;
	/*background:url(../img/corpus_bg.gif) repeat-y;*/
}

#left {
	width: 353px;
	height: auto;
	padding-left: 32px;
	float: left;
}
body.team #left {width:203px;}

#right {
	width: 604px;
	height: auto;
	float: left;
}
body.team #right {width:754px;}

#footer {
	clear:both;
	width: 990px;
	height: 50px;
	background-color: #004C5B;
}





/* ********** */
/* navigation */
/* ********** */

/* mainnav */
.innertubeN {
	width: 990px;
	height: 24px;
	padding-top: 180px;
	padding-bottom: 17px;
	background-image: url(../img/navgal.jpg);
	background-repeat: no-repeat;
}

#menu {width: 990px;}

#menu ul { 
	list-style: none;
	float: left;
	width: 990px;
}

/*
#menu ul li { 
	position: relative;
	display: block;
	width: 160px;
	height: 23px;
	float: left;
	margin: 0;
	padding: 0;
	padding-left: 32px;
}
*/

#menu ul li { 
	position: relative;
	display: block;
	width: 160px;
	height: 23px;
	float: left;
}


#menu ul li.spacer { 
	position: relative;
	display: block;
	width: 32px;
	height: 23px;
	float: left;
}

#menu ul li ul li { 
	position: relative;
	display: block;
	width: 160px;
	height: 17px;	
}

#menu ul li a { 
	display: block;
	width: 160px;
	height: 23px;
	font-size: 14px;
	color: #004C5B;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../img/bgmainnav.jpg);
	background-repeat: no-repeat;
	text-indent: 10px;
	line-height: 19px;			
}

#menu ul li a:hover, #menu ul li a.active { 
	display: block;
	width: 160px;
	height: 23px;
	font-size: 14px;
	font-weight: bold;	
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../img/bgmainnav_hover.jpg);
	background-repeat: no-repeat;
	text-indent: 10px;
	line-height: 19px;		
}

/*
#menu ul ul { 
	position: absolute; 
	z-index: 500; 
	left: 0px; 
	top: 23px;
	left: 0px;
	text-align: left;
	width: 192px;
	height: 89px;
	overflow: hidden;
}
*/

#menu ul ul { 
	position: absolute; 
	z-index: 500; 
	left: 0px; 
	top: 23px;
	width: 160px;
	height: 89px;
	overflow: hidden;
	background-color: #AFCBCF;
}

div#menu ul ul, div#menu ul li:hover ul ul, div#menu ul ul li:hover ul ul {display: none;}
div#menu ul li:hover ul, div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul, #menu ul ul.active {display: block;}

#menu ul li.active ul {display: block;}

#menu ul li ul li a { 
	display: block;
	width: 160px;
	height: 17px;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-image: none;
	line-height: 17px;
}

#menu ul li ul li a:hover, #menu ul li ul li a.active {
	display: block;
	width: 160px;
	height: 17px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-style: italic;
	background-image: none;
	line-height: 17px;
}

#citynav {
	padding:20px 0 23px 2px;
}
#citynav li {
	list-style:none;
	padding-right:10px;
	float:left;
}
#citynav li a {
	color:#888888;
	font-size:12px;
	text-transform: uppercase;
	text-decoration:none;
}
#citynav li a:hover, #citynav li a.active {
	color:#004C5B;
}

#teamnav {
	clear:both;
	padding:3px 0 0 2px;
	border-top:1px solid #004C5B;
}
#teamnav li {
	list-style:none;
	padding:2px 0 2px 0;
}
#teamnav li a {
	color:#888888;
	font-size:14px;
	text-decoration:none;
}
#teamnav li a:hover, #teamnav li a.active {
	color:#000000;
	font-weight:bold;
	font-style: italic;
}





/* ******* */
/* content */
/* ******* */

.innertubeC {
	padding: 25px 120px 25px 25px;
}
body.team .innertubeC {padding-right:25px;}
.innertubeC ul {
	margin-left: 15px;
}

div.tx-extcombinedimagetext-pi1 {
	height:292px;
	position:relative;
	margin-top:30px;
}
div.teamtext {
	background:#EBF2F2 url(../img/teambox_bg.gif) top left no-repeat;
	padding:5px;
	visibility:hidden;
}
div.teamtext h1 {
	font-size:14px;
	font-weight:bold;
	text-transform:none;
	margin:0;
}
div.teamtext h2 {
	font-size:12px;
	text-transform:none;
	margin:0;
}
div.teamtext p {
	color:#888888;
}





/* ****** */
/* footer */
/* ****** */

.innertubeF {
	padding-left: 42px;
	padding-top: 25px;
	color: #FFFFFF;
}

.innertubeF a:link, .innertubeF a:visited, .innertubeF a:active {color: #FFFFFF;}




/* ttnews */

.news-list-item {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #999999;
	margin-bottom: 20px;
}

.news-list-item img {
	margin-bottom: 10px;
	margin-right: 6px;
	/* float: left; */
	border: 1px solid #004C5A;
}


.news-list-date, .news-date {
	font-weight: bold;
	color: #444444;
	margin-bottom:0;
}

.news-list-date p {
	font-weight: bold;
	color: #444444;
	margin: 0;
	padding: 0;
}

h2.news {
	font-weight: bold;
	color: #444444;
	margin: 0 0 12px 0;
	padding: 0;	
}

h2.news-dl {
	font-weight: bold;
	color: #444444;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;	
}


h2.news a {
	font-weight: bold;
	color: #444444;
	margin: 0;
	padding: 0;	
}

.news-list-morelink {
	display: none;
}


.news-single-img {
 width: 210px;
 float: left;
}


/* Sitemap styles */
.csc-sitemap ul {
	list-style: none;
	margin: 5px;
	padding: 5px;
}

.csc-sitemap ul li{
	margin: 0px;
	padding: 4px;
	font-weight: bold;
	font-size: 16px;
	margin-bottom:4px;	
}

.csc-sitemap ul li ul li {
	margin: 2px;
	padding: 2px;
	margin-left: 10px;
	font-weight: normal;
	font-size: 14px;
	margin-bottom:4px;	
}

.csc-sitemap ul li ul li ul li {
	margin: 2px;
	padding: 2px;
	margin-left: 10px;
	font-weight: normal;
	font-size: 12px;
	margin-bottom:4px;	
}

.csc-sitemap ul li a{
        display: block;
        width: 500px;
	border: 1px dotted #004C5B;
	padding: 2px;
}

.csc-sitemap ul li ul li a{
        display: block;
        width: 478px;
	border: 1px dotted #004C5B;
	padding: 2px;
}

.csc-sitemap ul li ul li ul li a{
        display: block;
        width: 456px;
	border: 1px dotted #004C5B;
	padding: 2px;
}


/* lightbox */
div.csc-textpic-imagewrap dl {
	margin-right:5px;
	float:left;
}
