/* CSS Document */
#wrapper { width:100%; background-color:white; display:block; margin:0; border-bottom: 5px solid #FFDE00; }
#top_img { width:100%; display:block; margin:0; padding:0; border:0; z-index:0; }
#top_img img { width: 100%; border:0; }
#top_img img#widescreen_img { display: block; }
#top_img img#tab_img, #top_img img#mobile_img { display: none; }
@media (max-width: 1100px) { #top_img img#widescreen_img { display: none; } }
@media (min-width:600px) and (max-width: 1100px) { #top_img img#tab_img { display: block; } }
@media (max-width: 600px) { #top_img img#mobile_img { display: block; } }
#header_txt { z-index:1; position:absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align:center; }
#header_txt h1 { color:white;
	font-size: 30pt;
    font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-align:center;
	margin: 20px auto;
	filter: drop-shadow(1px 5px 3px #404080);
	-webkit-text-stroke: 1px #152065;
}
#header_txt h1 br.linebreak { display:none; }
#header_txt p { color:white;
	font-size: 22pt;
    font-family: "Droid Sans", sans-serif;
	font-weight: bold;
	text-align:center;
	margin: 25px auto;
	filter: drop-shadow(1px 5px 3px #404080);
	-webkit-text-stroke: 1px #152065;
}
@media (max-width:1600px) { #header_txt { top: 35%; } #header_txt h1 br.linebreak { display:inline; } }
@media (max-width:1350px) { #header_txt h1 { font-size: 25pt; margin:10px auto; } #header_txt p { font-size: 20pt; margin:10px auto; } }
#main {
	width: 100%;	
	background-color: white;
	display: block;
	margin: 0 auto 10px auto;
	padding: 0;
}
#main h1 { color: #608119;
	font-size: 22pt;
    font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin:0;
	padding: 5px 20px 0 20px;
	display:none;
}
#main h1 br.headerbreak { display:none; }
#main h2 { color: #608119;
	font-size: 17pt;
    font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin:0;
	padding: 2px 20px 0 20px;
}
#main h2#turnkey { display: none; }
#main p, ul { color: #152065;
          font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
	      font-size: 14pt;
		  margin: 0;
		  border: 0;
}
#main p { padding: 5px 20px 15px 20px; text-align:justify; }
#main p sup	{ font-size: 10px; }
#main ul { padding: 0 20px 15px 35px; }
#main ul li a, #main p a { text-decoration: none; font-family: arial; color: #152065; }
#main ul li a:hover, #main p a:hover { color: #608119; text-decoration: underline; }
/* set style for sub-titles within text */
#main p.header { padding: 0 20px 10px 20px; }
#main p.spacer { display: block; }
@media (max-width:1100px) { #header_txt { display:none; } #main h1, #main h2#turnkey { display: block; } #main p.spacer { display: none; } }
@media (min-width:500px) and (max-width:650px) { #main h1 br.headerbreak { display:inline; } }
ul#sublink { list-style-type: none; }  
ul#sublink li { height: 70px; }
ul#sublink li a {
	padding: 10px 15px 10px 15px;
	background-color: #E9E9F1;
	border-top: 3px solid #C9C9D1;
	border-left: 3px solid #8989A1;
	border-right: 3px solid #8989A1;
	border-bottom: 3px solid #595971;
	display: block;
	color: #152065;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	width: 120px;
}
ul#sublink li a:hover { color: white; background-color: #608119; text-decoration: none; }
img.img_right { float: right; }

#cyclotron_thumbs { clear:both; width: 100%; display:block; margin:0; padding:0; position:relative; }
#cyclotron_thumbs div { width:17%; display:inline-block; float:left; margin:0 0 15px 20px; padding: 0; border:1px solid #152065; }
#cyclotron_thumbs div p { font-family: "brandon-grotesque", Helvetica, Arial, sans-serif; padding: 10px; font-size: 15pt; color: #152065; }
#cyclotron_thumbs div p a { color: #608119; text-decoration:none; }
#cyclotron_thumbs div p a:hover { text-decoration:underline; }
#cyclotron_thumbs div a img { width:100%; display: block; margin:0; padding:0; border:0; }
@media ((min-width:650px) and (max-width: 1470px)) { #cyclotron_thumbs div { width: 30%; } #cyclotron_thumbs #B35p { clear:left; } }
@media (max-width: 800px) { #cyclotron_thumbs div { margin:0 0 10px 15px; }}
@media (max-width: 650px) { #cyclotron_thumbs div { width:45%; } #cyclotron_thumbs #B15p, #cyclotron_thumbs #B70p { clear:left; }}
@media (max-width: 450px) { #cyclotron_thumbs div { width:90%; float:none; display:block; margin:5px auto; }}

footer { width: 100%; display: block; margin: 0; }
p.copyright { color: white;
              font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
			  font-size: 10pt;
			  padding: 5px;
			  margin: 0;
			  text-align: center; }
p.copyright  a { color: white;
                 text-decoration: none; }
p.copyright  a:hover { color: #D8D9E0;
                 text-decoration: underline; }
p.copyright a sup { font-size:10px; }
#back_to_top { float: right; margin-right: 110px; }		
#back_to_top p a { padding: 5px 10px 5px 10px;
				   color: white;
				   font-family: arial;
				   font-size: 14px;
				   font-weight: bold;
				   text-decoration: none;
				   background-color: #608119;
				   border-top: 2px solid #A0B139;
				   border-right: 2px solid #A0B139;
				   border-bottom: 2px solid #304119;
				   border-left: 2px solid #304119; }		  						  
#back_to_top p a:hover { background-color: #406119; }
