/* This will be database-driven later */
#content-area {
	height: 700px;
	background: #000000 url(../images/headshot-753x700.jpg) no-repeat left top;
}

/***********************************************/
/* Transparent Panel                           */
/***********************************************/

#alpha-panel-wrap {
	position: absolute;
	top: 0px;  left: 0px;
	width: 401px;
	height: 700px;
}
#alpha-panel {
	color: #FFFFFF;
	width: 401px;
	height: 700px;
	background-image: url(../images/alphabg.png) !important;  /* Mozilla only */
	background-color: transparent !important;           /* Mozilla only */
	background-image: none;                             /* IE only */
	background-color: #261C15;                          /* IE only */
	filter:alpha(opacity=75);                           /* IE only */
}
#alpha-panel-content {
	position: relative;
	filter: alpha(opacity=100);
	width: 368px;
	margin: 0 44px 0px 15px;
	padding-top: 20px;
	/* border: 1px solid white; */
}

/*************************************/
/* Login Box                         */
/*************************************/

#login {
	width: 308px;
	height: 40px;
	background: #ff5400 url(../images/layout/bg-orange.gif);
	margin-bottom: 4px;
	position: relative;
}
#login #login-prompt {
	position: absolute;
	top: 5px;
	left: 15px;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
}

#login table {
	width: 275px;
	margin-left: 10px;
}

#login table label {
	font-size: 11px;	
	
}
#login-wrap {
	padding-top: 6px;
	_padding-top: 0; /* For Win/IE6 */
}
	*+html #login-wrap { padding-top: 0; /* For Win/IE7 */ }

#login-wrap input {
	font-size: 10px;
	font-weight: bold;
	padding-left: 3px;
	width: 90px;
	margin-right: 5px;
}

#login-wrap a,
#login-wrap a:link,
#login-wrap a:hover,
#login-wrap a:active,
#login-wrap a:visited {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	background: transparent left center url(/images/icons/arrow-right-white.png) no-repeat;
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/icons/arrow-right-white.png');*/
	background-image: url(/images/icons/arrow-right-white.gif);
	padding-left: 8px;
	vertical-align: bottom;
	position: relative;
	top: 5px;
	_top: 9px; /* For Win/IE6 */
	_left: 8px; /* For Win/IE6 */
}
	*+html #login-wrap a,
	*+html #login-wrap a:link,
	*+html #login-wrap a:hover,
	*+html #login-wrap a:active,
	*+html #login-wrap a:visited { top: 9px; left: 8px; /* For Win/IE7 */ }


/*************************************/
/* Forgot password                   */
/*************************************/
#forgotPass {
	margin-bottom: 16px;
}


/*************************************/
/* Top Nav                           */
/*************************************/

#top-nav {margin-bottom: 16px;}
#top-nav ul li {
	display: inline;
	margin-right: 5px;
	font-size: 12px;
}
#top-nav ul li a,
#top-nav ul li a:link,
#top-nav ul li a:hover,
#top-nav ul li a:active,
#top-nav ul li a:visited {
	color: #FFFFFF;
}

#logo {
	display:inline-block;
	width: 293px;
	height: 69px;
	background: transparent url(/images/home/screentest-banner.png) top left no-repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/home/screentest-banner.png');
	margin-bottom: 21px;
}

#tagline-wrap {
	margin-bottom: 20px;
}


#tagline {
	display:inline-block;
	width: 218px;
	height: 32px;
	background: transparent url(/images/home/screentest-tagline.png) top left no-repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/home/screentest-tagline.png');
}
p {margin-bottom: 30px;}


#links {margin-bottom: 20px; }
#links li {font-size: 13px; margin-bottom: 3px;}
#links li.large {font-size: 18px; margin-bottom: 18px;}

#links li a,
#links li a:link,
#links li a:hover,
#links li a:active,
#links li a:visited {
	font-weight: bold;
	/* text-decoration: none; */
}

#links li a.white {color: #FFFFFF; font-weight: normal;}

#cert {
	font-size: 16px;
	font-weight: bold;
	_margin-bottom: 15px; /* For Win/IE6 */
}
	*+html #cert { margin-bottom: 15px; /* For Win/IE7 */ }

#hp-ad {
	margin-bottom: 15px; /* For Win/IE6 */
}

#featured {
	font-size: 12px;
	margin-bottom: 15px;
}
	*+html #featured { margin-bottom: 15px; /* For Win/IE7 */ }

#featured span.name {
	font-size: 30px;
	font-weight: normal;
}
#featured a {
	font-weight: bold;
}


.notice {
	margin-top: -10px;
	padding-bottom: 0.4em;
	font-size: 1.1em;
	color: #ff5402;
}

/*************************************/
/* Footer                            */
/*************************************/

#footer {
    width: 100%;
	/* overrides width: 600px in global.css */
}

#footer .links {
	width: 270px;
}

#footer #nehst-logo {

}
