@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

body, html {
  height: 100%;
  margin: 0;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}



/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
}

.bg {
	 /* The image used */
	background-image: 
	url(../images/colorbricksmall_brickPattern.jpg);
/* Full height */
	height: 100%;
	/* Full width */
	width: 100%;
	/* Center and scale the image nicely */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


#Header {
	clear: both;
	float: left;
	margin-left: 0;
	display: block;
	background-image: url(../images/tileColorBrickstripe.jpg);
	position: absolute;
	overflow: hidden;
	left: -2px;
	top: -1px;
	height: 68px;
	background-size: cover;
	width: 480px;
}

#Menu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	position: absolute;
	overflow: hidden;
	background-color: #000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	top: 65px;
	color: #FFF;
	height: 27px;
	left: 0px;
	
}

#Maincontent {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Video {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 100%;
	display: block;
} 

.gridContainer.clearfix #Video iframe {
	width: auto;
	height: auto;
	margin-left: 0%;
	position: center;
} 

.gridContainer.clearfix #Matter .container-fluid h2 {
	color: #000;
	background-color: #FFF;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2.5%;
	font-size: 21px;

}

#Matter {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}


#box1 {
	clear: both;
	float: left;
	margin-left: 0;
	padding-left: 2px;
	width: 100%;
	display: block;
	color: #FFF;
	background-color: #000;
}

#box2 {
	clear: both;
	float: left;
	margin-left: 0;
	padding-left: 2px;
	width: 100%;
	display: block;
	color: #000;
	background-color: #CCC;
}

#box3 {
	clear: both;
	float: left;
	margin-left: 0;
	padding-left: 2px;
	width: 100%;
	display: block;
	color: #FFF;
	background-color: #000;
}

#box_main {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#box4 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#box0 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
} 
 
#Footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

.footer_font_color {
	color: #000;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#Header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Menu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Maincontent {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Video {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
} 

.gridContainer.clearfix #Video iframe {
}

.gridContainer.clearfix #Matter .container-fluid h2 {
	color: #000;
	background-color: #FFF;
	font-size: 21px;
	padding-top: 2.5%;
}

#Matter {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#box1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#box2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#box3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#box_main {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#box4 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
} 

#Footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

.footer_font_color {
	color: #CCC;
}


}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 100%;
	max-width: 1232px;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
	height: 100%;
	font-weight: bold;
	font-size: 18px;
	background-image: 
}
    
.bg {
	 /* The image used */
	background-image: 
	url(../images/colorbricksmall_brickPattern.jpg);
/* Full height */
	height: 100%;
	/* Full width */
	width: 100%;
	/* Center and scale the image nicely */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#Header {
	clear: both;
	float: left;
	margin-left: 0; 
	width: 100%
	display: block;
	background-image: url(../images/tileColorBrickstripe.jpg);
	position: absolute;
	overflow: hidden;
	left: -1px;
	top: -1px;
	height: 68px;
	background-size: cover;
	
}

#Menu {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	position: absolute;
	overflow: hidden;
	background-color: #000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	top: 65px;
	color: #FFF;
	height: 27px;
	left: 0px;
	
}


#Maincontent {
	clear: both;
	float: left;
	margin-left: 0;
	display: block;
} 

.maincontentbg {
	 /* The image used */
	background-image: 
	url(../images/KeyboardTextBk.jpg);
/* Full height */
	height: 10%;
	/* Center and scale the image nicely */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#Video {
	display: block;
	width: 100%; 	
	height: 100%;
}

.gridContainer.clearfix #Video iframe {
	width: 90%;
	height: 70%;
	margin-left: 0%;
	position: center;
}


	
.container-fluid {
	
}
.gridContainer.clearfix #Matter .container-fluid h2 {
	color: #000;
	background-color: #FFF;
	font-size: 21px;
	padding-top: 2.5%;
}

#Matter {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	color: #000;
	background-color: #FFF;
	font-size: 12px;
}

#box_main {
	float: left;
	width: 100%;
	position: absolute;
	margin-left: 0;
	display: block;
	background-color: #000;
	left: 6px;
	top: 1625px;
	height: 564px;
	
}

#box1 {
	clear: none;
	float: left;
	margin-left: 7%;
	margin-right: 10%;
	margin-bottom: 9%;
	margin-top: 9%;
	width: 20%;
	display: block;
	color: #000;
	padding-left: .5%;
	padding-right: .5%;
	background-color: #FFF;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
}
#box2 {
	clear: none;
	float: left;	
	margin-left: 1%;
	margin-right: 10%;
	margin-bottom: 9%;
	margin-top: 9%;
	width: 20%;
	display: block;
	color: #000;
	padding-left: .5%;
	padding-right: .5%;
	background-color: #FFF;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
}
#box3 {
	clear: none;
	float: right;
	margin-right: 7%;
	margin-left: 0%;
	margin-bottom: 9%;
	margin-top: 9%;
	width: 20%;
	display: block;
	color: #000;
	padding-left: .5%;
	padding-right: 0%;
	background-color: #FFF;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
} 


#Footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#box4 {
	clear: both;
	float: left;
	width: 93.5%;
	padding-left: 3%;
	padding-right: 3%;
	margin-left: 0;
	display: block;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
}

.footer_font_color {
	color: #CCC;
}



}

