.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.highslide:hover img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.control {
	float: right;
    display: block;
    position: relative;
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    margin-top: 1px;
    margin-bottom: 1px;
}
.control:hover {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    margin-top: 0;
    margin-bottom: 0;
}
.control, .control * {
	color: #666;
}

#streaming-video a {
    display: block;
    width: 216px;
    height: 121px;
    overflow: hidden;
    text-indent: -9999px;
    text-decoration: none;
    background: url(../images/btn_streaming_video.jpg) top left no-repeat;
}

#streaming-video a:hover {
    background: url(../images/btn_streaming_video.jpg) bottom left no-repeat;
}

#streaming-video div {
    padding: 6px 12px 20px 16px;
    color: #E0E0E0;
}

#employee-timecard a {
    display: block;
    width: 189px;
    height: 20px;
    text-decoration: none;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/btn_employee_timecard.gif) top left no-repeat;
}

#employee-timecard a:hover {
    background: url(../images/btn_employee_timecard.gif) bottom left no-repeat;
}

#direct-deposit a {
    display: block;
    margin-top: 15px;
    width: 189px;
    height: 20px;
    text-decoration: none;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/btn_direct_deposit.gif) top left no-repeat;
}

#direct-deposit a:hover {
    background: url(../images/btn_direct_deposit.gif) bottom left no-repeat;
}

#pay-stub a {
    display: block;
    margin-top: 15px;
    width: 189px;
    height: 20px;
    text-decoration: none;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/btn_view_paystub.gif) top left no-repeat;
}

#pay-stub a:hover {
    background: url(../images/btn_view_paystub.gif) bottom left no-repeat;
}

#apply-online a {
    display: block;
    width: 189px;
    height: 20px;
    text-decoration: none;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/btn_apply_online.gif) top left no-repeat;
}

#apply-online a:hover {
    background: url(../images/btn_apply_online.gif) bottom left no-repeat;
}

#hdr-current-career {
    margin-top: 24px;
    width: 205px;
    height: 12px;
    text-indent: -9999px;
    background: url(../images/hdr_current_career.gif) top left no-repeat;
}

#contact a {
    display: block;
    text-indent: -9999px;
    text-decoration: none;
    overflow: hidden;
    width: 225px;
    height: 22px;
    background: url(../images/btn_contact.gif) top left no-repeat;
}

#contact a:hover {
    background: url(../images/btn_contact.gif) bottom left no-repeat;
}

/*********************************
* Lists 
*********************************/

ul.list {
    list-style: none;
    margin-top: 5px;
}

ul.list li {
    background: url(../images/bullet.gif) no-repeat 0 4px;
    padding-left: 17px;
    padding-bottom: 8px;
    color: #333;
}

/*********************************
* HTML Mods 
*********************************/

body { 
    margin: 0;
    padding: 0;
    text-align: center;
    background: #333 url(../images/bg_interior.gif) top left repeat-x;

}

/*
* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma, Arial, sans-serif;

}
*/
a {
    outline: none;
    color: #662117;
}

a:hover {
    text-decoration: none;
}

p {
    padding: 0 0 10px 0;
}

sup {
    font-size: 7px;
    color: #E0E0E0;
}

/*********************************
* Layout Definitions
*********************************/

#content {
	width: 933px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#logo a {
    float: left;
    margin-top: 10px;
    width: 224px;
    height: 151px;
    text-indent: -9999px;
    background: url(../images/logo_interior.gif) top left no-repeat;
}

#logo a:hover {
    background: url(../images/logo_interior.gif) bottom left no-repeat;
}

#value-statement {
	float: left;
	width: 333px;
	margin-top: 10px;
	font-size: 11px;
}
#value-statement a{
	color: #CCCCCC;
	text-decoration: none;
}
#value-statement a:hover{
	color: #CCCCCC;
	text-decoration: none;
}
#value-statement h2{
	color: #fef4bf;
	text-decoration: none;
}

#value-padding {
    height: 151px;
    margin-left: 29px;
    position: relative;
}

#values-statement {
	float: left;
	width: 700px;
	margin-top: 10px;
	font-size: 11px;
	background-image: url(../images/globe.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#values-statement a{
	color: #CCCCCC;
	text-decoration: none;
}
#values-statement a:hover{
	color: #CCCCCC;
	text-decoration: none;
}
#values-statement h2{
	color: #fef4bf;
	text-decoration: none;
}


#centered p {
    width: 304px;
    color: #E0E0E0;
}
#centered h2 {
	color: #E0E0E0;
	font-size: 14px;
	font-variant: normal;
	font-style: normal;
	letter-spacing: normal;
}
#centered h3 {
	color: #E0E0E0;
	font-size: 11px;
	font-variant: normal;
	font-style: normal;
	letter-spacing: normal;
}
#centered h4 {
	color: #C39A6D;
	font-size: 10px;
	font-variant: small-caps;
	font-style: normal;
	letter-spacing: normal;
	font-weight: bolder;
	line-height: 13px;
}

#centered a {
       color: #E0E0E0;
}


/* -- Begin hiding from IE -- */
html>body #value-padding {
    display: table;

}

html>body #centered {
    display: table-cell;
    vertical-align: middle;
}

/* -- Begin IE-specific Hacks -- */
* html #centered {
    margin-top: 2px;
}

* html #centered p {
    
}
/* -- End Hacks -- */

#centered p {
    width: 304px;
    color: #E0E0E0;
}
#centered h2 {
	color: #E0E0E0;
	font-size: 14px;
	font-variant: normal;
	font-style: normal;
	letter-spacing: normal;
}
#centered h3 {
	color: #E0E0E0;
	font-size: 11px;
	font-variant: normal;
	font-style: normal;
	letter-spacing: normal;
}

#centered a {
       color: #E0E0E0;
}


#photo-top {
    float: left;
    margin-top: 10px;
}

#left-column {
	float: left;
	width: 589px;
	margin-top: 4px;
	font-size: 11px;
}

#left-padding {
    padding: 11px 13px 15px 12px;
    border-right: 1px solid #464646;
}
#tabs-padding {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 12px;
}

#right-column {
	float: right;
	width: 330px;
	margin-top: 4px;
}

#right-padding {
    padding-left: 17px;    
}

#container {
	width: 553px;
	border: 7px solid #CFBD9C;
	background: #EEE2CC url(../images/fade.jpg) top left no-repeat;
	color: #333;
	font-size: 12px;
}

#container div.padding {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

#container div p {
    color: #333333;
}

.testimonials h3 {
    height: 12px;
    text-indent: -9999px;
    background: url(../images/hdr_testimonials.gif) top left no-repeat;
}

.testimonials div {
    padding: 10px 12px 20px 16px;
    color: #E0E0E0;
}

.testimonials div span {
    color: #E0E0E0;
}

.testimonials em {
    display: block;
    padding-top: 7px;
    color: #E0E0E0;
    font-style: normal;
}

ul.testimonials2 li div em {
    display: block;
    padding: 7px 0 10px 0;
}

.right-text {
	color: #E0E0E0;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 16px;
	font-size: 11px;
}

.right-text a{
	color: #CC9966;
	text-decoration: none;
}

.right-text strong {
    color: #E0E0E0;
    font-size: 12px;
}

.content-photo {
    float: left;
    padding: 5px 15px 5px 0;
}

.content-photo_right {
	float: left;
	padding: 5px 15px 5px 0;
}
/*********************************
* Footer Definitions
*********************************/

#footer {
	clear: both;
	border-top: 1px solid #464646;
	width: 911px;
	margin-left: 11px;
}

#footer div, #footer div a {
	color: #999999;
	font-size: 10px;
	text-decoration: none;
}
#footer div, #footer div a:hover {
	color: #FFF;
	font-size: 10px;
	text-decoration: none;
}

#footer-left {
    padding: 12px 0 20px 0;
}

#footer-right {
	float: right;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}



}
#staffing-on #content #right-column .shadetabs{
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0px;
	font-family: Verdana;
	font-size: 8px;
	font-weight: bold;
}

#staffing-on #content #right-column .shadetabs li{
	display: inline;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}

#staffing-on #content #right-column .shadetabs li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #778;
	color: #2d2b2b;
	background-color: white;
	background-image: url(../tabs/shade.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#staffing-on #content #right-column .shadetabs li a:visited{
color: #2d2b2b;
}

#staffing-on #content #right-column .shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

#staffing-on #content #right-column .shadetabs li.selected{
position: relative;
top: 1px;
}

#staffing-on #content #right-column .shadetabs li.selected a{ /*selected main tab style */
background-image: url(../tabs/shadeactive.gif);
border-bottom-color: white;
}

#staffing-on #content #right-column .shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

#staffing-on #content #right-column .tabcontentstyle{ /*style of tab content oontainer*/
	border: 1px solid gray;
	width: 300px;
	margin-bottom: 0em;
	padding: 10px;
}

#staffing-on #content #right-column .tabcontent{
	display:none;
}

@media print {
input {
	font-size: 11px;
}

.tabcontent {
display:block!important;
}

iframe {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
scrollbar-base-color:#333333;
scrollbar-track-color:#333333;
scrollbar-darkshadow-color:#000000;
scrollbar-shadow-color:#333333;
scrollbar-3dlight-color:#808080;
scrollbar-highlight-color:#993300;
scrollbar-arrow-color:#C0C0C0;
scrollbar-face-color:#800000;

}
#left-padding_sitemap {
	padding-top: 11px;
	padding-right: 3px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.printonly {
	display: none;
}
textarea {
	font-size: 11px;
}

.drop-down {
	font-size: 11px;
}
.form-field {
    font-size: 11px;
}
.hide {
	display: none;
}
#content #right-column .fl_l {
	float: left;
	width: 75px;
}
#content #right-column .fl_l {
	float: right;
	width: 75px;
}#content #right-column .fl_r {
	float: right;
	width: 75px;
}
#content #right-column .fl_l {
	float: left;
	width: 75px;
	display: block;
	clear: both;
}
