@charset "utf-8";
/* CSS Document */

body	{
	margin: 0px
}
#wlake	{
	width: 961px; margin-left: auto; margin-right: auto
}
#menu	{
	height: 35px; width: 100%; background:#38383A; color:#444
}
#menu	a	{
	float: left; margin-top: 5px; margin-left: 0px;
	font-family: tahoma; font-weight: bold; color: #FFFFFF; text-decoration: none; font-size: 14px
}

#menu	a:hover	{
	color: #B8E62E
}
#menu li {
	float: left;
	position: relative;
	display: block;
	box-sizing: border-box;
	list-style: outside none none;
}
#menu li {
	float: left;
	margin-top: -14px;
	position: relative;
	display: block;
	box-sizing: border-box;
	list-style: outside none none;
}

#menu td{
	float: left;
	margin-top: -2px;
	height: 33px;
	padding-left: 15px;
	padding-right: 15px;
	border-right: 1px solid;
	border-right-color: #959595
    
}

#menu td.active {
	background-color: #24469D;
}
#menu2	{
	height: 5px; width: 100%; background:url(images/top2.png)
}
#banner	{
	
	width: 100%; height: 90px; 
	border-bottom: 1px solid;
	border-bottom-color: #FFFFFF;
	background:url(../img/banner.jpg);
	
}
#bn	{
	text-align: center
}
#main	{
	width: 100%;
	min-height: 600px;
	background-image: url(../img/bgmain.png);
	background-repeat: repeat;
}
#footer	{
	width: 100%;
	min-height: 100px;
	background-color: #38383A;
}
#mainContent	{
	padding-right: 50px; padding-left: 50px; padding-top: 30px; padding-bottom: 0px;
}

#mainContent ul	{
    list-style-type: disc;
	padding-left:0; 
	color:#FFFFFF;
}

#mainContent ul li  {
 list-style-position: outside;
 margin-left: 1em;
}
.title1	{
	font-family: tahoma;
	font-size: 15px;
	font-weight: bold;
	color:#FFFFFF
}
.title2	{
	font-family: tahoma;
	font-size: 14px;
	font-weight: normal;
	color:#FFFFFF
}
.text	{
	font-family: tahoma;
	font-size: 12px;
		
}
#copyright	{
	font-family: tahoma;
	color:#FFFFFF;
	font-size: 12px;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 20px;
	padding-bottom: 20px;


}
#copyright	a{
	color: #38638f;
	text-decoration:none;

}
#copyright a:visited {
	font-family: tahoma;
	font-size: 12px;
	text-decoration:none;

}

#copyright	a:hover	{
	color: #7c2000;

}
#wlake #copyright strong {
	font-size: 11px;
}
.content {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;

    text-decoration: none;
    color: initial;
}

.captionOrange, .captionBlack
         {
         color: #fff;
         font-size: 20px;
         line-height: 30px;
         text-align: center;
         border-radius: 4px;
         }
         .captionOrange
         {
         background: #24469D;
         background-color: rgba(36, 70, 157, 0.5);
         }
         .captionBlack
         {
         font-size:16px;
         background: #000;
         background-color: rgba(0, 0, 0, 0.6);
         }
         a.captionOrange, A.captionOrange:active, A.captionOrange:visited
         {
         color: #ffffff;
         text-decoration: none;
         }
         a.captionOrange:hover
         {
         color: #eb5100;
         text-decoration: underline;
         background-color: #eeeeee;
         background-color: rgba(238, 238, 238, 0.7);
         }
         .bricon
         {
         background: url(img/browser-icons.png);
         }