@charset "utf-8";
/* Main CSS JFM 2013 */

/* Display in blocks  */

header, aside, footer, section, nav, #social {
	display: block;
}

/* Styles for all */

* {
	margin: 0px;
	padding: 0px;
	/* border: solid 1px #0F6 */
}

/* Styles for the body */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size:cover;
	box-shadow: 0px 8px 8px 8px #000;
	-o-box-shadow: 0px 8px 8px 8px #000;
	-moz-box-shadow: 0px 8px 8px 8px #000;
	-webkit-box-shadow: 0px 8px 8px 8px #000;
	background-attachment: fixed;
	background-image: url(images/jfm-73-diamond-1800x1350-2.jpg);
	background-repeat: no-repeat;
	background-position: center;

}
#topofmain4 table {
	background-color: #000;
	width: 430px;
	margin-right: auto;
	margin-left: auto;
}


#container {
	/*  background-color: #000;  */
	min-width: 780px;
	max-width: 1960px;
}



/* Top Bar styles  */

#topbar {
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: middle;
	display: block;
	/* background-image: url(images/5x50redgradientrightwayup.gif); */
	margin: auto;
	height: auto;
	width: 100%;
	background-color: #F00;
}

/* Styles for social icons */

#fb {
	border: 0;
	margin-top: 7px;
	margin-right: 5px;
	margin-bottom: 4px;
	margin-left: 5px;
 }
 
#gplus {
	border: 0;
	margin-top: 7px;
	margin-right: 5px;
	margin-bottom: 4px;
	margin-left: 5px;
 }
 
#youtube {
	border: 0;
	margin-top: 7px;
	margin-right: 5px;
	margin-bottom: 4px;
	margin-left: 5px;
}

#blog {
	border: 0;
	margin-top: 7px;
	margin-right: 5px;
	margin-bottom: 4px;
	margin-left: 5px;
}

#twitter {
	border: 0;
	margin-top: 7px;
	margin-right: 5px;
	margin-bottom: 4px;
	margin-left: 5px;
}

/* Styles for header image */

header {
	width: 100%;
	height: 200px;
	float:none;
	background-color: #000;
	margin: 0px;
	padding: 0px;
	background-image: url(images/1600x200header.png);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size:cover;
	/* box-shadow: 0px 8px 8px 8px #000;
	-o-box-shadow: 0px 8px 8px 8px #000;
	-moz-box-shadow: 0px 8px 8px 8px #000;
	-webkit-box-shadow: 0px 8px 8px 8px #000; */
	display: block;
}

#headerimagecontainer {
	display: block;
	float: none;
	width: 600px;
	vertical-align: middle;
	height: 145px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0%;
	margin-left: auto;
	padding: 26px;
}

#headerimage {
	display: block;
	float: left;
	text-align: center;
	clear: both;
	margin: 0%;
	padding: 0%;
}

a #headerimage {
	border: 0px;
}

/* Bottom Bar styles  */

#bottombar {
	display: block;
	height: auto;
	padding: 0%;
	float: left;
	width: 100%;
	clear: none;
	text-align: center;
	vertical-align: middle;
	background-color: #F00;
	box-shadow: 0px 5px 8px #333;
	-o-box-shadow: 0px 5px 8px #333;
	-moz-box-shadow: 0px 5px 8px #333;
	-webkit-box-shadow: 0px 5px 8px #333;
	margin: 0px;
}

#bottombar ul {
	display: block;
	float: none;
	clear: both;
	overflow: auto;
	padding: 0px;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#bottombar ul li {
	list-style-type: none;
	float: left;
	margin: 0px;

}

#bottombar ul li a {
	text-decoration: none;
	color: #FFF;
	display: block;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-size: medium;
	font-weight: bold;
}

#bottombar a:hover {
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
	background-color: #000;
	/*Gradient
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 110%);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 110%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 110%);
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 110%);
  background: linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 110%); */

}

#bottombar a:active {
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
	text-shadow:#CCC 1px 1px 1px;
	background-color: #000;
	color: #F00;
}

/* Main Text styles  */

#maintext {
	display: block;
	float: left;
	clear: none;
	text-align: center;
	width: 100%;
	height: auto;
/*	background-image: url(images/jfm-73-diamond-1800x1350.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size:cover;
	box-shadow: 0px 8px 8px 8px #000;
	-o-box-shadow: 0px 8px 8px 8px #000;
	-moz-box-shadow: 0px 8px 8px 8px #000;
	-webkit-box-shadow: 0px 8px 8px 8px #000;  */
}
#maintext #top3box {
	display: block;
	position: relative;
	height: auto;
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	clear: right;
	margin-bottom: 10px;
	margin-top: 10px;
}




 
/* Styles for Module Text */

#topofmain {
	display: block;
	padding: 0em;
	height: 685px;
	width: 260px;
	margin-top: 1%;
	margin-left: 1%;
	background-color: #FFF;
	background-color: rgba(255, 255, 255, 0.8);
	float: left;
	margin-bottom: 1%;
	-o-box-shadow: rgba(0, 0, 0, 0.8) 5px 5px 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.8) 5px 5px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.8) 5px 5px 8px;
	box-shadow: rgba(0, 0, 0, 0.8) 5px 5px 8px;
	margin-right: auto;
	
}
#topofmain h1 {
	font-size: medium;
	font-weight: bolder;
	padding-top: 6px;
	padding-left: 10px;
	padding-bottom: 0px;
	text-align: left;
}



#topofmain p {
	font-size: 15px;
	color: #333;
	display: block;
	text-align: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	line-height: 1.2em;
}

#topofmain2 {
	display: block;
	padding: 0em;
	height: 685px;
	width: 450px;
	margin-top: 1%;
	margin-left: 3%;
	background-color: #FFF;
	float: left;
	margin-bottom: 1%;
	-o-box-shadow: rgba(0, 0, 0, 0.8) 5px 5px 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.8) 5px 5px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.8) 5px 5px 8px;
	box-shadow: rgba(0, 0, 0, 0.8) 5px 5px 8px;
	margin-right: auto;
}

#topofmain2 p {
	font-size: medium;
	color: #333;
	display: block;
	text-align: left;
	height: 620px;
	overflow: scroll;
	width: 430px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 1.2em;
}
#video {
	height: 330px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
}
#video p {
	text-align: center;
}
#video iframe {
	margin: 0px;
}
#video p iframe {
	margin: 0px;
	display: block;
	text-align: center;
	float: left;
}


#topofmain3 {
	display: block;
	padding: 0em;
	height: 685px;
	width: 260px;
	margin-top: 1%;
	margin-left: 3%;
	background-color: #FFF;
	background-color: rgba(255, 255, 255, 0.8);
	float: left;
	margin-bottom: 1%;
	-o-box-shadow: rgba(0, 0, 0, 0.8) 5px 5px 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.8) 5px 5px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.8) 5px 5px 8px;
	box-shadow: rgba(0, 0, 0, 0.8) 5px 5px 8px;
	margin-right: auto;
}

#topofmain3 p {
	font-size: medium;
	color: #333;
	display: block;
	text-align: center;
	margin-top: 28px;
	margin-bottom: 0px;

}
#maintext #bottom3box {
	display: block;
	height: auto;
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}


#topofmain4 {
	display: block;
	padding: 0em;
	height: 685px;
	width: 450px;
	background-color: #FFF;
	float: left;
	-o-box-shadow: rgba(0, 0, 0, 0.8) 5px 5px 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.8) 5px 5px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.8) 5px 5px 8px;
	box-shadow: rgba(0, 0, 0, 0.8) 5px 5px 8px;
	margin-top: 1%;
	margin-right: auto;
	margin-bottom: 1%;
	margin-left: 1%;
}

#topofmain4 p {
	font-size: small;
	color: #333;
	display: block;
	text-align: left;
	padding-top: 11px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#topofmain4 table tr {
	height: 28px;
}
.tbred {
	background-color: #F00;
}
#topofmain4 table {
	background-color: #000;
}


#topofmain4 table tr td {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #FFF;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}


#topofmain5 {
	display: block;
	padding: 0em;
	height: 685px;
	width: 260px;
	background-color: #FFF;
	background-color: rgba(255, 255, 255, 0.8);
	float: left;
	-o-box-shadow: rgba(0, 0, 0, 0.8) 5px 5px 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.8) 5px 5px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.8) 5px 5px 8px;
	box-shadow: rgba(0, 0, 0, 0.8) 5px 5px 8px;
	margin-top: 1%;
	margin-right: auto;
	margin-bottom: 1%;
	margin-left: 3%;
}

#topofmain5 p {
	font-size: small;
	color: #333;
	display: block;
	text-align: left;
	padding-top: .9em;
	padding-right: .9em;
	padding-bottom: .9em;
	padding-left: .9em;
}

#topofmain6 {
	display: block;
	padding: 0em;
	height: 685px;
	width: 260px;
	background-color: #FFF;
	float: left;
	-o-box-shadow: rgba(0, 0, 0, 0.8) 5px 5px 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.8) 5px 5px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.8) 5px 5px 8px;
	box-shadow: rgba(0, 0, 0, 0.8) 5px 5px 8px;
	margin-top: 1%;
	margin-right: auto;
	margin-bottom: 1%;
	margin-left: 3%;
}



#topofmain6 p {
	font-size: small;
	color: #333;
	display: block;
	text-align: left;
	padding: 0em;
}
#topofmain6 .sponsors {
	display: block;
	text-align: left;
	height: 71px;
	margin: 0px;
	padding: 0px;
	width: 260px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#topofmain6 .sponsors img {
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#jfmsponsors img {
	padding-top: 9px;
	padding-bottom: 7px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#jfmsponsors a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



.moduleheader {
	width: 100%;
	height: auto;
	-o-box-shadow: rgba(0, 0, 0, 0.8) 0px 5px 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.8) 0px 5px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.8) 0px 5px 8px;
	box-shadow: rgba(0, 0, 0, 0.8) 0px 5px 8px;
	background-image: url(images/500x100diamond.png);
	border: 1px solid #000;
	padding-top: 7px;
	padding-bottom: 7px;
}

.moduleheader h2 {
	font-size: 1.3em;
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	color: #FFF;
	visibility: visible;
	text-shadow: 2px 2px 4px #000;
	font-family: "Courier New", Courier, monospace;
	font-weight: bolder;
}



/*
 .g-plusone   {
 position:fixed;
 left:136px;
 top:12px;
 }
*/

/* Styles for Footer */

footer {
	font-size: small;
	/*
	height: 200px;
	background: -o-repeating-linear-gradient(270deg ,rgb(255,255,255) 0%, rgb(0,0,205) 100%); 

	background: -ms-repeating-linear-gradient(270deg ,rgb(255,255,255) 0%, rgb(0,0,205) 100%); 

	background: -moz-repeating-linear-gradient(270deg ,rgb(255,255,255) 0%, rgb(0,0,205) 100%); 

	background: -webkit-repeating-linear-gradient(270deg ,rgb(255,255,255) 0%, rgb(0,0,205) 100%); 

	background: repeating-linear-gradient(270deg ,rgb(255,255,255) 0%, rgb(0,0,205) 100%);
	*/
	display: block;
	text-align: center;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
	float: left;
	width: 100%;
	clear: both;
	height: auto;
	background-color: #000000;
	background-image: url(images/1600x200footer.png);
	font-weight: bold;
}





#footernavarchive {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFF;
	display: block;
	height: auto;
	width: 100%;
	float: left;
	background-color: #FFE600;
	margin-top: 10px;
}

#footernavarchive ul  {
	display: block;
	float: none;
	clear: none;
	overflow: auto;
	padding: 0px;
	width: 778px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
}

#footernavarchive ul li {
	list-style-type: none;
	float: left;

	
}

#footernavarchive a {
	text-decoration: none;
	color: #FFF;
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000;
	float: left;
	clear: none;
	height: auto;
	width: 150px;
	list-style-type: none;
	padding-right: 2px;
	padding-left: 2px;
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	
}

#footernavarchive a:hover {
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
	background-color: #F00;
	/*Gradient
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 110%);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 110%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 110%);
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 110%);
  background: linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 110%); */

}


#footernavarchive a:active {
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
	text-shadow:#CCC 1px 1px 1px;
	background-color: #000;
	color: #FF0;
}



#footernav {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFF;
	display: block;
	height: auto;
	width: 100%;
	float: left;
	margin-top: 10px;
	background-color: #F00;
	margin-bottom: 10px;
}

#footernav ul {
	display: block;
	float: none;
	clear: none;
	overflow: auto;
	padding: 0px;
	width: 521px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#footernav ul li {
	list-style-type: none;
	float: left;
	margin: 0px;
	
}

#footernav a {
	text-decoration: none;
	color: #FFF;
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFF;
	float: left;
	clear: none;
	height: auto;
	width: auto;
	list-style-type: none;
	padding: 5px;	
}

#footernav a:hover {
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
	background-color: #000;
	/*Gradient
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 110%);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 110%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 110%);
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 110%);
  background: linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 110%); */

}


#footernav a:active {
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
	background-color: #000;
	color: #F00
}



footer div p {
	display: block;
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 11px;
	padding-left: 0px;
	text-align: center;
	vertical-align: middle;
	color: #FFF;
	margin: 0px;


	background-color: (255, 255, 255, 0.5);
	width: 100%;
}


.footerbox {
	display: block;
	border: thin none #CCC;
	height: auto;
	width: 10%;
	font-size: x-small;
	padding: 0px;
	clear: none;
	float: right;
	margin: 0px;
	color: #FFF;
}
#footerboxcontainer {
	width: 100%;
	height: auto;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	display: block;
	float: left;
}
#cornerimage {
	display: block;
	height: auto;
	width: 11%;
	float: left;
	font-size: x-small;
	padding: 0px;
	position: relative;
	color: #FFF;
	margin-left: 4%;
}


.footerbox p {
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.tbgrey {
	background-color: #333;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
