/* By default, brand-specific CSS files import the corresponding CSS document
 * from /brands/default/css and then use !important styles to override colors.
 * To maintain styles not related to brand colors, look for the file in
 * /brands/default/css.
 * 6/29/2009 - EAK
 */ 
@import url('/brands/default/css/home.css');
a				{ color: #003767 !important; }

#rowIIquickLinks			{ position: relative;
							  height: 188px !important;
							  display: block;
							  overflow: visible !important;
							  z-index: 200; }
#promoSection				{ bottom: 0px;
							  margin-left: -3px;
							  min-height: 267px;
							  position: absolute;
							  width: 540px;
							  overflow: visible !important;
							  height: auto; }
#promoTop					{ background-image: url(/brands/goldenwest/images/promo_top.png); }
/* The usual pngFix trick doesn't seem to work as expected for #promoTop.
 * However, the DXImageTransform technique seems to behave adequately. */
html * #promoTop			{ _background:none;
							  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/brands/goldenwest/images/promo_top.png', sizingMethod='scale');}
#promoContent				{ background-image: url(/brands/goldenwest/images/promo_bg.png) !important; }
#frmFYHSelect_div			{ top: 0px !important;
							  left: 537px !important;
							  height: 34px !important;
							  width: 150px !important; }
#frmMHCSelect_div			{ top: 0px !important;
							  left: 687px !important;
							  height: 34px !important;
							  width: 275px !important; }
#homeFinderCntr				{ background-image: url(/brands/goldenwest/images/fyhSearchBG.jpg) !important;
							  width: 434px !important;
							  height: 188px !important;
							  float: right !important;
							  margin-right: 2px !important; }
#modelFinderCntr			{ background-image: url(/brands/goldenwest/images/fmhcSearchBG.jpg) !important;
							  width: 434px !important;
							  height: 188px !important;
							  float: right !important;
							  margin-right: 2px !important; }

#rowIIIcntr.layoutA #rowIIIcolI		{ background-image: url(/brands/default/images/energyStar_bg.png);
									  width: 281px !important; }
#rowIIIcntr.layoutA #rowIIIcolII	{ background-image: url(/brands/goldenwest/images/yourNeighbors.png) !important;
									  width: 264px !important; }
#rowIIIcntr.layoutA #rowIIIcolIII	{ background-image: url(/brands/goldenwest/images/ychBG.png);
									  width: 428px !important; }
#rowIIIcntr.layoutA #enBtn1		{ float: left !important;
								  margin: 142px 0 0 45px !important; }
#rowIIIcntr.layoutA #enBtn2		{ float: right !important;
								  margin: 138px 30px 0 0 !important; }
#rowIIIcntr.layoutA #enBtn3		{ float: right !important;
								  margin: 6px 0 0 !important; }