﻿/* ===== General Styles ===== */
body 
{
	margin: 0px;
	background-image:  url('Graphics/bg.png');
	background-repeat:repeat;
	background-color:#FFF;
	min-width:320px; 
}

a:link 
{
	font-family:Palatino Linotype, Geneva, sans-serif;
	color: #007DB9;
	font-weight: normal;
	text-decoration: none;
}

a:visited 
{
	font-family:Palatino Linotype, Geneva, sans-serif;
	color: #007DB9;
	font-weight: normal;
	text-decoration: none;
}

a:hover 
{
	font-family:Palatino Linotype, Geneva, sans-serif;
	color: #69912D;
	font-weight: normal;
	text-decoration: none;
}

a.whiteButton:link /* Buttons */
	{
	 font-family:Palatino Linotype, Geneva, sans-serif;
     background-color: #fff;
     padding: 5px 15px;
     margin: 5px 5px 0px 2px;
     color: #197D8C; 
     font-size: 0.9em;
     font-weight: normal;  
     text-decoration: none;
	}

a.whiteButton:visited /* Buttons */
	{
	 font-family:Palatino Linotype, Geneva, sans-serif;
     background-color: #fff;
     padding: 5px 15px;
     margin: 5px 5px 0px 2px;
     color: #197D8C; 
     font-size: 0.9em;
     font-weight: normal;  
     text-decoration: none;
	}

a.whiteButton:hover /* Buttons */
	{
	 font-family:Palatino Linotype, Geneva, sans-serif;
     background-color: #19B4FF;
     padding: 5px 15px;
     margin: 5px 5px 0px 2px;
     color: #fff; 
     font-size: 0.9em;
     font-weight: normal;  
     text-decoration: none;
	}

a.blueButton:link /* Buttons */
	{
	 font-family:Palatino Linotype, Geneva, sans-serif;
     background-color: #007DB9;
     padding: 10px 15px;
     margin: 10px 5px 0px 2px;
     color: #fff; 
     font-size: 0.9em;
     font-weight: normal;  
     text-decoration: none;
	}

a.blueButton:visited /* Buttons */
	{
	 font-family:Palatino Linotype, Geneva, sans-serif;
     background-color: #007DB9;
     padding: 10px 15px;
     margin: 10px 5px 0px 2px;
     color: #fff; 
     font-size: 0.9em;
     font-weight: normal;  
     text-decoration: none;
	}

a.blueButton:hover /* Buttons */
	{
	 font-family:Palatino Linotype, Geneva, sans-serif;
     background-color: #19B4FF;
     padding: 10px 15px;
     margin: 10px 5px 0px 2px;
     color: #fff; 
     font-size: 0.9em;
     font-weight: normal;  
     text-decoration: none;
	}

/* ===== Main Site Layout ===== */

.mobileCall
	{
	display:block;
	position:fixed; 
	width : 100%;
	margin: 0 auto;
	padding-top: 5px;
	z-index:10000;
	height:27px;
	text-align:center;
	background-color: #007DB9;
	-moz-box-shadow: 0px 3px 5px #000000;
	-webkit-box-shadow: 0px 3px 5px #000000;
	box-shadow: 0px 3px 5px #000000;
	}

#bannerWrapper
	{
	width : 100%;
	margin: 35px auto 0px auto;
	background-color:transparent;
	}

#banner
	{
	max-width : 1200px;
	width : 100%;
	margin: 0px auto;
	background-color: transparent;
	}
	
.bannerLogo
	{
	width: 65%;
	float:left;
	padding:1%;
	background-color: transparent;
	}

.bannerCall
	{
	width: 30%;
	float:left;
	padding:1%;
	background-color: transparent;
	text-align:right;
	}


.imageHeader
	{
	width : 100%;
	padding: 0px;
	background-color: transparent;
	text-align:center;
	}

.content
	{
	max-width : 1200px;
	width : 98%;
	margin: 0px auto;
	padding: 1%;
	background-color: transparent;
	}

.center
	{
	max-width : 1200px;
	width : 98%;
	margin: 0% auto;
	padding: 1%;
	background-color: transparent;
	text-align:center;
	}

.oneCol
	{
	width: 98%;
	margin: 0% auto;
	background-color: transparent;
	}
	
.twoCol
	{
	float:left;
	width: 44%;
	margin: 1.5% 0% 2% 4%;
	background-color: transparent;
	}
		
.threeCol
	{
	float: left;
	width: 30%;
	margin: 2% 0% 1% 3%;
	background-color: rgba(255, 255, 255, .5);
	text-align:center;
	border:1px #007DB9 solid;
	border-radius: 15px 15px 15px 15px;
}

.fourCol
{
	float:left;
	width: 22%;
	margin: 2% 0% 2% 2%;
	background-color: rgba(255, 255, 255, .5);
	-moz-box-shadow: 0px 5px 10px #797979;
	-webkit-box-shadow: 0px 5px 10px #797979;
	box-shadow: 0px 5px 10px #797979;
}
			
.spacer
	{
	width: 100%;
	height:10px;
	background-color: transparent;
	clear:both
	}

hr
	{
	border: none;
	background-color: #007DB9;
	color: #007DB9;
	height: 1px;
	}


/* ===== Text styles ===== */

h1 /* Main Heading Text */
	{
	margin: 5px;
	font-family:Palatino Linotype, Geneva, sans-serif;
	color: #007DB9;
	font-size: 1.8em;
	font-weight: normal;
	text-decoration: none;
	}

h2 /* Main Heading Text */
	{
	font-family:Palatino Linotype, Geneva, sans-serif;
	margin: 0px;
	color: #007DB9;
	font-size: 1.4em;
	font-weight: normal;
	text-decoration: none;
	}

h3 /* Main Heading Text */
	{
	font-family:Palatino Linotype, Geneva, sans-serif;
	color: #007DB9;
	font-size: 1.2em;
	font-weight: normal;
	text-decoration: none;
	}

.siteText  
	{
	font-family:Palatino Linotype, Geneva, sans-serif;
	color: #000;
	font-size: 1.0em;
	font-weight: normal;
	text-decoration: none;
	}
		
li
	{
	font-family:Palatino Linotype, Geneva, sans-serif;
	color: #000;
	font-size: 1.0em;
	line-height:1.50;
	}
	

/* ===== Image styles ===== */

.socIcons  /* Social Icons */
	{
	max-width : 100%;
	height : auto;
	width : auto;
	border:0px;
	margin: 0px 5px 0px 5px;
	}

img
	{
	max-width : 100%;
	height : auto;
	width : auto;
	border:0px;
	}

.imgTopRound
	{
	max-width : 100%;
	height : auto;
	width : auto;
	border-radius: 15px 15px 0px 0px;
	}

.imgSm
	{
	max-width : 100%;
	height : auto;
	width : auto;
	border:0px;
	}

.mobile
	{
	max-width : 100%;
	height : auto;
	width : auto;
	border:0px;
	margin: 10px 5px 0px 5px;
	}


/* ===== Footer Styles ===== */

#footer
	{
	width: 100%;
	padding: 2% 0;
	background-color: transparent;
	border-top: 1px #007DB9 dotted;
	text-align:center;
	}
	

/* ===== MEDIA SCREENS ===== */


@media screen and (max-width: 950px) 	

	{
		
	.bannerLogo
	{
	width: 98%;
	text-align:center;
	}

	.bannerCall
	{
	width: 98%;
	margin-top: 10px;
	text-align:center;
	}
				
	.center
	{
	margin: 0% auto 3% auto;
	}
	
	.threeCol
	{
	width: 45%;
	margin: 2% 0% 3% 3%;
	}
	
	.fourCol
	{
	width: 45%;
	margin: 2% 0% 2% 3%;
	}	
	
	.imgSm
	{
	max-width : 70%;
	}
							
	}
	
	@media screen and (max-width: 740px) 	
	{
			
	.twoCol
	{
	width: 95%;
	margin: 2% 0% 2% 3%;
	}
			
	h1 /* Main Heading Text */
	{
	font-size: 1.4em;
	}
	
	h2 /* Main Heading Text */
	{
	font-size: 1.2em;
	}
	
	h3 /* Main Heading Text */
	{
	font-size: 1.1em;
	}
	
	.imgSm
	{
	max-width : 70%;
	}
								
	}
	
@media screen and (max-width: 620px) 	
	{
	
	.twoColCen
	{
	width: 95%;
	margin: 2% 0% 2% 3%;
	}

	.threeCol
	{
	width: 95%;
	margin: 2% 0% 3% 3%;
	}
	
	.fourCol
	{
	width: 95%;
	margin: 2% 0% 2% 3%;
	}	
	
	.imgSm
	{
	max-width : 50%;
	}

				
	}




