/* HOME PAGE */

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

.column li h2, .column li h2 * {
	background: transparent;
	color: #007e8e !important;
	font-size: 12px;
}

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

#column_1_of_3, #column_2_of_3 {
	background: transparent;
	border: 0;
	border-left: 1px dotted #ddd;
}

.dot {
	height: 50px !important;
}

.dot h2 {
	height: 40px;
	width: 70px;
}

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

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

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

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

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

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

#feature_main_list ul {
	margin: 0;
	width: 262px;
}

#feature_main_list li {
	padding: 5px 11px;
	width: 240px;
}

#feature_main_list li.current {
	background-color: #eeefef;
}

#feature_main_list li h2 {
	background: transparent;
	border-bottom: 1px dotted #ddd;
	color: #168289;
	font-size: 12px;
	margin: 3px 0 3px 10px;
	padding: 0 0 2px 0;
	text-transform: uppercase;
}

#feature_main_list li div {
	font-family: Georgia, serif !important;
	font-size: 12px;
	line-height: 1.3em;
}

#feature_main_list li a, #feature_main_list li a:visited {
	color: #48484a !important;
}

#feature_main_list li.current a, #feature_main_list li.current a:visited {
	color: #007e8e !important;
}

#feature_main_list li a:hover {
	color: #00ab8d !important;
}

#tagline {
	background: #168289;
}

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

