@charset "utf-8";
/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #000;
	margin: 0;
	font-size: 11px;
	color: #FFF;
}

#container{
	width: 930px;
	margin: 0 auto;
}

#hdr{
	padding-top: 20px;
}

#logo{
	float: left;
	margin: 0;
	padding: 0;
}

.clear{
	clear: both;
}

#flash{
	width: 930px;
	height: 570px;
	padding-top: 10px;
}

#subNav{
	float: right;
	font-size: 9px;
	text-align: right;
	height: 20px;
	padding-top: 5px;
	width: 680px;
	margin-top: 65px;
	background-image: url(../images/bgNav.gif);
	background-repeat: no-repeat;
	text-transform: uppercase;
}

#subNav a:link, #subNav a:visited{
	color: #acb6c2;
	text-decoration: none;
}

#subNav a:hover, #subvNav a:active{
	color: #ec018e;
}

#subNav ul{
	margin: 0;
	padding: 0;
}

#subNav ul li{
	display: inline;
	padding-right: 15px;
	padding-left: 15px;
	border-right: 1px solid #62748a;
} 

#popHdr{
	width: 470px;
	height: 80px;
	margin: 0 auto;
	background-color: #051730;
	margin-top: 15px;
}

#popContent{
	width: 440px;
	height: 245px;
	margin: 0 auto;
	padding: 15px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #000;
}
#close{
	width: 470px;
	text-align: center;
	margin: 0 auto;
	height: 20px;
	background-color:#051730;
}
.popConent{
	font-size: 11px;
	color: #999999;
	overflow-y: scroll;
	overflow-x: hidden;
}
.popLightTxt{
	color:#CCCCCC;
	font-weight: bold;
}
.close{
	font-size: 10px;
	text-align: center;
}

a:link, a:visited{
	color: #FFF;
	text-decoration: none;
}

a:hover, a:active{
	color: #ec018e;
}
