/*-----------------------------------------------------------------------------------------------
*
*		File:						/stylesheets/homepage/homepage.js
*		Created by:			Matthew Olney
*		Creation Date:	Monday, 29 March 2004
*		Modified by: 		Matthew Olney
*		Modified Date:	Monday, 29 March 2004
*
*------------------------------------------------------------------------------------------------
*------------------------------------------------------------------------------------------------
*
*			Change Control:
*------------------------------------------------------------------------------------------------		
*			<Who>					<When>				<What>
*------------------------------------------------------------------------------------------------
* 1.		
*	2.	
* 3.
*	4. 
* 5. 
*------------------------------------------------------------------------------------------------
*------------------------------------------------------------------------------------------------
*
*		Description:  
*		Promotion:		N/A
*		Start Date:		N/A		
*		End Date:			N/A	
*
*------------------------------------------------------------------------------------------------*/

/* Layout Styles */
#homepage_content{
width:755px;
border: 0px solid red;
float:left;

}
.home_main_banner{
float:left;
width:737px;
height:219px;
margin-bottom:20px;
color:#DE3228;
background-image: url('/images/hmpg_heroBanner02c.jpg');
background-repeat: no-repeat;
padding: 0px 0px 0px 20px !important;
padding: 20px 0px 0px 20px;
}

.home_main_banner a{
color:#000000;
text-decoration:underline;
}

.home_main_banner a:hover{
color:#000000;
text-decoration:none;
}

.home_main_banner h1{
font-size:27px;
text-transform: none;
}

#hero_text{
font-size:14px;
border: 0px solid red;
width:383px;
text-transform: none;
padding-top:10px;
}


.home_middle{
margin-bottom:20px;
float:left;
border: 0px solid red;
width:100%;
}
.home_middle img{
border: 0px solid red;

}

.home_img_space{
width:12px;

border: 0px solid red;
}

#contentPromotions{
	
	float: left;
	margin-left:0px;
	border:0px solid red;
	
}

#contentInformation{
	width: 185px;	
    float: right;
	border:0x solid red;
}

#majorPromotion{
	width: 540px;
	margin-bottom: 15px !important;
	margin-bottom: 23px;
	clear: both;
	
}

#columnx205{
	width: 205px;
	float: left;
	margin-right: 15px;
	
}

#columnGift{
	width: 205px;
	float: left;
	margin-right: 15px;
	
}


#columnx205 .columnHeading{
	width: 205px;
}

#columnGift .columnHeading{
	width: 205px;
}

.promotionBlur{
	background-color: #F8EBD9;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
	float:left;
	
	
}

#columnx320 .promotionBlur, #columnx320 .promotionFocus{
	width: 300px !important;
	width: 300px;
	
}

#columnx320 .columnHeading{
	width: 720px;
}

#columnx205 .promotionBlur, #columnx205 .promotionFocus{
	width: 185px !important;
	width: 185px;
}

#columnx320{
	width: 740px;
	float: left;
	border: 0px solid orange;
	
}

#columnx320 .list-left {
	float: left;
	width: 150px;
	
}

#columnx320 .list-right {  
	float: left;
	width: 150px;

}

/* Class Styles */

.promotionBlur, .promotionFocus{
	margin: 0px 0px 0px 0px;
	clear: both;
	padding: 10px 10px 10px 10px;
	/* cursor: pointer; */
}

#contentInformation .sectionBlur, #contentInformation .sectionFocus{
	width: 165px !important;
	width: 185px;
	margin-bottom:20px;
	padding-bottom:15px;
	padding-top:13px;
}
.sectionBlur ul {
 margin-left:15px !important;
 margin-left:15px;
 padding-left:0px; 
 list-style-type:disc;
 
 }
 
 .sectionBlur ul  li{
 margin-left:0px;
 padding-left:0px;
 text-indent:0px;
 list-style-type:disc;
 padding-top: 0px;
  margin-top: 0px;
 }
 
  .sectionBlur ul  li a{
		color:#C20724;
		font-size: 11px;
 }
 

.promotionBlur ul a:link, .promotionBlur ul a:hover, .promotionBlur ul a:visited,
.promotionFocus ul a:link, .promotionFocus ul a:hover, .promotionFocus ul a:visited,
.sectionBlur ul a:link, .sectionBlur ul a:hover, .sectionBlur ul a:visited,
.sectionFocus ul a:link, .sectionFocus ul a:hover, .sectionFocus ul a:visited{
	font-weight: normal;
}