
/* Basic Document Settings */
body {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	background-color: #ffffff;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-size: 14pt;
}

.central {
	margin: 0 auto;
	max-width: 1500px;
	background-color: rgba(0, 0, 0, 0%);
	position: relative;
}

.central2 {
	margin: 0 auto;
	max-width: 1200px;
	background-color: rgba(0, 0, 0, 0%);
	position: relative;
}

h2 {
	text-transform: uppercase;
	text-decoration: none;
}
h3 {
	text-transform: uppercase;
	text-decoration: none;
}
p {
	font-weight: normal;
}


summary {
    text-transform: uppercase;
    color: #fff;
    background-color: #ed1c24;
	font-weight: bold;
    padding: .5em;
    margin-bottom: .5em;
	cursor: pointer;	
	position: relative;
	width: calc(100% - 20px);
	line-height: 1.5em;
}
summary:hover {
	opacity: .8;
}
summary .tooltip {
    visibility: hidden;
 
    background-color: rgba(0,0,0,.25);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;
    /* Position the tooltip */
    position: absolute;
    z-index: 100;
	  top: 5px;
    right: 5px;
}

summary:hover  .tooltip {
    visibility: visible;
}

table {
	border-collapse: collapse;
}
tr:hover {
/*	background-color: #f5f5f5;*/
	background-color: #eaeaea;
}
th {
	border: 1px solid #000;
	text-align: center;
	padding: 3px;
}
td {
	border: 1px solid #000;
	text-align: center;
	padding: 3px;
}

.header {
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.htop {
	background-color: #ed1c24;
	margin: 0px;
	padding: 10px;
	color: #959595;
	height: 30px;
}
.htop a {
	text-decoration: none;
	color: #959595;
}
.htop a:hover {
	color: #ffffff;
}	
.htop p {
	margin: 0px;
	padding: 0px;
}

.hbot {
	background-color: #ffffff;
	margin: 0px;
	padding: 10px;
	color: #959595;
}

.navimgbox {
	width:30%;
	text-align: left;
}
.navimgbox img {
	width: 100%; 
	max-width: 600px;
	min-width: 300px;
}

.menuformbox {
	width: calc(100% - 320px);
	text-align: right; 
	position: absolute; 
	right: 0px; 
	top: 0px;
	z-index: 500;
}

.menubox {
	width:100%;
	text-align: right; 
	position: relative;
}

.main {
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}

.slide {
	margin: 0px;
	padding: 0px;
	background-color: #787072;
	background-image: url("../images/FACT-outline-logo2.png");
	background-repeat: repeat-x;
    background-size: 500px;
    background-position: center; 
}

.overbox {
	position: absolute; 
	bottom: 0px; 
	text-align: center; 
	color: #fff; 
	left:0px; 
	right:0px;
}
.overtitle{
	max-width: 1200px; 
	margin:0px auto; 
	padding: 25px 10px; 
	text-align: left;
	text-shadow: 0px 0px 25px #000000, 0px 0px 15px #000000;
}

.mwhite{
	background-color: #ffffff;
	margin: 0px;
	color: #787072;
	padding: 25px 10px;
	text-align: center;
}
.mwhite a{
	color: #787072;
	text-decoration: none;
}
.mwhite a:hover {
/*	color: #959595;*/
	color: #ed1c24;
}

.incopy {
	text-align: left;
}

.footer {
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.ftop {
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	background-color: #d4d1d2;
}
.ftop a{
	color: #ffffff;
	text-decoration: none;
}
.ftop a:hover {
	color: #ed1c24;
}

.fbox {
	text-align: center; 
	padding: 10px; 
	position: relative;
	overflow:hidden;
}

.fbox h3 {
	position: absolute;
	bottom: 10px;
	margin: 10px auto;
	width: 100%;
	text-align: center;
	font-size: 2em;
	text-shadow: 0px 0px 25px #000, 0px 0px 15px #000;
}

.fmid {
	margin: 0px;
	padding: 10px;
	height: 150px;
	background: rgba(140,21,23,1);
	background: -moz-linear-gradient(top, rgba(140,21,23,1) 0%, rgba(237,28,35,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(140,21,23,1)), color-stop(100%, rgba(237,28,35,1)));
	background: -webkit-linear-gradient(top, rgba(140,21,23,1) 0%, rgba(237,28,35,1) 100%);
	background: -o-linear-gradient(top, rgba(140,21,23,1) 0%, rgba(237,28,35,1) 100%);
	background: -ms-linear-gradient(top, rgba(140,21,23,1) 0%, rgba(237,28,35,1) 100%);
	background: linear-gradient(to bottom, rgba(140,21,23,1) 0%, rgba(237,28,35,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c1517', endColorstr='#ed1c23', GradientType=0 );
}

.fbot {
	background-color: #222222;
	margin: 0px;
	padding: 10px;
	color: #959595;
}
.fbot p {
	margin: 0px;
	padding: 0px;
	font-size: .8em;
	text-transform: uppercase;
}
.fbot a {
	color: #959595;
	text-decoration: none;
}
.fbot a:hover {
	color: #ffffff;
}


/* PRINT */
@media print,  (-webkit-min-device-pixel-ratio: 1.25),  (min-resolution: 1.25dppx),  (min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
	*,  *:before,  *:after {
		background: transparent !important;
		color: #000 !important; /* Black prints faster:
									   http://www.sanbeiji.com/archives/953 */
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,  a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content:none /*" (" attr(href) ")"*/;
	}
	abbr[title]:after {
		content:none /* " (" attr(title) ")"*/;
	}
	/*
		 * Don't show links that are fragment identifiers,
		 * or use the `javascript:` pseudo protocol
		 */

	a[href^="#"]:after,  a[href^="javascript:"]:after {
		content: "";
	}
	pre,  blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	/*
		 * Printing Tables:
		 * http://css-discuss.incutio.com/wiki/Printing_Tables
		 */

	thead {
		display: table-header-group;
	}
	tr,  img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	p,  h2,  h3 {
		orphans: 3;
		widows: 3;
	}
	h2,  h3 {
		page-break-after: avoid;
	}
}


/* Mobile */
@media (min-width: 250px) and (max-width:850px){

	
}

@media (min-width: 250px) and (max-width:650px){
	.hbot {
		height: 100px;
	}
	.navimgbox {
		width:100%;
		text-align: center;
	}
	.navimgbox img {
		width: 75%;
		min-width: 200px;
		margin: 0px auto;
	}

	.menuformbox {
		width: 100%;
		text-align: center;
		position: absolute; 
		right: 0px; 
		top: -10px;
		z-index: 500;
		margin-top: 50px;
	}
/*
	.menubox {
		width: 100%;
		text-align: center; 
		position: relative;
		margin-top: 10px;
		top: 35px;
	}
*/
}


