/* CSS Document */

/*All pages*/
* {
	margin:0px;
	padding:0px;
	}

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#98012e;
	font-size:11px;
	padding-bottom:10px;
}

.bold, .strong {
	font-weight: bold;
	}
	
a {
	color:#FF6600;
	text-decoration:underline;
}

a img{
	border: 0;
}

a:hover {
	color:#000000;
	text-decoration:underline;
}

body {
	margin:0px;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#98012e;
	background-color:#f7ebd6;
	padding-top:0px;
	padding-bottom:10px;
}

li {
	line-height:13px;
	list-style-type:square;
	list-style-position:outside;
	margin-left:25px;
	padding-bottom:5px;
	}

ul {
	padding-top:0px;
	padding-bottom:5px;
	}

ol {
	list-style: decimal;
	}
	
ol li {
	list-style: decimal;
	}
	
h1 {
	margin-bottom: 16px;	
	font-size: 14px;
	color: #ee2b32;	
	}
	
h1.storetitle{
	font-size: 18px;
}

h2 {
	font-size: 11px;
	color: #98012E;
	margin-bottom: 2px;
	}
	
h3 {
	font-size: 12px;
	color: #98012e;
	}
	
.header1 {
	margin-top: 10px;
	}

blockquote {
	font-style: italic;
	}
	
option{
	padding-right: 0.5em;
}
	
.quote {
	padding-bottom: 2px;
	}

td {
	vertical-align: top;
	}

input {
	color:#98012e;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
	}
	
#back-top {
	position: relative;
	width: 685px;
	}
	         
#utilitynav {
	list-style: none;
	font-size:11px;
	text-align:right;
	font-weight:bold;
	top: 10px;
	right: 10px;
	position: absolute;
	}  

#utilitynav li {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding-right:0pt;
	padding-left:20px;
	margin-left:0px;
}
	
#utilitynav a{
	display:block;
	top:10px;	
	color:#98012e;
	text-decoration:none;
	padding-top: 9px;	
	}


#utilitynav a:hover{	
	
	color:#000000;
	text-decoration:none;
}

#home a{
text-align:left;
	background:transparent url(images/icon_home.gif) no-repeat scroll top right;
	padding-right: 18px;
	}

#login a{
text-align:left;
	background:transparent url(images/icon_login.gif) no-repeat scroll top right;
	padding-right: 19px;
	}
	
#logout a{
text-align:left;
	background:transparent url(images/icon_login.gif) no-repeat scroll top right;
	padding-right: 19px;
	}

#register a{
text-align:left;
	background:transparent url(images/icon_register.gif) no-repeat scroll top right;
	padding-right: 13px;
	}

#cart a{
text-align:left;
	background:transparent url(images/icon_jobcart.gif) no-repeat scroll top right;
	padding-right: 24px;
	}

	
.subnav {
	color:#f7941d;
	font-size:11px;
	font-weight:bold;
	}

#mainnav {
	width:600px;
	margin-left:66px;
	clear:both;
	padding-top:18px;
}
	
#mainnav ul {
	height: 50px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#admin #mainnav ul {
	margin-bottom: 20px;
	}

#mainnav li {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding-left:0pt;
	margin-left:0px;
	padding-bottom: 0;
}

#mainnav li a.active, #mainnav li a:hover {
background-position:0pt 50px;
}

#mainnav a span{
	display:none;
}

#mainnav a{
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	height: 50px;
}

.banner { 
	display: block;
}

#who-are-we a{
	background:transparent url(images/who.gif) repeat scroll top left;
	width:91px;
}
#meet-great-people a{
	background:transparent url(images/meet.gif) repeat scroll top left;
	width:107px;
}
#connect-with-the-best a{
	background:transparent url(images/connect.gif) repeat scroll top left;
	width:106px;
}
#make-a-difference a{
	background:transparent url(images/make.gif) repeat scroll top left;
	width:94px;
}
#rewards-and-recognition a{
	background:transparent url(images/rewards.gif) repeat scroll top left;
	width:102px;
}
#work-life-balance a{
	background:transparent url(images/WORK.gif) repeat scroll top left;
	width:97px;
}


.footernav {
	color:#98012e;
	font-size:11px;
	}

.footernav ul {
	list-style: none;
	}
	
.footernav li {
	list-style: none;
	display: inline;
	margin-right: 30px;
	margin-left: 0;
	}
	
.footernav a {
	color:#98012e;
	text-decoration:underline;
	}

.footernav a:hover {
	color:#000000;
	text-decoration:underline;
	}

.tabbed {
	padding-left:20px;
	}
	
.wide{
	width: 95%;
}
	
table.styled{
	border-collapse: collapse;
	margin-bottom: 1em;
}
	
table.styled td, table.styled th{
	padding: 3px 6px;
	text-align: left;
}

.nowrap{
	white-space: nowrap;
}

#error_list, #flash_messages{
	border: 1px outset #ed1c24;
	margin: 1em 0;
}

#error_list ul, #flash_messages ul{
	padding: 0;
	margin: 0;
}

#error_list li, #flash_messages li{
	padding: 0;
	margin: 0.75em 0 0.75em 2.5em;
	list-style-position: outside;
	font-size:12px;
	font-weight:bold;
	padding-left: 0.5em;
}

#error_list li{
	list-style: url(images/icon_error.jpg);
	color:#ed1c24;
}

#flash_messages li{
	list-style: url(images/icon_status.jpg);
	color:#347C85;
}


/*All pages set up*/
#masterWrap {
	margin:auto;
	width:740px;
	background-image:url(images/background.jpg);
	background-repeat:repeat-y;
	}

#mainarea {
	width:685px;
	margin-left:5px;
	}

#logo {
	margin-left:65px;
	width:115px;
	height:54px;
	padding-top: 28px;
	/*background-image:url(images/logo.jpg);
	background-repeat:no-repeat;*/
	clear:both;
	}

#banner {
	width:685px;
	clear:both;
	}

/* fix IE whitespace gap bug */
#banner img{ display: block; }
#banner table img{ display: inline; }

#careers-marquee {
	margin-left: -60px;
		width: 685px;
	}

#contentarea {
	margin-left:60px;
	width:617px;
	clear:both;
	}
	
#apply-search {
	height: 69px;
	list-style: none;
	padding-bottom: 0;
	background:url(images/apply-search-bg.jpg) top left no-repeat;
}

#apply-search li {	
	list-style: none;
	float: right;
	margin-left: 0; 
	padding-bottom: 0;
	}

#apply-search li a {
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	height: 38px;
	text-indent: -9999px;
	}
		
#apply-search li a.active, #apply-search li a:hover {
	background-position: 0px -38px;
}

#apply-btn a {
	background-image: url(images/btn-apply.jpg);
	width: 161px;
	}

#search-btn a {
	background-image: url(images/btn-search.jpg);
	width: 197px;
	margin-right: 55px;
	}
	
#careers-marquee #search-btn a {
	margin-right: 0px;

	}
	
/*Home page setup*/
#flashbanner {
	width:685px;
	height:360px;
	}

#leftside_home {
	width:300px;
	float:left;
	}

h1.nobreak {
	margin-bottom: 3px;
	}

#boxrecruit_left {
	width:13px;
	height:171px;
	background-image:url(images/box_recruit_left.jpg);
	background-repeat:no-repeat;
	float:left;
	}

#boxrecruit_right {
	width:18px;
	height:171px;
	background-image:url(images/box_recruit_right.jpg);
	background-repeat:no-repeat;
	float:right;
	}

#boxrecruit_back {
	width:269px;
	height:111px;
	background-image:url(images/box_recruit_bottom.jpg);
	background-repeat:no-repeat;
	float:left;
	}

#boxrecruit_ttl {
	width:269px;
	height:60px;
	background-image:url(images/box_recruit_ttl.jpg);
	background-repeat:no-repeat;
	float:left;
	}

#boxrecruit_copy {
	padding-left:10px;
	padding-right:10px;
	}
	
#boxrecruit_copy p{
	margin: 0 0 0.6em;
	padding: 0;
}

#rightside_home {
	width:300px;
	padding-left:10px;
	float:right;
	}

#boxhotjob_left {
	width:13px;
	height:171px;
	background-image:url(images/box_recruit_left.jpg);
	background-repeat:no-repeat;
	float:left;
	}

#boxhotjob_right {
	width:18px;
	height:171px;
	background-image:url(images/box_recruit_right.jpg);
	background-repeat:no-repeat;
	float:right;
	}

#boxhotjob_back {
	width:269px;
	height:111px;
	background-image:url(images/box_recruit_bottom.jpg);
	background-repeat:no-repeat;
	float:left;
	}

#boxhotjob_ttl {
	width:269px;
	height:60px;
	background-image:url(images/box_hotjob_ttl.jpg);
	background-repeat:no-repeat;
	float:left;
	}

#boxhotjob_copy{
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	}

/*Interior page setup*/
#leftside_interior1 {
	width:191px;
	float:left;
	}

#leftside_interior2 {
	width:183px;
	float:left;
	}
	
/* Home page recruitment events */

#recruitment_events_box{
	float: left;
	margin-left: 6px;
	margin-top: 9px;
	background: url(images/recruitment_boxsides.gif) repeat-y;
	width: 291px;
}

#recruitment_events_boxtop{
	background: url(images/recruitment_boxtop.gif) no-repeat;
	height: 52px;
}

#recruitment_events_box ul#recruitment_events{
	background: url(images/box_bubbles.gif) bottom right no-repeat;
	margin-left: 20px;
	margin-right: 3px;
	padding: 0 0 3px;
	position: relative;
	top: 5px;
}

#recruitment_events_box ul#recruitment_events li{
	margin: 0 1em;
	line-height: 13px;
}

#recruitment_events_box p{
	margin: 0 1.5em;
}

#recruitment_events_boxbottom{
	background: url(images/recruitment_boxbottom.gif) no-repeat;
	height: 18px;
}



	
/* Bios pages */

#bios_box{
	margin-left: 6px;
	background: url(images/bios_boxsides.gif) repeat-y;
	width: 174px;
}

#bios_boxtop{
	background: url(images/bios_boxtop.gif) no-repeat;
	height: 52px;
}

#bios_box ul#bios{
	background: url(images/bios_boxcontent.gif) bottom right no-repeat;
	margin-left: 20px;
	margin-right: 3px;
	padding: 0 0 3px;
	position: relative;
	top: 12px;
}

#bios_box ul#bios li{
	list-style: none;
	margin: 0;
	line-height: 13px;
}


#bios_boxbottom{
	background: url(images/bios_boxbottom.gif) no-repeat;
	height: 23px;
}

/* landing pages box */
#landing_events_box{
	background: url(images/landing_events_boxsides.gif) repeat-y;
	width: 184px;
}

#landing_events_boxtop{
	background: url(images/landing_events_boxtop.gif) no-repeat;
	height: 52px;
}


#landing_events_box ul#landing_events{
	background: url(images/box_bubbles.gif) bottom right no-repeat;
	margin-right: 3px;
	padding: 0 0 3px;
	position: relative;
	top: 12px;
}

#landing_events_box ul#landing_events li{
	margin: 0 2em;
	line-height: 13px;
	list-style: none;
}

#landing_events_boxbottom{
	background: url(images/landing_events_boxbottom.gif) no-repeat;
	height: 21px;
}





#boxleft_profile {
	width:18px;
	height:262px;
	background-image:url(images/box_left_interior.jpg);
	background-repeat:no-repeat;
	float:left;
	}

#boxright_profile {
	width:18px;
	height:262px;
	background-image:url(images/box_right_interior.jpg);
	background-repeat:no-repeat;
	float:right;
	}

#boxback_profile {
	width:155px;
	height:202px;
	background-image:url(images/box_bottom_interior.jpg);
	background-repeat:no-repeat;
	float:left;
	}

#boxback_profile ul {
	list-style: none;
	margin: 5px 0 0 8px ;
	}
	
#boxback_profile li {
	list-style: none;
	margin-left: 0;
	}
	
#boxtitle_profile {
	width:155px;
	height:60px;
	background-image:url(images/box_profileofpeople_ttl.jpg);
	background-repeat:no-repeat;
	float:left;
	}

#rightside_interior {
	width:395px;
	float:right;
	}

#subnav_interior {
	width:395px;
	clear:both;
	}

#copyarea_interior {
	margin-top:30px;
	width:395px;
	clear:both;
	}

#footer {
	margin-left:66px;
	padding-top:20px;
	padding-bottom:10px;
	width:650px;
	clear:both;
	}

/*Home page styles*/
#events_select{
	width: 245px;
}

/*Who we are styles*/
#realpoints {
	margin-left: 20px;
	}
	
/*Meet great people styles*/
#ourpeople {
	width: 372px;
	}
#ourpeople td {
	padding: 10px;	
	}

#ourpeople td p {
	padding-bottom: 0;
	}
	
.peoplepic {
	margin-bottom: 15px;
	}
	
ul#bios li{
	padding-bottom: 4px;
}
	
/*Rewards styles */
#gallery {
	margin-bottom: 15px;
	}
	
#readerschoice {
	margin: 3px 5px 3px 0;
	}
	
#worklifelist {
	margin-top: 10px;
	}


/*Form pages setup*/
#form_breadcrumb {
	width:615px;
	clear:both;
	margin-bottom:20px;
	}

#form_body {
	width:440px;
	padding-left:20px;
	clear:both;
	}

#form_body h1 {
	font-size: 16px;
	margin-bottom: 10px;
	}

#form_body h3 {
	margin: 15px 0 5px 0;
	}
	
#rightside_form {
	width:460px;
	background-image:url(images/square-dot.jpg);
	background-repeat:repeat-y;
	float:right;
	padding-bottom:10px;
	}

#leftside_form {
	width:150px;
	float:left;
	}

	
/*Form sytles*/
#leftside_form h1 {
	font-size:12px;
	color:#347c85;
	line-height:17px;
	margin-bottom: 1px;
	}

.formsubnav {
	color:#98012e;
	font-weight:bold;
	list-style: none;
	margin-left: 0;
	}

.formsubnav li {
	list-style: none;
	margin-left: 0;
	margin-bottom: 5px;
	}
	
.formsubnav a {
	color:#347c85;
	font-weight:bold;
	}

.formsubnav a:hover {
	color:#98012e;
	font-weight:bold;
	}
	
#adminsubnav {
	margin-top: 15px;
	}
	
#adminsubnav li {
	margin-bottom: 15px;
	}
	
.paging {
	font-weight: bold;
	list-style: none;
	}
	
.paging li {
	list-style: none;
	display: inline;
	margin-right: 8px;
	margin-left: 0;
	}
	
.btmpaging {
	padding-top: 10px;
	}
	
.formtable td {
	padding: 2px;
	}
	
.radiolist, .checkboxlist {
	list-style: none;
	}
	
.radiolist li, .checkboxlist  li {
	list-style: none;
	}

#appliedto {
	margin: 10px 0 5px 0;
	}
	
/*Admin styles*/
#locationlist_edit_panel {
 	background-color: #FDF0D9;
	margin: 5px 0;
	width: 400px;
	}

#adduserdetails {
	margin-bottom: 15px;
	}

#selected_location_list {
	width: 400px;
	margin: 5px 0;
	background-color: #e4e4e4;
	}
	
#addeventdetails {
	margin-top: 10px;
	}
	
#eventdetailsbuttons {
	margin-bottom: 15px;
	}
	
.postingresults {
	padding-top: 15px;
	}
	
.contactinfo {
	list-style: none;
	margin-bottom: 5px;
	}
	
.contactinfo li {
	list-style: none;
	margin-left: 0;
	}
	
/*Job Search Results*/
#results {
	border-collapse: collapse;
	margin-top: 8px;
	margin-bottom: 25px;
	}

#results th, #results td{
	padding: 4px 3px;
	border-right: 2px solid #fff;
	vertical-align: middle;
	}
	
#results th {
	background-color: #fdf0d9;
	}
	
.topbuttonrow {
	margin-top: 10px;
	}
	
.btmbuttonrow {
	margin-top: 15px;
	}
	
.topbuttonrow, .btmbuttonrow, .hours {
	list-style: none;
	}
	
.topbuttonrow li, .btmbuttonrow li, .hours li {
	list-style: none;
	display: inline;
	margin-left: 0;
	margin-right: 8px;
	}
	
.clearbutton {
	margin-top: 5px;
	}
	

#positiondetails {
	margin-top: 10px;
	}
	
#positiondetails th, #positiondetails td {
	padding-bottom: 15px;
	}
	
#positiondetails th {
	text-align: left;
	vertical-align: top;
	}
	
#positiondetails td {
	padding-left: 15px;
	}	
	
#positiondetails .positiongroup th, #positiondetails .positiongroup td {
	padding-bottom: 2px;
	}
	
.sendjobs {
	margin-top: 15px;
	}
	
.sendjobs td {
	padding: 5px;
	}
	
	
/*Profile styles*/
.question {
	margin-top: 15px;
	}

#wage_expectation_id {
	margin-left: 15px;
	}
	
#availability td {
	padding: 1px 10px 1px 0;
	}
	
#profilenav, .adminnav {
	/*color:#98012e;*/
	/*font-size:11px;*/
	padding-bottom:15px;
	margin-top: 10px;
	font-weight:bold;
	list-style: none;
	}
	
#profilenav li, .adminnav li {
	list-style: none;
	display: inline;
	margin-left: 0;
	}
	
#profilenav a, .adminnav a {
	color:#347c85;
	}
	
#profilenav a:hover, .adminnav a:hover {
	color:#98012e;
	}

#positionduration {
	margin-bottom: 15px;
	}
	
#positionduration table td {
	vertical-align: middle;
	padding: 1px 0 1px 0;
	}

#positionduration table td#duration {
	width: 100px;
	padding-right: 10px;
	}
	
#datalist_edit_panel {
 	background-color: #FDF0D9;
	margin: 5px 0;
	width: 400px;
	}
	
#previousposition {
	width: 400px;
	margin: 5px 0;
	background-color: #e4e4e4;
	}
	
td.nextactions {
	text-align: right;
	padding: 3px;
	}
	
#emprefs { 
	margin-top: 10px;
	}

/*Location page styles*/
.locationpic {
	margin-bottom: 25px;
	}
	
#hotjobs {
	margin: 15px 0 10px 0;
	}
	
#seejobsbutton {
	margin: 3px 0 10px 0;
	}

		
/*Job Posting Mgmt styles*/

.storepositionhead { 
	padding: 4px;
	background: #98012E;
	color: white;
	}
	
/*Login/Registration pages*/
.loginfields td {
	padding: 5px;
	}
	
.loginfields input {
	padding: 2px;
	}
	
.buttons { 
	padding-top: 10px;
	}
	
.howtoapply {
	margin-top: 10px;
	}

/*External Landing page setup*/
#boxleft_recEvent {
	width:18px;
	height:267px;
	background-image:url(images/ex_recEvent_left.jpg);
	background-repeat:no-repeat;
	float:left;
	}

#boxright_recEvent {
	width:18px;
	height:267px;
	background-image:url(images/ex_recEvent_right.jpg);
	background-repeat:no-repeat;
	float:right;
	}

#boxback_recEvent {
	width:155px;
	height:207px;
	background-image:url(images/ex_recEvent_bottom.jpg);
	background-repeat:no-repeat;
	float:left;
	padding-top:10px;
	}

#boxtitle_recEvent {
	width:155px;
	height:60px;
	background-image:url(images/ex_ttl_recEvent.jpg);
	background-repeat:no-repeat;
	float:left;
	}
	
#contents_recEvent{
	height: 180px;
	overflow: hidden;
}
#contents_recEvent li{
	margin-left: 1.1em;
	list-style: none;
}

#ex_people {
	width:185px;
	height:190px;
	background-image:url(images/ex_img_people.jpg);
	background-repeat:no-repeat;
	float:left;
	clear:left;
	}

.hidden
{
    display:none;
	}

#landingJobs {
	width:380px;
	border:1px solid #98012e;
	background-color:#F7EBD6;
	margin-bottom: 1.5em;
	padding: 0 1.5em 1.5em;
}

#landingJobs h2{
	margin: 1.5em 0 1em;
}



/* Position Application Forward Styles*/

#position-application-forward-form {
	display: block;
	width: 440px;
	height: 80px;
	padding: 0;	
	margin-top: 10px;
	}

#position-application-forward-form li {
	list-style: none;
	margin-left: 0;
	display: block;
	width: 170px;
	float: left;
	}

#position-application-forward-form li.form-label {
	clear: left;
	width: 260px;
	padding-top: 4px;
	}


#position-application-forward-form-additional {
	width: 440px;
	height: 110px;
	padding: 0;	
	margin-top: 10px;
	}

#position-application-forward-form-additional li {
	list-style: none;
	margin-left: 0;
	display: block;
	width: 170px;
	float: left;
	}

#position-application-forward-form-additional li.form-label {
	clear: left;
	width: 260px;
	padding-top: 4px;
	}
	

/* DEBUG STYLES */

.debug {
	background:#FBE6F2 none repeat scroll 0% 50%;
	border:1px solid #D893A1;
	color:#333333;
	margin:10px 0pt 5px;
	padding:10px;
	list-style-type: none;
	}


.debug label {
	background-color:transparent;
	border-bottom:1px solid #D0D0D0;
	color:#444444;
	font-size:16px;
	font-weight:bold;
	margin:24px 0pt 2px;
	padding:5px 0pt 6px;
	}

.debug pre {
	background-color:#F9F9F9;
	border:1px solid #D0D0D0;
	color:#002166;
	display:block;
	font-family:Monaco,Verdana,Sans-serif;
	font-size:12px;
	margin:14px 0pt;
	padding:12px 10px;
	}
