@charset "UTF-8";
/* CSS Document */
html {height: 101%;} 

body {
	font-family:Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #4C4C4C;
	background:#8a8c8e url(../img/bg.gif) repeat-x;
	font-size:9px;
}
.clear{
	clear:both;
}
table{
	width:100%;
}
#contentwrap {
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	/*background:#fff url(website_sein.gif) no-repeat;*/
}
#header{
	margin-top:25px;
	margin-bottom:18px;
}
#lastupdate{
	width:200px;
	float:right;
	text-align:right;
	font-size:9px;
	margin-top:28px;
}
#logo{
	width:200px;
	float:left;
}
#left{
	width:425px;
	float:left;
	font-size:10px;
}
#right{
	position:relative;
	width:534px;
	float:right;
	min-height:526px;
}
#topleftcontent{
	font-size:9px;
	margin:9px 0 9px 0;
	line-height:110%;
}
#navinfo{
	margin:9px 0 9px 0;
}
#nav{
	width:105px;
	float:left;
	margin-top:20px;
	margin-left:2px;
	border-top:1px solid #4C4C4C;
}
#contentleft{
	width:262px;
	/*height:185px;*/
	height:188px;
	float:right;
	margin-top:20px;
}
#contentleftbottom{
	position:absolute;
	bottom:0;
}
#right div.csc-textpic{
	position:absolute;
	/*bottom:33px;*/
	padding-top:3px;
}
#fieldleftbottom{
	position:relative;
	width:262px;
	height:194px;
	float:right;
	vertical-align:bottom;
	vertical-align:text-bottom;
}
#footer{
	margin-top:20px;
}
#footerlabel, #newsletterlabel{
	width:163px;
	float:left;
	font-size:10px;
	margin:5px 0 5px 0;
}
#footercontent, #newslettercontent{
	width:534px;
	float:right;
	margin:5px 0 5px 0;
}

div.li-short{
	height:5px;
	background:url(../img/li-425.gif) no-repeat;
}
div.li-long{
	height:5px;
	background:url(../img/li-990.gif) no-repeat;
}

#nav a{
display:block;
border-bottom:1px solid #4C4C4C;
}
a img{
	border:none;
}

#right .csc-textpic-image img{
	/*border:9px solid #FFF678;*/
}
div.rgstitle{
	display:none;
}
div.user-showcase-pi1 div.detailinfo{
	font-size:9px;
	width:434px;
	float:left;
}
div.user-showcase-pi1 div.list{
	font-size:10px;
}
a:hover{
	color:#00A7EE;
}
a{
	text-decoration:none;
}
span.act a{
	color:#00A7EE;
}
div.act{
	display:inline;
}
div.act a{
	display:inline;
	color:#00A7EE;
}
ul.subnav{
	padding:0;
}
ul.subnav li{
	display:block;
}
ul.subnav li.active a{
	color:#00A7EE;
}

a.pdf{
	padding:10px 20px 10px 10px;
	background:url(../img/pdf.gif) right no-repeat;
}
#scrollwrap{
	height:160px;
	overflow:hidden;
	position: relative;	
}
