﻿html {font-size: 100.1%;}
body {
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0;
}
form {
	display: inline;
	padding: 0;
	margin: 0;
}

/* type styles */

h2 {
	color: #780e1a;
	font: bold 18px Arial, Arial, Helvetica, sans-serif;
	margin: 0;
}

.sub-page .content {padding-bottom: 40px;}
.sub-page .content h3 {
	color: #780e1a;
	font: bold 14px Arial, Arial, Helvetica, sans-serif;
	margin: 0;
	padding-bottom: 3px;
	margin-bottom: 2px;
}

.content p {
	margin: 0 0 14px;
	font-size: 12px;
	line-height: 14px;
	color: #333333;
}

p {padding-top: 10px}

/* search details */

/* search results table */

.content table.search_results
{
    width: 100%;
    padding: 0;
    margin: 0 0 12px 0;
    font-size: 11px;
    color: #000;
    border-top: 1px solid #006bb7;
    border-bottom: 1px solid #006bb7;
    border-right: 1px solid #006bb7;
}

.content table.search_results th, .content table.search_results td
{
    margin: 0;
    padding: 6px;
    text-align: left;
    vertical-align: top;
    border-left: 1px solid #006bb7;
}

.content table.search_results td td, .content table.search_results td th
{
    border-left: none;
}

.content table.search_results th.header
{
    font-weight: bold;
    color: #006BB7;
    background-color: #a8cbe3;
    border-bottom: 1px solid #006bb7;
}

.content table.search_results td.location
{
    white-space: nowrap;
}

.content table.search_results td.compensation
{
    cursor: pointer;
}

.content table.search_results td p
{
    font-size: 11px;
    margin: 0 0 2px 0;
    padding: 0;
}

.content table.search_results td a:link, .content table.search_results td a:active, .content table.search_results td a:visited
{
    color: #006bb7;
    text-decoration: underline;
}

.content table.search_results td a:hover
{
    color: #006bb7;
    text-decoration: none;
}

.content table.search_results th.sort_title a
{
    padding: 0 0 0 12px;
    background: url(../Images/BG_sort_title.gif) center left no-repeat;
}

.content table.search_results th.sort_title
{
	/*text-decoration: underline;*/
	padding: 6px;
    /*background: url(../Images/BG_sort_title.gif) center left no-repeat;*/
}

/* search details table */

.content table.search_details
{
    width: 100%;
    padding: 0;
    margin: 0 0 12px 0;
    font-size: 11px;
    color: #000;
    border: 1px solid #006bb7;
}

.content table.search_details th, .content table.search_details td
{
    margin: 0;
    padding: 6px;
    text-align: left;
    vertical-align: top;
}

.content table.search_details th.header
{
    font-weight: bold;
    color: #006BB7;
    background-color: #a8cbe3;
    border-bottom: 1px solid #006bb7;
}

.content table.search_details th.header span.post_date
{
    font-weight: normal;
}

.content table.search_details td.sub_header
{
    font-weight: bold;
    color: #006BB7;
    background-color: #e5eef4;
    border-bottom: 1px solid #006BB7;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
}

.content table.search_details td.sub_header p
{
    display: inline;
    padding: 0 20px;
    font-size: 11px;
}

.content table.search_details td.sub_header p a:link, .content table.search_details td.sub_header p a:active, .content table.search_details td.sub_header p a:visited
{
    color: #006bb7;
    text-decoration: underline;
}

.content table.search_details td.sub_header p a:hover
{
    color: #006bb7;
    text-decoration: none;
}

.content table.search_details th.row_title
{
    white-space: nowrap;
    font-weight: bold;
    color: #006BB7;
}

.content table.search_details td div.search_area
{
    width: 45%;
    float: left;
    padding: 4px;
}

.content table.search_details td div.search_area h3
{
    font-weight: bold;
    color: #006bb7;
    float: left;
    background: none;
    font-size: 11px;
    margin: 0 8px 0 0;
    padding: 0;
}

.content table.search_details td div.search_area p
{
    margin: 0;
    padding: 0;
    font-size: 11px;
    float: left;
    width: 30%;
}

.content table.search_details td p
{
    font-size: 11px;
    margin: 0 0 8px 0;
    padding: 0;
}

.content table.search_details td li
{
    list-style-type: disc;
}

.content table.search_details td a:link, .content table.search_details td a:active, .content table.search_details td a:visited
{
    color: #006bb7;
    text-decoration: underline;
}

.content table.search_details td a:hover
{
    color: #006bb7;
    text-decoration: none;
}

.content table.search_details td.footer
{
    font-weight: normal;
    color: #006BB7;
    background-color: #e5eef4;
    border-top: 1px solid #006BB7;
    text-align: left;
    font-size: 11px;
}

.content table.search_details td.footer p#Company
{
    float: left;
    display: inline;
}

.content table.search_details td.footer p#Address
{
    float: right;
    display: inline;
    text-align: right;
}

/* hidden elements */

div#header, div.visual-box, div.sidebar1, div.sidebar2, .content table.search_details tr#sub_header_row
{
    display: none;
}

/* footer */

/*FOOTER*/
#footer {
	clear: both;
	padding: 15px 0 0;
	margin: 0;
	text-align: right;
}
#footer li {
	display: none;
}
#footer li.first, #footer li.phone {
	display: inline;
	font-size: 10px;
	color: #999999;
	line-height: 14px;
}
