@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/ 

height: 0vmax;
*/
img, object, embed, video {
	max-width: 80%;
	max-height: 100%;
	
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
.center{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
}
.middle{text-align: center;}

.logos{
	max-width:90%;
	text-align: center;
}
.logos img {max-width:20%;
}
.equip{
	max-width:90%;
	
	text-align: center;
}
.equip img {max-width:30%;
max-height:20%;
}
/*
	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;
}
.PhotoRight {
	float: left;
	padding-left: 10 px;
	padding-right: 10 px;
	border-color: #FFFFFF;
	display: block;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	}
.PhotoLeft {
	float: right;
	padding-left: 10 px;
	padding-right: 10 px;
	border-color: #FFFFFF;
	display: block;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	}
.PhotoSmallLeft {
	float: right;
	padding-left: 10 px;
	padding-right: 10 px;
	border-color: #FFFFFF;
	display: block;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	}

.PhotoSmallRight {
	float: left;
	padding-left: 10 px;
	padding-right: 10 px;
	border-color: #FFFFFF;
	display: block;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	}
.PhotoSmall {
		max-width: 25%;
}
.PhotoVerySmallRight {
		float: left;
	padding-left: 10 px;
	padding-right: 10 px;
	border-color: #FFFFFF;
	display: block;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	max-width: 10%;
}
.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}
.linklist {
		background-color: #000000;
}
.gallerylist{
	background-color:#000000;
}

.indent05 {
	border-left-style: none;
	list-style-position: inside;
	list-style-type: disc;
	padding-left: 80px;
	text-indent: -25px;
	margin-left: 0px;
}
#div1 {background-color:#D2B48C;
padding-top:10px;
text-align:center;
}
#white {
	color: #FFFFFF;
}
#centercontainer {
	text-align: center;
}
#awardlabel {max-width:80%;
	padding-left:10%;
	padding-right:20%;
	padding-bottom:20px;
	display:block;
	clear:both;
	 
}
h2 {font-size: 115%;
}
.topbanner {text-align:center;
}
/* .topbanner img {max-height: 100px;
	padding: 5px;
	} */

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

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
	
}
.banner {
	overflow-y: hidden;
	overflow-x: hidden;
}


.phoneinfo {
	text-align: center;
	font-size: smaller;
		
}
.nameinfo {
	text-align: center;
	font-size: medium;
		
}
.linklist {
	display: inline-block;

}
.maintext {
	color: #000000;
	background-color: #FFF8DC;
}
.navbar {
	text-decoration: none;
	border-radius: 20px;
	border-color: #000000;
	border-style: solid;
	background-color: #FFFFFF;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	display: inline;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	float: left;
	font-size: small;
	
}
.gallerybar {
	text-decoration: none;
	border-radius: 20px;
	border-color: #000000;
	border-style: solid;
	background-color: #FFFFFF;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	display: inline;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	float: left;
}
.buttons {
}
.cycle-slideshow {
	width: auto;
	height: auto;
	max-width: 80%;
	border-width: 10%;
	border-style: none;
	text-align: center;
	margin-left: 17%;
}

	
.cycle-slideshow img { 
	text-align: center;
width: 100%; 
height: auto; 
}
.list1 {}
.design {
	margin-bottom: 0.1in;
}
.topbanner img {max-height: 15%;
}
.zeroMargin_mobile {margin-left: 0;
}
.hide_mobile {display: none;
}
@media only screen and (max-width: 480px) {
.desk {
        display:none;
}
.tablet {
	display:none;

}
.mobile {
	display: block !important;
	
}
.mobile img {max-height:15%;
max-width:90%;
padding: 5px;
}
.topbanner img {
	padding: 3px;
}
.navbar {font-size:x-small
}
#div1 {}
.zeroMargin_tablet {margin-left: 0;}
.hide_tablet {display: none;}
}


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

@media only screen and (min-width: 481px) {

.PhotoRight {
	max-width:100%;
	clear: left;
}
.PhotoLeft {
	max-width:100%;
	clear: right;
}
.PhotoSmallRight {
	max-width:30%;
	clear: left;
}
.PhotoSmallLeft {
	max-width:30%;
	clear: right;
}
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
.cycle-slideshow { 
width: 100%;
 }
.banner {
}
.phoneinfo {
	max-width: 33.333%;
	clear: none;
	margin-left: 0;
	border-collapse: collapse;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	display: compact;
}
.nameinfo {
	max-width: 33.333%;
	clear: none;
	margin-left: 0;
	border-collapse: collapse;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	display: compact;
}

.maintext {
}
.navbar {
	text-decoration: none;
	border-radius: 10px;
	border-color: #000000;
	border-style: solid;
	background-color: #FFFFFF;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}
.PhotoRight {
	max-width:50%;
	clear: left;
}
.PhotoLeft {
	max-width:50%;
	clear: right;
}
.PhotoSmallRight {
	max-width:20%;
	clear: left;
}
.PhotoSmallLeft {
	max-width:20%;
	clear: right;
}
.buttons {
}
.list1 {
}

#div1 {}
.zeroMargin_tablet {
margin-left: 0;
}
.hide_tablet {
width: 0%;
}
.hide_mobile { }

.topbanner img {	padding: 4px;
}

.zeroMargin_desktop {	margin-left: 0;
}

.hide_desktop {	display: none;
}
.middle img {
	max-width: 80%;
}
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
.desk {
        display:none;
}
.tablet {
	display:block !important;

}
.tablet img {max-height:12%;
max-width:90%;
padding: 4px;
}
.mobile {
	display: none;
}
.middle img {
	max-width: 70%;
}
}
/* 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: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
	background-color: #FFF8DC;
}
.cycle-slideshow { 
	width: 80%; 
	
 }
.banner {
	
}
.phoneinfo {
	width: 100%;
	margin-left: 0;
}
.nameinfo {
	width: 100%;
	margin-left: 0;
}
.maintext {
	font-size: medium;
	margin-bottom: 1px;
}
.navbar {
	text-decoration: none;
	border-radius: 20px;
	border-color: #000000;
	border-style: solid;
	background-color: #FFFFFF;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	}
.PhotoRight {
	max-width:30%;
	clear: left;
}
.PhotoLeft {
	max-width:30%;
	clear: right;
}
.PhotoSmallRight {
	max-width:15%;
	clear: left;
}
.PhotoSmallLeft {
	max-width:15%;
	clear: right;
}
.buttons {}
.list1 {}
#div1 {}
.zeroMargin_desktop {margin-left: 0;}
.hide_desktop {display: none;}
.hide_mobile { }
.hide_tablet { }
.topbanner img {
	padding: 5px;
}
.desk {
        display:block !important;
}
.desk img {max-height:15%;
max-width:95%;
padding: 5px;
}
.tablet {
	display: none !important;
}
.mobile {
	display: none;
}
.middle img {
	max-width: 60%;
}
}
