 /*\*//*/
  @import "bugs-ie5mac.css";
/**/
/* body */
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	font-size: 12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background: white;
	color: black;
}

/* structure */
#global_wrap {
	position: relative;
	top:0px;
	left: 0px;
	left: 50px;
	margin-right: 14px;
	height: 100%;
	overflow: auto;
}
#header_wrap {
	position: fixed;
	left: 50px;
	right: 50px;
	top:0px;
	padding-top: 37px;
	z-index: 20;
	background: white;
}
#header_bg {
	position:fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 10;
	height: 65px;
	background: white;
}
#header_right {
	display: none;
}
#header {
	max-width: 980px;
	min-width: 850px;
}
#content {
	padding: 98px 50px 0 50px;
	min-width: 850px;
	max-width: 980px;
}
#left {
	float: left; 
	width: 400px;
	margin-right: 20px;
	padding-bottom: 76px; /* same as #footer height inclusive padding */
}
#right {
	float: right; 
	width: 400px;
	padding-bottom: 76px; /* same as #footer height inclusive padding */
}
#footer {
	position: fixed;
	bottom: 0px;
	left: 50px;
	width: 1000px;
	height: 72px;
	padding-top: 4px;
	background: white;
}

/* navigation */
#menu-1 {
	background: #F7921E;
	list-style-type: none;
	height: 28px;
	margin: 0px;
	padding: 0px;
}
#menu-1 li {
	float: left;
	/* padding: 8px 22px 8px 9px; */
	line-height: 1em;
	border-right: 1px solid white;
}
#menu-1 li.active {
	background-color:#f7701e;
}
#menu-1 li a {
	display: block;
	padding: 8px 22px 8px 9px;
	color: white;
	text-decoration: none;
}
#menu-1 li a:hover {
	text-decoration: none;
	background-color: #f7701e;
}
#menu-1 li.wtf {
	display: none;
}
#menu-2 {
	margin: 0px;
	padding: 0px 0px 0px 79px;
	font-size: 11px;
	/* ACTIVE */
	border-bottom: 1px solid #F7921E;
}
#menu-2 li {
	float: left;
	display: block;
	list-style-type: none;
	padding: 0px 0px 0px 10px;
	margin: 2px 0px 0px 0px;
}
#menu-2 li a {
	border-right: 1px solid #989898;
	padding-right: 10px;
	line-height: 12px;
	color: #656565;
}
#menu-2 li.active a {
	color: black;
}
#menu-2 li a.last {
	border-right: none;
}
#menu-2-borderline {
	width: 960px;
	height: 1px;
	position: absolute;
	left: 50px;
	top: 83px;
	background:#F7921E;
	z-index: 5;
}
.fix_floats { 
	clear: both; 
	width: 1px; 
	height: 1px;
	float: none!important;
}
#breadcrumb {
	margin: 0px;
	padding: 0px 0px 0px 28px;
	height: 46px;
	clear: both;
}
#breadcrumb li {
	float: left;
	list-style-type: none;
	border-right: 1px solid #F7921E;
	padding: 0px 10px;
	line-height: 12px;
	margin: 2px 0px 0px;
}

/* Headers */
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #FFFFFF;
	background: #FF3399;
	line-height: 20px;
	padding: 5px 28px 5px 6px;
	float: left;
	clear: both;
	margin: 21px 0 10px 0;
	
}
h1 a {
	color: white;
	text-decoration: none;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 20px;
	clear: both;
}
h3 {
	font-size: 13px;
	color: #000000;	
}

/* Text */
p {
	clear: left;
	margin-top: 0;
	margin-bottom: 21px;
	line-height: 21px;
}
p.image {
	margin: 0;
}

.important {
	background: url(gfx/important.png) no-repeat left top;
	padding-left: 62px;
	min-height: 63px;
}

/* Lists */
ul {
	clear: both;
}

/* Borders */
h1.border-header {
	background: url(gfx/borderline-top.png) no-repeat;
	float: none;
	text-transform: uppercase;
	color: #39B54A;
	padding: 10px 10px 0px 10px;
	margin-bottom: 0px;
	width: 336px;
}
p.border-paragraph {
	background: url(gfx/borderline-bottom.png) no-repeat left bottom;
	margin-top: 0px;
	padding: 0 10px 10px 10px;
	width: 336px;
}

/* Images */
div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
		margin-left: 0px!important;
}
.csc-textpic-caption {
	font-size: 0.75em;
}
.csc-textpic-border .csc-textpic-caption {
	background: black;
	color: white;
	padding: 8px 4px 4px 8px;
}

/* Links */
a.more {
	color: #0066CC;	
	padding: 2px 4px 4px 4px;
	white-space: nowrap;
	line-height: 12px;
	text-align: center;
	background: url(gfx/button-end.gif) no-repeat top right;
	text-decoration: none;
	display: inline;
	margin: 0 4px 0 4px;
	position: relative;
	top: 0;
	left: 0;
}
a.more img {
	position: absolute;
	left: 0px;
	top: 0px;
	border: none;
	height: 18px;
}
a.more_old {
	display: table-cell;
	display: -moz-inline-stack;
	display: inline-block;
	color: #0066CC;
	white-space: nowrap;
	line-height: 13px;
	padding: 1px 2px 4px 2px;
	text-align: center;
	width: 57px;
	background: url(gfx/button61x18.png) no-repeat;
	text-decoration: none;
	margin: 0 2px 0 2px;
	vertical-align: middle;
}
a.more_old:first-line {
    text-align: center;
    display: block;

}
a {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img.spam-protect {
	border:none;
	vertical-align:-1px;
	width:11px;
	height: 11px;
}
/* tt_news */
.news-list-item h2 a {
	color:black;
}
p.news-list-morelink-date {
	color: #404040;
	font-size: 0.9em;
}
a[rel="lightbox"] {
	cursor: -moz-zoom-in;
}