@import url('mambo.css');
@import url('sifr.css');
@import url('menu.css');
/* CSS Document */
body, html {
	background-color: #FAFDFF;
	margin: 0px;
	padding: 0px;
	color: #222;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	height:100%;
}

#outer {
	height:100%;
	min-height:100%;/*for mozilla*/
	color: #fff;
	background: url(../images/bg.gif) repeat-x top #FAFDFF;
	
}
html>body #outer {height:auto}

img {
	padding: 5px;
}
#logo {
	width: 296px;
	height: 101px;
	background-image: url(../images/logo.jpg);
	float: left;
}
#nav {
	height: 35px;
	float: left;
	width: 500px;

	margin: 0 0 0 39px;


}
#login {
	float: left;
	width: 58%;
	height: 35px;

	
}
#login img {
	border: 0;
}
h4 {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 18px;
	border-bottom: 1px solid #7395AF;
	margin: 5px;
	
}
/********************************LEFT COL/*********************************/
#leftcol {
	width: 294px;
	float: left;
	clear: both;
	margin: 4px 0 0 4px;
}
#header {
	margin: 0px 0 0 0;
	width: 294px;
	height: 354px;
	
}
#header img {
	border: 0;
	margin: 0;
	padding: 0;
}
/************************************************************************/
hr {
	border: 0;
	background: none;
	padding: 0;
	border-bottom: 1px solid #ccc;
}


/************************Assessment Model********************************/


#assessment-model {
	margin: 2px 0 0 0;
	background-image:url(../images/assessment-model-over.gif);
}
#assessment-model a {
	display: block;
	width: 294px;
	height: 51px;
	background-image:url(../images/assessment-model.gif)
}

#assessment-model a:hover {
	background: none;
}

/************************************************************************/
/*******************************Interview Model**************************/


#interview-model {
	margin: 2px 0 0 0;
	background-image:url(../images/interview-model-over.gif);
}
#interview-model a {
	display: block;
	width: 294px;
	height: 51px;
	background-image:url(../images/interview-model.gif)
}

#interview-model a:hover {
	background: none;
}


/************************************************************************/
/*************************Assessment Software****************************/

#assessment-soft {
	margin: 2px 0 0 0;
	background-image:url(../images/assessment-soft-over.gif);
}
#assessment-soft a {
	display: block;
	width: 294px;
	height: 51px;
	background-image:url(../images/assessment-soft.gif)
}

#assessment-soft a:hover {
	background: none;
}



/************************************************************************/
/*************************Map Difference*********************************/

#path-prof {
	margin: 2px 0 0 0;
	background-image:url(../images/path-prof-over.gif);
}
#path-prof a {
	display: block;
	width: 294px;
	height: 51px;
	background-image:url(../images/path-prof.gif)
}

#path-prof a:hover {
	background: none;
}

/************************************************************************/

#rightcol {
	float: left;
	margin: 20px 2% 20px 3%;
	width: 55%;
	height: 600px;


}



.cleaner
{
  clear:both;
  height:1px;
  font-size:1px;
  border:none;
  margin:0; padding:0;
  background:transparent;
	visibility: hidden;
}
.footer {

	margin: 30px auto 0 auto;
	text-align: right;
	font: Arial, Helvetica, sans-serif;
	color:#86A4BB;
	font-size: 9px;
	padding-top: 0px;
	padding-bottom: 4px;
	width: auto;
	border-top: 1px dotted #DAEEFE;
}
.footer a:link {
	color: #023F70;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px dashed #305170;
}
.footer a:visited {
	color: #023F70;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px dashed #305170;
}
.footer a:hover {
	color: #999;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed #CCCCCC;
}

