/* ================================================================================ */
/*Meyer CSS 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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* ================================================================================ */


body {
    background-color: black;
}


/* ================================================================================ */
/*      PAGE HEADER BLOCK
/* ================================================================================ */
#header {
	background-color: black;
	height: 200px;
	margin: 0px;
	text-align: center;
}

#fflogo {
	display: block;
	margin: auto;
	padding-top: 50px;
}

#highmed {
	display: inline-block;
	margin: auto;
	padding-top: 10px;
}
/* ================================================================================ */




/* ================================================================================ */
/*      NAVBAR BLOCK
/* ================================================================================ */
#navbar {
	margin: 0px;
	background-image: linear-gradient(rgb(124,98,28), rgb(38,30,8));
	height: 30px;
	text-align: center;


}

#navbar li {
	display: inline;
	position: relative;
	/*text-decoration: none;*/
	/*position: absolute;*/
  	padding-left: 30px;
  	padding-right: 30px;
  	/*padding-top: -10px;*/
  	font-size: 20px;
  	font-family: orator-std, monospace;
  	font-style: normal;
	font-weight: 100;
	font-size: 18px;
 	color: white;
}

#navbar ul a {
	text-decoration: none;
}

.navtext:hover {
	border-top-style: solid;
	border-color: white;
	border-width: 4px;

}
/* ================================================================================ */


/* ================================================================================ */
/*      MAIN CONTENT BLOCK
/* ================================================================================ */
#mainContent {
	background-image: linear-gradient(black, rgb(38,30,8));
	position: absolute;
	text-align: center;
	height: 110%;
	width: 100%;
}

#placeHolder {
	position: relative;
	top: 10%;
}

.placeHolder {
	font-size: 40px;
	line-height: 1.5em;
	/*text-decoration: none;*/
  	font-family: orator-std, monospace;
  	font-style: normal;
	font-weight: 100;
 	color: white;
}

.contact a {
	text-decoration: none;
	

	font-size: 40px;
	line-height: 1.5em;
	/*text-decoration: none;*/
  	font-family: orator-std, monospace;
  	font-style: normal;
	font-weight: 100;
 	color: white;
}

/* ================================================================================ */
/*      FOOTER BLOCK
/* ================================================================================ */
#footer {

	background-color: black;
	height: 100px; 
    position: fixed; 
    bottom:0%;
    width:100%; 
	/*position: absolute;*/
	/*position: relative;*/
}

.ffwhite {
	padding-left: 100px;
	padding-top: 30px;

}



#slogan {
	display: inline;


	/*display: inline-block;*/
	/*vertical-align: middle;*/
	/*position: relative;*/
	padding-left: 50px;

	/*margin-top: -30px;*/
	font-size: 20px;
  	font-family: orator-std, monospace;
  	font-style: normal;
	font-weight: 100;
	color: white;
}
/* ================================================================================ */