@charset "utf-8";

/* generic */
* { margin:0; padding:0; }
body { background-color:#000; font-family: Arial, "Times New Roman", Times, serif; font-size:10px; color:#333333; line-height:18px; }
a { outline:none; color:black; text-decoration:none; }
a:hover { color:#F64A46 ; text-decoration:none; }
a span { display:none; }
a.b { outline:none; color:black; text-decoration:none; }
a.b:hover { color:#FF9933; text-decoration:none; }
a.c { outline:none; color:black; text-decoration:none; }
a.c:hover { color:#0099CC; text-decoration:none; }
p { float:left; }
object { outline:none; border:none; }
object:hover { outline:none; border:none; }
object:active { outline:none; border:none; }

#overlay { height:100%; width:100%; position: absolute; background-color:#FFF; left:0; top:0; z-index:1000; color:#000; }
#overlay_inner { width:800px; margin:145px auto; height:280px; }
#overlay img { border:none; margin-bottom:15px; }
#overlay img.logo { border:none; margin-bottom:-4px; margin-right:20px; }


/* nav bar */
#navbar-container{background:#000000;}
#navbar{
width:97%;
margin:0 auto;
}
#navbar{
height:26px;
line-height:30px;
}
#navbar a:link, #navbar a:visited, #navbar a:hover{
color:white;
font-weight:200;
margin-right:20px;
text-decoration:none;
font-family: Arial;
font-size:10px;
}

#navbar a.l:link, #navbar a.l:visited {font-size: 23px; font-weight: lighter; font-family: Times; letter-spacing: -0.2em; color:#FFF; }

/* footer */
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -25px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	font-family: arial;
	color: silver;
	margin-left: 80% auto;
	height: 25px; /* .push must be the same height as .footer */
}

