body {
    background-image: url("../img/background.png");
    background-repeat: repeat-x;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    margin: 0px;
    line-height: 1.2em;
}
a {
    color: #ac0b12;
    text-decoration: none;
}
#rb_forms {
	margin: 0;
	padding: 0;
}
#header_bar {
    background-color: #000000;
    height: 10px;
}
#header_links ul {
    list-style: none;
    margin: 0px 60px 0px 0px;
    padding: 0px;
    float: right;
}
#header_links li {
    background-color: #000000;
    color: #ffffff;
    float: left;
    font-family: Tahoma;
    font-size: 10px;
    font-weight: bold;
    margin-left: 4px;
    text-align: center;
}
#header_links li.active {
    background-image: url("../img/header_links_active_bg.png");
    background-repeat: repeat-x;
}
#header_links li a {
    color: #ffffff;
    display: block;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 62px;
}
#banner_left {
    float: left;
    margin-left: 25px;
    padding: 0 20px 0 60px;
    position:relative;
    top:-10px;
}
#banner_right {
   float: right;
   margin-right: 25px;
   }

#banner_right img {
	margin-right: 20px;
	border: 0;
    padding-top: 25px;
}
#banner_right a {
	border: 0;
}

#loginbar {
    background-image: url("../img/loginbar_bg.png");
    color: #ffffff;
    height: 41px;
    line-height: 41px;
}
#loginbar a {
	color: #f2f2f2 !important;
	font-weight: bold;
}
#loginbar a:hover {
	color: #fff !important;
	font-weight: bold;
}
#loginbar_left {
    background-image: url("../img/loginbar_left_bg.png");
    background-repeat: no-repeat;
    float: left;
    font-family: "Trebuchet MS", Tahoma;
    font-size: 18px;
    padding-left: 10px;
    width: 150px;
}
#loginbar_right {
    float: right;
    font-family: Tahoma;
    font-size: 12px;
}
#loginbar_right ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.loginbar_li {
    float: left;
    padding-right: 15px;
}
/*
#loginbar_nav li.active a {
    display: block;
    font-weight: bold;
    text-decoration: none !important;
}
#loginbar_nav li a {
    background-color: #333;
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 0px 25px;
    text-decoration: none !important;
}
#loginbar_nav li a:hover {
    background-color: #ccc;
    color: #000;
}
#loginbar_nav li ul {
    display: none;
    position: absolute;
}
#loginbar_nav li:hover ul {
    display: block;
}
*/
#footer {
    background-image: url("../img/footer_bg.png");
    background-repeat: repeat-x;
}
.footer_block_heading {
    font-family: "Trebuchet MS", Tahoma;
    font-size: 14px;
    font-weight: bold;
}
.footer_block {
    background-color: #ffffff;
    font-size: 14px;
    padding: 15px;
}
.footer_block_text {
    float: left;
    margin-right: 5px;
    width: 45%;
}
#footer_bar {
    background-color: #d5d5d5;
    height: 5px;
}
#footer_left, #footer_right {
    font-size: 11px;
    font-weight: bold;
    padding-top: 8px;
}

#footer_left {
    float: left;
}
#footer_right {
    float: right;
}

.gray {
    color: #777777;
}
.green {
    color: #009900;
}
.red {
    color: #d80810;
}
.clear {
    clear: both;
}

/* Form */
.form_table {
    width: 100%;
}
.form_table td {
    padding: 5px;
}
.form_label {
    text-align: right;
    vertical-align: top;
	margin-top: 2px;
    width: 30%;
	display: block;
	width: 150px;
}
.form_element {
    text-align: left;
    vertical-align: top;
    width: 70%;
}
.form_element textarea {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding: 4px;
	width: 80%;
}
.form_element input {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding: 4px;
	width: 80%;
}
.hint {
    background-color: #d80810;
    color: #ffffff;
    font-size: 12px;
    margin-left: 5px;
    padding: 5px;
    position: absolute;
    width: 150px;
}
ul.errors {
    color: #d80810;
    font-size: 10px;
    list-style: none;
    margin: 2px;
    padding: 0;
}

/* Pages */
.heading {
    background-color: #f2f2f2;
    /*color: #ffffff;*/
	border: 1px solid #ccc;
    font-size: 16px;
    font-weight: bold;
	margin-bottom: 10px;
    padding: 10px 30px 10px 30px;
}
.body {
    font-size: 14px;
}
.sidebar {
    background-color: #d80810;
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 20px;
    padding: 20px 10px;
    width: 200px;
}
.sidebar hr {
    border: 1px solid #ffffff;
}
.sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sidebar ul li {
    padding-left: 20px;
}
.sidebar ul li.active {
    background-color: #000000;
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 3px;
    margin-top: 3px;
}
.sidebar a {
    color: #ffffff !important;
}
.leftcol {
    float: left;
    width: 49%;
}
.rightcol {
    float: right;
    width: 49%;
}
.big {
    font-size: 16px;
}
.small {
    font-size: 12px;
}
.img_prefix {
    border: 0;
    padding-right: 10px;
    vertical-align: middle;
}
.img_suffix {
    border: 0;
    padding: 5px 0px 5px 5px;
    vertical-align: middle;
}
a.rounded, .button {
    outline: none;
    border: none;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    vertical-align: middle; /* or top */
    display: -moz-inline-box;
    display: inline-block;
    overflow: visible; /* IE6 form button fix */
}
.button {
    background-color: #000000;
    color: #ffffff !important;
    font-weight: bold;
    padding: 5px 20px 5px 20px;
    text-transform: uppercase;
}
a.rounded:hover, .button:hover {
    color: #000000 !important;
    background-color: #cccccc;
}
fieldset {
    padding: 0px 20px 10px 20px;
}
legend {
    color: #000000;
    font-weight: bold;
    padding: 5px;
}
/* Resume Builder Stuff */
.section {
    background-color: #f6f6f6;
    border: 1px solid #e8e8e8;
    color: #d10000;
    font-weight: bold;
    margin: 10px;
    padding: 20px;
}
.section ul {
    list-style: none;
    margin: 0;
    padding: 5px 0;
}
.section ul li ul {
    background-color: #dddddd;
    border: 1px solid #000000;
    display: none;
    position: absolute;
}
.section ul li:hover ul {
    display: block;
}
.section ul li ul li a {
    color: #000000;
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 50px 5px 20px;
}
.section ul li ul li a:hover {
    color: #ffffff;
    background-color: #000000;
}
.section_heading {
    color: #969696;
    font-size: 16px;
}
/* Login Page */
.box {
    float: left;
    padding: 0px 20px;
    width: 40%;
}
#formatting_help {
    border-collapse: collapse;
}
#formatting_help a {
    background-color: #eeeeee;
    border: 1px solid #dddddd;
    color: #000000;
    display: block;
    font-family: "Times New Roman";
    height: 22px;
    text-align: center;
    vertical-align: middle;
    width: 34px;
}
#formatting_help a:hover {
    background-color: #fafafa;
}
#fh_hints a {
    background: none;
    border: none;
    color: #d80810;
    display: inline;
    text-decoration: underline;
}
/*///////////// Tabs Code ////////////*/

#tabs {
	font-family: tahoma,verdana,sans-serif;
	font-size: 16px;
	clear: both;
	text-align: center;
}

#tabs ul {

	display: inline;
	list-style-type: none;
	margin: 0;


}

#tabs li {
    float: left;
    border-bottom: 1px solid #d80810;
    padding-right: 7px;
    font-weight:bold;
    }

#tabs a,span { width: 120px; }
#tabsWide { width: 130px; }
#tabs span {
	position: relative;
	top: 0;
	margin: 0 2px 0 0;
	float: left;
	background: #d80810;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	padding: 6px 4px 6px 10px;
	text-decoration: none;
	color: #fff;

}

#tabs a {
	position: relative;
	top: 0;
	margin: 1px 2px 0 0;
	float: left;
	background: #FFFAE1;
	border-right: 1px solid #AAA;
	border-top: 1px solid #AAA;
	border-left: 1px solid #AAA;
	padding: 5px 4px 6px 10px;
	text-decoration: none;
	color: #333;
}

#tabs a:hover {
	background: #FFF7CD;
}

#tabs a.active {
	position: relative;
	top: 0;
	margin: 0 2px 0 0;
	float: left;
	background: #FFF3B3;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	padding: 6px 4px 6px 10px;
	text-decoration: none;
	color: #333;
}

#tabs a.active:hover {
	position: relative;
	top: 0;
	margin: 0 2px 0 0;
	float: left;
	background: #FFF3B3;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	padding: 6px 4px 6px 10px;
	text-decoration: none;
	color: #333;
}

/* Search Box */
.job-search-box{
    border: #D5D5D5 solid 2px;
    padding: 12px;
    height: 65px;
    padding-left: 20px;
}

.job-search-box label{
    color: #AC0B12;
    font-weight: bold;
    font-size: 22px;
}

.job-search-box input{
/*    margin-right: 30px;*/
    font-size: 16px;
    width: 250px;
    height: 22px;
    border: #D5D5D5 inset 1px;
}
.job-search-box span{
    color: #969696;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
}
.job-search-box .submit
{
    width: auto;
    height: auto;
    padding: 5px 8px 4px 8px;
    margin-top: 3px;
    font-size: 15px;
    border-style: solid;
}
.job-search-box div
{
    margin-right: 4px;
}
