@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	background: url(../images/page_bg.jpg) no-repeat top center #000000;
}	

a {
	outline: none;
	cursor: pointer;
}

.container {
	text-align: left;
	margin: 0 auto;
	width: 968px;
	height: 600px;	
}	

#top {
	width: 910px;
	height: 130px;
	margin: 0 auto;
}

#logo {
	margin-top: 10px;
	margin-left: 3px;
	position: absolute;
	behavior: url(iepngfix.htc);
}

/*Old Code---------
#top_links {
	position: absolute;
	width: 300px;
	height: 45px;
	/*margin-left: 638px;
	margin-left: 600px;
	margin-top: 26px;
	overflow: hidden;
	z-index:29;
}

#top_links li {
	display: inline;
	float: right;
	height: 45px;
}

#top_links li a {
	display: block;
	height: 45px;
	text-indent: -9999px;
	z-index: 30;
	behavior: url(iepngfix.htc);
}

#login_link a {background: url(../images/top_titles.png) no-repeat 0px 0px; width: 72px;}
#sign_up_link a {background: url(../images/top_titles.png) no-repeat -72px 0px; width: 87px;}
#learn_more_link a { background:url(../images/top_titles.png) no-repeat -159px 0px; width: 120px;}
*/


#login_link a {position: absolute;margin-left: 846px; margin-top: 25px; display: block; height: 45px; text-indent: -9999px; z-index: 30; behavior: url(iepngfix.htx);background: url(../images/top_titles.png) no-repeat 0px 0px; width: 72px;}
#sign-up-link a {position: absolute; margin-left: 680px; margin-top: 65px; display: block; height: 57px; text-indent: -9999px; z-index: 30; behavior: url(iepngfix.htx);background: url(../images/sign-up.png) no-repeat 0px 0px; width: 221px;}



#questions_span {
	position: absolute;
	width: 240px;
	height: 14px;
	margin-left: 665px;
	margin-top: 12px;
	text-align: right;
	z-index: 39;
}

#questions_span a {
	color: #FFFFFF;
	font: normal 14px Arial, Helvetica, sans-serif;
	text-decoration: underline;
	z-index: 40;
}

#slideshow {
	margin-top: -5px;
	margin-left: 1px;
}

#fadeshow {
	width: 965px;
	height: 447px;
	
}

#bottom {
	width: 900px; 
	height: 151px;
	margin: 0 auto;
	margin-top: -2px;
	padding: 7px 30px;
}

#bottom ul li a img {
	behavior: url(iepngfix.htc);
}


/*---------------login styles----------------*/
.login_container {
	width: 334px;
	height: 338px;

	background: url(../images/login_bg.jpg) top left no-repeat;
}

.enter_email {
	position: absolute;
	top: 55px;
	left: 30px;
}


.enter_password {
	position: absolute;
	top: 125px;
	left: 30px;
}

.enter_email label, .enter_password label {
	font: normal 16px Arial, Helvetica, sans-serif;
	color: #FFF;
}

.enter_email input, .enter_password input {
	width: 264px;
	height: 34px;
	font-size: 26px;
}	

.remember_email {
	position: absolute;
	top: 195px;
	left: 30px;
	text-align: left;
}

.remember_pass {
	position: absolute;
	top: 195px;
	right: 32px;
	text-align: right;
}

.remember_email label, .remember_pass label {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #FFF;
	margin-right: 5px;
}	

.login_button {
	position: absolute;
	top: 220px;
	right: 32px;
	border: none;
}

.help {
	position: absolute;
	top: 280px;
	left: 170px;
}
.help2 {
	position: absolute;
	top: 280px;
	left: 35px;
}

.help a, .help a:visited, .help a:hover, .help a:active {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #FFF;
}
.help2 a, .help2 a:visited, .help2 a:hover, .help2 a:active {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #FFF;
}

	
/*-----------end login styles-----------*/

#footer {
	color: #a1a1a1;
	height: 65px;
}

#footer a, #footer p {
	color: #a1a1a1;
	font: normal 12px Arial, Helvetica, sans-serif;
	text-align: center;
}

#footer a:hover {
	text-decoration: underline;
}

#footer_links {
	width: 675px;
	height: 16px;
	text-align: center;
	overflow: hidden;
	margin: 5px auto;
}

#footer_links li {
	display: inline;
	float: left;
}

#footer_links li a {
	border-right: 1px solid #a1a1a1;
	padding: 0 8px;
	text-decoration: none;
	font: normal 12px Arial, Helvetica, sans-serif;
}



#footer_links li.last a {
	border: none;
}