@charset "utf-8";
/* main style sheet */

body {
	background-color: #121212;
	background-image: url(../images/bgMain.jpg);
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-position: 50% 0%; 
	margin-top:0px;
	width:auto;
}
body,td,th {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #C8C8C8;
}	
h2 {
	font-size:18px;
	font-weight:lighter;
	color:#F5882E;
}
h2.gray {
	color:#CCCCCC;
}

/* links */
a:hover {
	text-decoration: underline;
}
a:link, a:visited {
	color: #d7d7d7;
	text-decoration: none;
}
div#toolbar a:link, a:visited {
	color: #d7d7d7;
	text-decoration: none;
}
div#toolbar a:hover {
	color: #f58220;
	text-decoration: underline;
}
div#content a:link, a:visited {
	color: #f58220;
	text-decoration: none;
}
div#content a:hover {
	text-decoration: underline;
}
div#footer a:link, a:visited {
	color: #333333;
	text-decoration: none;
}
div#footer a:hover {
	color: #f58220;
	text-decoration: underline;
}

div#wrapper {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

/* header */
div#header {
	width:900px;
	height:50px;
}	
div#ticker {
	float:left;
	width:400px;
	height:50px;
}
div#toolbar {
	float:right;
	width:600px;
	text-align:right;
	padding-top:18px;
	padding-right:5px;
}
div#menu {
	width:900px;
	height:40px;
}	
div#stage {
	width:900px;
	height:350px;
	position:relative;
	z-index:50;
}

/* content */
div#content {
	width:900px;
	position:relative;
	z-index:100;
	overflow:auto;
}
div.narrowCol {
	float:left;
	width:270px;
	overflow:hidden;
}
div.wideCol {
	float:left;
	width:585px;
	overflow:hidden;
}
div.page {
	width:900px;
	overflow:hidden;
}
div.colSpacer {
	float:left;
	width:45px;
}
.more {
	text-align:right;
} 

/* footer */
div#footer {
	clear:left;
	margin-top:45px;
	width:900px;
	height:50px;
	background-image:url(../images/footer.jpg);
}
div#footer p {
	text-align:center;
	color:#333333;
	padding-top:10px;
	padding-left:10px;
}

/* press */
div.pressbox {
	width:280px;
	height:100px;
	background-image:url(../images/pressbox.jpg);
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}
div.pressbox img {
	margin-left:10px;
	margin-top:10px;
}
div.pressbox a img {
	border:none;
	float:left;
}
div.pressinfo {
	float:left;
	width:170px;
	padding-left:10px;
}
div.pressbox h2 {
	font-size:14px;
	margin-top:0px;
	margin-bottom:10px;
	padding-top:10px;
	padding-bottom:0px;
	color:#CCCCCC;
}
div.pressbox p {
	margin-top:0px;
	padding-top:0px;
}

/* news */
div.news {
	list-style:none;
	padding-bottom:5px;
}
div.news h2 {
	/*
	font-size:14px;
	color:#F5882E;
	*/
	margin-bottom:-4px;
}
div.news strong {
	font-style:italic;
	font-weight:bold;
	font-size:10px;
	margin-top:0px;
}
div.news p {
	margin-top:0px;
	margin-bottom:0px;
}
div.news a:link, a:visited {
	color: #f58220;
	text-decoration: none;
}
div.news a:hover {
	color: #f58220;
	text-decoration: underline;
}

