/* HOME PAGE */

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

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

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

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

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

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

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

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

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

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

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

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

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

#tagline {
	background: #000;
}

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

