/* basic */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	background: #fff;
	}
/*
body {
 font-family: Helvetica, Arial, Verdana, sans-serif;
 font-size: 0.8em;
 background: #fff;
 }
*/
	
img {
	border: none;
}

a {
	color: #06c; 
	text-decoration: underline;
	cursor: pointer;
}

a:visited {

}

a:hover {
	color: #00468C;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #555; /*mediumgray*/
}

h1 { 
	margin: 20px 0px;
	color: #444;
	font-size: 180%;
	font-weight: normal;
}

h2, h3, h4, h5, h6, p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 175%;
}

h2 { 
	font-size: 150%;
}

h3 { 
	font-size: 130%;
}

h4 {
	font-size: 110%;
}

h5 {
	font-size: 90%;

}

p {
	font-size: 90%;
	color: #555; 
}

ul, ol, dl {
	font-size: 80%;
	color: #555; 
}

li {
	list-style: none;
}
.tiny {
	font-size: 70%;
	}

.small {
	font-size: 85%;
	color: #555;
}
.column {
	float: left;
	}
.clear {
	clear: both;
	}
.floatleft {
	float: left;
	}
.floatright {
	float: right;
	}


.browsejobs {
	width: 900px;
}

.browsejobs h2 {
	margin-bottom: 45px;
}

.browsejobs h1 {
	margin: 0 0 15px 0;
	font-size: 130%;
	font-weight: bold;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	line-height: 175%;
	color: #555555;
}

#info-only h1 {
	margin: 0 0 0 0;
	font-size: 130%;
	font-weight: bold;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	line-height: 175%;
	color: #555555;
}

.section {
	margin: 5px 0;
	clear: both;
}

.section .h5 {
	font-weight: bold;
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #555;
	/*border-bottom: 1px solid #ccc;*/
}

.section li.elem {
	padding: 0 5px; 
	font-size: 11px; 
	float:left; 
	width: 10px;
}

.section li.elem1 {
	padding: 0 5px 0 0; 
	font-size: 11px; 
	float:left; 
	width: 70px;
}

.section li.elem2 {
	padding: 0 5px 0 0; 
	font-size: 11px; 
	float:left; 
	width: 280px;
}

.section li.elem3 {
	padding: 0 5px 0 0; 
	font-size: 12px; 
	float:left; 
	width: 100px;
}

.section li.elem4 {
	padding: 0 5px 3px; 0; 
	font-size: 11px; 
	float:left; 
	width: 290px;
}