/* CSS Document */

.home {
	height: auto;
	overflow:auto;
}
/* Homepage advertisement blocks */
.homepage_outerAd, .homepage_outerAd_dark {
	width:22em;
	color:#89A9C9;
	padding:0.3em;
}
.homepage_outerAd {
	background-color:#1D2C3B;
}
.homepage_aflogo{
	background:url('/resource/images/bg_non_leftnav_aflogo.gif') bottom right no-repeat #1D2C3B;
}
.homepage_outerAd_dark	{
	background-color:#121C25;
}
.homepage_aflogo_dark{
	background:url('/resource/images/bg_non_leftnav_aflogo.gif') bottom right no-repeat #121C25;
}
.homepage_outerAd div.inner, .homepage_outerAd_dark div.inner {
	border:solid 1px #385572;
	height:14em;
	padding:1em;
}
.homepage_outerAd a, .homepage_outerAd_dark a{
	/* link colors for the homepage "ads"*/
	color:#B71740
}
.homepage_welcomebox a:hover{
	text-decoration:underline;
}
.homepage_welcomebox a, .homepage_welcomebox{
	/* text styles for links and normal */
	color:#8caace;
}
.homepage_welcomebox{
	padding:2em 4em 0em 4em;
	width:30em;
	border-top:solid 0.4em white;
	background:url('/resource/images/bg_repeating_home_bluegradient.jpg') top left repeat-x;
}
.homepage_currentcatalog[class] {
	background:url('/resource/images/home_right.png') right 1em no-repeat;
	margin-right:3em;
}
.homepage_currentcatalog{
	margin:1em 0;
	clear:both;
	height:23em;
}
#womanHomepage[id], .womanHomepage[class] {
	/* IE ignores styles with [attributes], so it will skip the following. */
	/*background:url('/resource/images/bg_non_homepage_woman.png') top left no-repeat;*/
	background:url('/resource/images/bg_non_homepage_woman.png') 0em top no-repeat;
}
#womanHomepage {
	z-index:0;
	top:3.1em;
	float:left;
	width:84.2em;
	height:70.8em;
	position:absolute;
}
.homepage_content {
	/* only declare our z-index */
	z-index:200;
	position:relative;
}
