.whiteTXT a:link, .whiteTXT a:visited{
	color: #FFFFFF;
}

.whiteTXT a:hover{
	background-color: red;
	color: #FFFFFF;
}

.sectionHead {
	color: #FFFFFF;
	background-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF0000;
	font-size: 16px;
	font-weight: 900;
	text-align: center;

}

.leftLine {
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}

.footBack {
	background-attachment: fixed;
	background-image: url(../images/footerback.png);
	background-repeat: repeat;
	background-position: left top;
	background-color: #999999;


}

.gridBack {
	background-attachment: fixed;
	background-image: url(../images/bodyback.png);
	background-repeat: repeat;
	background-position: left top;
	background-color: #999999;
 	border-bottom: 1px solid #374266;

}

.gridBack img {
	width: 100%;
	height: auto;
	max-width: 728px;
	border-radius: 5px;
}


.frontBox {

    background: #E8E8E8; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#E8E8E8, white); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#E8E8E8, white); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#E8E8E8, white); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#E8E8E8, white); /* Standard syntax */
	border-radius: 10px;
	padding: 5px;
	margin-right: 2%;
	overflow: hidden;


}

.frontBox img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}

.frontBox:hover img {
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}



.findOutMore a:link, .findOutMore a:visited {
	width: 150px;
	height: 30px;
	color: #FFFFFF;
	text-decoration: none;
	
    background: #374266; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#566285, #374266); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#566285, #374266); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#566285, #374266); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#566285, #374266); /* Standard syntax */
	
	
	/*background-color: #374266;*/
	text-align: center;
	padding: 5px;
	border-radius: 5px;
	display: block;
	margin: 0 auto;
	margin-top: 10px;
}

.findOutMore a:hover {

	text-decoration: underline;
	color: grey;

}

.navigation a:link, .navigation a:visited {
	color: #FFFFFF;
	background-color: #374266;
	text-align: left;
	display: in-line block;
	float: left;
	height: 30px;
	width: 80%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #566285;
	text-decoration: none;
}

.navigation a:hover {
	color: #FFFFFF;
	background-color: #566285;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-decoration: none;
}

.topnav a:link, .topnav a:visited {
	color: #FFFFFF;
	height: 30px;
	width: 35px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-decoration: none;
}

.topnav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#menuTop a:link, #menuTop a:visited {
	color: #FFFFFF;
}

#menuTop a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a:link, a:visited {
	color: #374266;
}

a:hover {
	color: grey;
}

.footerLinks {

	color: white;

}

.footerLinks a:link, .footerLinks a:visited {
	color:  	#F0F0F0 ;
	text-decoration: none;
}

.footerLinks a:hover {
	color: grey;
	text-decoration: underline;
}

.footerLinks br {

	margin-bottom: 3px;
	
}

.footerLinks h3 {

	color: #E8E8E8;
	margin-top: 20px;
	
}


ul,ol {
	list-style-position: inside;
}


/*Form Styles */

input[type=text] {

	width: 80%;
	padding: 12px 20px;
	margin: 8px 0;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 18px;
	
}

select {

	width: 80%;
	padding: 16px 20px;
	margin: 8px 0;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 18px;
	
}


textarea {

	width: 80%;
	heaight: 150px;
	padding: 12px 20px;
	margin: 8px 0;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 18px;

}




/*  CSS CODE FOR MOBILE TOP NAVIGATION MENU.  

/* Remove margins and padding from the list, and add a black background color */
#mobileMenu a:link, #mobileMenu a:visited {
	color: #FFFFFF;
}

#mobileMenu a:hover {
	color: #FFFFFF;
	text-decoration: none;
}


ul.mobtopnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #374266;
}

/* Float the list items side by side */
ul.mobtopnav li {
float: left;
	width: 80%;
	text-align: left;

}

ul.mobtopnav li.icon {
	float: left;
	width: 19%;
	text-align: right;

}

/* Style the links inside the list items */
ul.mobtopnav li a {
    display: inline-block;
    color: #f2f2f2;
    text-align: left;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of links on hover */
ul.mobtopnav li a:hover {background-color: #566285;
}

/* Hide the list item that contains the link that should open and close the topnav on small screens */
ul.mobtopnav li.icon {display: none;}

/* End of menu */



/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */

@media only screen and (max-width: 720px) {
	
	#spacer { display: none; }
	
	#logoCont {
		width: 80%;
		float: left;
	
	}
	
	#menuTop {
		display: none;
	
	}
	
	#mobileMenu {
	
		display: block !important;
	
	}
	
	.navigation a:link, .navigation a:visited  {
		width: 100% !important;
	}
	
	#leftCol, #rightCol, #foot1, #foot2 {
		width: 100%; 
		float: left;
		padding-left: 5px;
		padding-right: 5px;
	}
	

	 ul.mobtopnav li:not(:first-child) { display: none; } 

 /*  ul.mobtopnav li {display: none;} */

  ul.mobtopnav li.icon {
    float: right;
    display: inline-block;
  }

  ul.mobtopnav.responsive {position: relative;}
  ul.mobtopnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.mobtopnav.responsive li {
    float: left;
    display: inline;
  }
  ul.mobtopnav.responsive li a {
    
    display: block;
    text-align: left;
  }	
	

}

