﻿html
{
	background-color: #ffffff;
	border: 0 none;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}

body
{
	background-color: #ffffff;
	border: 0 none;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 100%;
}

body, button, input, select, textarea
{
	font-family: Arial, sans-serif;
}

p
{
	margin: 0 0 12px 0;
	padding: 0;
	line-height: 1.2em;
}

p.smaller
{
	font-size: 0.9em;
}

p.larger
{
	font-size: 1.2em;
}

ul
{
	padding: 0;
	margin: 0 0 10px 15px;
}

a:link, a:visited, a:active, a:hover
{
	color: #b2292e;
	text-decoration: none;
	font-weight: normal;
	outline: none;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border: none;
}

.spacer
{
	line-height: 1px;
	font-size: 1px;
}

.hidden
{
	display: none;
}

.clear
{
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
}

.error
{
	color: #cc062c;
	font-style: italic;
}

br.clear
{
	clear: both;
	display: inline;
}

.transparent
{
	background-color: transparent !important;
}

/* ------------------------------------------------ */
/* Default Form Elements
/* ------------------------------------------------ */

form
{
	display: inline;
}

fieldset
{
	position: relative;
	border: 1px solid #999999;
	padding: 0 15px 12px 15px;
	margin: 0 0 1.5em 0;
}

legend
{
	font-size: 1.2em;
	padding: 0;
	margin: 0;
	font-weight: bold;
	color: #b2292e;
}

legend a
{
	font-size: 0.8em;
}

input[type="text"],
input[type="password"],
textarea
{
	border: 1px solid #b5b5b5;
	color: #333333;
	font-size: 0.9em;
	text-decoration: none;
	font-weight: normal;
	padding: 2px 5px 2px 5px;
	margin: 0;
	resize: none;
}

input[type="submit"],
input[type="button"],
a.button,
a.button:hover
{
	display: block;
	width: 150px;
	border-width: 0;
	margin: 0;
	height: 30px;
	padding: 0;
	text-decoration: none;
	font-size: 15px;
	line-height: 29px;
	text-align: center;
	font-weight: bold;
	background: #fff no-repeat left top;
	outline: none;
	cursor: pointer;
}

input[type="submit"]:hover,
input[type="button"]:hover,
a.button:hover
{
	background-position: left bottom;
}

a.button-large,
a.button-large:hover
{
	display: block;
	width: 290px;
	border-width: 0;
	margin: 0;
	height: 36px;
	padding: 0;
	text-decoration: none;
	color: #fff;
	font-size: 17px;
	line-height: 35px;
	text-align: center;
	font-weight: bold;
	background: url('/Content/images/button-background-large.png') no-repeat left top;
	outline: none;
	cursor: pointer;
}

a.button-large:hover
{
	background-position: left bottom;
}

a.button-drop-shadow,
a.button-drop-shadow:hover
{
	display: block;
	width: 245px;
	margin: 0;
	height: 50px;
	padding: 0;
	text-decoration: none;
	color: #b2292e;
	font-size: 14px;
	line-height: 50px;
	text-align: center;
	font-weight: bold;
	outline: none;
	cursor: pointer;
	background: #ffffff;
	box-shadow: 0 0 10px 3px #adafb2;
}

.ie6 a.button-drop-shadow,
.ie6 a.button-drop-shadow:hover,
.ie7 a.button-drop-shadow,
.ie7 a.button-drop-shadow:hover,
.ie8 a.button-drop-shadow,
.ie8 a.button-drop-shadow:hover
{
	border: 1px solid #c4c5c7;
}

a.button-drop-shadow:hover
{
	background: #e7c289;
	color: #333333;
}

a.button-drop-shadow span
{
	color: #ffcc33;
	font-size: 9px;
}

a.button-drop-shadow:hover span
{
	color: #333333;
}

select, option
{
	color: #333333;
	font-size: 1em;
	text-decoration: none;
	font-weight: normal;
	margin: 0;
}

.editor-label
{
	color: #333333;
	margin: 0 0 3px 0;
}

.editor-field
{
	margin: 0 0 7px 0;
}

.note-field
{
	color: #b6b6b6;
	font-size: 0.9em;
	margin: 0 0 7px 0;
}

.inline-note
{
	color: #b6b6b6;
	font-size: 0.9em;
}

a.button,
a.button:hover
{
}

a.button:hover
{
	background-position: left bottom;
}

input.captcha-answer
{
	width: 35px;
	font-size: 1.55em;
	text-align: center;
}

/* ------------------------------------------------ */
/* Headings
/* ------------------------------------------------ */

h1
{
	font-size: 2em;
	margin: 0 0 15px 0;
	padding: 0;
	font-weight: normal;
	color: #000000;
	line-height: 1.3em;
}

h2
{
	font-size: 1.35em;
	margin: 0 0 8px 0;
	padding: 0;
	color: #000000;
}

h3
{
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 1.2em;
	color: #000000;
}

/* ------------------------------------------------ */
/* Default Table Settings
/* ------------------------------------------------ */

table
{
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
}

/* ------------------------------------------------ */
/* Primary Layout Elements
/* ------------------------------------------------ */

.clear-block
{
	display: block;
}

.clear-block:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

hr
{
	border: 0;
	border-top: 2px dotted #d8d6d6;
	clear: both;
	height: 1px;
}

#header-blocks
{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	clear: both;
}

#page-set
{
	display: block;
	min-height: 100%;
	min-width: 970px;
	margin: 0 auto -58px;
	position: relative;
	width: 100%;
	z-index: 3;
}

#page
{
	background: white;
	z-index: 4;
	box-shadow: 2px 0 135px 30px #adafb2;
	padding: 5px 15px;
	font-size: 0.80em;
	line-height: 1.5em;
	letter-spacing: .03mm;
}

#page, #closure-blocks
{
	margin-left: auto;
	margin-right: auto;
	width: 970px;
}

#header
{
	height: 56px;
	border-bottom: 2px dotted #bbbdbf;
}

#header-inner
{
	padding-top: 19px;
	height: 37px;
	position: relative;
	width: 970px;
	margin: 0 auto;
}

#logo-title
{
	position: relative;
	z-index: 10;
	width: 130px;
}

#logo-image
{
	display: none;
}

div#site-name
{
	margin-left: 27px;
}

#site-name a:link, #site-name a:visited
{
	display: block;
	text-indent: -99999px;
	font-size: 0;
	line-height: 0;
	background: url(../../../images/portal/bjsRestaurant2/logo-bjs.png) no-repeat;
	width: 124px;
	height: 138px;
}

#block-bjsrestaurant-0
{
	position: absolute;
	right: 0;
	top: 26px;
	margin: 0;
	width: 106px;
	height: 33px;
}

#block-bjsrestaurant-0 ul
{
	list-style: none outside;
	margin: 6px 0 0 15px;
	padding: 0;
}

#block-bjsrestaurant-0 ul li
{
	background: transparent;
	display: block;
	float: left;
	margin: 0;
	line-height: 1;
}

#block-bjsrestaurant-0 #icon-facebook a, #block-bjsrestaurant-0 #icon-twitter a
{
	display: block;
	width: 15px;
	height: 15px;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	text-indent: -9999px;
}

#block-bjsrestaurant-0 #icon-facebook, #block-bjsrestaurant-0 #icon-twitter, #block-bjsrestaurant-0 #icon-youtube
{
	margin-right: 8px;
}

#block-bjsrestaurant-0 #icon-facebook a
{
	background: url(../../../images/portal/bjsRestaurant2/icon-header-facebook.gif);
}

#block-bjsrestaurant-0 #icon-twitter a
{
	background: url(../../../images/portal/bjsRestaurant2/icon-header-twitter.gif);
}

#block-bjsrestaurant-0 #icon-youtube
{
	margin-right: 10px;
}

.front #banner-gplus
{
	position: absolute;
	top: 12px;
	left: 0;
	z-index: 500;
}

.front #banner-gplus a
{
	color: white;
}

.top-secondary-links, div.block.with-block-editing.top-secondary-links, #block-menu-secondary-links
{
	font-size: 11px;
	position: absolute;
	top: 6px;
	right: 260px;
	margin: 0;
	clear: both;
}

.top-secondary-links ul, #block-menu-secondary-links ul
{
	margin: 0;
	padding: 0;
}

.top-secondary-links ul.links li, #block-menu-secondary-links ul.menu li
{
	background: url(/content/images/red-dot.gif) center right no-repeat;
	display: block;
	float: left;
	margin: 0;
	padding: 0 12px 0 6px;
	line-height: 20px;
}

.top-secondary-links ul.links li.last, #block-menu-secondary-links ul.menu li.last
{
	background-image: none;
	padding-right: 0;
}

.top-secondary-links ul li a, #block-menu-secondary-links ul li a
{
	color: #333333 !important;
	text-decoration: none;
}

.top-secondary-links ul li a:hover, #block-menu-secondary-links ul li a:hover
{
	text-decoration: none;
	color: #b2292e !important;
}

.top-secondary-links .block, #block-menu-secondary-links .block
{
	margin-bottom: 0;
}

.block-where2getit
{
	margin: 0;
	float: right;
}

#where2getit-location-form
{
	display: block;
	width: 230px;
	height: 33px;
	overflow: hidden;
	margin: 0;
	vertical-align: top;
	padding: 0;
	line-height: 1;
}

#where2getit-location-form div
{
	margin-top: 4px;
}

#where2getit-location-form .form-item
{
	margin: 0;
}

#where2getit-location-form .form-item input
{
	margin: 0;
	width: 108px;
	height: 18px;
	border-right: none;
	border-bottom: none;
	border: 2px solid #d8d6d6;
	border-right: 0px;
	font: 10px Arial,sans-serif;
	color: #040404;
	padding: 0 3px;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}

#where2getit-location-form .form-item label
{
	width: auto;
	margin-top: 6px;
	color: #333333;
	font-weight: normal;
	font-size: 12px;
}

#where2getit-location-form input, #where2getit-location-form label
{
	display: block;
	vertical-align: top;
	float: left;
	margin-right: 5px;
}

#where2getit-location-form .form-submit
{
	width: 19px;
	height: 22px;
	overflow: hidden;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
	border: 2px solid #d8d6d6;
	border-left: 0px;
	margin: 0;
	padding: 2px;
	margin: 0px;
	float: left;
	display: inline;
	background: transparent url(/content/images/bg-header-form-submit.png) center center no-repeat;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}

#where2getit-location-form .form-submit:hover
{
	cursor: pointer;
}

#navbar
{
	border-bottom: 2px dotted #bbbdbf;
	overflow: hidden;
	float: left;
	width: 100%;
	margin-left: 0;
	margin-right: -100%;
	padding: 0;
	height: 34px;
}

#navbar ul
{
	margin: 0 0 0 185px;
	padding: 0;
	text-align: left;
}

#navbar li
{
	float: left;
	padding: 0 0 0 0;
}

#navbar-inner
{
	padding-top: 9px;
}

#primary li
{
	display: inline-block;
	padding: 0 8px 0 0;
}

#primary a
{
	color: #333333;
	background: transparent url(/content/images/red-dot.gif) center right no-repeat;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 10px 0 0;
	font-size: 13px;
}

#navbar #primary
{
	height: 32px;
}

#primary .last
{
	padding-right: 0;
}

#primary .last a
{
	background: none;
}

#primary a:hover
{
	color: #b2292e;
}

#primary li.active a, #primary li.active-trail a
{
	color: #b2292e;
}

.with-navbar #content, .with-navbar #sidebar-left, .with-navbar #sidebar-right
{
	margin-top: 35px;
}

#sidebar-left
{
	float: left;
	width: 185px;
	margin: 0 -185px 40px 0;
	padding: 0;
	font: .9em Arial,Helvetica,"Bitstream Vera Sans",sans-serif;
}

#sidebar-left-inner
{
	margin: 100px 21px 0 2px;
	padding: 0;
}

#sidebar-left .block
{
	margin-bottom: 2em;
}

#sidebar-left h2.title
{
	font-family: arial,sans-serif;
	font-size: 19px;
	text-transform: uppercase;
	padding: 8px 10px 5px 0;
	margin: 0;
	font-weight: 600;
	color: #b2292e;
	line-height: 1.2em;
}

#sidebar-left .block-promo h2.title,
#sidebar-right .block-promo h2.title
{
	font-family: arial,sans-serif;
	font-size: 14px;
	text-transform: none;
	padding: 8px 10px;
	font-weight: 600;
	color: white;
	line-height: 1.2em;
	background: #b2292e;
}

#sidebar-left ul.menu
{
	margin: 0;
	padding: 0;
	font-family: Arial,Helvetica,"Bitstream Vera Sans",sans-serif;
	zoom: 1;
}

#sidebar-left ul.menu li
{
	margin: 0;
	border-bottom: 2px dotted #c6c6c6;
	list-style: none outside;
	font-size: 14px;
	list-style-image: none;
}

#sidebar-left ul.menu li.expanded
{
	border-bottom: 0;
}

#sidebar-left ul.menu li a
{
	color: #333333;
	text-decoration: none;
	padding: 8px;
	display: block;
	background: transparent;
}

#sidebar-left ul.menu li a.active
{
	background: #b2292e;
	color: white;
}

#sidebar-left ul.menu li a:hover
{
	text-decoration: none;
	background: #b2292e;
	color: white;
}

#sidebar-left ul.menu li ul li a
{
	padding-left: 20px;
}

#sidebar-left ul.menu li ul li ul li a
{
	padding-left: 30px;
}

#sidebar-left ul.menu li ul li.first
{
	border-top: 1px solid #844f0f;
}

.testimonial .by-line
{
	text-align: right;
	font-style: italic;
}

#sidebar-right
{
	float: left;
	width: 185px;
	margin: 35px -970px 40px 785px;
	padding: 0;
	font: .9em Arial,Helvetica,"Bitstream Vera Sans",sans-serif;
}

#sidebar-right-inner
{
	padding: 0;
	overflow: hidden;
	margin: 25px 0 0 0;
}

#sidebar-right .block
{
	margin: 0 0 1px 0;
	display: block;
	float: none;
}

#sidebar-right h2
{
	text-align: center;
	font-size: 18px;
	line-height: 20px;
}

#sidebar-right h2.title
{
	margin-bottom: 8px;
	font-size: 14px;
	text-align: left;
	text-transform: uppercase;
	background: #b2292e;
	color: white;
	padding: 10px;
}

#sidebar-right p
{
	text-transform: none;
	padding: 10px 0;
	margin-bottom: 8px;
	color: #333333;
	font-size: 14px;
	line-height: 20px;
}

#sidebar-right .block a
{
	color: #333333;
	text-decoration: none;
	text-transform: uppercase;
	margin: 10px 0;
	display: block;
}

#sidebar-right .block a span
{
	display: block;
	margin-top: 8px;
}

#sidebar-right .block a img
{
	margin: 0px auto;
}

#sidebar-right .block a.btn
{
	color: white;
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 5px 20px;
}

#sidebar-right .block .cta-link
{
	text-transform: uppercase;
	color: #b2292e;
	font-size: 14px;
	font-weight: 700;
	vertical-align: top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 0 10px 0 0;
	margin: 5px 0;
}

#sidebar-right .block .cta-link:hover
{
	text-decoration: underline;
}

#sidebar-right .block .cta-link img
{
	display: inline-block;
	margin: -4px 5px 0 0;
}

#sidebar-right .block-inner p
{
	margin-bottom: 0;
}

#sidebar-right .block ul
{
	padding-left: 0;
}

#sidebar-right .block ul li
{
	list-style-type: none;
	margin-bottom: 8px;
}

#sidebar-right .block img
{
	display: block;
}

#main
{
	position: relative;
	padding-bottom: 8px;
}

.ie6 #main,
.ie7 #main
{
	zoom: 1;
}

.with-navbar #content, .with-navbar #sidebar-left, .with-navbar #sidebar-right
{
	margin-top: 35px;
}

.no-sidebars #content
{
	float: left;
	width: 970px;
	margin-left: 0;
	margin-right: -1155px;
	padding: 0;
}

.one-sidebar #content
{
	float: left;
	width: 785px;
	margin-left: 185px;
	margin-right: -970px;
	padding: 0;
}

.two-sidebars #content
{
	float: left;
	width: 600px;
	margin-left: 185px;
	margin-right: -785px;
	padding: 0;
}

#content-inner
{
	color: #333333;
    overflow:auto;
	margin: 0;
	padding: 30px 10px 0 0;
    padding-bottom:100px;
}

.no-sidebars #banner, .one-sidebar #banner, .two-sidebars #banner
{
	background: transparent;
	overflow: hidden;
}

.no-sidebars #banner #banner-inner h1.title
{
	margin: 0 0 0 165px;
}

#banner.banner-image
{
	height: auto;
	background-image: none !important;
}

#banner.banner-image #banner-inner
{
	top: 0;
	bottom: auto;
	padding: 0 0 5px 0;
	display: block;
}

#banner #banner-inner h1.title
{
	font-family: arial,sans-serif;
	font-size: 26px;
	margin: 0 0 20px;
	padding: 0 55px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	color: #b2292e;
	width: auto;
	background: url(/content/images/red-dot-spaced.gif) 0 16px repeat-x;
}

#banner #banner-inner h1.title span
{
	background: white;
	display: inline-block;
	padding: 0 10px;
}

#banner #banner-inner h1.title em
{
	padding: 0 0 0 70px;
	font-style: normal;
	text-transform: none;
}

#banner #banner-inner h1.title .highlight
{
	padding: 0;
}

#content-area
{
	padding: 0 0 20px 0;
}

.node-content-inner
{
	overflow: hidden;
	clear: both;
}

#content .node-content-inner p
{
	font-size: 16px;
}

/** floating divs **/
.ie6 #content,
.ie6 #navbar,
.ie6 #sidebar-left,
.ie6 #sidebar-right,
.ie7 #content,
.ie7 #navbar,
.ie7 #sidebar-left,
.ie7 #sidebar-right
{
	display: inline; /* display inline or double your floated margin! [1] */
	overflow: hidden; /* in ie6, overflow auto is broken [2] and so is overflow visible [3] */
	overflow-y: visible;
}

#footer
{
	height: 50px;
	background: white url(/content/images/bg-footer-gradient.jpg) top left repeat-x;
	margin: 0 auto;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	z-index: 5;
	overflow: hidden;
}

#footer-inner
{
	color: #333333;
	padding-top: 20px;
	text-transform: none;
	font-size: 12px;
	width: 970px;
	overflow: hidden;
	margin: 0 auto;
}

#footer ul
{
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#footer li
{
	background: url(/content/images/black-dot.png) 99% 48% no-repeat;
	display: block;
	float: left;
	margin: 0;
	padding: 0 12px 0 6px;
	line-height: 20px;
}

#footer li.last
{
	background-image: none;
	padding-right: 0;
}

#footer ul li a
{
	color: #333333;
	text-decoration: none;
}

#footer ul li a:hover
{
	text-decoration: none;
	color: #b2292e;
}

#footer .block
{
	margin-bottom: 0;
}

#footer-message
{
	float: right;
	line-height: 20px;
	text-align: right;
}

#footer-message p
{
	margin: 0px;
}

#wrapperiframe
{
	position: relative;
	margin: 0 auto 20px auto;
	padding-top: 20px;
	text-align: left;
}

#wrapper-modal
{
	position: relative;
	padding: 0;
	height: auto !important;
	height: 100%;
	margin: 0 auto -15px;
	min-height: 100%;
	border-left: 15px solid #b2292e;
	border-right: 15px solid #b2292e;
	text-align: left;
}

#content-modal
{
	padding: 10px 15px 10px 15px;
	font-size: 0.9em;
	z-index: 102;
}

/* ------------------------------------------------ */
/* Styles for validation helpers
/* ------------------------------------------------ */

.field-validation-error
{
	color: #cc062c;
	font-style: italic;
}

.field-validation-valid
{
	display: none;
}

.input-validation-error,
.input-validation-error[type="text"],
.input-validation-error[type="password"]
{
	border: 1px solid #cc062c;
}

.validation-summary-errors
{
	font-style: italic;
	color: #cc062c;
}

.validation-summary-errors ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.validation-summary-valid
{
	display: none;
}

.error-page
{
	margin: 0 0 50px 0;
}

.error-page h1
{
	font-size: 7em;
	text-align: center;
}

.error-page .message
{
	width: 600px;
	margin: 25px auto 0 auto;
	padding: 0 0 10px 0;
	font-size: 1.4em;
	font-weight: normal;
	text-align: center;
}

/* ------------------------------------------------ */
/* Common display elements
/* ------------------------------------------------ */

h3.edit-header
{
	margin: 0px;
	padding: 0 0 10px 0;
	font-size: 1.75em;
	font-weight: bold;
}

/* ------------------------------------------------ */
/* Content Page
/* ------------------------------------------------ */

#content-page
{
	color: #333333;
	padding: 15px 15px 40px 15px;
}

/* ------------------------------------------------ */
/* Home page
/* ------------------------------------------------ */

#home-page
{
	margin: 0 0 40px 0;
}

#home-page h2
{
	color: #000000;
}

#home-page p
{
	line-height: 1.5em;
}

#home-page .left-col
{
	float: left;
	width: 300px;
}

#home-page .right-col
{
	float: left;
	width: 255px;
	margin: 0 0 0 35px;
}

#home-page p.everify
{
	text-align: right;
	font-size: 11px;
	padding: 0 10px 0 0;
}

/* ------------------------------------------------ */
/* Static Pages
/* ------------------------------------------------ */

#static-page
{
	margin: 0 0 40px 0;
}

#static-page h2
{
	color: #c73a2c;
}

#static-page p
{
	line-height: 1.5em;
}

#static-page .left-col
{
	float: left;
	width: 250px;
}

#static-page .right-col
{
	float: left;
	width: 300px;
	margin: 0 0 0 40px;
}

#static-page p.everify
{
	text-align: right;
	font-size: 11px;
}

/* ------------------------------------------------ */
/* Jobs Home page
/* ------------------------------------------------ */

#jobs-home-page
{
	margin: 0 0 40px 0;
}

#jobs-home-page img.workbanner
{
	float: left;
	padding: 0 4px 0 0;
}

#jobs-home-page #leftcolumn
{
	float: left;
	width: 310px;
	margin-top: 18px;
}

#jobs-home-page #leftcolumn p.info
{
	position: relative;
	padding: 0px 30px 10px 0px;
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
}

#jobs-home-page #leftcolumn h3,
#jobs-home-page #rightcolumn h3
{
	font-size: 22px;
	font-weight: 300;
	text-align: center;
	margin: 0;
	padding: 0;
}

#jobs-home-page #leftcolumn h2
{
	font-size: 26px;
	font-weight: 300;
	text-align: left;
	margin: 0 0 0 15px;
	padding: 0;
	color: #000000;
}

#jobs-home-page #leftcolumn h4
{
	font-size: 17px;
	font-weight: 300;
	margin: 5px 0px 5px 15px;
	padding: 0;
}

#jobs-home-page #leftcolumn img#searchjobs
{
	position: relative;
	margin: 15px;
}

#jobs-home-page #rightcolumn
{
	float: right;
	width: 276px;
	margin: 0;
	padding: 6px 0 0 0;
	background-color: #e7c289;
}

#jobs-home-page #rightcolumn h3
{
	margin: 0;
	padding: 0 0 10px 0;
	line-height: 1.2em;
	color: #000000;
	border-bottom: 2px solid #ffffff;
}

#jobs-home-page #rightcolumn span
{
	color: #b2292e;
}

#jobs-home-page #rightcolumn ul
{
	margin: 0;
	padding: 12px 0 13px 0;
	list-style-type: none;
	font-size: 14px;
	background-color: #f9dbaf;
}

#jobs-home-page #rightcolumn ul li
{
	padding: 6px 0 6px 10px;
}

#jobs-home-page #rightcolumn ul li em
{
	font-size: 0.9em;
	font-style: normal;
}

#jobs-home-page #rightcolumn ul li a
{
	color: #b2292e;
	text-decoration: underline;
}

#jobs-home-page #bottomcenter p.everify
{
	text-align: center;
	font-size: 10px;
}

#jobs-home-page #bottomcenter
{
	position: relative;
	margin: 20px 0 0 0;
}

/* ------------------------------------------------ */
/* Non Hourly Jobs
/* ------------------------------------------------ */

#non-hourly-jobs
{
	padding: 0 0 40px 0;
}

/* ------------------------------------------------ */
/* Hiring Request Home
/* ------------------------------------------------ */

#request-home-page
{
	margin: 0 0 40px 0;
	padding: 15px 15px 20px 15px;
	font-size: 1.2em;
}

#request-home-page a:link, #request-home-page a:visited, #request-home-page a:active, #request-home-page a:hover
{
	color: #000000;
	text-decoration: none;
}

#request-home-page a:hover
{
	color: #b2292e;
}

#request-home-page .left
{
	float: left;
	width: 400px;
	margin-right: 70px;
}

#request-home-page .left h1
{
	border-bottom: 1px solid #000000;
	color: #b2292e;
	text-transform: uppercase;
	font-size: 1.8em;
	text-align: left;
}

#request-home-page .right
{
	float: left;
	width: 350px;
}

#request-home-page h2
{
	font-size: 1.2em;
	text-align: left;
	margin-top: 8px;
	color: #000000;
	text-transform: uppercase;
	border-bottom: 1px solid #000000;
	line-height: 30px;
	letter-spacing: -.5px;
}

#request-home-page p
{
	font-size: 1.1em;
	line-height: 1.3em;
}

#request-home-page .locwrapper
{
	background: url("/Content/Images/default-no-sidebars.jpg") repeat scroll 0 0;
	height: 40px;
	width: 340px;
	position: relative;
	margin: 10px;
	-webkit-box-shadow: 12px 12px 26px rgba(50, 50, 50, 0.62);
	-moz-box-shadow: 12px 12px 26px rgba(50, 50, 50, 0.62);
	box-shadow: 12px 12px 26px rgba(50, 50, 50, 0.62);
}

#request-home-page .left-col
{
	color: white;
	display: inline-block;
	margin: 10px;
}

#request-home-page .right-col
{
	display: inline;
	margin: 10px;
}

/* ------------------------------------------------ */
/* Posting Request
/* ------------------------------------------------ */

#postings
{
	padding: 15px 15px 40px 15px;
	font-size: 1.2em;
}

#postings h2
{
	font-weight: normal;
	line-height: 1.2em;
}

#postings table.layout
{
	width: 860px;
	height: 100%;
}

#postings .table-left
{
	width: 405px;
	vertical-align: top;
}

#postings .table-right
{
	width: 455px;
	vertical-align: top;
}

#postings a.request-history
{
	display: block;
	font-size: 0.9em;
}

#postings .position-wrapper
{
	border: 1px solid #999999;
	padding: 7px;
	width: 750px;
	margin: 0 0 15px 0;
}

#postings .position-wrapper h2
{
	font-weight: bold;
	margin: 0 0 3px 0;
}

#postings .position
{
	float: left;
	margin: 0 10px 5px 0;
}

#postings .posting-length
{
	float: left;
	margin: 0 7px 3px 0;
}

#postings #position-error-message
{
	display: none;
	margin: 15px 0 0 0;
}

#postings #job-board-error-message
{
	display: none;
	margin: 0 0 15px 0;
}

#postings .posting-length-error
{
	display: none;
	margin: 3px 0 3px 0;
}

#postings .job-board-left
{
	float: left;
	width: 35px;
}

#postings .job-board-right
{
	float: left;
	width: 715px;
}

#postings .submit-request
{
	margin: 0;
}

#postings #market-info p
{
	margin: 0 0 8px 0;
}

#postings #market-info a
{
	font-size: 0.9em;
}

#postings #market-info .wage-links
{
	margin: 0 0 15px 0;
	line-height: 25px;
}

#postings #market-info .wage-links a
{
	display: block;
}

#postings .left-col
{
	float: left;
	width: 120px;
}

#postings .right-col
{
	float: left;
}

#postings #resource-total-section
{
	display: none;
	width: 734px;
	margin: 10px 0 15px 0;
	padding: 12px 15px 12px 15px;
	font-size: 1.3em;
	border: 1px solid #999999;
	color: #333333;
}

#postings #agreement-section
{
	display: none;
	margin: 20px 0 25px 0;
}

#postings #agreement-error
{
	display: none;
}

#postings legend
{
	font-size: 20px;
	font-weight: normal;
	color: #b2292e;
}

/* ------------------------------------------------ */
/* Flyer Request
/* ------------------------------------------------ */

#flyers
{
	padding: 80px 20px 40px 20px;
	font-size: 1.2em;
}

#flyers table.layout
{
	width: 940px;
	height: 100%;
}

#flyers .table-left
{
	width: 369px;
	height: 450px;
	vertical-align: top;
}

#flyers .table-right
{
	width: 520px;
	vertical-align: top;
}

#flyers .table-spacer
{
	width: 23px;
	font-size: 1px;
	line-height: 1px;
}

#flyers .table-line
{
	width: 5px;
	font-size: 1px;
	line-height: 1px;
	border-left: 1px solid #999999;
}

#flyers .table-left .flyer-image
{
	float: left;
	width: 165px;
	text-align: center;
}

#flyers .table-left .flyer-image-spacer
{
	float: left;
	width: 20px;
}

#flyers .table-left a.request-history
{
	display: block;
	font-size: 0.9em;
	margin: 0 0 4px 0;
}

#flyers .table-right .left-col
{
	float: left;
	width: 120px;
}

#flyers .table-right .right-col
{
	float: left;
}

#flyers .table-right .position-wrapper
{
	border: 1px solid #999999;
	padding: 7px;
	margin: 0 0 15px 0;
}

#flyers .table-right .position-wrapper h2
{
	margin: 0 0 3px 0;
}

#flyers .table-right .position
{
	float: left;
	margin: 0 10px 5px 0;
}

#flyers #position-error-message
{
	display: none;
	margin: 10px 0 0 0;
}

#flyers #flyer-type-error-message
{
	display: none;
	margin: 15px 0 0 0;
}

#flyers .table-right .flyer-type
{
	float: left;
	margin: 0 20px 5px 0;
}

#flyers .table-right .submit-request
{
	margin: 0 auto;
}

/* ------------------------------------------------ */
/* Hiring Cards
/* ------------------------------------------------ */

#hiring-cards
{
	padding: 80px 0 40px 0;
	text-align: center;
	font-size: 1.2em;
}

#hiring-cards a.button,
#hiring-cards a.button:hover
{
	margin: 0 auto;
}

#hiring-cards table
{
	margin: 0 auto;
}

#hiring-cards table td
{
	font-size: 1.2em;
}

/* ------------------------------------------------ */
/* Contact Request
/* ------------------------------------------------ */

#contact
{
	padding: 80px 20px 40px 20px;
	font-size: 1.2em;
}

#contact table.layout
{
	width: 740px;
	height: 100%;
}

#contact .table-left
{
	width: 220px;
	height: 450px;
	vertical-align: top;
}

#contact .table-right
{
	width: 520px;
	vertical-align: top;
}

#contact .table-right .left-col
{
	float: left;
	width: 120px;
}

#contact .table-right .right-col
{
	float: left;
}

#contact .table-right a.request-history
{
	display: block;
	font-size: 0.9em;
	margin: 0 0 4px 0;
}

#contact #comment-error-message
{
	display: none;
}

#contact .table-right .submit-request
{
	margin: 0 auto;
}

h2 .error
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
}

/* ------------------------------------------------ */
/* Job Listings
/* ------------------------------------------------ */

#jobs
{
	min-height: 350px;
	margin: 0 0 40px 0;
}

#jobs form,
#job-detail form
{
	display: inline;
}

#jobs select, #jobs option,
#job-detail select, #job-detail option
{
	color: #333333;
	font-size: 1em;
	text-decoration: none;
	font-weight: normal;
	margin: 0;
}

#jobs
{
	padding: 0 0 20px 0;
	font-size: 1.2em;
}

#jobs .search
{
	width: 770px;
}

#jobs .search .select-all
{
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 11px;
}

#jobs .search .position
{
	float: left;
	margin: 0 10px 5px 0;
	font-size: 0.85em;
}

#jobs #allJobList tr
{
	line-height: 1.2em;
}

#jobs #allJobList td
{
	font-size: 0.9em;
}

/* ------------------------------------------------ */
/* Job Details
/* ------------------------------------------------ */

#job-detail
{
	padding: 0 0 40px 0;
	font-size: 1.2em;
}

#job-detail .left-col
{
	float: left;
	width: 140px;
	font-weight: bold;
}

#job-detail .right-col
{
	float: left;
	width: 550px;
}

#job-detail .return
{
	float: left;
}

#job-detail a.apply,
#job-detail a.apply:hover
{
	float: left;
	margin: 0 0 0 20px;
}
