﻿body
{
	background-image: url("../image/Bkgrd-1a.png");
	background-repeat: repeat-x;
	margin: 0 auto;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .9em;
}

/* Links **********************************************************/
a:link
{
	color: #b20120;
	text-decoration: none;
}

a:visited
{
	color: #b20120;
	text-decoration: none;
}

a:hover
{
	color: #b20120;
	text-decoration: underline;
}

a:active
{
	color: #000000;
	text-decoration: none;
}

/* Headings **********************************************************/
h1, h2, h3, h4, h5
{
    margin: 0 0 10px 0;
    padding: 0;
}

h1
{
	font-size: 24px;
	color: #9b001a;
	font-weight: normal;
	line-height: 1.2em;
	letter-spacing: -1px;
}

h2
{
	font-size: 17px;
	color: #7e7e7e;
	font-weight: normal;
}

h3
{
	font-size: 125%; /*(15px)*/
	color: #006bb5;
	font-weight: bold;
}

h4
{
	font-size: 100%; /*(13px)*/
	color: #006bb5;
	font-weight: bold;
}

h5
{
	font-size: 90%; /*(12px)*/
	font-weight: bold;
	color:#555555;
}

img
{
	border: 0;
}

#container
{
	margin: 0 auto;
	width: 910px;
	text-align: left;
	background: #fff;
	border:1px solid #bdbdbd;
}

/* Header **********************************************************/
#header
{
	height: 130px;
	background: #f6f7f7 url('../image/template/bg_header.jpg') repeat-x;
}

#logo
{
	background: transparent url(../image/logo.png) no-repeat;
	width: 274px;
	height: 109px;
	margin: 5px 0 0 0;
	float: left;
}

.headerRight
{
    float: right;
    text-align: right;
}

/* Sub Navigation **********************************************************/
#tpNav
{
    display: inline-block;
	margin: 5px 5px 0 0;
	font-family: Arial;
	color: #292929;
	font-weight: normal;
	font-size: 8pt;
}

#tpNav ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#tpNav li
{
    float: left;   
    margin: 0 5px 0 0;
}

/* Search Box *************************************************************/
.search
{
	margin: 69px 5px 0 0;
}

.searchFormField
{
    display: inline-block;
    float: left;
}

.searchBtn
{
	display: inline;
	margin: 5px 0 0 0;
}

.contentContainer
{
	padding: 10px 15px;
}
/* Footer *****************************************************************/
.footer
{
	background: #8d0016;
	height:35px;
	font-family:Arial;
	font-size:8pt;
	color:#fff;
	text-align: center;
	padding:5px;
	line-height:18px;	
}
.footer a
{
	color:#fff;	
}


/* ----------------------------------------------------------------------------- 
NAVIGATION
----------------------------------------------------------------------------- */
#menu 
{
	color:#333;
	text-align:left;
}

#menu ul 
{
	background: transparent url('/image/template/bg_navbar.jpg') repeat-x;
	list-style:none;
	margin:0;
	padding:0;
	border-top: 1px solid #cccccc;
	min-height:31px;
	font-size:1.0em;
}

/* for Internet Explorer */
/*\*/
* html #menu ul {
	height:31px;}
/**/

#menu ul li 
{
	float:left; 
	margin:0;
	display:block; 
}

#menu ul li a 
{
	color:#292929; 
	display:block; 
	font-size:80%;
	margin:0;
	padding:8px 14px 8px 14px;
	text-decoration:none;
	border-bottom:none;
}

#menu ul li a:hover 
{
	background:#8b0221;
	color:#ffffff;
}

/* second-level lists */
#menu ul li ul 
{
	position:absolute;
	text-decoration:none;
	text-align:left;
	margin:0;
	width:16em;
	height:auto;
	left:-9999em;
}

/* lists nested under hovered list items */
#menu ul li:hover ul, #menu li.sfhover ul 
{
	
	left:auto; 
	background:#e6e6e5;
	text-decoration:none;
	z-index:50;
}

#menu ul li ul li 
{
	background:#e6e6e5;
	margin:0; 
	padding:0;
	width:16em;
}

#menu ul li ul li.more 
{
	background:transparent url(../image/employee/blt_arrow.png) right 0.1em no-repeat;
}

#menu ul ul li a 
{
	border-style:solid;
	border-width:1px;
	border-color:#cccccc;
	height:auto; 
	display:block;
	font-size:80%;  
	line-height:120%;
	background:#BFC7CF;
	color:#404040;
	padding-top:3px; 
	padding-bottom:8px;
}

#menu ul ul a:hover 
{
	color:#FFFFFF; 
	background:#8b0221;
}

/*#wrap > #menu ul li ul {
	padding-right:2em;}*/

#menu ul li:hover ul ul, #menu ul li:hover ul ul ul, #menu ul li:hover ul ul ul ul, 
#menu ul li.sfhover ul ul, #menu ul li.sfhover ul ul ul, #menu ul li.sfhover ul ul ul ul 
{
	left:-9999em;
}

/* lists nested under hovered list items */
#menu ul li:hover ul, #menu ul li.sfhover ul 
{
	left:auto;  
	text-decoration:none;
	top:auto;
}

/* lists nested under hovered list items */
#menu ul li li.sfhover ul, #menu ul li li:hover ul, #menu ul li li li:hover ul, #menu ul li li li li:hover ul,
#menu ul li li li.sfhover ul, #menu ul li li li li.sfhover ul 
{
	left:13em;
	text-decoration:none;
	margin-top:-3em;
}

#menu ul li ul li a 
{
	display:block;
	height:auto; 
	line-height:110%; 
	background:none; 
}
.menuSpecial 
{
	font-family:Arial;
	font-size:8pt;
	color:#292929; 
	display:block; 
	font-size:80%;
	margin:0;
	padding:8px 14px 8px 14px;
	text-decoration:none;
	border-bottom:none;
}
/* Forms *****************************************************************/
#Form
{
    margin: 8px;
}

#Form h2
{
    font-size: 24px;
    font-weight: bold;
    color: #9b001a;
}

.formField
{
    margin: 0 0 5px 0;   
    clear: both;
}

.formField label
{
    display: block;
    float: left;
    width: 15%;
    margin: 3px 20px 3px 5px;
    text-align: right;   
    font-size: 18px;
    color: #454545;
}

.formField .formFieldValue
{
    float: left;
    display: block;
    width: 80%;
}

.formFieldInstructions
{
    background: #f4e9b3;
    border: 1px solid #cccccc;
    padding: 5px 8px;
    font-size: 11px;
}

.formField input, .formField textarea, .formField select
{
    border: 1px solid #cccccc;
    padding: 3px 5px;
}

.formControls
{
    margin: 10px 0 0 0;
}

.formControls input
{
    cursor: pointer;
}

#FormControls input
{
    float: right;
}

#FormToolbar
{
    list-style: none;
    margin: 5px;
    padding: 0;
    float: right;   
    font-size: 12px;
}

#FormToolbar li
{
    float: left;
    margin: 0 0 0 10px;
}

/* Form where data isn't editable until edit button pressed */
.toggleForm input, .toggleForm textarea, .toggleForm .formFieldInstructions, .toggleForm select
{
    display: none;
}

.toggleFormEditable input, .toggleFormEditable textarea, .toggleFormEditable .formFieldInstructions, .toggleFormEditable select
{
    display: inline-block;   
}

.toggleFormEditable span 
{
    display: none;
}

/* Popup Form ************************************************************/
.popupForm
{
    background: #fff;
    border: 1px solid #cccccc;
    padding: 10px;
    display:none;
}

/* User Photo ************************************************************/
.userPhotoContainer
{
    display: inline;
}

.userPhotoPlaceHolder
{
    display: inline-block;
    width: 100px;
    height: 100px;
    border: 1px solid #cccccc;
    background: #eeeeee;
}

.noUserPhoto
{
    height: 60px; 
    padding: 40px 0 0 0;
    font-size: 12px;
    color: #666666;
    text-align: center;
    font-weight: bold;
}

/* User Photo Upload Form **************************************************/
#UploadFormControls
{
    margin: 10px 0 0 0;
}

.clear
{
    clear: both;
    margin: 0;
    padding: 0;
}
/*Job Openings/Benefits ************************************************************/
.jobTbl
{
	margin-left:0px;
	
}
.emptablehdng
{
	border-width:0.01em;
	 border-color:#d6d6d6;
	 border-style:solid;
	background-color:#d6d6d6;
	font-family: Verdana;
	font-size: 10pt;
	font-weight:bold;
	color: #555555;
	padding: 5px;
	word-spacing: 0px;
	text-align: left;
}
.tableRowA
{
	border-width:0.01em;
	 border-color:#d6d6d6;
	 border-style:solid;
	background-color:#ebebeb;
	/*background-color:#daccaf;*/
	font-family: Verdana;
	font-size: 10pt;
	color: #555555;
	padding: 5px;
	word-spacing: 0px;
	text-align: left;
	text-align: left;
	text-transform: uppercase;
	color:#666;
	
}

.tableRowB
{
	border-width:0.01em;
	 border-color:#d6d6d6;
	 border-style:solid;
	/*background-color:#fff;*/
	background-color: #e1e1e1;
	font-family: Verdana;
	font-size: 10pt;
	color: #555555;
	padding: 5px;
	word-spacing: 0px;
	text-align: left;
	text-transform: uppercase;
	color:#666;
}
#document_content_full{
	width:100%;
	padding:15px 20px;
	line-height:130%;
}
#summary{
	padding:0px 5px 0px 15px;
	background-color:#f5f5f5;
	color:#575757;
	font-size:13px;
	border-bottom:1px solid #bbb;
	width:75%;
}
.jobmainContent
{
	font-family:Verdana;
	font-size:10pt;
	color:#CECDCD;
	z-index:100;
	padding:3px;
	left: 295px;
	text-align:left;
	vertical-align:top;
	top:125;
}
.jobInfo
{
	font-family: Verdana;
	font-size: 10pt;
	color: #555555;
	vertical-align: top;
	padding: 15px;
	text-align: left;
	word-spacing: 0px;	
}
.addljobInfo
{
	font-family: Verdana;
	font-size: 10pt;
	color: #555555;
	vertical-align: top;
	padding: 5px;
	text-align: left;
	word-spacing: 0px;
}
.jobTbl
{
	padding:10px;
}
.toApply
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight:bold;
	color: #555555;
	padding: 15px;
	word-spacing: 0px;
	text-align: left;
}
.liSpcl
{
 list-style-type: square;
 text-indent:0;	
}
.jobClassMain
{
	width: 400px; 
	float: left;	
}
.mainTtl
{
	width: 200px; 
	float: left;
}
.jobClassTxt
{
	font-size: 100%; /*(13px)*/
	color: #006bb5;
	font-weight: bold;
}
.infoTxt
{
	font-size: x-small;
	color:red;
}
