/*BODY {background:url(http://wisnermarket.org/clips/back_darkblue.jpg) repeat}*/

BODY {
	background: #ffffff url(background.jpg) no-repeat center center fixed;
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='background-image.jpg', sizingMethod='scale')";
	background-size: cover;
	}

A:link {color:#00F; text-decoration:underline;}
A:visited {color:#00F; text-decoration:underline;}
A:hover {color:#000000; text-decoration:underline;}
A:active {color:#000000; text-decoration:underline;}

A.foot:link {color:#FEFE00; text-decoration:underline;}
A.foot:visited {color:#FEFE00; text-decoration:underline;}
A.foot:hover {color:#000000; text-decoration:underline;}
A.foot:active {color:#000000; text-decoration:underline;}

A.nav:link { color:#030; text-decoration:none;}
A.nav:visited { color:#030; text-decoration:none;}
A.nav:hover { color:#ffffff; text-decoration:underline;}
A.nav:active { color:#ffffff; text-decoration:none;}

.rounded-corners {
     -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}


.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	}
	
	
.headerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	}
	

.frame
{
padding: 0px;
border: 1px solid #CCC;
box-shadow:1px 1px 2px #ccc;
border-radius:12px;
max-width: 100%;
height: auto;
}

.shadow {
     text-shadow: 1px 1px #dbdbdb;
}

a.bigbutton {
	margin: 0.25em;
	margin-bottom: 3px;
	margin-top: 3px;
	display: inline-block;
	background: #56A43B;
	border: 0px solid #cdcdcd;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 5px;
	font: bold 14px/120%  "Lucida Grande", Arial, Helvetica, sans-serif;
	border-radius:6px;
	-webkit-border-radius:4px;
	-moz-border-radius:5px;
	-webkit-box-shadow:
		3px 3px 12px 000000,
		0px 0px 3px 000000,
		inset 0px 5px 12px #56A43B,
		inset 0px 15px 2px #013606,
		inset 0px 25px 25px #56A43B;
	-moz-box-shadow:
		3px 3px 12px #000000,
		0px 0px 3px #000000,
		inset 0px 5px 12px #56A43B,
		inset 0px 15px 2px #013606,
		inset 0px 25px 25px #56A43B;/* Firefox */
	box-shadow:
		3px 3px 12px #000000,
		0px 0px 3px #000000,
		inset 0px 5px 12px #56A43B,
		inset 0px 15px 2px #013606,
		inset 0px 25px 25px #56A43B;
	}
	
	
	.container3 {
   clear: both;
   padding: 0px;
   margin: 0px;
  overflow:hidden;
 }
.profile3_1 {
  background-color: #45B746;
 }
.profile3_2 {
 background-color: #45B746;
}
.profile3_3 {
 background-color: #45B746;
}

@media only screen and (min-width: 480px) {
 .span_1_of_3 {
  width: 32.2%;
}
.col3 {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%;
}
.col3:first-child {
 margin-left: 0;
}
}