@charset "utf-8";

body {
font-family:Arial;
font-size:12px;
	background-repeat: repeat-x;
background:#FFF url(/images/bg_r1_c1.jpg) repeat-x;
	margin:0px 0px 10px;
	padding:0px;
}


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

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

#wrapper{
	margin:0px auto 10px;
background:#FFF url(/images/main_bg.jpg) no-repeat top;
width:890px;
padding:0;
	text-align:left;
}

#header p {
padding:0 5px;
margin:0;
}

#header table {
float:left;
margin:0 0 5px 10px;
}

#headaddress {
text-align:right;
font-family:Myriad Pro;
text-transform:uppercase;
font-size:14px;
padding:25px 0 10px;
}
.bluetitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #038EA1;
}
.Gray {
	color: #666;
}
.whitetitle {
	color: #FFF;
}
.white {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.white .whitetitle {
	font-family: "Courier New", Courier, monospace;
}
.white .whitetitle {
	font-family: Verdana, Geneva, sans-serif;
}
.white .whitetitle {
	color: #FFF;
}
.white .whitetitle {
	font-size: 16px;
}
.white .whitetitle {
	font-size: 18px;
}

#headermenu{
padding:5px;
clear:left;
}

#login{
float:right;
width:200px;
}
#left-mid{
	width:590px;
	float: left;

}

#right-mid{
	width: 270px;
	float: right;
	margin-right: 20px;
}
.clear{
	clear:both;
}
#footer{
background:#fff url(/images/footer.gif) no-repeat center top;
clear:both;
color:#7a7a7a;
padding-top:50px;
text-align:right;
}

#footer a {
color:#7a7a7a;
text-decoration:none;
}

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


#content {
background:url(/images/content_bg.gif) center;
}

.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;
}
.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;
}
.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;
}
