/*

TTE
Entry stylesheet

*/

* {margin: 0; padding: 0; border: 0;}

body {
	background: #004666;
	font-size: 62.5%; /* Resets 1em to 10px */
}

#entry {
	width: 720px;
	margin: 70px auto;
	background: #fff url(../img/bg_entry.gif) repeat-y;
	font: 1.1em/1.4em verdana, arial, sans-serif;
}

#entry #header {
	width: 720px;
	height: 135px;	
	background: #fff url(../img/tte_entry.gif) no-repeat;
}

#entry #header h1,
#entry #header em {
	float: left;
	width: 10px;
	height: 10px;
	text-indent: 10px;
	overflow: hidden;
}

#entry #header #clock {
	float: right;
	margin: 60px 40px 0 0;
}

#entry #corpbox {
	float: left;
	width: 285px;
	padding: 0 35px 0 40px;	
}

#entry #jrpbox {
	float: left;
	width: 290px;
	padding: 0 0 0 30px;	
}

#entry h2 {
	display: block;
	width: 290px;
	height: 40px;
	text-indent: -999px;
	overflow: hidden;
}

#entry #corpbox h2 {
	background: url(../img/h_entrycorp.gif) no-repeat;
}

#entry #jrpbox h2 {
	background: url(../img/h_entryjrp.gif) no-repeat;
}

#entry p {
	margin: 14px 0;
}

#entry ul {
	float: left;
	clear: both;
	width: 720px;
	height: 20px;
	margin: 10px 0 0 0;	
}

#entry ul li {
	float: left;
	list-style: none;
}

#entry ul li a {
	display: block;
	height: 20px;
	text-indent: -999px;
	overflow: hidden;
}

#entry ul li#lic a {
	width: 145px;
	background: url(../img/enter_corp.gif) no-repeat;
	margin: 0 0 0 40px;
}

#entry ul li#lij a {
	width: 129px;
	background: url(../img/enter_jrp.gif) no-repeat;
	margin: 0 0 0 205px;
}

#entry #footer {
	clear: both;
	width: 720px;
	height: 71px;
	background: url(../img/bg_entryfooter.gif) no-repeat 0 -19px;
}

#entry #footer p#copy {
	float: right;
	margin: 0;
	padding: 33px 40px 0 0;
	color: #666;
}

#entry #footer p#contact {
	float: left;	
	width: 100px;
	height: 18px;
	margin: 33px 0 0 148px;
	overflow: hidden;
}

#entry #footer a {
	display: block;
	height: 18px;
}

#entry #footer p#contact a {color:#008FD0; text-decoration: none;}
#entry #footer p#contact a span.nbsp {text-decoration: none; background: #fff}
#entry #footer p#contact a span.yell {background: yellow; color: #000; text-decoration: none;}

#entry #footer p#contact a:hover {text-decoration: underline;}
#entry #footer p#contact a:hover span.nbsp {text-decoration: none; background: #fff}
#entry #footer p#contact a:hover span.yell {text-decoration: none;}

#entry h3 {float: left; background: #fff; width: 85px; height:29px; margin: 18px 0 0 40px; padding: 14px 0 0 0; font-size: 1em; line-height: 1.4em; color: #333;}

#tickertape {
	float: left;
	background: #fff;
	width:560px;
	height:43px;
	margin: 18px 0 0 0;
	padding:0;
	overflow:hidden;
}
#tickertape p {padding:0;}
#tickertape p {color:#000;}
#tickertape p a {color:#008FD0;text-decoration: none;}
#tickertape p a:hover {color:#008FD0;text-decoration: underline;}