/* 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 {}
*/

#subpageLeftNav
{
	display: block;
	float: left;
}

#nav
{
	background-image: url(../images/nav.gif);
	height: 30px;
	width: 790px;
	list-style-type: none;
	margin: 0px;
	float: left;
	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;
	padding-bottom: 2px;
}

#logo
{
	padding-left: 16px;
	padding-top: 13px;
	display: block;
	float: left;
}

#titleContainer
{
	width: 955px;
	height: 163px;
}

#titleContainer h1
{
	background-image: url(../images/subpagetitle.jpg);
	background-repeat: no-repeat;
	width: 218px;
	padding: 0px 0px 0px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 20px;
	color: #ffffff;
	font-weight: bold;
	height: 40px;
	padding-top: 123px;
	float: left;
}

#titleContainer h1.twoLines
{
	background-image: url(../images/subpagetitle.jpg);
	background-repeat: no-repeat;
	width: 218px;
	padding: 0px 0px 0px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 20px;
	color: #ffffff;
	font-weight: bold;
	height: 60px;
	padding-top: 103px;
	float: left;
}

#titleContainer img
{
	float: left;
}

#main_container
{
	width: 955px;
}

#sideNav
{
	padding-top: 20px;
	padding-left: 20px;
	width: 218px;
	float: left;
}

#sideNav a
{
	display: block;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	color: black;
}

#sideNav a:hover
{
	text-decoration: underline;
}

.currentPage
{
	background-image: url(../images/selected.gif);
	background-position: center left;
	background-repeat: no-repeat;
}

#content
{
	padding-top: 20px;
	width: 664px;
	float: left;
}

#content h1
{
	color: #ff6600;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
}

#content p, #content ul
{
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 13px;
	line-height: 19px;
}

#content p a, #content li a
{
	color: #ff6600;
}

#content p a:hover, #content li a:hover
{
	text-decoration: none;
}

#main_footer
{
	padding-top: 5px;
	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-top: 2px;
	float: left;
	display: block;
}

.tester
{
	width: 5px;
	height: 5px;
	background-color:#00FFFF;
}

.inlineImage
{
	float: right;
	padding: 10px;
}

.contactForm .field, .contactForm textarea
{
	width: 320px;
	border: 1px solid #666;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
	font-size: 12px;
	line-height: 14px;
}

.contactForm .submitter
{
	border: 1px solid #999;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background: #ccc;
	font-size: 12px;
	line-height: 14px;
}