﻿/****************************
	Layout
****************************/
#JobListings table {
	width: 100%; }
#JobListings table td {
	padding: 0px; }
#JobListings #JobBlurb {
	width: 70%; 
	text-align: justify; 
	vertical-align: top; 
	padding: 5px 15px; }
#JobListings #EmployeeQoute {
	width: 30%; 
	text-align: justify;
	padding: 5px; }
#JobListings #EmployeeQoute .name {
	text-align: right; }
#JobListings #EmployeeQoute .title {
	text-align: right; }
#SubmitResume table {
	width: 100%; 
	padding-top:5px; }
#SubmitResume table th {
	text-align: right;
	padding-right:5px; }
	
	
/****************************
	Style & Colors #fe7700
****************************/
#JobListings #JobBlurb { 
	font-size: 10pt; 
	border-right: solid 1px #c7c7c7; }
#JobListings #EmployeeQoute {
	font-size: 9pt; 
	font-style: italic; }
#JobListings .title {
	font-size: 13.5pt;
	font-weight: bolder; }
#JobListings .groupname {
	font-size: 13.5pt;
	font-weight: bolder;
	color: #c5c5c5; }
#JobListings .position {
	font-size: 10pt;
	font-weight: bolder;
	color: #555555; }
#SubmitResume table th {
	font-weight: bolder;
	font-size: 80%; }
	
.PageBG {
	background-color: #ffffff; }
.PageText {
	color: #00348e; }