/* CSS Document */

/* --------------------------------------- */
/* Generic Styles used accross entire site */
/* --------------------------------------- */

body {
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	background-color:#a8a9ad;
	margin:0px;
	padding:0px;
	line-height: .17in;
	}
DIV {
		color:#000000; 
		font-size:11px;
		line-height: .17in;
	}
P {
	color:#000000; 
	margin:0px; 
	font-size:11px;
	line-height: .17in;
	}
INPUT
{
	background-color : White;
}

/* TEMPLATE CONTAINER - SETS THE WIDTH */

#container {
	width:914px;
	position:absolute;
	left:50%;
	margin-left:-457px;
	height:auto;
	background-color:#FFFFFF;
	}

/* HEADER STYLES */

#DetermineHeader {
	margin:0px auto;
	width:100%;
	height:52px;
	background-image:url(../../images/header.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	position:relative;
	float:left;
	}

#DetermineIMILogo {
	float:right;
	width:210px;
	height:52px;
	background-image:url(../../images/imi_logo.jpg);
	background-repeat:no-repeat;
	background-position:right;
	position:relative;
	}

/* MAIN NAV STYLES */

#DetermineMainNav {
	width:912px;
	height:18px;
	background-color:#FFFFFF;
	}

	/*Top Drop Down Menu Color Selection Styles */

	/* All Level Styles*/
	#topdropmenu			{}	
	#topdropmenu a			{}
	#topdropmenu a:hover	{}

	/* Level 0 Styles */
	#topdropmenu UL UL.L0			{}	/* level 0 "leaf" properties - not really a leaf since its the top level */
	#topdropmenu a.L0hc				{color:#0099cc; background:url(../../images/main_nav_tab.gif);}  /* level 0 item with children properties. defines background color and bullet image */
	#topdropmenu a.L0nc				{color:#0099cc; background:url(../../images/main_nav_tab.gif);} /* level 0 item with no children properties. defines background color*/
	
	#topdropmenu a.L0hc:hover		{color: #0099cc;  background:url(../../images/main_nav_tab.gif);}	/* hover effect for level 0 with children */
	#topdropmenu a.L0nc:hover		{color: #0099cc;  background:url(../../images/main_nav_tab.gif);} /* hover effect for level 0 with no children */

	
	/* Level 1 Styles */
	#topdropmenu UL UL.L1			{border:1px solid white; background-color:#0099cc; font-family:Arial, Helvetica, sans-serif; font-size:11px;}
	#topdropmenu a.L1hc				{color:#ffffff; background-color:#7ac1e1;}
	#topdropmenu a.L1nc				{color:#ffffff; background-color:#7ac1e1;}
	
	#topdropmenu a.L1hc:hover		{color:#ffffff; background-color:#7ac1e1; text-decoration:underline;}	
	#topdropmenu a.L1nc:hover		{color:#ffffff; background-color:#7ac1e1; text-decoration:underline;}

/* MAIN CONTENT STYLES */

#DetermineMain {
	margin:0px auto;
	width:100%;
	background-color:#FFFFFF;
	}

#DetermineSubNav {
	width:228px;
	float:left;
	margin-top:-10px;
	}

/* LEFT NAVIGATION */

#DetermineMainContent {
	width:584px;
	float:right;
	vertical-align:top;
	padding-left:80px;
	padding-right:20px;
	}

#DetermineLogo {
	width:228px;
	height:83px;
	margin-top:10px;
	background-image:url(../../images/determine_logo.jpg);
	background-repeat:no-repeat;
	float:left;
	}
	
/* MAIN EDITABLE AREA */

#DetermineLeftColumn {
	width:228px;
	height:100%;
	float:left;
	}

#DetermineHomeContent {
	width:98%;
	float:left;
	}

/* FOOTER STYLES */

#DeterminelistMenu {
	color:#666666;
	margin-top:23px;
	width:100%;
	text-align:center;
	margin:0px auto;
	float:left;
	padding-top:20px;
	padding-bottom:30px;
	}

a.DeterminelistMenuItem {
	color:#666666;
	font-family:Arial,Helvetica,sans-serif;
	text-decoration: none;
	font-weight:700;
	font-size:10px;
	font-weight:bold;
	}
	
a.DeterminelistMenuItem:hover {
	color:#666666;
	font-family:Arial,Helvetica,sans-serif;
	text-decoration: underline;
	font-size:10px;
	font-weight:bold;
	}

#DetermineFooter {
	position:relative;
	background-color:#a8a9ad;
	width:100%;
	text-align:center;
	float:left;
	}

#DetermineFooter td {
	font-family:Arial,Helvetica,sans-serif;
	font-size:9px;
	color:#94b7d3;
	}

#DetermineFooter a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	}

