/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {

}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {

#page, .footer_resize { width: 738px; }
.slider #slideshow { width: 718px!important; }
.slider_controls ul li { width: 166px; }
.topnav ul li a.ms_top { padding: 10px; }
#nav1 ul li a { padding: 13px 20px; }

#centercol { width: 520px; }
#rightcol, .three_col #rightcol { width: 190px; }
.three_col #centercol { width: 308px; }
.contact_us div textarea { width: 95%; }
.message textarea { width: 80%; }
.post-comments .fr { width: 400px; }

.post-comments .fr { width: 400px; }
.message input { width: 370px; }
.message textarea { width: 370px; }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

.logo { float: none; text-align: center; width: auto; padding-right: 0px; }
#header h1 { text-align: center; width: auto; }
.topnav { padding: 15px 0; height: auto; width: auto; float: none; }
.topnav .widget-col { padding: 10px 0; padding-top: 0px; text-align: center; width: auto; float:none; }
.topnav .widget-col p { padding: 0px; }
.topnav ul.menusm,
#nav1 ul  { display: none; }
#nav1 { padding: 5px; height: auto; }
.topnav select,
#nav1 select { display: block; width: 100%; padding: 4px; border: 1px solid #CCCCCC; border-radius: 5px; -moz-border-radius:5px; -webkit-border-radius:5px; }
.topheader { float: none; text-align: center; margin: 0px; padding: 5px; }
.slider_controls { display: none; }
.topheader div { float: none; }
#centercol { width: auto; float: none; margin-bottom: 30px; }
#rightcol { width: auto; float: none; }
.wtitle { background: none; }
.wtitle h2 { background: url(images/menu_resize_bg.gif) no-repeat center top; }
.three_col #rightcol { width: auto; float: none!important; margin-bottom: 20px; }
.three_col #centercol { padding: 0px; width: auto; float: none; margin-bottom: 20px; }

.contact_us div textarea { width: 92%; }
.contact_us div input[type="text"] { width: 92%; }
.message textarea { width: 80%; }

.fl, .fr { float: none; }
.post-comments .fr { width: auto; }
.message input { padding: 9px 5%; width: 90%; }
.message textarea { padding: 9px 5%; width: 90%; }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

#page, .footer_resize { width: 420px; }

/*- Begin Column Formatting -*/ 
.one_fourth, .one_third, .one_half, .two_third, .three_fourth { float:left; margin-bottom:20px; position:relative; }

.one_fourth { margin-right: 0; }
.one_third { margin-right: 5%; } 
.one_half { margin-right: 4%; } 
.two_third { margin-right: 4%; } 
.three_fourth { margin-right: 4%; }

.one_fourth { width: 45%; }
.one_third { width: 30%; }
.one_half { width: 48%; }
 
.full_width { width: 100%; margin-bottom: 20px; }
.last_column { clear: right; margin-right:0 !important; }

#cont-box-4.one_fourth, #cont-box-2.one_fourth,
#bottom_2.one_fourth, #bottom_4.one_fourth { float: right; }

.clear-sep { clear: both; }

.post-comments .fr { width: 300px; }



}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

#page, .footer_resize { width: 300px; }

/*- Begin Column Formatting -*/ 
.one_fourth, .one_third, .one_half, .two_third, .three_fourth { float: none; margin-bottom:20px; position:relative; }

.one_fourth { margin-right: 0; }
.one_third { margin-right: 0; } 
.one_half { margin-right: 0; } 
.two_third { margin-right: 0; } 
.three_fourth { margin-right: 0; }

.one_fourth { width: 100%; }
.one_third { width: 100%; }
.one_half { width: 100%; }
 
.full_width { width: 100%; margin-bottom: 20px; }
.last_column { clear: right; margin-right:0 !important; }

#cont-box-4.one_fourth, #cont-box-2.one_fourth { float: none; }

.clear-sep { clear: both; }

.contact-table td { display: block; padding-left: 0px!important; border: 0px!important; }
.post-comments .fr { width: auto; }
}