@charset "utf-8";

body{
	padding:0;
	margin:0px;
	font:14px Arial, Helvetica, sans-serif; 
color:#404040; 
}

a:link, a:visited{
text-decoration:underline;
}

a:hover, a:active{
text-decoration:none;
}

h3 {
color:#750c00;
margin:0;
}

#search h1 {
margin:0;
clear:both;
}

h1 {
margin-top:0;
color:#750c00;
}

#wrapper {
	margin:0px auto;
padding:0;
	text-align:left;
}

#content {
	width:950px;
margin:0 auto;
}

#headermenu {
	background:url(../images/menu_bg.jpg) repeat-x;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
}

#headermenu a {
font-weight:bold;
text-decoration:none;
color:#750c00;
padding:0 7px;
}

#headermenu a:hover {
text-decoration:underline;
}

#top-left {
color:#FFF;
font-size:16px;
font-weight:bold;
width:950px;
margin:0 auto;
padding:25px 0 0;
height:90px;

}

#header #phonenumber{
float:right;
width:230px;
margin-left:45px;
padding-top:0px;
font-size:0.8em;
}

#logos p {
margin:0;
}

#logos{
float:left;
width:500px;
}

#login{
float:right;
width:200px;
}

#leftCol{
	width:260px;	margin-right: 20px;
float:left;
}

#left-mid{
	width:650px;
float:left;
	margin-left: 20px;
}

#right-mid{
border-top:1px solid #a76860;
	clear: both;
	margin: 20px 0;
}

.clear{
	clear:both;
}

#footer{
clear:both;
color:#FFF;
text-align:right;
margin:0;
padding:2px 20px;
background:url(../images/head_bg.jpg) repeat-x;
}

.single-result {
	border-bottom:1px solid #d5d5d5;
	height:100px;
	padding: 15px 0px 0px;
}
.single-result #favoritelink a {
	display:block;
	border:1px solid #59d548;
	font-weight:bold;
	background-color: #c2f7bb;
	width:92px;
	font-size:10px;
	padding:2px 0;
	text-transform:uppercase;
}
.single-result #favoritelink {
	margin-top:4px;
}
.resultLogo {
	float:left;

	margin:0px 0px 10px 10px;
	width:94px;
	height:69px;
	background: url(../images/result-thumb-bg.gif) no-repeat;
	padding: 3px;
}
#jobpostings .resultLogo {
	float:left;
	margin:0px 0px 10px 10px;
	width:94px;
	height:69px;
	background: none;
	padding: 15px;
}
#jobpostings .Date {
	display:none;
}
.resultBio {
	width:290px;
	float:left;
	margin:0px 15px 0px 15px;
}
.resultBio p {
	margin:0px;
	padding:0px;
}
.resultBio a {
	font-size:12px;
	color:#004cbf;
	font-weight:bold;
}
.resultLocation {
	float:left;
	width:125px;
	margin-left: 15px;
}
.resultDate {
	float:right;
	border-left:1px dashed #ccc;
	width:100px;
	padding-left:15px;
}
.resultDate h3 {
	border:none;
	margin:0;
}
.resultExperience {
	float:left;
	width:150px;
}
li#sortName {
	margin-left: 10px;
}
li#sortExperience {
	margin-left: 283px;
}
li#sortLocation {
	margin-left: 100px;
}
li#sortDate {
	margin-left: 85px;
}
.single-result p {
	margin:5px 0px 0px 0px;
	padding:0px;
}
/* ============ Error & success ============= */
.error {
	border: 1px solid #f42025;
	margin: 4px 0pt;
	padding:10px 10px 10px 25px;
	background:#fff1eb url(../images/exclamation.gif) no-repeat 5px 8px;
	color:#000;
	font-weight:bold;
}
.success {
	border:1px solid #59d548;
	padding:10px 10px 10px 25px;
	font-weight:bold;
	background: #c2f7bb url(../images/accept.gif) no-repeat 5px 8px;
	color:#000;
}
