@charset "utf-8";

/*styles.css is directly applied to the visual elements of the website. To edit the structural composition of the website, including background images, foundational div and table metrics, please edit the bg.css stylesheet. To edit the elements unique to a certain section, like the center image or content header, please edit the stylesheet exclusive to that section in the form of "layout_[section]".css*/


/*SITE-WIDE DEFAULTS*/


body {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
}

img {
	border:none;
}

table {
	border:none;
	margin:0;
	padding:0;
}

a:link  {
	color: #FF4C4C;
	text-decoration:none;
}

a:link.small  {
	font-size:0.8em;
	letter-spacing:0.1em;
	text-transform:uppercase;
	color: #FF4C4C;
	text-decoration:none;
}

a:hover  {
	text-decoration:underline;
}

a:visited  {
	color: #FF4C4C;
	text-decoration:none;
}

hr {
	margin-bottom: -2px;
	height:1px;
	color: #3D3D3D;
	background-color: #3D3D3D;
	border:none;
}

p {
	color:#e1e1e1;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.8em;
	font-weight:500;
	line-height:150%;
	text-align:left;
	letter-spacing:0em;
	}
	
p.bold {
	font-weight:bold;
}

p.subText {
	font-size:0.6em;
}

p.italic {
	font-style:italic;
}

h1, h2, h3, h4, h5, h6 {
	color:#FFF;
	font-family:Arial, Gadget, sans-serif;
	letter-spacing:0.1em;
	font-weight:bold;
	margin-top:30px;
}


/*CONTENT BODY*/

#main_content_body div.subHead p {
	margin-left:23px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1em;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	position:relative;
}


/*FOOTER*/

#wrapper #footer table p {
	font-family: Arial, Helvetica, sans-serif;
	color: #777;
	font-size: 0.7em;
	text-transform: uppercase;
	font-weight: 550;
	letter-spacing: 0.2em;
}

#wrapper #footer a:link.sblmty {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}

#wrapper #footer a:hover.sblmty {
	color: #FF4C4C;
	font-weight:bold;
	text-decoration:none;
}

#wrapper #footer a:visited.sblmty {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}


#wrapper #footer #sears_sponsorship {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 29px;
	width:100px;
}

#wrapper #footer #sears_sponsorship img {
	position: relative;
	top: 2px;
}