@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/ 
*/
body {
	background-color: rgba(223,220,220,1.00);	
}

img, object, embed, video {
	max-width: 100%;
}

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

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	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/
*/

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


.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

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

@media only screen and (max-width: 480px) {
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
	background-color: rgba(255,255,255,1.00);
}
#div1 {
}

#header {
		}
#content {
	width:100%;	
	}
#content2 { 
	width: 96%; 
	clear: none;
	margin-left: 2%;
	margin-right: 2%%;
	margin-top: 2%; 
	padding: 10px;
	margin-bottom:20px; 
	}
#content3 {
	width: 96%; 
	height: auto; 	
	margin: 2%;
	clear: none;
}

#footer {
border-top: solid thin grey;
padding: 10px; 	
}
#footer-column {
	width: 100%;
	clear: none; 	
}
	
#column {
	width: 100%;
	height: 300px;
	clear: none;
	background-color: rgba(255, 255, 255, 1);
	padding:10px;
	color: rgba(0,0,0,1);
	margin-bottom: 3%;
	}

#image {
	padding: 5px;
	float: clear;
	height: 200px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
	border-top-width: thin;
	border-bottom-width: thin;
	/* [disabled]border-top-style: solid; */
	border-bottom-style: solid;
	/* [disabled]border-top-color: #06C; */
	border-bottom-color: #06C;
	display: block;
}
#img-mac {
	height: 150px;
	width: 120px;
	margin-left: 0px;
	margin-right: 10px;
	float: left;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.zeroMargin_mobile {
margin-left: 0;
}
    .carousel-caption {
  position: absolute;
  right: 15%;
  top: 50%;
  bottom: 5%;
  left: 15%;
  z-index: 10;
  padding-top: 2px;
  padding-bottom: 2px;
  color: #fff;
  background-color: rgba(88,88,88,0.5);
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    }
    
    .carousel-indicators {
     visibility: hidden;   
    }

	
}

@media only screen and (min-width: 481px) {  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
	background-color: rgba(255,255,255,1.00);
}
#div1 {
}
#header {
width: 70%;
float: clear;
}

#footer {
border-top: solid thin grey;
padding: 10px; 	
}

#footer-column {
	width: 50%;
	clear: none; 	
}


#container {
}
#content {
	width:98%;	
	margin: 1%;
	}
#content2 { 
	width: 96%; 
	clear: none;
	margin: 2%;
	padding: 10px;
		}
#content3 {
	width: 96%; 
	height: auto; 	
	margin: 2%;
	clear: none;
}
	
#nav {
}
#column {
	width: 47%;
	height: 280px;
	clear: none;
	margin-left: 1%;
	margin-right: 1.5%;
	background-color: rgba(255, 255, 255, 1);
	padding: 10px;
	color: rgba(0,0,0,1);
	margin-bottom: 3%;
}
	
	
@media only screen and (max-width: 600px){
	.fluid {width: 98%;
		margin: 1%;}
	#column {width: 98%; margin: 1%;}
}
#image {
	padding: 5px;
	float: left;
	height: 160px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
	border-top-width: thin;
	border-bottom-width: thin;
	/* [disabled]border-top-style: solid; */
	border-bottom-style: solid;
	/* [disabled]border-top-color: #06C; */
	border-bottom-color: #06C;
}
#img-mac {
	height: 150px;
	width: 120px;
	margin-left: 0px;
	margin-right: 10px;
	float: left;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.zeroMargin_tablet {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}

#video1 {width: 49%; height: auto; float: left; margin-right: 1%; color: black;}

#video2 {width: 49%; height: auto; float: left; margin-left: 1%; color: black;}

.video-text {padding: 10px; text-align: left;}

#gallery {background-color: #D4A343; width: 100%; float: left; text-align: center; padding: 20px 0px}

#gallery h1 {margin-bottom: 40px;}

@media only screen and (max-width: 768px) {
    
    #video1, #video2 {width: 100%; float: none; margin: 0;}
    
}

/* 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: 88.5%;
	max-width: 960px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
#header {
}
#footer {
border-top: solid thin grey;
padding: 10px; 
}
#footer-column {
	width: 50%;
	clear: none; 	
}

#container {
}
#content {
	width:98%;	
	margin: 1%;}
#content2 { 
	width: 66.5%; 
	clear: none;
	margin: 1%; 
	padding: 10px; 
	}
#content3 {
	width: 29%; 
	height: auto; 	
	margin: 1%;
	clear: none;
}
#nav {
}
#column {
	width: 45%;
	height: 300px;
	clear: none;
	margin-left: 1%;
	margin-right: 3%;
	background-color: rgba(255, 255, 255, 1);
	padding: 10px;
	color: rgba(0,0,0,1);
	margin-bottom: 3%;
	}
#label {
	margin-top: -20px;
}
#image {
	padding: 5px;
	float: left;
	height: 160px;
	width: 95%;
	margin-top: 10px;
	margin-bottom: 20px;
	border-top-width: thin;
	border-bottom-width: thin;
	/* [disabled]border-top-style: solid; */
	border-bottom-style: solid;
	/* [disabled]border-top-color: #06C; */
	border-bottom-color: #06C;
}
#img-mac {
	height: 150px;
	width: 120px;
	margin-left: 0px;
	margin-right: 10px;
	float: left;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.zeroMargin_desktop {
margin-left: 0;
}
.hide_tablet {
display: none;
}
}

.firstcharacter { float: left; color:rgba(71,128,161,1.00); font-size: 75px; line-height: 60px; padding-top: 4px; padding-right: 8px; padding-left: 3px; font-family: Georgia; }
