body{
	min-width:960px;
}
.container_16{
	margin-left:auto;
	margin-right:auto;
	width:960px;
}
.grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9,.grid_10,.grid_11,.grid_12,.grid_13,.grid_14,.grid_15,.grid_16{
	display:inline;
	float:left;
	position:relative;
	margin-left:0px;
	margin-right:0px;
}
.container_16 .grid_1{width:60px;}
.container_16 .grid_2{width:120px;}
.container_16 .grid_3{width:180px;}
.container_16 .grid_4{width:240px;}
.container_16 .grid_5{width:300px;}
.container_16 .grid_6{width:360px;}
.container_16 .grid_7{width:420px;}
.container_16 .grid_8{width:480px;}
.container_16 .grid_9{width:540px;}
.container_16 .grid_10{width:600px;}
.container_16 .grid_11{width:660px;}
.container_16 .grid_12{width:720px;}
.container_16 .grid_13{width:780px;}
.container_16 .grid_14{width:840px;}
.container_16 .grid_15{width:900px;}
.container_16 .grid_16{width:960px;}
.clear{
  clear:both;
  display:block;
  overflow:hidden;
  visibility:hidden;
  width:0;
  height:0;
}
.clearfix:before,
.clearfix:after{
  content:'\0020';
  display:block;
  overflow:hidden;
  visibility:hidden;
  width:0;
  height:0;
}
.clearfix:after {
  clear:both;
}
.grecaptcha-badge{
    z-index:5000;
}/* roboto-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('../assets/fonts/roboto-v30-latin-100.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../assets/fonts/roboto-v30-latin-100.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../assets/fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../assets/fonts/roboto-v30-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* roboto-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../assets/fonts/roboto-v30-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../assets/fonts/roboto-v30-latin-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
html {
	position: relative;
	min-height: 100%;
	height: 100%;
	margin: 0;
}

body{
	margin: 0px;
	color:#FFF;
	background-color:#666;
	font-family: Arial, Verdana, sans-serif;
	font-size: 18px;
	min-height: 100%;
	height: 100%;
}
/*used to overwrite a body bg that can cause problems within CKeditor*/
#bodyOverWrite{min-width:auto;background-color:#666;}
/*general Styles*/
img{border:0px;}
form{display:inline;}
#name{width:0px; height:0px; border:none; border:0px solid #FFF; background-color:transparent; display:none;}
table{padding:0px;margin:0px;border-spacing:0px;border-collapse: collapse;}
td{vertical-align:top;}
th{vertical-align:top; text-align:left;}
textarea{font-family: Arial, Verdana, sans-serif; font-size: 12px;}
hr{background-color:#666; height:2px; border:none;}
p{}
.sr-only{display:none;}

.img-responsive{
	max-width: 100%;
	height: auto;
}

/*default headers*/
h1{}
h2{}
h3{}
h4{}
h5{}
h6{}

/*default link style*/
a{color:#FFF;}
a:hover{}
a:visited{}
a:active{}

.underlined{text-decoration:underline;}
.italic{font-style:italic;}
.bold{font-weight:700;}.alert{
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid #DADADA;
}
.alert-danger{
	border:1px solid #D9534F;
	color:#D9534F;
	background-color:#EFD7D7;
}
.alert-warning{
	border:1px solid #F0AD4E;
	color:#F0AD4E;
	background-color:#FBF6DA;
}
.alert-info{
	border:1px solid #5BC0DE;
	color:#5BC0DE;
	background-color:#D2EAF5;
}
.alert-success{
	border:1px solid #5CB85C;
	color:#5CB85C;
	background-color:#D9EDD1;
}
.alert hr{
	height:1px;
	background-color:#DADADA;
	opacity: 0.4;
}
.errorTrace{
	font-size:11px;
	color:#333;
	border:1px solid #DADADA;
	background-color:#EEE;
	padding:10px;
	margin-top:10px;
}

.alert-danger .errorTrace{
	border:1px solid #DADADA;
	background-color:#EEE;
}

.img-responsive{
	max-width: 100%;
	height: auto;
}
body{

}
.default_10px{
  font-size: 10px;
  display:inline-block;
  line-height:12px;
}
.default{
  font-size: 18px;
}
.default_12px{
  font-size: 12px;
}
.default_14px{
  font-size: 14px;
}
.default_16px{
  font-size: 16px;
}
.default_22px{
  font-size: 22px;
}
.topContentHeader{
  font-size:32px;
  font-family: 'Roboto', Arial, Verdana, sans-serif; 
}
.topContentText{
  font-size:24px;
  font-family: 'Roboto', Arial, Verdana, sans-serif;
}
.homeMainText{
  font-size:60px;
  font-family: 'Roboto', Arial, Verdana, sans-serif;
  background-image:url("../assets/blackBG.png");
  display:inline-block;
  margin-bottom:5px;
  line-height:75px;
  padding:0px 20px 10px 20px;
  font-weight:100;
}
.color_12px{
  font-size:12px;
  color:#F00;
}
.color_14px{
  font-size:14px;
  color:#F00;
}
.color_16px{
  font-size:16px;
  color:#F00;
}
.color_20px{
  font-size:20px;
  color:#F00;
}
.color2_12px{
  font-size:12px;
  color:#0F0;
}
.color2_14px{
  font-size:14px;
  color:#0F0;
}
.color2_16px{
  font-size:16px;
  color:#0F0;
}
.color2_20px{
  font-size:20px;
  color:#0F0;
}

#top{
	height:200px;
}
#top .top{
	height:200px;
}
#top .logo{
	background:url("../assets/logo.png") no-repeat;
	width:310px;
	height:180px;
	float:left;
	margin-top:20px;
}  
#top .topContent{
	float:right;
	width:620px;
	padding-top:20px;
	padding-right:30px;
}
/*Main menu CSS*/
.menuBG{}
#menu ul{
	list-style-type: none; 
	margin: 0px; 
	padding: 0px;
	height:40px;
	font-family: 'Roboto', Arial, Verdana, sans-serif; 
	margin-bottom:1px;
}
#menu li {
	display:inline;
	float:left;
	height:40px;
	background-image:url("../assets/blackBG.png");
}
#menu li:hover{}
#menu li.current{}

#menu li a {	
	display: inline-block;
	text-align:left;
	line-height:40px;
	color:#FFF;
	font-size:16px;
	padding:0px 20px;
	text-decoration:none;
}
#menu li a:hover,
#menu li a.current{background-color:#222;}
#content{
  
}

.mainContentHome{
  min-height:400px;
  padding-top:100px;
}
  
.bodyBG{
	background-image:url("../assets/blackBG.png");
	padding-bottom:20px;
}
.mainContent{
	padding:20px;
	min-height:300px;
}
.contactPageContent{
	padding:20px;
	padding-top:30px;
	min-height:300px;
}
#downloadForm{
	display:none;
	color:#000;
}
.paddedContent{
	padding:20px;
}

.centered{text-align: center;}

.theTable table{margin:0 auto;}

.bulletList li{
	margin-bottom:8px;
}

.btn {
	border-radius:15px;
	padding:12px 15px;
	background-color:#666;
	color:#fff;
	text-decoration:none;
	box-shadow: inset 0.2em 0.2em 0.2em 0 rgba(255,255,255,0.5), inset -0.2em -0.2em 0.2em 0 rgba(0,0,0,0.5);
}

.btn:hover{
	background-color:green;
	box-shadow:none;
}
#footer{
  margin-top:1px;
  font-size:12px;
}

.footerContent a{

}
.footerBG{
  background-image:url("../assets/blackBG.png");
  padding:20px;
  padding-top:10px;
}
#footerMenu{}
#footerMenu a{
  display: inline-block;
  text-align:left;
  line-height:40px;
  color:#FFF;
  font-size:16px;
  padding:0px 10px;
  text-decoration:none;
}
#footerMenu a:hover,
#footerMenu a.current{

}


.pageContent{
  z-index:5000;
}
.featuredAreaContainer{
  position:fixed;
  top:0px;
  z-index:-100;
  height:100%;
  width:100%;
}
#featuredArea{

}
#featuredArea .slideBG{
  height:100%;
  position:relative;
  background-repeat:no-repeat;
  /* for jumbotron remove width and uncomment*/
  background-position:center top;
  background-size:cover;
}


#featuredArea .fadingMessageText{
  width:960px;
  margin:0px auto;
  
}

#featuredArea .homeMainText{
  font-size:60px;
  font-family: 'Roboto', Arial, Verdana, sans-serif;
  background-image:url("../assets/blackBG.png");
  display:inline-block;
  margin-bottom:5px;
  line-height:75px;
  padding:0px 20px 10px 20px;
  font-weight:100;
  
}
#featuredArea .fadingMessage{
  position:absolute;
  top:340px;
  width:100%;
}
#featuredArea .contentSquare{
  background-color:#DADADA;
  opacity:0.7;
  width:400px;
  height:150px;
  position:absolute;
  right:20px;
  top:30px;
}
#featuredArea .slideLink{
  display:block;
  width:960px;
  height:350px;
  position:absolute;
}
#featuredArea .featuredContent{
  position:absolute;
  right:20px;
  top:30px;
  width:400px;
}
#featuredArea a{
  text-decoration:none;
}
  
#featuredArea .title a{
  display:block;
  color:#FFF;
  font-size:32px;
  text-align:right;
  padding:10px 20px 10px 10px;
}
#featuredArea .link a{
  display:block;
  color:#FFF;
  font-size:16px;
  text-align:right;
  padding:10px 20px 10px 10px;
}
#galleryMainPage{
  margin-top:20px;
}
#galleryMainPage .imageMainContainer{
  width:450px;
  float:left;
}
#galleryMainPage .details{
  padding-left:10px;
}
#galleryMainPage .title{
  font-size:18px;
  color:#99DEF8;
  font-weight:bold;
  margin-bottom:50px;
}
#galleryMainPage .images{}
#galleryMainPage .imageContainer{
  float:left;
  width:229px;
  text-align:center;
  
}
#galleryMainPage .imageBorder{
  border:1px solid #000;
  box-shadow:2px 2px 2px #666;
  padding:10px;
  width:195px; 
  margin-bottom:10px;
  background-color:#FFF;
}
#galleryMainPage .rightCol{
  padding-left:20px;
}
#galleryMainPage .GalleryImageContainer{
  line-height:0px;
  width:195px; 
  height:150px;
  overflow:hidden;
}
.contactForm{
  margin-top:20px;
}

.contactForm .submitButton {
  border: 1px solid #FFF;
  background: #000;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #FFF;
  padding: 5px 15px;
  cursor:pointer;
  font-size:20px;
}
.contactForm .submitButton:hover{
  border: 1px solid #DADADA;
  background: #DADADA;
  color: #000;
}
.formElement .input-text{
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border:2px solid #DADADA;
  padding:5px;
  float:left;
  margin-bottom:10px;
}
.formError{
  background-color:#DADADA;
  color:#FFF;
}
.required{
  float:left;
  color:#000;
  line-height:40px;
  font-size:30px;
}

#downloadList{
  list-style-type: none; 
  margin: 0px; 
  padding: 0px;
  margin-top:20px;
}
#downloadList li{
	width:280px;
	height:400px;
    float:left;
    display:inline;
    margin-right:20px;
    text-align:center;
}
#downloadList a{
  display:inline-block;
  color:#FFF;
  width:200px;
}

#downloadList .downloadImage{
    height:270px;
}
  
  .moreInfo a{margin-bottom:20px;}

#form-error{
	display:none;
}
#form-error p{
	margin:0px;
}
.form{

}

.form-container{
	margin-top: 20px;
}

.form .input-label{
	display:none;
}
.form select,
.form .input-text,
.form .input-textarea{
	border:1px solid #666;
	padding:11px;
	width:80%;
	margin-bottom:10px;
	background-color: #FFF;
	color: #000;
}
.form select{
	max-width:85%;
	width:calc(80% + 24px);
}

.form .input-text:focus{
	-webkit-box-shadow: 0 0 2px 1px FFFFFF;
	box-shadow: 0 0 2px 1px FFFFFF;
}

.form .submit-button{
	border: 1px solid #666;
	background: #666;
	color:  #FFF;
	padding: 8px 50px;
	cursor:pointer;
	font-size:16px;
}

.form .submit-button:hover{
	border: 1px solid #666;
	background: #777;
	color:  #FFF;
}
.form .checkbox-container{
	margin-bottom:15px;
	font-size:12px;
}
.form .checkbox-container input{
	margin-right:15px;
}
.form .required-mark{
	display:inline-block;
	font-size:24px;
	vertical-align:top;
	margin-left:10px;
}

.form .form-error{
	border:1px solid #D9534F;
	color:#D9534F;
}
.grecaptcha-badge{
    z-index:5000;
}