body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
	font-size: 70%;
	line-height: 125%;
}

#wrapper {
	width: 700px;
	margin: 0 auto;
}

#header {
	float: left;
}

#header ul {
	float: left;
	margin: 0;
	padding: 0;
}

#header li {
	float: left;
	list-style-type: none;
	margin-right: 10px;
	font-size: 90%;
}

.blueline {
	clear: both;
	float: left;
	margin-top: 5px;
	margin-bottom: 8px;
	width: 700px;
	height: 1px;
	background-image: url(/capitalrecruitment/images/pixel_blue.jpg);
	background-repeat: repeat-x;
}

#logo {
	float: left;
	clear: both;
	width: 700px;
	text-align: right;
}

#flashcontent {
	float: left;
	clear: both;
	width: 700px;
	height: 233px;
	margin-top: 5px;
}

#mainnavigation {
	float: left;
	background-image: url(/capitalrecruitment/images/lines.jpg);
	width: 700px;
	margin-top: 2px;
}

#mainnavigation ul {
	float: right;
	margin: 6px 10px 35px 0;
}

#mainnavigation li {
	background: #FFFFFF;
	margin-bottom: 1px;
	font-size: 100%;
	text-align: right;
	list-style-type: none;
	width: 280px;
	padding-right: 2px;
	height: 15px;
}

#mainnavigation a {
	
	color: #58A7DD;
}


.search {
	float: left;
	background-color: #F8F9F9;
	width: 170px;
}

.searchelement {
	float: left;
	width: 164px;
	margin: 3px 0 0 3px;
}

#searchelement_jobtype {
	font-size: 90%;
	color: #6CBEF7;
}

.searchelement select {
	width: 164px;
	color: #6CBEF7;
}

.title {
	background-image: url(/capitalrecruitment/images/searchbar.jpg);
	color: #FFF;
	width: 158px;
	height: 16px;
	padding-left: 6px;
	margin-bottom: 2px;
}

.searchnote {
	font-size: 90%;
}

.searchfooter {
	float: left;
	clear: both;
	margin-top: 5px;
}

.help {
	float: left;
}

.button {
	float: right;
}



#footer {
	float: left;
	clear: both;
	width: 700px;
	font-size: 80%;
	margin-top: 50px;
}

#footertext {
	float: left;
	width: 300px;
}

#footerlogo {
	float: right;
	width: 380px;
}

#footerlogo ul {
	float: right;
	margin: 0;
	padding: 0;
}

#footerlogo li {
	float: right;
	margin-left: 20px;
	margin-bottom: 8px;
	list-style-type: none;
	list-style-image: none;
}




input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}


a {
	color: #999999;
	text-decoration: none;
}

b {
	color: #6CBEF7;
}

h1 {
	font-size: 130%;
	color: #6CBEF7;
}

img {
	border: 0;
}





a.info {
	position: relative; /*this is the key*/
	z-index: 24;
	color: #666666;
	text-decoration: none;
}

a.info:hover {
	z-index: 25;
}

a.info span {
	display: none;
}

a.info:hover span {
	/*the span will display just on :hover state*/
	display: block;
	position: absolute;
	top: -1.5em; 
	left: 2em; 
	width: 20em;
	background-color: #6CBEF7;
	border: 4px solid #DDDDDD;
	color: #FFF;
	padding: 6px;
	font-family: Arial, Helvetica, sans-serif;
}