@charset "utf-8";
body {
	background:#66ccff url(../../image_layout/layout_bg.png) repeat-x;

}
#site {
	width:781px;
	margin:auto;
	padding:0;
	position:relative;
}
#header {
	background:url(../../image_layout/layout_elements.png) 0 0 no-repeat;
	width:781px;
	height:117px;
	position:relative;
	z-index:7;
}
#header h1{
	display:none;
}
#logotype {
	position:absolute;
	top:5px;
	left:10px;
}
#footer {
	background:url(../../image_layout/layout_elements.png) 0 -119px no-repeat;
	width:781px;
	height:10px;
}
#content {
	width:764px;
	padding-left:7px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#FFFFFF;
	
}
#copyright {
	text-align:right;
	padding-right:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
}
#copyright a{
	color:#FFFFFF;
	text-decoration:none;
}
#dynamicbox {
	background:#daf2ff;
	width:765px;
	height:284px;
}
#news1 {
	width:500px;
}
.listColor1{
	background-color:#FF99CC;
}
.listColor2{
	background-color:#CC66CC;
}
.listColor3{
	background-color:#66CCFF;
}
.listColor4{
	background-color:#66CC66;
}
.listColor5{
	background-color:#CCCC33;
}
.listColor6{
	background-color:#FFFF66;
}
.flik {
	width:120px;
	height:40px;
	background-image:url(../../image_layout/flik.jpg);
	background-repeat:no-repeat;
}
.flik2 {
	width:123px;
	height:38px;
	background-image:url(../../image_layout/flik2.jpg);
	background-repeat:no-repeat;
}
.flik2text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	color:#999999;
	font-weight:bold;
}
.toggleopacity {
opacity:0.3;
filter:alpha(opacity=30);
}
#headlineroll {
	width:765px;
	height:284px;
	position:relative;
	top:0; left:0;
	overflow:hidden;
	background:url(../../image_layout/bluebg.png);
	background-position:70% 50%;
	margin-bottom:20px;
	z-index:0;
}
#headlineimage {
	width:400px;
	padding:10px;
}
#highlight_stripe {
	width:351px;
	height:170px;
	opacity:.7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	position:absolute;
	top:0; left:415px;
}

#highlight_content {
	padding:20px 5px 10px 5px;
	width:351px;
	height:170px;
	position:absolute;
	top:0; left:415px;
	z-index:0;
}
#highlight_content h1, #highlight_content span, #highlight_content span a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	text-decoration:none;
	font-weight:400;
}
#highlight_more {
	width:453px;
	height:33px;
	position:absolute;
	bottom:10px; right:10px;
}
.highlightBall {
	background:url(../../image_layout/highlightball1.png);
	width:29px; height:29px;
	margin-right:10px;
	float:right;
	cursor:pointer;
}

.highlightBall h2{
	padding:6px 0 0 0;
	text-align:center;
	color:#FFFFFF;
}
/*NAVIGATION START*/
#navigation {
	position:absolute;
	right:20px;
	bottom:0;
	z-index:10;
	background-image:url(../../image_layout/layout_menu.png);
	height:33px;
	padding-top:12px;
	padding-left:10px;
	padding-right:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	float:right;
}
#navigation_right {
	z-index:-1;
	position:absolute;
	top:0;
	right:0;
	background:url(../../image_layout/layout_menu.png) -810px 0;
	height:45px;
	width:10px;
}
#navigation ul {
	list-style:none;
	margin:0;
	padding:0;
	z-index:10;
}
#navigation li {
	margin:0;
	padding:0;
	display:inline;
	position:relative;
	z-index:10;
}
#navigation li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	padding:5px;
}
#navigation li a:hover {
	background:#FFFF99;
	color:#000000;
}
#navigation li ul {
	display:none;
	z-index:10;
	background-color:#FFFF99;
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	top:20px;
	left:0;
	width:150px;
	padding-top:5px;
	padding-bottom:5px;
}
#navigation li ul li {
	z-index:10;
	display:block;
	color:#000000;
	margin:0 10px 5px 10px;
	padding:0;
}
#navigation li ul li a{
	color:#000000;
	display:block;
	padding:0;
}
#navigation li ul li a:hover{
	background:#FFCC33;
}
/*NAVIGATION END*/
