@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.1%;
	padding-right: 0.1%;
	display:block;
	overflow:hidden;
	clear:both;
	-webkit-overflow-scrolling: touch;
}
#modwrap {
	display:none;
}
  #modtrans {
	 font-size:40px; 
  }

#mods {
	max-height: auto;
	
}
#topimage{
	display:block;
    overflow: hidden;
    width: 100%;
}

.bannerimage{
	display:none;
}
#mods div.moduletable {
	
	position:relative;
	
}



#searchbox{
	
	 float: left;
    left: 140px;
    position: absolute;
	
}

div.main_images_wrapper {
	display:none;
	
}


.large_img { 
 min-width: 1600px;

}



#bannerwrap {
	display:none;
}
#content {
	width:100%;
	
}
#phonemenu {
	display:block;
	top:120px;
}
#deskmenu {
	display:none;
	}
#sliders {
	display:block ;
}
#phonetabs{
	display:block;
     padding:20px;
}
#footer div.moduletable {
	display:none;
}

#topphone {
	
	display: -webkit-inline-box;
	float:right;
	position:absolute;
	margin: 0px auto;
	text-align: right;
	min-width: 0%;
	top:0px;
	font-size:25px;
	right:0;
}


#searchbox .search {
	width:150px;
	position:absolute;
	right:-10px;
	top:-10px;
}

#logowrap {
	width:100%;	
	margin:45px 0 0px;
	position:relative;
}
#contentwrap {
	 
}
#socialmods {
    position:block;
    top: 40px;
}

#socialwrap {
	border-top:0px solid #999;
}

#copy {
	  text-align:center;
	  width:100%;
  }
 #lbs {
	   text-align:center;
	  width:100%;
  }

div.cat_child {
	min-width:100%;	
}
 #footer div.moduletable_menu {
    width: 45%;
}
h2 {
font-size:21px;	
}
.imagerespond {
	min-width:100%;	
}
table.main_thumb_table td {
	display:inline-block;
	position:relative;
	float:left;
	min-width:95%;
}
.splitdiv {
width:100%;	
}




/* Landscape Phone: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 480px) {


#modwrap {
	display:none;
}
#mods {
	
	max-height: 165px;
	
}

  #modtrans {
	 font-size:48px; 
  }

#topimage{
	display:block;
    overflow: hidden;
    width: 100%;
}
#mods div.moduletable {
	max-width: 97%;
	position:relative;
	

}
#searchbox{
	 float: right;
    position: absolute;
    left: 150px;
    top: 0px;
	
}



div.main_images_wrapper {
	display:none;
	
}



.large_img { 

 min-width: 1600px;
}

#bannerwrap {
	display:none;
}
#content {
	
}

#sliders {
	display:block;
}

#footer div.moduletable {
	display:none;
}
#topphone {
		
	 display: block;
    float: none;
	position:absolute;
	top:-10px;	
	 margin: 10px auto;
    text-align: center;
    min-width: 10%;
}



#searchbox .search {
	width:170px;
	position:absolute;
	
	
	
	
}

#phonemenu {
	display:block;
	top:120px;
}
#deskmenu {
	display:none;
	}
#toptext {
	position:relative;
	font-size:16px;
	width:265px;
	text-align:center;
}
#logowrap {
	width:100%;
	margin:45px 0 0px;	
	position:relative;
}
#contentwrap {
	  
}
#socialmods {
    position: absolute;
    top: 40px;
}
#loginbut {
	top:-40px;
	right:1%;	
	position: absolute;
}


#copy {
	  text-align:center;
	  width:100%;
  }
 #lbs {
	   text-align:center;
	  width:100%;
  }


#socialwrap {
	border-top:0px solid #999;
}
div.cat_child {
	min-width:100%;	
}
 #footer div.moduletable_menu {
    width: 28%;
}
h2 {
font-size:24px;	
}
.imagerespond {
	min-width:20%;	
}
table.main_thumb_table td {
	display:inline-block;
	position:relative;
	float:left;
	min-width:95%;
}
.splitdiv {
width:100%;	
}
#phonetabs{
	display:block;
	padding:20px;
}
}



/* 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.1%;
	padding-right: 0.1%;
	display:block;
	overflow:hidden;
	clear:both;
	-webkit-overflow-scrolling: touch;
}
#modwrap {
	display:block;
}
#mods {
	max-height:100%;
	
}

  #modtrans {
	 font-size:42px; 
  }

.bannerimage{
	display:block;
}
#mods div.moduletable {
	max-width: 46%;
	position:relative;
	
}



#searchbox{
	
	float: right;
    left: auto;
    position: absolute;
    right: 0;
    top: 0px;
	
	
}

div.main_images_wrapper {
	display:block;
	
}


.large_img { 

 min-width: 1600px;
}


#bannerwrap {
	display:block;
}
#topimagewrap {
	
	
}
#topimage {
	
	 
    overflow: hidden;
    width: 100%;
	
	
}

#content {
	
}

#phonemenu {
	display:block;
	top:90px;
}
#deskmenu {
	display:none;
	}
#sliders {
	display:none;
}
#footer div.moduletable {
	display:block;
}
#topphone {
	display: inline-block;
    float: right;
	position:relative;	
	margin: 0;
    text-align: right;
    min-width: 50%;
	font-size:32px;
	top:50px;
}




#searchbox .search {
	
	width:170px;
	position:relative;
	right:0px;
	
}





#toptext {
	top:15px;
	right:10px;
	font-size:14px;
    position:absolute;
	width:100%;
	text-align:right;
}
#logowrap {
	width:40%;	
	margin:0px 0 0px;
	position:relative;
}

#topimage {
	
    overflow: hidden;
    width: 100%;
	
}
#contentwrap {
	 
}
#socialmods {
    position: relative;
    top: 0;
}


#socialwrap {
	border-top:1px solid #999;
}

#copy {
	  text-align:left;
	  width:50%;
  }
 #lbs {
	  text-align:right;
	  width:50%;
  }


div.cat_child {
	min-width:48%;	
}
 #bottomphone {
	 font-size:24px;
 }
  #footer div.moduletable_menu {
    width: 28%;
}
h2 {
font-size:32px;	
}
.imagerespond {
	min-width:20%;	
}
table.main_thumb_table td {
	display:inline-block;
	position:relative;
	float:left;
	min-width:25%;
}
.splitdiv {
width:100%;	
}
#phonetabs{
	display:none;
}
}

@media only screen and (min-width: 1023px) {
	
	.gridContainer {
	width: 100%;
	padding: 0;
	display:block;
	overflow:hidden;
	clear:both;
	margin-left: 0.1%;
	margin-right: 0.1%;
	-webkit-overflow-scrolling: touch;
	overflow:hidden;
}
#phonemenu{
	display:none;
	top:100px;
}

#modwrap {
	display:block;
}
#mods {
	max-height: 400px;
	
}
  #modtrans {
	 font-size:30px; 
  }

#mods div.moduletable {
	max-width: 21.6%;
	position:relative;
	
}


#searchbox{
	
	float:right;
	position:absolute;
	top:0; 
	
	
	
}


div.main_images_wrapper {
	display:block;
	
}



.large_img { 

 min-width: 400px;
}

#bannerwrap {
	display:block;
}
#content {
	
}

#deskmenu {
	display:block;
	}
#sliders {
	display:none;
}
#footer div.moduletable {
	display:block;
}
#topphone {
	display: inline-block;
    float: right;
	position:absolute;
	top:50px;	
	margin: 15px 0 0;
    text-align: right;
    width: 60%;
	font-size:32px;
}




#searchbox .search {
	width:170px;
	position:relative;
	
}



#toptext {
	top:20px;
	right:0px;
	font-size:18px;
	position:absolute;
	width:100%;
	text-align:right;
}
#logowrap {
	width:40%;	
	margin:5px 0 10px;
	position:relative;
	
}
#contentwrap {
	 
}
#socialmods {
    position: relative;
    top: 0;
}


#socialwrap {
	border-top:1px solid #999;
}

#copy {
	  text-align:left;
	  width:50%;
  }
 #lbs {
	  text-align:right;
	  width:50%;
  }


div.cat_child {
	min-width:32%;	
}
 #bottomphone {
	 font-size:38px;
 }
 #footer div.moduletable_menu {
    width: 15%;
}
h2 {
font-size:32px;	
}
.imagerespond {
	min-width:20%;	
}
table.main_thumb_table td {
	display:inline-block;
	position:relative;
	float:left;
	min-width:20%;
}
.splitdiv {
width:50%;	
}
#phonetabs{
	display:none;
}
}
@media only screen and (min-width: 1201px) {
	  #modtrans {
	 font-size:36px; 
  }
}
	
	@media only screen and (min-width: 1401px) {
	  #modtrans {
	 font-size:40px; 
  }
}
	@media only screen and (min-width: 1501px) {
	  #modtrans {
	 font-size:42px; 
  }
}
	
	

