body
{
	margin: 0px 0px 0px 0px;
	background-color:#f6f6f6;
    background-image:url(../images/home/home_background.jpg);
    background-position:top left;
    background-repeat:repeat-x;
    font-family:Arial,Helvetica,sans-serif;
    font-size:13px;
    color:#000000;
}

/* Text Formatting */
h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:normal;	
	color:#e11a2b;
	margin-top:0px;
	 
}

.h1subhead
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;	
	font-weight:normal;
	color:#000000;
}

h2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#262626;
	font-weight:bold;
}

h3
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;	
	color:#e11a2b;
	margin-top:0px;
	 
}

p.small
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#262626;	
}


/* End Text Formatting */

/* Links */

a, a:visited
{
	color:#e11a2b;
	text-decoration:none;	
}

a:hover, a:active
{
	text-decoration:underline;
	text-transform:none;
}

#bottomSpotlight a 
{
    /*font-size: 11px;
    font-variant: small-caps;*/
}

#bodyBottomContainer a
{
    font-weight:bold;
}


/* Structural Divs */

#pageContainer
{
    width:960px;
    min-height:924px;
    margin-left:auto;
    margin-right:auto;
    
}

#topNavContainer
{
    width:960px;
    height:70px;
}

#bodyContainerHome
{
    width:960px;
    height:746px;    
    /*background-image:url(../images/home/home_right_bg_1.png);    */
    background-position:right top;
    background-repeat:no-repeat;    
    behavior: url("assets/css/iepngfix.htc");
}

#bodyContainer
{
    width:960px;
    height:auto;
    
}

#contentContainer
{
    width:880px;
    height:auto;
    float:right;
    margin-left:auto;
    margin-right:10px;   
}

#bannerContainer
{
    width:880px;
    height:211px;
    padding-top:14px;
    float:right;
}

#leftNavContainer
{
    width:270px;
    height:400px;
    float:left;
    /*border:solid 1px #000000;*/
}

#leftNav
{
	width:215px;
	border-top:dotted 1px #000000;
	border-bottom:dotted 1px #000000;
	padding-top:15px;
	padding-bottom:10px;
	padding-left:15px;
	
}

#seasonalModule
{
    width:270px;
    height:145px;  
}

#seasonalSearch
{
    width:270px;
    height:114px;
    background-image:url(../images/common/seasonal/seasonal_bg.gif);
    background-repeat:no-repeat;
    background-position:top left;
    padding-left:22px;
    padding-top:22px; 

}

#allJobsModule
{
    width:270px;
    height:116px;
    margin-top:30px;
    
}

#bodyContent
{
    width:550px;
    margin-left:40px;
    /*margin-right:30px;*/
    padding-bottom:50px;
    float:right;
    vertical-align:top;
    /*border:solid 1px #000000;*/
}

#oneColBodyContent
{
    width:880px;
    margin-left:auto;
    margin-right:auto;
    float:right;
    vertical-align:top;
}

#bodyContent p, #bodyContent li
{
     line-height:22px;
}


#footerContainer
{
	clear:both;
	width:960px;
	border-top:dotted 1px #000000;
}

#footerLeft
{
	float:left;
	width:320px;
}

#footerRight
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#5e5e5e;
	text-align:right;
	padding-top:20px;
	padding-right:10px;
	
}

#footerRight a
{
	font-weight:bold;
	color:#000000;
	line-height:18px;
}

/* End Structural Divs */

/* Home Page Specific */

#flashContainer
{
    width:960px;
    height:280px;
    background-color:Transparent;
    
}

#seasonalSearchHome
{
    width:840px;
    height:71px;
    margin:auto;    
    vertical-align:middle;
    background-image:url(../images/home/bg_seasonal.png);
    background-repeat:no-repeat;
    background-position:left top;
    behavior: url("assets/css/iepngfix.htc");
    
}

#seasonalSearchFunction
{
    padding-left:300px;
    width:300px;
    height:35px;
    vertical-align:middle;
    padding-top:28px;  
    float:left; 
}

#seasonalSearchState
{
    padding-right:11px;
    width:229px;
    height:35px;
    vertical-align:middle;
    padding-top:28px; 
    float:right;  
}

#allSearchHome
{
    width:851px;
    height:87px;
    margin:auto;    
    vertical-align:middle;
    background-image:url(../images/home/bg_allsearch.png);
    background-repeat:no-repeat;
    background-position:left top;
    behavior: url("assets/css/iepngfix.htc");
}


#allSearchFunction
{
    /*padding-left:300px;
    width:300px;
    height:35px;
    vertical-align:middle;
    padding-top:8px;  
    float:left; */
    padding-left:300px;
    width:300px;
    height:35px;
    vertical-align:middle;
    padding-top:28px;  
    float:left; 
}

#allSearchState
{
    /*padding-right:11px;
    width:214px;
    height:35px;
    vertical-align:middle;
    padding-top:8px; 
    float:left;  */
    padding-right:11px;
    width:229px;
    height:35px;
    vertical-align:middle;
    padding-top:28px; 
    float:right;  
}

#bodyBottomContainer
{
    width:800px;
    height:335px;    
}

#bottomEvents
{
    float:left;
    width:290px;
    height:335px;
    padding-right:30px;
    margin-top: 26px;
}

#bottomSpotlight
{
    float:left;
    width:545px;
    height:335px;
    margin-left:50px;
    /*padding-right:30px;    */
}

#ie6Fix #bottomSpotlight
{
    float:left;
    width:560px;
    height:335px;
    margin-left:75px;
    padding-right:30px;
    
}

/* End Home Page Specific */

/* Forms */


.select
{
    border-style:solid;
    border-width:1px;
    border-color:#000000;
    
    
    /*background-image: url(../images/common/select_bg.gif);
    background-repeat: repeat-x;
    background-color: transparent;*/
    font-size: 11px;
    font-family: Arial;
    /*height: 20px;*/
    
}



/* End Forms */




/* Top Navigation */

#topNavLogo
{
    float:left;    
}

#topNavOpp
{
	float:left;
}

#topNavBenefits
{
    float:left;
}

#topNavAbout
{
    float:left;
}

#topNavApply
{
    float:left;
}

/* Top Nav */

a.navHome
{
    display:block;
    width:403px;
    height:70px;
    background:url(../images/common/topnav/topnav_01.gif);
    text-decoration:none;
}

a.navOpp
{
    display:block;
	width:164px;
	height:70px;
	text-decoration: none;
	background:url(../images/common/topnav/topnav_02_sprite.gif);
	background-position: -0px 0;
	cursor:pointer;    
}

a.navOpp:hover
{
    display:block;
	width:164px;
	height:70px;
	text-decoration: none;
	background:url(../images/common/topnav/topnav_02_sprite.gif);
	background-position: -164px 0;
	cursor:pointer;    
}

a.navOppActive
{
    display:block;
	width:164px;
	height:70px;
	text-decoration: none;
	background:url(../images/common/topnav/topnav_02_sprite.gif);
	background-position: -164px 0;
	cursor:pointer;    
}



a.navBenefits
{
    display:block;
	width:119px;
	height:70px;
	text-decoration: none;
	background:url(../images/common/topnav/topnav_03_sprite.gif);
	background-position: -0px 0;
	cursor:pointer;    
}

a.navBenefits:hover
{
    display:block;
	width:119px;
	height:70px;
	text-decoration: none;
	background:url(../images/common/topnav/topnav_03_sprite.gif);
	background-position: -119px 0;
	cursor:pointer;    
}

a.navBenefitsActive
{
    display:block;
	width:119px;
	height:70px;
	text-decoration: none;
	background:url(../images/common/topnav/topnav_03_sprite.gif);
	background-position: -119px 0;
	cursor:pointer;    
}


a.navAbout
{
    display:block;
	width:160px;
	height:70px;
	text-decoration: none;
	background:url(../images/common/topnav/topnav_04_sprite.gif);
	background-position: -0px 0;
	cursor:pointer;    
}

a.navAbout:hover
{
    display:block;
	width:160px;
	height:70px;
	text-decoration: none;
	background:url(../images/common/topnav/topnav_04_sprite.gif);
	background-position: -160px 0;
	cursor:pointer;
}

a.navAboutActive
{
    display:block;
	width:160px;
	height:70px;
	text-decoration: none;
	background:url(../images/common/topnav/topnav_04_sprite.gif);
	background-position: -160px 0;
	cursor:pointer;
}

a.navApply
{
    display:block;
	width:114px;
	height:70px;
	text-decoration: none;
	background:url(../images/common/topnav/topnav_05_sprite.gif);
	background-position: -0px 0;
	cursor:pointer;      
}

a.navApply:hover
{
    display:block;
	width:114px;
	height:70px;
	text-decoration: none;
	background:url(../images/common/topnav/topnav_05_sprite.gif);
	background-position: -114px 0;
	cursor:pointer;
}

a.navApplyActive
{
    display:block;
	width:114px;
	height:70px;
	text-decoration: none;
	background:url(../images/common/topnav/topnav_05_sprite.gif);
	background-position: -114px 0;
	cursor:pointer;
}


/* End Top Navigation */


/* Side Navigation */

a.sideNavTop, a.sideNavTop:visited, a.sideNavTop:active
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#000000;
	line-height:13px;
	text-decoration:none;	
}

a.sideNavTop:hover, a.sideNavTopActive, a.sideNavTopActive:visited
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#e11a2b;
	line-height:13px;
	text-decoration:none;
}

.sideNavHighlight
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;		
	color:#e11a2b;
	text-decoration:none;
}

a.sideNavHighlight, a.sideNavHighlight:visited, a.sideNavHighlight:active
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
	color:#e11a2b;	
	text-decoration:none;
}

a.sideNavHighlight:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
	text-decoration:none;
}

a.sideNavItem, a.sideNavItem:visited, a.sideNavItem:visited
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	line-height:16px;
	text-decoration:none;
}

a.sideNavItem:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;	
	color:#e11a2b;
	line-height:16px;
	text-decoration:none;
}

/* End Side Navigation */


/* Apply Modules */

.applyModule
{
	width:232;
	height:auto;
	
	padding-bottom:22px;
	padding-top:14px;
	
}

.applyModuleTop
{
	width:232px;
	height:14px;
	background-image:url(../images/apply/module_top.png);
	behavior: url("../assets/css/iepngfix.htc");
}

.applyModuleMiddle
{
	width:190px;
	padding-left:18px;
	padding-right:24px;
	min-height:230px;
	height:230px;
	background-image:url(../images/apply/module_middle_bg.png);
	behavior: url("../assets/css/iepngfix.htc");
	background-position:left top;
	background-repeat:repeat-y;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}

.applyModuleBottom
{
	width:232px;
	height:22px;
	background-image:url(../images/apply/module_bottom.png);
	behavior: url("../assets/css/iepngfix.htc");
	
}

p.applyHeadline
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;	
	color:#e11a2b;
	margin-top:0px;
	margin-bottom:0px;
	
	 
}

#applyReturn
{
	margin-top:0px;	
}

.applyModuleMiddle p
{
	margin-bottom:0px;	
}

.small
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#262626;	
	margin-bottom:0px;
	margin-top:0px;
}	

#applyModule1 li, #applyModule2 li, #applyModule1 ul, #applyModule2 ul
{
	line-height:18px;
	margin-bottom:0px;
}


#btnNewUser
{
	width:100px;
	height:38px;
	display:block;
	background-image:url(../images/apply/btnNewUser.gif);	
	position:relative;
	bottom:-78px;
	right:-95px;	
	outline: none;

	
}

#btnNewUser:hover
{
	background-image:url(../images/apply/btnNewUser_hover.gif);		
}


#btnSignIn
{
	width:104px;
	height:38px;
	display:block;
	background-image:url(../images/apply/btnSignIn.gif);		
	position:relative;
	bottom:-30px;
	right:-95px;	
	border-style:none;
	outline: none;

}

#btnSignIn:hover
{
	background-image:url(../images/apply/btnSignIn_hover.gif);		
}


/* End Apply Modules */




.skip-link
{
    position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	top:-4em;
	left:-3em;
}

.displace 
{
	text-align:center;
	position: absolute;
	left: -5000px;
}



/* Store Locator START */
.listState
{
	font: bold 8pt arial;
	color: #ffffff;
	height: 20px;
	padding-left: 15px;
	background: url(../images/common/20pxRedFade.gif);
}
.listCity
{
	font: bold 8pt arial;
	height: 20px;
	padding: 0px 0px 0px 30px;
	border-top: solid 1px #7f7f7f;
	background: #e5e5e5;
}
.listStoreAlt
{
	background: #FFFFFF;
}
.locHyp
{
	width: 20%;
	padding: 5px;
	vertical-align: top;
}
.locAddy
{
	width: 40%;
	padding: 5px;
	vertical-align: top;
}
.locStore
{
	width: 30%;
	padding: 5px;
	vertical-align: top;
}
.locImage
{
	width: 10%;
}


.rightside {
	font-family : arial,helvetica,sans-serif;
	font-size : 8pt;
	color : #666666;
}

a.rightside {
	font-family : arial,helvetica,sans-serif;
	font-size : 8pt;
	/*color : #666666;*/
	font-weight : normal;
	text-decoration : underline;
}
a.rightside:visited {
	font-family : arial,helvetica,sans-serif;
	font-size : 8pt;
	/*color : #8A1E13;*/
	font-weight : normal;
	text-decoration : underline;
}
a.rightside:hover {
	font-family : arial,helvetica,sans-serif;
	font-size : 8pt;
	/*color : #666666;*/
	font-weight : normal;
	text-decoration : none;
}

.arial8
{
    font: 8pt arial; 
    /*color : #666666;*/
}

.arial8 a:link
{
    font:8pt arial;
    /*color : #666666;*/
    text-decoration: none;
}

.arial8 a:active
{
    font:8pt arial;
    /*color : #666666;*/
    text-decoration: none;
}

.arial8 a:visited
{
    font:8pt arial;
    /*color : #666666;*/
    text-decoration: none;
}

.arial8 a:hover
{
    font:8pt arial;
    /*color:#e21a2c;*/
    text-decoration: underline;
}


.tbl100
{
    width: 100%;
    margin-left:auto;
    margin-right:auto;
}

/* Store Locator END */