#landmain {
	position: relative;
	width: 966px;
	height: 324px; /* Mark's full height of the main image 324px (add some for the height of the selector boxes below) can be shortened, but watch out for overrun on all browsers */
	margin: 0px 0px 40px -22px;
}


#landmain .discho {
	float: left;
	color: white;
}
#landmain .discon {
	position: absolute;
	left: -999em;
	color: white;
}
#landmain .discho:hover .discon {
	left: auto;
}


.discon {
	position: absolute;
	top: -290px;
	left: 0px;
	height: 290px;
	width: 966px;
}	

#landmain .discho {
	position: absolute;
	top: 324px; /* to line up with the bottom of the image box made by landmain */
	width: 205px;            /* !!!!!!!!!!!!!!!!!!!!!  205px; */
	height: 32px;
	margin: 0px;
	background: #405dad;
}

#landmain .discho:hover {
	background: #1296d8;
}

#landmain .discho a {
	display: block;
	width: 205px;
	height: 32px;
	margin: 0px;
	color: white;
	font-size: 14px;
}

.discho .readmore {
	font-size: 11px;
	margin: 3px 0px 10px 0px;
	float: right;
}




#landb {
	margin-left: -131px; /* add one to the landmain's offset below */
	background: url(/images/landings_c.jpg);
}
#landc {
	margin-left: -341px;
	background: url(/images/landings_c.jpg);
}
#landd {
	margin-left: -551px;
	background: url(/images/landings_c.jpg);
}
#lande {
	margin-left: -761px;
	background: url(/images/landings_c.jpg);
}


#landmainb {
	left: 130px;
}
#landmainc {
	left: 340px;
}
#landmaind {
	left: 550px;
}
#landmaine {
	left: 760px;
	border-right: none !important;
}


/* position of first one is at 130px, give or take, and end of last one is at 966px. 3 then comes in at: 966 - 130 / 3 = 278.7   4 is 209, 2 is 418, 5 is 167.2 */

.discho h4 {
	color: white;
	margin: 10px 5px 10px 10px;
}



#landmain h1 {
/*	color: #8bafe5;*/
	color: #990000;
	font-weight: bold;
	margin: 27px 3px 3px 32px;
	width: 430px;
}
#landmain .landtext {
	margin: 8px 3px 5px 32px;
	width: 430px;
	color: #666666;
}

#landmain h3 {
	margin: 9px 3px 3px 32px;
	color: #666666;
	width: 430px;
}

#landmain .landtext a {
	font-size: 7px;
	padding: 2px 5px 3px 15px;
	font-weight: bold;
	background: white url(/images/arrow_blue.png) no-repeat;
	background-position: 4px 3px;
	color: white;
}
#landmain .landtext a:hover {
	color: white;
	background: #758ba4 url(/images/arrow_white.png) no-repeat;
	background-position: 4px 3px;
}

.linkov {
	display: block;
	margin: 8px 10px 0px 10px !important;
}