•{
			Margin: 0;
			Border: 0;
			Padding: 0;
}
	
body {
	background: #f0f0f0;
	margin: 0;	
}

/*----------------------------- Font Styles ---------------------------*/

h1, h2, h3, h4, h5, h6, p, table	{
	font-family: arial, verdana, comic sans, sans-serif;
	margin: 10px 10px 10px 10px;
}	
	
p {
	font-size: 15pt;
	color: #262626;
	line-height: 100%;
}

h2 {
	font-size: 24;
	color: #2876d8;
	margin: 40px;
	padding: 5px 0px;
}

h3 {
	font-size: 24pt;
	color: #2876d8;
	line-height: 95%;
	margin: 60px 10px 10px 30px;
}

h4 {
	font-size: 15pt;
	color: #2876d8;
	line-height: 95%;
}

h5 {
	font-size: 17pt;
	color: #262626;
}

h6	{
	font-size: 15pt;
	color: #262626;
}
	

a {
	font-size: 20px;
	color: #366092;
	text-decoration: none;
	font-weight: bold;
	font-family: arial, verdana, comic sans, sans-serif;
}

img {
    max-width: 100%;
    height: auto;
    width: auto\9;
}

table	{
	border-collapse: collapse;
	width: 100%;
}

td, th	{
	border: 1px solid #dddddd;
	text-align: left;
	padding: 8px;
}

tr:nth-child(even)	{
	background-color: #dddddd;
}

/*----------------------------- Font Styles ---------------------------*/

/*----------------------------- Article Dividers ----------------------*/

section.two	{
	width: 46%;
	float: left;
	margin: 2% 2%;
	text-align: center;
	display: block;
}

section.three	{
	width: 29%;
	float: left;
	margin: 2% 2%;
	text-align: center;
	display: block;
}

section.four	{
	width: 21%;
	float: left;
	margin: 2% 2%;
	text-align: center;
	display: block;
}

section.five	{
	width: 16%;
	float: left;
	margin: 2% 2%;
	text-align: center;
	display: block;
}

.highlight	{
	font-weight: 800;
	color: red;
}
/*----------------------------- Article Dividers ----------------------*/

/*----------------------------- Header & Footer -----------------------*/

header	{
	background: #1a75ff;
	width: 100%;
	height: 80px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	opacity: .80; 
}
	
nav li	{
	padding: 9px;
	transition: background 0.5s ease;
}

nav li a	{
	color: #FFF;
	font-size: 18px;
	font-weight; 500;
}

.current, .current_top, .current_bottom {
	background: #FFF;
	padding: 8px;
}

a.current, a.current_top, a.current_bottom	{
	color: #262626;
	font-weight: 500;
}

nav	{
	float: right;
	padding: 35px 5px 20px 0px
}

#menu-icon	{
	display: none;
}
	
a:hover#menu-icon	{
	border-radius: 4px 4px 0px 0px;
}

ul	{
	list-style: none;
}

nav ul li	{
	display: inline-block;
	float: left;
	margin: -28px 0px 0px 0px;
}


#logo	{
	margin: 15px 0px 0px 5px;
	float: left;
	width: 120px;
	height: 60px;
}

footer	{
	background-color: #333333;
	overflow: hidden;
	opacity: .9;
}

footer p, footer h3	{
	color: #FFF;	
}

footer.second	{
	border-top: 1px solid #8c8c8c;
	background: #262626;
	max-height: 50px;
	text-align: right;
	opacity: .95;
}
/*---------------------------- Header & Footer ---------------------------*/

/*---------------------------- Picture Display ---------------------------*/

.mySlides {display:none;}

/*----------------------------- Media Queries ----------------------------*/

@media screen and (max-width: 960px), (orientation: portrait)	{
	body	{
		position: absolute;
	}
}
	
@media screen and (max-width: 960px), (orientation: portrait)	{	
	header	{
		position: absolute;
	}
	
	.current, .current_top, .current_bottom {
		background: none;
		padding: 9px;
	}

	nav ul, nav:active ul	{
		display: none;
		position: absolute;
		padding: 20px 14px 0 0;
		background: #405580;
		border: 1px solid #FFF;
		right: 20px;
		top: 60px;
		width: 35%;
		border-radius: 2px 2px 2px 2px;
	}
	
	nav li	{
		text-align: center;
		width: 100%;
		display: block;
	}
	
	nav li a	{
		padding: 15px 0;
		width: 100%;
		font-size:1em;
		display: block;	
	}


	.current	{
		margin: 5px 0;
		color: #FFF;
		font-size: 1em;
		margin-left: -7px;
		font-weight: 900;
		padding: 9px;
	}

	.current_top	{
		margin: 0 0 5px 0;
		color: #405580;
		background: #FFF;
		font-size: 1em;
		margin-left: -7px;
		font-weight: 900;
		padding: 9px;
	}

	.current_bottom	{
		margin: 5px 0 -7px 0;
		color: #405580;
		background: #FFF;
		font-size: 1em;
		margin-left: -7px;
		font-weight: 900;
		padding: 9px;
	}

	nav:hover ul	{
		display: block;
	}
	
	#menu-icon	{
		display: inline-block;
		margin-top: -10px;
		margin-right: 20px;
	}
	
	p {
		font-size: 10pt;
		color: #262626;
	}
	
	h4	{
		font-size: 13pt;
	}
}

/*----------------------------- Nav Text Size ----------------------------*/
/*--------------------------------- 1160 ---------------------------------*/
@media screen and (max-width: 1160px) {	
nav li	{
	padding: 8px;
}

nav li a	{
	color: #FFF;
	font-size: 12pt;
	font-weight; 500;
}

.current {
	background: #FFF;
}

a.current	{
	color: #262626;
	font-weight: 500;
	padding: 8px;
}

nav	{
	float: right;
	padding: 35px 5px 20px 0px
}

p	{
	font-size: 13.5pt;
}

a	{
	font-size: 13.5pt;
}

/*--------------------------------- 1090 ---------------------------------*/
@media screen and (max-width: 1090px) {	
nav li	{
	padding: 7px;
}

nav li a	{
	color: #FFF;
	font-size: 12pt;
	font-weight; 500;
}

.current {
	background: #FFF;
}

a.current	{
	color: #262626;
	font-weight: 500;
	padding: 8px;
}

nav	{
	float: right;
	padding: 35px 5px 20px 0px
}

p	{
	font-size: 13pt;
}

a	{
	font-size: 13pt;
}


/*--------------------------------- 1024 ---------------------------------*/
@media screen and (max-width: 1024px) {	
nav li	{
	padding: 7px;
}

nav li a	{
	color: #FFF;
	font-size: 12pt;
	font-weight; 500;
}

.current {
	background: #FFF;
}

a.current	{
	color: #262626;
	font-weight: 500;
	padding: 8px;
}

nav	{
	float: right;
	padding: 35px 5px 20px 0px
}

p	{
	font-size: 13pt;
}

a	{
	font-size: 13pt;
}


/*--------------------------------- 1090 ---------------------------------*/
@media screen and (max-width: 1090px) {	
nav li	{
	padding: 7px;
	transition: background 0.5s ease;
}

nav li a	{
	color: #FFF;
	font-size: 12pt;
	font-weight; 500;
}

.current {
	background: #FFF;
}

a.current	{
	color: #262626;
	font-weight: 500;
	padding: 8px;
}

nav	{
	float: right;
	padding: 35px 5px 20px 0px
}

p	{
	font-size: 13pt;
}

a	{
	font-size: 13pt;
}