@charset "UTF-8";

body{
	/*'this section provides the default formatting for the page'*/
	font-family: "Trebuchet MS", Arial, 	Helvetica, sans-serif;
	font-size: 95%;
	color: black;
	margin-top: 0em;
	padding-left: 0em;
	padding-right: 0em;
	line-height: 1.3em;
	background-color: white;
}

#container{
	postion: relative;
	max-width: 85%;
	padding-top: 0px;
	padding-left: 2%;
	padding-right: 2%;
	background-color: white;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#header{
	background-image:url(../Images/jiglogoalt.png);
	background-repeat: no-repeat;
	height: 100px;
}	
	
#footer{
	font-size: 95%;
	color: black;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	background-color:white;
}

.smallerhead{
/*'this controls formatting of subheads in main text'*/
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, 	Helvetica, sans-serif;
	font-size: 100%;
	color: #B82D21;
	padding-top: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}
	
.smallerbody{
	font-size: 85%;
font-family: "Trebuchet MS", Arial, 	Helvetica, sans-serif;
}
.logoholder{
	clear: right;
	float: right;
	padding-left: 12px;
	padding-top: 0px;
	padding-bottom: 10px;
}

.logoholder2{
	clear: right;
	float: right;
	padding-left: 12px;
	padding-top: 20px;
	padding-bottom: 10px;
}

#endimage{
	padding-top: 5px;
		padding-bottom: 5px;

}

#videoplayer{
	padding-left: 00px;
	padding-top: 10px;
	padding-bottom: 10px;
}

h2 {
	color: #B82D21;
	font-size: 120%;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

h3{
	font-size: 120%;
	font-weight:800;
	font-variant:small-caps;
	color: #B82D21;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 20px;
}

h4{
	font-size: 80%;
	font-weight:500;
	color: black;
	padding-bottom: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.inlineindent{
	padding-left: 10px; 
	padding-top: 8px;
}

a:link {
	color:black;
/*'this changes the formatting of the link*/
}

a:visited {
	color: grey;
/*'this changes the formatting of the link*/
}

a:focus {
	color: rgba(241,99,2,1);
/*'this changes the formatting of the link*/
}

a:active {
	color: blue;
/*'this changes the formatting of the link*/
}

.responsive-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }

.responsive-container iframe {
	position: absolute;
	top: -1px;
	left: -1px;
	width: 100%;
	height: 100%;
}

li {
		padding-bottom: 5px;

}

ul {
		padding-bottom: 1px;
		margin-bottom: 1px;
						padding-top: 1px;

}

  .coretext{
position: relative;
padding-top: 6px;
padding-bottom: 10px;
margin-left: 0px;
padding-right: 5px;	
}

.validationcodes2{
position: relative;
padding-top: 0px;
padding-left: 0px;
}