/*RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;} body {line-height: 1;}ol, ul{list-style:none;} blockquote, q{quotes:none;} blockquote:before, blockquote:after, q:before, q:after{content:'';content:none;} :focus{outline:0;} ins{text-decoration:none;} del{text-decoration:line-through;} table{border-collapse:collapse; border-spacing:0;}

/*MAIN*/
body { 
	/* font-size: 1.05em; */
	font-size: 1.0em;
	line-height: 1.25em;
	font-family: Helvetica Neue, Helvetica, Arial;
	background: #f9f9f9;
	color: #555;
}

a {

	color: #003887;
	text-decoration: none;
	font-weight: bold;

}

a:hover {

	color: #C10000;

}

img {

	width: 60%;
	display: block;
	margin-left: auto;
	margin-right: auto;

}

header {

	background: #efefef;
	width: 100%;
	height: 76px;
	position: fixed;
	top: 0;
	left: 0;
	border-bottom: 4px solid #003887;
	border-top: 4px solid #C10000;
	z-index: 100;

}

#logo{

	margin: 20px;
	float: left;
	width: 200px;
	height: 40px;
	background: url(../img/logo.png) no-repeat center;
	display: block;

}

nav {

	float: right;
	padding: 20px;	
	
}

#menu-icon {

	display: hidden;
	width: 40px;
	height: 40px;
	background: #000 url(../img/menu-icon.png) center;

}

a:hover#menu-icon {

	background-color: #003887;
	border-radius: 4px 4px 0 0;

}

ul {

	list-style: none;

}

li {

	display: inline-block;
	float: left;
	padding: 10px

}

tr:nth-child(even) {
		
	background: #f4f4f4;
	
	}

tr:nth-child(odd) {
	
	background: #FFF;
	
	}
	
tr:hover {
	
	background-color: #d1d1d1;
	
	}
	
th {
  
	background-color: #efefef;
	color: black;
	border-bottom: 1px solid #ddd;

}

td {
	
	border-bottom: 1px solid #ddd;
	padding: 1px;
	
	}

td.heading {
	
	background-color: #C10000;
	color: white;
	font-size: 14pt;
	padding: 5px;
	
	}
	
td.heading-small {
	
	background-color: #003887;
	color: white;
	font-size: 12pt;
	
	}
	
td.foot {
	
	background-color: #d1d1d1;
	
	}

.footer {
	
    left: 0;
    bottom: 0;
    width: 100%;
	padding-top: 25px;
	padding-bottom: 25px;
    background-color: #d1d1d1;
    color: white;
    text-align: center;
	border-bottom: 4px solid #C10000;
	border-top: 4px solid #003887;
	
	}

.current {

	color: #2262AD;

}

section {

	margin: 10px auto 10px;
	max-width: 980px;
	position: relative;
	padding: 20px

}

.banner {

	margin: 65px auto 0;
	max-width: 980px;
	position: relative;
	padding: 20px;

}

h1 {

	font-size: 3em;
	color: #2262AD;
	line-height: 1.15em;
	margin: 20px 0 ;

}

h2 {

	font-size: 2em;
	color: #2262AD;
	line-height: 1.15em;
	margin: 20px 0 ;

}

p {

	line-height: 1.45em;
	margin-bottom: 20px;

}

/*MEDIA QUERY*/
@media only screen and (max-width : 770px) {

	/*MAIN*/
	body { 
		/* font-size: 1.05em; */
		font-size: 0.75em;
		line-height: 1.25em;
		font-family: Helvetica Neue, Helvetica, Arial;
		background: #f9f9f9;
		color: #555;
	}

	header {

		position: absolute;

	}

	#menu-icon {

		display:inline-block;

	}

	nav ul, nav:active ul { 

		display: none;
		position: absolute;
		padding: 20px;
		background: #fff;
		border: 5px solid #444;
		right: 20px;
		top: 60px;
		width: 50%;
		border-radius: 4px 0 4px 4px;

	}

	nav li {

		text-align: center;
		width: 100%;
		padding-top: 15px;
		padding-bottom: 15px;
		font-size: 1.5em;
		margin: 0;

	}

	nav:hover ul {

		display: block;

	}

	
	img {

	width: 100%;

	}

	.banner {

	margin: 65px auto 0;
	max-width: 980px;
	position: relative;
	padding-left: 2%;
	padding-right: 2%;

	}
}