/* Navigation */

/*

	thunder::tech dropdown
	- Edit design style for defaults
	- Don't use :hover unless you want the style to disappear when the subelements are rolled over
	- For horizontal dropdown ULs, use the firstlvl class on ULs
	- Additional notes, fixes and code below

*/

/*
	---IE6 Support Note---
	Once IE6 is no longer supported, use the > child selector
	We can then turn the dropdowns into classes instead of IDs
	ex: #nav>li>a {}
*/

#nav
{
	background-image: url(../images/nav.gif);
	height: 30px;
	width: 790px;
	list-style-type: none;
	position: absolute;
	left: 145px;
	top: 69px;
	margin: 0;
	padding: 0px;
}

.firstitem
{
	display:block;
	float:left;

	/* Design for All Top-Level Links */
	padding: 8px 0px 5px 0px;
	font-size: 14px;
	line-height: 14px;
	text-decoration: none;
    color:#ffffff;
	height: 17px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.firstitemOver
{
	display:block;
	float:left;

	/* Rollover Design for All Top-Level Links */
	padding: 8px 0px 5px 0px;
	font-size: 14px;
	line-height: 14px;
	height: 17px;
	text-decoration: none;
    color:#ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #ff6600;
}

.navAccent
{
	width: 12px;
	height: 30px;
	float: left;
}

.dropitem
{
	padding: 2px;
	line-height: 14px;
	height: 14px;
	font-size: 14px;
	color: #ffffff;
}

.dropitemOver
{
	padding: 2px;
	line-height: 14px;
	height: 14px;
	font-size: 14px;
	color: #ffffff;
	background-color: #ff6600;
}

*html #nav li { height: 0px; border: none; }

#nav li { position: relative; float:left;  margin: 0px auto; }

#nav li .firstlvl{ left: 0px; top: 100%; }

#nav li a.selected{ font-size:21px; color:#00498B;}

.dropdown
{
	position:absolute;
	top: -1px;
	left: 100%;
	list-style:none;
	z-index:1000;
	display:none;
	font-size:0px;

	/* Design for Dropdown Menus */
	padding: 5px;
	margin: 0px;
	text-align:left;
	width: 180px;
	background-color: #B24700;  
}

.dropdown li
{
	font-size:0px; line-height:0px; 
	border-collapse:collapse; width: 100%;
} 

.dropdown li a
{
	color:#ffffff;
	text-decoration:none;
	padding: 6px 8px; 
	display: block;
	line-height: 100%; width: 164px;
	font-family: Georgia, "Times New Roman", Times, serif;
} 





/* ================================
    Home Page Stylesheet
   ================================ */

#logoContainer
{
	width: 955px;
}

#logo
{
	padding-top: 13px;
	display: block;
	float: left;
	padding-left: 16px;
}

#swfarea
{
	width: 955px;
}

#main_container
{
	width: 955px;
}

#left_container
{
	padding-top: 14px;
	width: 230px;
	float: left;
	background-color: #ffffff;
	height: 250px;
}

#left_container h1
{
	background-image: url(../images/ontime.jpg);
	width: 200px;
	height: 56px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	font-size: 13px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	padding: 25px 30px 25px 0px;
	text-transform: uppercase;
	background-repeat: no-repeat;
}

#left_container h2
{
	margin-top: 10px;
	background-image: url(../images/login.jpg);
	width: 200px;
	height: 48px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	font-size: 19px;
	line-height: 23px;
	font-weight: bold;
	text-align: center;
	padding: 29px 30px 29px 0px;
	text-transform: uppercase;
	background-repeat: no-repeat;
}

#left_container h2 a
{
	text-decoration: none;
	color: #ffffff;
}

#right_container
{
	padding-top: 12px;
	width: 711px;
	float: left;
}

#right_container h1
{
	background-image: url(../images/rightorange.gif);
	background-repeat: no-repeat;
	width: 198px;
	height: 28px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	padding-top: 7px;
	padding-left: 18px;
}

#loginContainer
{
	background-repeat: no-repeat;
	background-image: url(../images/rightgraytop.gif);
	height: 95px;
	width: 186px;
	padding-left: 30px;
}

#loginContainer h2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	padding: 6px 0px;
}

#moreSubcontainer
{
	margin-top: 6px;
	background-repeat: no-repeat;
	background-image: url(../images/rightgraybottom.gif);
	height: 85px;
	width: 186px;
	padding-top: 30px;
	padding-left: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: white;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
}

#moreSubcontainer a
{
	color: #ffffff;
}

#moreSubcontainer a:hover
{
	text-decoration: none;
}

input
{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.loginField
{
	width: 155px;
	background-color: white;
	border: 0px;
	height: 17px;
	font-size: 13px;
	line-height: 13px;
	color:#000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 3px 0px;
}

#sendButton
{
	cursor: pointer;
	float: right;
	clear: right;
	display: block;
	padding-right: 27px;
}

#main_footer
{
	padding-top: 15px;
	width: 955px;
}

#thunder
{
	padding-left: 10px;
	float: left;
	display: block;
}

#footerText
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 10px;
	float: left;
	width: 780px;
	padding-left: 10px;
	padding-top: 5px;
}

#mcaa
{
	padding: 0px 10px 0px 15px;
	float: left;
	display: block;
}

#eia
{
	padding: 0px 0px 0px 10px;
	padding-top: 2px;
	float: left;
	display: block;
}

.tester
{
	width: 5px;
	height: 5px;
	background-color:#00FFFF;
}

