/* CSS Document */

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.text {
	font-family:'PT Sans', Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #ffffff;
	line-height: 20px;
}

.text_small {
	font-family:'PT Sans', Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 20px;
}

.text_red {
	font-family:'PT Sans', Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #C00000;
	line-height: 20px;
	font-weight: bold;
}

.text_date {
	font-family:'PT Sans', Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #528AC7;
	line-height: 20px;
}

.text_link {
	font-family:'PT Sans', Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #78B4B2;
	line-height: 20px;
	text-decoration: none;
}

.text_bold {
	font-family:'PT Sans', Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #ffffff;
	line-height: 20px;
	font-weight: bold;
} 

.text_bold3 {
	font-family:'PT Sans', Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #ffffff;
	line-height: 20px;
	font-weight: bold;
	font-style: italic;
} 

.text_bold3menu {
	font-family:'PT Sans', Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #ffffff;
	line-height: 20px;
	font-weight: bold;
	font-style: italic;
	text-decoration:none;
} 

.text_bold2 {
	font-family:'PT Sans', Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #808080;
	line-height: 20px;
	font-weight: bold;
} 
 
 .menu {
	font-family: 'PT Sans', Georgia, "Times New Roman", Times, serif;
	font-size: 13px; 
	color: #ffffff; 
	line-height:18px; 
	text-decoration:none; 
	font-weight:normal;
}

.link_menu.menu {
	font-family: 'PT Sans', Georgia, "Times New Roman", Times, serif;
	font-size: 14px; 
	color: #ffffff; 
	line-height:18px; 
	text-decoration:none; 
	font-weight:normal;
}

.stylefacebook {	font-size: 16px;
	font-weight: bold;
	color: #7492CD;
	font-style: italic;
}

.style14 {

font-size: 18px;
color:#A58EA2; }


/*navigation*/


#navigation { font-size:.95em; width:215px; }
#navigation ul { margin:0px; padding:5px;  }
#navigation li { list-style: none; } 
 
ul.top-level { background:transparent; }
ul.top-level li {
 border-bottom: #fff solid;
 border-top: #fff solid;
 border-width: 0px;
}
 
#navigation a {
 color: #fff;
 cursor: pointer;
 display:block;
 height:35px;
 line-height: 26px;
 text-indent: 0px;
 text-decoration:none;
 width:100%;
 font-family:  Arial, Helvetica, sans-serif;
 font-weight: bold;
}
 
#navigation a:hover{
 text-decoration:none;
}
 
#navigation li:hover {
 background: transparent;
 position: relative;
}

li:hover .sub-level .sub-level {
    display:none;
}
 
.sub-level li:hover .sub-level {
    display:block;
}
 
 ul.sub-level {
    display: none;
}
 
li:hover .sub-level {
    background: #195958;
    border: #fff solid;
    border-width: 1px;
    display: block;
    position: absolute;
    left: 150px;
    top: 0px;
}
 
ul.sub-level li {
    border:none;
    float:left;
    width:170px;
}

#k3dCarousel img{
				display:none;
			}