html {
	height: 100%;
	}

* {
	margin: 0;
  	padding: 0;
  	}

body {
	font: normal 85% Arial, Helvetica, sans-serif;
  	background-color: #104E8B;
  	background-image: url('../images/sky.gif');
	background-size: cover;
	}

p { 
	padding: 0 0 10px 0;
  	color: black;
  	line-height: 1.2em;
  	font-size: 100%;
  	}

img {
	border: 0;
	}
#sky {
	height: 25%;
	width: 25%;
	}
#sky2 {
	height: 15%;
	width: 15%;
	}

h1 {
	font-family: 'Sigmar One' , sans serif;
	color: blue;
	}

h3, h4, h5, h6 { 
	font: normal 175% Arial, Helvetica, sans-serif;
	color: #fff;
	text-shadow: 1px 1px #1D1D1D;
	}

h2 {
	font: normal 195% Arial, Helvetica, sans-serif;
	color: #fff;
	text-shadow: 2px 2px #1D1D1D;
	}

h3 {
	font: normal 130% Arial, Helvetica, sans-serif;
	}

h4, h5, h6 {
	margin: 0;
	padding: 0 0 0px 0;
  	font: normal 150% Arial, Helvetica, sans-serif;
  	line-height: 1.5em;
  	}

h5, h6 { 
	font: normal 95% Arial, Helvetica, sans-serif;
  	color: #888;
  	padding-bottom: 15px;
  	}

a {
	color: #FFF;
  	font-weight: bold;
 	background: transparent;
 	outline: none;
 	text-decoration: underline;
  }

a:hover {
	text-decoration: none;
	cursor: url("images/fork.ico");
	}

ul
{ margin: 2px 0 22px 30px;
  line-height: 1.7em;
  font-style: normal;
  font-size: 100%;}

ol
{ margin: 8px 0 22px 20px;}

ol li
{ margin: 0 0 11px 0;}

#header, #menubar, #site_content, #footer, #content_bottom {
	margin-left: auto; 
	margin-right: auto;
	}
  
#header {
 	width: 960px;
  	height: 350px;
  	background: yellow;
	border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border: 15px 15px 15px 15px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  }

#welcome { 
	width: 960px;
  	float: left;
  	margin: auto auto;
  	background: transparent;}  
   
#welcome H1 { 
	color: #red;
	text-shadow: 3px 3px #1D1D1D;
	-webkit-text-stroke: 1px red;
	font-size: 100pt;
	text-align: center;
	}
	
#welcome H2 { 
	font-size: 35pt;
	text-align: center;
	margin-top: -25px;
	}
	

#menubar
{ width: 960px;
  height: 50px;
  text-align: center; 
  margin: 0 auto;
  background: #FF0000;
  border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border: 15px 15px 15px 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
  } 
  
ul#menu
{ margin:0;
  margin: 0 0 20px 20px;}

ul#menu li
{ padding: 0 0 0 0px;
  list-style: none;
  margin: 2px 0 0 0;
  display: inline;
  background: transparent;}

ul#menu li a
{ float: left;
  font: bold 120% Arial, Helvetica, sans-serif;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  height: 24px;
  text-shadow: 0px -1px 0px #000;
  padding: 16px 20px 10px 20px;
  background: transparent; } 
  
ul#menu li.current a
{ color: #FFF;
  background: #323232;
  text-shadow: none;}
  
ul#menu li:hover a { 
	color: #FFF;
  	background: #323232;
  	text-shadow: none;
  	cursor: url("fork.cur"), default;
  	}
  
#specials {
	background: transparent;
	}
#specials h1 {
	color: white;
	font-size: 40pt;
	font-family: 'black ops one';
	}
	
#site_content { 
	width: 940px;
	} 

#content {
 	width: 940px;
  	float: left;
  	Padding: 10px 10px 10px 10px;
  	Margin-top: 40px;
  	background-color: white;
  	border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border: 15px 15px 15px 15px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  	}

.content_item {
 	width: 900px;
  	margin:0;
  	margin: 0 0 20px 20px;
	}
  
.content_image
{ float: left; 
  width: 150px;
  height: 150px;
  margin: 0 20px 10px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;}
  
.content_container
{ width: 320px;
  padding: 5px;
  margin-right: 10px;
  float: left;}
  
#content_bottom
 { width: 960px;
  height: 160px;
  text-align: center;} 
  
#content_bottom p
 { color: #000;
  text-shadow: 1px 1px #FFF; }  

#content_bottom h4
{ color: #000;
  text-shadow: none;}
  
.content_bottom_container_box
{ width: 295px;
  padding: 5px;
  text-align: center;
  margin: 20px 0 10px 10px;
  float: left;}

.content_bottom_container_boxl
{ width: 295px;
  padding: 5px;
  text-align: center;
  margin: 20px 0 10px 10px;
  float: left;}
  
#column1 {
	width: 300px;
	height: 200px;
	padding: 10px 10px 10px 10px;
	Margin: 14px 14px 14px 0px;
	background-color: red;
	float: left;
	border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border: 15px 15px 15px 15px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
	Font-family: 'black ops one';
	font-size: 35pt;
	line-height: 50%;
	}
	
#column2 {
	width: 580px;
	height: 200px;
	padding: 4px 4px 4px 4px;
	Margin: 14px 14px 14px 0px;
	background-color: yellow;
	float: left;
	border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border: 15px 15px 15px 15px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
	font-size: 40pt;
	Font-family: 'black ops one';
	line-height: 70%;
	-webkit-text-stroke: 1px red;
	}
	
#menu_item1 {
	width: 275px;
	height: 200px;
	padding: 10px 10px 10px 10px;
	Margin: 14px 14px 14px 0px;
	background-image: url('../images/plate1.png');
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: red;
	float: left;
	border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border: 15px 15px 15px 15px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
	}
#menu_item2 {
	width: 275px;
	height: 200px;
	padding: 10px 10px 10px 10px;
	Margin: 14px 14px 14px 6px;
	background-image: url('../images/plate2.png');
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: yellow;
	float: left;
	border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border: 15px 15px 15px 15px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
	}
#menu_item3 {
	width: 275px;
	height: 200px;
	padding: 10px 10px 10px 10px;
	Margin: 14px 14px 14px 6px;
	background-image: url('../images/plate3.png');
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: red;
	float: left;
	border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border: 15px 15px 15px 15px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
	}
#menu_item4 {
	width: 275px;
	height: 200px;
	padding: 10px 10px 10px 10px;
	Margin: 14px 14px 14px 0px;
	background-image: url('../images/plate4.png');
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: yellow;
	float: left;
	border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border: 15px 15px 15px 15px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
	}
#menu_item5 {
	width: 275px;
	height: 200px;
	padding: 10px 10px 10px 10px;
	Margin: 14px 14px 14px 6px;
	background-image: url('../images/plate5.png');
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: red;
	float: left;
	border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border: 15px 15px 15px 15px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
	}
#menu_item6 {
	width: 275px;
	height: 200px;
	padding: 10px 10px 10px 10px;
	Margin: 14px 14px 14px 6px;
	background-image: url('../images/plate6.png');
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: yellow;
	float: left;
	border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border: 15px 15px 15px 15px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
	}
#menu_item7 {
	width: 275px;
	height: 200px;
	padding: 10px 10px 10px 10px;
	Margin: 14px 14px 14px 6px;
	background-image: url('../images/plate7.png');
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	float: left;
	border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border: 15px 15px 15px 15px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
	}

#footer
{ width: 960px;
  height: 20px;
  padding-top: 20px;
  text-align: center; 
  background: transparent;
  color: #1D1D1D;
  text-shadow: 1px 1px #FFF;
  float: left;
  }

#footer a, #footer a:hover
{ color: #1D1D1D;
  text-decoration: none;
  padding-bottom: 20px;}

#footer a:hover
{ text-decoration: underline;}
  
 .readmore
{ font: bold 110% Arial, Helvetica, sans-serif;
  height: 15px;
  margin-left: 95px;
  width: 90px;
  padding: 5px 5px 10px 7px;
  background: #fff;
  background: -moz-linear-gradient(#fff, #ccc);
  background: -o-linear-gradient(#fff, #ccc);
  background: -webkit-linear-gradient(#fff, #ccc);
  border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border: 15px 15px 15px 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;}
  
 .readmore a
{ color: #1D1D1D;}
 
 .button_small
{ font: normal 110% Arial, Helvetica, sans-serif;
  height: 15px;
  width: 90px;
  padding: 5px 5px 10px 7px;
  background: #0043A8;
  background: -moz-linear-gradient(#43A9FF, #0043A8);
  background: -o-linear-gradient(#43A9FF, #0043A8);
  background: -webkit-linear-gradient(#43A9FF, #0043A8);
  border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border: 15px 15px 15px 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;}
  
.button_small a
{ color: #FFF;
  padding-left: 5px;}

.form_settings
{ margin: 15px 0 0 0;}

.form_settings p
{ padding: 0 0 4px 0;}

.form_settings span
{ float: left; 
  width: 280px; 
  text-align: left;}
  
.form_settings input, .form_settings textarea
{ padding: 2px; 
  width: 299px; 
  font: 100% arial; 
  border: 1px solid #E5E5DB; 
  background: #FFF; 
  color: #47433F;}
  
.form_settings input[type="checkbox"]
{ padding: 2px 0; 
  width: 15px; 
  font: 100% arial; 
  border: 0; 
  background: #FFF; 
  color: #47433F;
  margin: 28px 0;}

.form_settings .submit
{ font: 100% arial; 
  width: 99px; 
  margin: 0 0 0 206px; 
  height: 26px;
  padding: 2px 0 3px 0;
  cursor: pointer; 
  background: #0043A8;
  background: -moz-linear-gradient(#43A9FF, #0043A8);
  background: -o-linear-gradient(#43A9FF, #0043A8);
  background: -webkit-linear-gradient(#43A9FF, #0043A8);
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  color: #FFF;}

.slideshow {
  width: 680px;
  height: 250px;
  overflow: hidden;
  position: relative;
  margin-top: 20px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;}
  
/* styling for the slideshow on the homepage */
ul.slideshow {
  list-style: none;
  width: 680px;
  height: 250px;
  overflow: hidden;
  position: relative;
  margin: 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;}
  
ul.slideshow li {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  right: 0;}
 
ul.slideshow li.show {
  z-index: 500;}
 
ul img {
  border: none;}
 
#slideshow-caption {
  width: 680px;
  height: 38px;
  position: absolute;
  bottom: 0;
  left: 0; 
  z-index: 500;}
 
#slideshow-caption .slideshow-caption-container {
  padding: 10px 25px 10px 25px; 
  background: transparent url(../images/transparent.png) repeat;  
  z-index: 1000;}
 
#slideshow-caption p {
  padding: 0;
  font: normal 130% arial, sans-serif;
  color: #FFF;}
 
 /* plate pics */
 #tech-slideshow {
	height: 200px;
	position: relative;
	overflow: hidden;
}
#tech-slideshow > div {
	height: 200px;
	width: 2526px;
	background: url(images/collage.png);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	
	-moz-transition:  opacity 0.5s ease-out; 
	   -o-transition: opacity 0.5s ease-out; 
  -webkit-transition: opacity 0.5s ease-out; 
	  -ms-transition: opacity 0.5s ease-out; 

	/* Slow */
	-webkit-animation: moveSlideshow 60s linear infinite;
	-moz-animation:    moveSlideshow 60s linear infinite;
	
	-webkit-transform: translate3d(0,0,0); /* Performance */

}
#tech-slideshow #tech-slideshow-1 {
	/* Sprite */
	background-position: 0 200px;
	
	/* Fast */
	-webkit-animation: moveSlideshow 60s linear infinite;
	-moz-animation:    moveSlideshow 60s linear infinite;
}
#tech-slideshow:hover #tech-slideshow-2 {
	opacity: 0;
}

@-webkit-keyframes moveSlideshow {
	0%   { 
		-webkit-transform: translateX(0); 
		-moz-transform:    translateX(0); 
		-ms-transform:     translateX(0); 
		-o-transform:      translateX(0); 
		transform:         translateX(0); 
	}    
	100% { 
		-webkit-transform: translateX(-1684px); 
		-moz-transform:    translateX(-1684px); 
		-ms-transform:     translateX(-1684px); 
		-o-transform:      translateX(-1684px); 
		transform:         translateX(-1684px); 
	}
}
@-moz-keyframes moveSlideshow {
	0%   { 
		-webkit-transform: translateX(0); 
		-moz-transform:    translateX(0); 
		-ms-transform:     translateX(0); 
		-o-transform:      translateX(0); 
		transform:         translateX(0); 
	}    
	100% { 
		-webkit-transform: translateX(-1684px); 
		-moz-transform:    translateX(-1684px); 
		-ms-transform:     translateX(-1684px); 
		-o-transform:      translateX(-1684px); 
		transform:         translateX(-1684px); 
	}
}