/*================================================================
HOMEPAGE stylesheet for the website.

STYLES FOR ELEMENTS SPECIFIC TO HOMEPAGE OR
THAT NEED TO BE REDEFINED.

  
  ***  NO TYPOGRAPHY STYLES HERE PLEASE  ***
  
================================================================*/

#Content{
	padding-top:0px;
}

#SideNav{
	display:none;
}

#MainContent{
	width:100%;
	float:none;
	padding:0;
}

#RightColumn{
	display:none;
}

#HomeFlash{

}

#HomeFeature{
	width:581px;
	float:left;
}

#HomeRightImg{
	float:right;
}

#HomeColumns{
	width: 758px;
	font-size:10px;
}

#HomeColumns a{
	font-weight: normal;
}

#HomeColumns img{
	display: block;
	margin: 3px auto;
}

#Column1{
	width:175px;
	float:left;
}
#Column2{
	width:156px;
	float:left;
}
#Column3{
	float:left;
	width:252px;
}

#Column3 ul{
	margin:10px;
	padding: 0;
}

#Column3 ul li{
	margin: 0;
	padding: 0 0 10px 15px;
	list-style:none;
	background:url(../images/bullet-orange.jpg) no-repeat 0px 3px;
	text-transform:uppercase;
	font-size:12px;
	
}

#Column3 ul li a{
	font-weight:bold;
}


#Column4{
	width:175px;
	float:left;
}

#Column4 a{
	font-weight:bold;
}

#HomeColumns h1{
	background:url(../images/layout/heading-gradient.jpg) repeat-y #6681B7;
	line-height:14px;
	margin:0;
	padding:0px;
}

#HomeColumns h3, #HomeColumns p{
	padding:0 5px;
}

#HomeColumns h1 a{
	height:28px;
	width:100%;
	display:block;
