html, body {
	background-color: #E8E8E8;
    font: 12px Arial,sans-serif;
}

a {
	outline: 0;
}

h1 {
    font-size: 24px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0;
}

p {
	line-height: 18px;
	margin: 20px 0;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

ul {
    line-height: 17px;
    list-style-type: disc;
    margin: 5px 0;
    padding-left: 40px;
}

ul li {
    list-style: disc outside;
}

div#page_frame {
	margin: 50px auto 0;
    width: 960px;
}

div#page_fullcontent {
    background-color: #FFF;
    margin: 0 auto;
    padding: 50px;
	position: relative;
    width: 650px;
}

div#page_content {
    background-color: #FFF;
    border-right: 2px solid #EEE;
	float: left;
    padding: 50px;
	position: relative;
    width: 550px;
}

div#flag_job {
    float: right;
    border-left: 2px solid #c0c0c0;
    padding: 4px 0 4px 12px;
    font-size: 13px;
    color: #a0a0a0;
    width: 150px;
    height: 40px;
}

span#flag_job_msg {
    font-style: italic;
}

div#flag_job_links {
    padding-top: 4px;
    font-size: 12px;
}

div#flag_job_links a {
    color: #a0a0e0
}

div#page_sidebar {
    background-color: #FFF;
    float: right;
    padding: 50px 25px;
    width: 250px;
}

div#page_sidebar ul {
    padding-left: 20px;
}

div#view_related_jobs {
    margin-bottom: 20px;
}

div#page_frame h2 span#location {
	color: #666;
}

div#notice {
	background-color: #FCC;
	border: 1px solid #F00;
	font-size: 16px;
	margin-bottom: 20px;
	padding: 15px 0;
	text-align: center;
}

div#notice p {
	margin: 0;
}

p#date_posted {
    color: #999;
    font-size: 10px;
    margin-top: 10px;
}

form {
	margin-top: 15px;
}

form table tr td {
	padding: 2px 0;
	vertical-align: top;
}

form table tr td.label {
	padding-top: 5px;
	width: 100px;
}

form table tr td input#name,
form table tr td input#email,
form table tr td textarea {
	width: 300px
}

form table tr td span.help_text,
form table tr.help_text td {
	color: #666;
    font-size: 11px;
    padding-top: 0;
}

form table tr.errors.hide {
	display: none;
}

form table tr.errors td {
	color: #F00;
	padding-bottom: 5px;
	padding-top: 0;
}

form table tr td textarea {
	height: 150px;
}

form table tr td ul {
    margin: 0;
    padding: 0;
}

form table tr td ul li {
    list-style: none outside none;
}

input[type=submit] {
    padding: 1px 5px;
}

div#page_footer {
	margin-top: 50px;
    text-align: center;
    font-size: 10px;
}

div#page_footer a:link,
div#page_footer a:visited,
div#page_footer a:hover,
div#page_footer a:active {
    font-size: 10px;
}

div#page_footer p {
    margin-top: 0;
    margin-bottom: 12px;
}

img#ia_button {
    cursor: pointer;
    _cursor: hand;
}

div#indeed-apply-container h3 {
    margin-bottom: 0;
    font-size: 16px;
}

div#indeed-apply-container p {
    margin: 5px 0 7px;
}

.raquo {
    color: #F60;
    font-size: 20px;
}

.center {
    text-align: center;
}

.white {
    background-color: #FFF;
}

.nowrap {
    white-space: nowrap;
}

.clear {
    clear: both;
}

