@charset "UTF-8";
/* CSS Document */

body{
position:relative;
background-color:#000000;
margin:0px;
padding:0px;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 13px;
color:#FFFFFF;
text-align:justify;
}

#header{
position:relative;
width:100%;
height:70px;
background-color: #FFFFFF;
background-image: url(../IMAGES/logo.gif);
background-repeat:no-repeat;
background-position: center;
}

a{
	color:#FFFFFF;
	text-decoration:none;
	text-decoration:underline;
}

.content{
position:relative;
width:960px;
height:400px;
/*background-color:#666666;*/
margin:	auto;																																																																																																																																																																																																																																																																																																																	
}

#navigation{
position:relative;
width:100%;
height:25px;
background-color: #FFFFFF;
background-image: url(../IMAGES/navigation_bg.gif);
}

.line{
position:relative;
float:left;
width:1px;
height:180px;
background-color: #b0ff39;
}

.c_half{
position:relative;
width:470px;

margin:5px;
float:left;
}

.p_third{
position:relative;
width:305px;
margin:5px;
float:left;
}

h1{
position:relative;
text-decoration:none;
color:#b0ff39;
font-size:20px;
font-weight:normal;
padding:0px;
margin:0px;
margin-bottom:5px;
}

#footer{
position:relative;
width: 950px;
height:20px;
margin-top:20px;
margin-bottom:10px;
float:left;
text-align:center;
font-size:10px;
}

#n_container{
	position:relative;
	margin:auto;
	width:950px;
}

#menu{
	position:relative;
	height:25px;
	margin: 0px;
	padding:0px;
	list-style-type:none;
	border-left:#000000 solid 1px;
}

#menu a{
	position:relative;
	color:#FFFFFF;
	font-size:16px;
	text-decoration:none;
}

#menu ul{
position:relative;
}

#menu li{
	position:relative;
	background-color:#999999;
	background-image: url(../Images/nav_normal.gif);
	padding:0px;
	padding-left:10px;
	padding-right:10px;
	z-index: 1;
	float:left;
	list-style-type:none;
	cursor: pointer;
	text-align: center; 
	height: 20px;
	padding-bottom:2px;
	padding-top:2px;
	border-top:#000000 solid 1px;
	border-right:#000000 solid 1px;
}

#menu li:hover{
	background-image: url(../Images/nav_hover.gif);
}

#menu .active{
	background-image: url(../Images/nav_hover.gif);
}


.text_left{
	text-align: left;
}

		.black_overlay{
			display: none;
			position: fixed;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			background-color: black;
			z-index:1001;
			-moz-opacity: 0.8;
			opacity:.80;
			filter: alpha(opacity=80);
		}
		.white_content {
			display: none;
			position: absolute;
			text-align:right;
			margin-left:50%;
			left: -240px;
			margin-top: 15%;
			width: 480px;
			height: 330px;
			padding: 16px;
			background-color: white;
			z-index:1002;
			overflow: auto;
		}


