/* HOME PAGE */

/* LOAD ADDITIONAL CSS FILES */
@import url('../../../../css/pages/home.css');	/* Global home styles */

.column li h2 {
	background: transparent url("../../img/bg/column_h2_before.png") 10px 9px no-repeat;
	padding: 6px 10px 6px 25px;
}

.column li li {
	margin-left: 5px !important;
}

.dot#thisissue {
	background: transparent url("../../img/bg/dot_thisissue.png") left top no-repeat;
}

.dot#expertqanda {
	background: transparent url("../../img/bg/dot_expertqanda.png") left top no-repeat;
}

.dot#tentexpo {
	background: transparent url("../../img/bg/dot_tentexpo.png") left top no-repeat;
}

.dot#buyersguide {
	background: transparent url("../../img/bg/dot_buyersguide.png") left top no-repeat;
}

.dot div {
	padding: 0 0 10px 0 !important;
}

.dot:hover * {
	color: #b92820 !important;
}

#features li h2 {
	background: transparent url("../../img/bg/hr.png") left bottom no-repeat;
}

#features li a:hover {
	color: #b92820;
}

#column_1_of_3 li li, #column_2_of_3 li li {
	position: relative;
	left: -15px;
}

#tagline {
	background: #01485c;
	text-transform: uppercase;
}

#enewsletter {
	/*background: transparent url("../../img/bg/hr.png") left top no-repeat !important;*/
}
