/* homepage additions */

#homeBox1, #homeBox3 {
	display:none;
}

.linkMenu {
	min-height:50px;
	max-width:95%;
}

#linkMenu1 {
	min-height:10px;
	margin:0px auto;
}

#linkMenu1 a {
	min-width:1%;
}

#linkMenu1 span {
	font-size:26px;
	font-family:arial;
}

#linkMenu3 {
	min-height:1px;
	margin:0px auto;
}

.infoBoxHome {
	color:#FFF;
	min-height:1px;
	min-width:4%;
	background: -webkit-linear-gradient(#094976, #0988C5);
	background: -o-linear-gradient(#094976, #0988C5);
	background: -moz-linear-gradient(#094976, #0988C5);
	background: linear-gradient(#094976, #0988C5);
	padding:5px;
	margin:0px auto;
	border:1px solid #7EC9FD;
	border-radius:10px;
	margin:0px auto 10px auto;
}

.infoBoxHome h2, .popup h3 {
	font-size:26px;
	color:#fff;
	font-family:arial;
	text-shadow: 0 2px 2px #000044;
}

.infoBoxHome p {
	font-size:16px;
	color:#fff;
	margin:10px 0px;
}

.infoBoxHome a:link, .infoBoxHome a:visited, .infoBoxHome a:hover, .infoBoxHome a:active {
	color:#fff;
}

.infoBoxHome a.mibutton {
	margin:10px;
}



.infoBoxHome img {
	float:right;
	border-radius:5px;
	padding:0px;
}

.blubutton span {color:#fff; padding:20px;}

a.blubutton:link, a.blubutton:visited, a.blubutton:hover, a.blubutton:active {
	border-radius:10px;
	text-decoration:none;
	text-align:center;
	min-width:10px;
	min-height:10px;
	margin:5px;
	padding:5px;
	font-size:16px;
	font-weight:bold;
	border:1px solid #7EC9FD;
	background: -webkit-linear-gradient(#094976, #0988C5); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#094976, #0988C5); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#094976, #0988C5); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#094976, #0988C5); /* Standard syntax */
	text-shadow: 0px 2px 2px #600;
	box-shadow: 0px 2px 2px #600;
	color:#fff;
}

a.blubutton:hover, a.blubutton:active {
	background:#0988C5;
}

a.overview:link, a.overview:visited, a.overview:active {
	min-width:3%;
	margin:auto;
	text-shadow: none;
}

a.blubutton:active, a.overview:active {
	position:relative;
	top:1px;
}

.homeEds, .businessEds {
	float:left;
	min-width:1%;
	min-height:2px;

}

.homeEds *, .businessEds * {


	padding:10px;
}

.infoBoxHome img.plusav {
	position:relative;
	top:0px;
	right:0px;
}

/* bottom boxes */

#halfSizeBoxes {
	position:relative;
	min-height:250px;

/*	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;*/
}

/*.boxesHomeGuides, .boxesHomeScam, .boxesHomeNews {

	float:left;


	margin-left:10px;
}*/

.boxesHomeScam {
	background:#0988C5 url(../images/icons/warning-icon.png) top right no-repeat;
}

.boxesHomeGuides {
	background:#0988C5 url(../images/icons/guide-icon.png) top right no-repeat;
}

.boxesHomeNews {
	background:#0988C5 url(../images/icons/news-icon.png) top right no-repeat;
}

.boxesHomeGuides h4, .boxesHomeNews h4 {font-size:16px;}







#searchform {
	margin-top:50px;
}

#footer {
	min-height:450px;
}