﻿
/* CLASSES */

h4 {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 15px !important;
	color: #1B28E8 !important;
	line-height: 50px !important;
	font-weight: bold !important;
	text-indent: 0px !important;
}

/* IDs */

#profile_holder {
    margin: 10px 0px 0px 0px;
}

#intro {
    margin-bottom: 10px;
}

.jobs_wrap {
    background-color: #FDFFD2;
    border: solid 1px #eaeaea;
    padding: 10px 0px 10px 0px;
}

#job_holder {
    width: 153px;
    height: 80px;
    padding: 10px;
    margin: 0px 0px 0px 10px;
    background-image: url(images/career-list-item.png);
    background-repeat: no-repeat;
    color: #ffffff;
    float: left;
}

#job_title {
    margin-bottom: 10px;
    border-bottom: dashed 1px #ffffff;
}

#more {
    text-align: right;
}

#more a:link, #more a:visited, #more a:active {
    color: #00AEF0 !important;
}

#more a:hover {
    color: #ffffff !important;
}
