@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%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		6;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	15;
	
	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;
	display:block;
	overflow:hidden;
	clear:both;
	-webkit-overflow-scrolling: touch;
}
#logowrap {width:100%;}
#topimagewrap h3 {
	font-size: 14px;
}


  #modtrans {
	 font-size: 32px;
	 }

#phonemenu { display:block;}
#deskmenu {display:none;}

#copy {
	  text-align:center;
	  width:100%;
  }
 #lbs {
	   text-align:center;
	  width:100%;
  }

#mods div.moduletable {
	width:98%;
}
 #footer div.moduletable {
 	width:100%;
 }
 #footer div.moduletable_menu {
    width: 45%;
}
#footer div.moduletable:nth-of-type(3) {
width: 92%;
}
h2 {font-size: 20px;}
.imagerespond {
	min-width:100%;	
}

.splitdiv {width: 100%;padding: 10px;margin-bottom:40px;}




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

@media only screen and (min-width: 480px) {
#logowrap {width:100%;}
#topimagewrap h3 {
	font-size:16px;
}


  #modtrans {
	 font-size: 32px;
	 }

#phonemenu { display:block;}
#deskmenu {display:none;}

#copy {
	  text-align:center;
	  width:100%;
  }
 #lbs {
	   text-align:center;
	  width:100%;
  }
#footer div.moduletable:nth-of-type(3) {
width: 92%;
}
  #mods div.moduletable {
	width:98%;
}
 #footer div.moduletable {
 	width:48%;
 }


 #footer div.moduletable_menu {
    width: 48%;
}
h2 {
font-size:24px;	
}
.imagerespond {
	min-width:20%;	
}

.splitdiv {width: 100%;padding: 10px 0;}

}



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


@media only screen and (min-width: 640px) {
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	display:block;
	overflow:hidden;
	clear:both;
	-webkit-overflow-scrolling: touch;
}
#logowrap {width:50%;}
#topimagewrap h2 {
	font-size:28px;
}
#topimagewrap h3 {
	font-size:18px;
}
#phonemenu { display:none;}
#deskmenu {display:block;}

  #modtrans {
	 font-size: 32px;
	 }


#copy {
	  text-align:left;
	  width:50%;
  }
 #lbs {
	  text-align:right;
	  width:50%;
  }
#mods div.moduletable {
	width:48%;
}

 #footer div.moduletable {
 	width: 48%;
 }

  #footer div.moduletable_menu {
    width: 28%;
}
#footer div.moduletable:nth-of-type(3) {width: 92%;}
h2 {font-size: 24px;}
.imagerespond {
	min-width:20%;	
}

.splitdiv {width: 100%;padding: 10px 0;}
#topphone {
	top: 40px;
	font-size:21px;
	position:absolute;
}
}

@media only screen and (min-width: 1023px) {
	
	.gridContainer {
	width: 100%;
	padding: 0;
	display:block;
	overflow:hidden;
	clear:both;
	margin-left: 0;
	margin-right: 0;
	-webkit-overflow-scrolling: touch;
}
#logowrap {width:50%;}
#topimagewrap h2 {
	font-size: 38px;
}
#topimagewrap h3 {
	font-size: 18px;
}
#phonemenu { display:none;}
#deskmenu {display:block;}


  #modtrans {
	 font-size: 32px;
	 }

#copy {
	  text-align:left;
	  width:50%;
  }
 #lbs {
	  text-align:right;
	  width:50%;
  }

#mods div.moduletable {
	width:48%;
}
 #footer div.moduletable {
 	width:25%;
 }

 #footer div.moduletable_menu {
    width: 15%;
}
#footer div.moduletable:nth-of-type(3) {width: 44%;}
h2 {
font-size:32px;	
}
.imagerespond {
	min-width:20%;	
}

.splitdiv {width: 50%;padding: 0%;}
#topphone {
	font-size: 28px;
}
}
@media only screen and (min-width: 1201px) {
	  #modtrans {
	 font-size: 32px;
	 }
	 #topimagewrap h2 {
	font-size:38px;
}
#topimagewrap h3 {
	font-size:21px;
}
}
	
	@media only screen and (min-width: 1401px) {
	  #modtrans {
	 font-size: 32px;
	 }
}
	@media only screen and (min-width: 1501px) {
	  #modtrans {
	 font-size: 36px;
	 }
}
	
	

