/* IN Focus Website Styles */

html, body {
   font-family: 'open sans',helvetica,sans-serif;
   margin: 0;
   padding: 0;
   height: 100%;
   width: 100%;
   border: 0;
   font-size: 22px;
   line-height: 130%;
   background-color: #082a63;
   -webkit-font-smoothing: antialiased;
   background: url(../images2/tile_background.gif) repeat top center;
   
}

::selection {color: #ffffff; background:#0164a8;}
::-moz-selection {color: #ffffff; background:#0164a8;}

hr {
    clear: both;
	margin: 0px 0px 25px 0px;
    padding-top: 30px;
    border-bottom: 2px dashed #ccc;
	border-top: 0px;
	background-color: transparent;
}

a, a:active, a:focus {
	outline: none;
}

a:link { color: #005b85; font-family: 'open sans',helvetica,sans-serif; font-size: 28px; text-decoration: none; font-weight: normal; }
a:visited { color: #005b85; font-family: 'open sans',helvetica,sans-serif; font-size: 28px; text-decoration: none; font-weight: normal; }
a:hover { color: #007eb8; font-family: 'open sans',helvetica,sans-serif; font-size: 28px; text-decoration: none; font-weight: normal;}
a:active { color: #005b85; font-family: 'open sans',helvetica,sans-serif; font-size: 28px; text-decoration: none; font-weight: normal; }




/*---------- HEADER STYLES ------------------------------------------------------------------------------ */

h1 {
    margin: 50px 0px 0px 0px;
    color: #000000;
    text-align: left;
    font-size: 50px;
	line-height: 150%;
	font-weight: bold;
	font-family: 'open sans',helvetica,sans-serif;
}

h2 {
    margin: 0px 0px 20px 20px;
    color: #565656;
    text-align: left;
    font-size: 28px;
	line-height: 150%;
	font-weight: bold;
	font-family: 'open sans',helvetica,sans-serif;
}

h3 {
    margin: 0px 120px 20px 70px;
    color: #000;
    text-align: left;
    font-size: 24px;
	line-height: 100%;
	font-weight: normal;
	font-family: 'open sans',helvetica,sans-serif;
}

#background {
	background: url(../images2/tile.gif) repeat-y top center;
	width: 100%;
	background-color: transparent;	
}

.background_photo {
	background: url(../images2/background1.jpg) no-repeat top center;
	min-height: 717px;
}

.link {
	margin: 50px 0px 0px 90px;
}


.footer {
	width: 100%;
	background-color: #082a63;
	height: 200px;
}

/*---------------------------------------------------------------------------------------------- */
/*---------- TABLET LANDSCAPE ------------------------------------------------------------------------------ */

@media screen and (max-width: 1199px) {

	h1 {
		margin: 80px 0px 0px 0px;
		font-size: 45px;
	}
	
	h2 {
		margin: 0px 0px 20px 0px;
		font-size: 21px;
	}
	
	h3 {
		margin: 0px 20px 20px 40px;
	}
	
	.link {
		margin: 60px 0px 0px 50px;
	}
	
	.footer {
		display: none;
	}	

}

/*---------------------------------------------------------------------------------------------- */
/*---------- TABLET PORTRAIT ------------------------------------------------------------------------------ */

@media screen and (max-width: 991px) {

	h1 {
		margin: 5px 0px 0px 100px;
	}

	h2 {
		margin: 0px 0px 10px 130px;
		font-size: 21px;
	}

	h3 {
		margin: 0px 0px 20px 170px;
	}

	.link {
		margin: 60px 0px 0px 340px;
	}
	
	a:link { font-size: 23px; }
	a:visited { font-size: 23px; }
	a:hover { font-size: 23px; }
	a:active { font-size: 23px; }

	
}

/*---------------------------------------------------------------------------------------------- */
/*---------- SMARTPHONE LANDSCAPE ------------------------------------------------------------------------------ */

@media screen and (max-width: 767px) {

	h1 {
		margin: 2px 0px 0px 30px;
		font-size: 35px;
	}

	h2 {
		margin: 0px 0px 10px 30px;
		font-size: 24px;
		color: black;
	}

	h3 {
		margin: 0px 0px 20px 50px;
		font-size: 20px;
	}

	.link {
		margin: 0px 0px 20px 180px;
	}
	
	.background_photo {
		min-height: 320px;
	}
	
	.link_adj {
		margin-left: 85px;
	}
	
}

/*---------------------------------------------------------------------------------------------- */
/*---------- SMARTPHONE PORTRAIT ------------------------------------------------------------------------------ */

@media screen and (max-width: 480px) {

	h1 {
		margin: 0px 0px 0px 0px;
		font-size: 29px;
	}

	h2 {
		margin: 5px 0px 10px 0px;
		font-size: 18px;
		color: black;
		line-height: 120%;
	}

	h3 {
		margin: 10px 0px 20px 0px;
	}

	.link {
		margin: 50px 0px 0px 130px;
	}
	
	.background_photo {
		min-height: 600px;
	}
	
	a:link { font-size: 23px; }
	a:visited { font-size: 23px; }
	a:hover { font-size: 23px; }
	a:active { font-size: 23px; }

	.link_adj {
		margin-left: 0px;
	}

}