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

body
{
	background-image: url(images/SideBarBack.png);
	background-repeat: repeat-y;
	}

#icheaderwrap
{
	width: 1263px;
	position: absolute;
	min-width: 1200px;
	background-color: #FFF;	
	
	}

#iclogo
{
	height: 149px;
	width: 374px;
	background-image: url(images/Main-IC-Logo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 23px;
	float: left;
	background-color: #FFF;
	z-index: 10;
	position:absolute;
}
#ClientLogo
	{
	margin-top: 60px;
	
		}
#icnavbar
{
	float: right;
	height: 155px;
	width: 889px;
	min-width: 600px;
	background-image: url(images/HeaderRight.jpg);
	background-repeat: no-repeat;
	background-position: right;
	z-index: 0;
	background-color: #FFF;
}

#ICHeaderName
{
	float: right;
	margin-right: 160px;
	background-image: url(images/user_profile.png);
	background-repeat: no-repeat;
	padding-left: 55px;
	padding-top: 5px;
	background-position: 0px 6px;
	}

#ICHeaderName h2
{
	margin-top:5px;
	margin-bottom:5px;
	
	}

.ICClear
{
	margin: 0px;
	padding: 0px;
	}
#ICControlLink
{
	margin-left: 330px;
	margin-top: -148px;

	}
#ICLogOut
{
	margin-left: 480px;
	margin-top: -169px;

	}
 
 #ICLogOutEx
{
	margin-left: 480px;
	margin-top: -150px;

	}
    
.ICHeaderButton a
	{
	padding-top: 9px;
	padding-right: 15px;
	padding-bottom: 9px;
	padding-left: 35px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	line-height:12px;
		}
.ICHeaderButton2 a
	{
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 35px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	line-height:12px;
		}	
		
		
.ICLogOutStyle
{
	background-image: url(images/Open_padlock.png);
	background-repeat: no-repeat;
	background-position: 5px 3px;
	-moz-border-radius: 3px;
    border-radius: 3px;
	background-color: #3577b4;
	}
.ICControlStyle
{
	background-image: url(images/wheel.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	-moz-border-radius: 3px;
    border-radius: 3px;
	background-color: #3577b4;
	}
.ICControlStyleCurrent
{
	background-image: url(images/wheel.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	-moz-border-radius: 3px;
    border-radius: 3px;
	background-color:#1b4b7a;	
	}
#ICNavBarBack
{
	background-image: url(images/NavBarBack.png);
	height: 34px;
	background-repeat: no-repeat;
	margin-top:-6px;
	padding-top:10px;
	}
#ICNavBarBackHome
{
	background-image: url(images/NavBarBack.png);
	height: 34px;
	background-repeat: no-repeat;
	margin-top:-57px;
	margin-left:-20px;
	width:1003px;
	}
	
	
.ICFirstLevelMenu ul{
	list-style-type: none;
	display: inline;
	font: bold 12px Helvetica, Verdana, Arial, sans-serif;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: -20px;/*line-height:125%;width:200px;*/
}
.ICFirstLevelMenu li{
	display: inline;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.ICFirstLevelMenu li a{
display:inline;
text-decoration:none;
color:#193d6f;
background:#FFFFFF; /* TAFESA FFFFFF */
padding-top: 3px;
padding-right: 10px;
padding-bottom: 3px;
padding-left: 10px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.ICFirstLevelMenu li a:hover{
color:#FFFFFF;
background:#1b4b7a /*url("images/menuarrow.gif") no-repeat 0 9px;*/ /* TAFESA AFAFAF */
}
.ICFirstLevelMenu li a.current, li a.current:hover{
color :#FFFFFF;
background:#1b4b7a /*url("images/menuarrow.gif") no-repeat 0 9px;*/ /* TAFESA 7F7F7F */
}
	
	
.ICSecondLevelMenu ul{
	list-style-type: none;
	display: inline;
	font: bold 12px Helvetica, Verdana, Arial, sans-serif;
	float: right;
	margin-top: 135px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;/*line-height:125%;width:200px;*/
}
.ICSecondLevelMenu li{
margin:0;
padding: 10px 10px 10px 0px;
display:inline;
}
.ICSecondLevelMenu li a{
display:inline;
text-decoration:none;
color:#193d6f;
background:#FFFFFF; /* TAFESA FFFFFF */
padding-top: 3px;
padding-right: 10px;
padding-bottom: 3px;
padding-left: 10px;
	-moz-border-radius: 3px;
    border-radius: 3px;
}
.ICSecondLevelMenu li a:hover{
color:#FFFFFF;
background:#1b4b7a /*url("images/menuarrow.gif") no-repeat 0 9px;*/ /* TAFESA AFAFAF */
}
.ICSecondLevelMenu li a.current, li a.current:hover{
color :#FFFFFF;
background:#1b4b7a /*url("images/menuarrow.gif") no-repeat 0 9px;*/ /* TAFESA 7F7F7F */
}
	
	
.ICSideButton ul{
	list-style-type: none;
	font: bold 12px Helvetica, Verdana, Arial, sans-serif;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: -20px;/*line-height:125%;width:200px;*/
}
.ICSideButton li{
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.ICSideButton li a{
text-decoration:none;
color:#193d6f;
background:#FFFFFF; /* TAFESA FFFFFF */
padding-top: 7px;
padding-right: 20px;
padding-bottom: 7px;
padding-left: 20px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.ICSideButton li a:hover{
color:#FFFFFF;
background:#1b4b7a /*url("images/menuarrow.gif") no-repeat 0 9px;*/ /* TAFESA AFAFAF */
}
.ICSideButton li a.current, li a.current:hover{
color :#FFFFFF;
background:#1b4b7a; /*url("images/menuarrow.gif") no-repeat 0 9px;*/ /* TAFESA 7F7F7F */
border-color:#FFF;
}
	
#ICFooterText {
position: fixed;
bottom: 0px;
width: 240px;
color:#FFF;
padding-bottom:20px;
}
#ICFooterText a {
  color:#FFF;
}
*html #footer {
 position: absolute;
 bottom: 0px;
 }
 