/* 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) {

#nav1, #header, #columns, #footer { width: 738px; }
.header_white, .index-col, .page-fold { padding: 12px; }
#page-bot { width: 738px; }
#topnav .widget-col { padding-left: 10px; padding-right: 10px; }
#nav1 ul li a.ms_top { padding: 10px 7px; }
#nav1 ul li.ms_top, #topnav ul li.ms_top.ms_first, #topnav ul li.ms_top { padding: 0 5px; }
#topnav ul li a.ms_top { padding: 8px 6px; }
#centercol { width: 530px; }
#rightcol, #columns.page-both #rightcol { width: 190px; }
#columns.page-both #centercol { width: 308px; }
.header_h2 .flash_slider { width: 100%; overflow: hidden; }
#centercol .box.fl, #centercol .box.fr { width: 232px; }
#centercol .box { padding: 12px; }
.contact_us div textarea { width: 95%; }

.post-comments .fr { width: 410px; }
.message input { width: 380px; }
.message textarea { width: 380px; }
.box2 { width: 380px; }
.header_h2 { background: none;}
}

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

#page-bot, #nav1, #header, #columns, #footer { width: auto; margin: 0 10px; }
.logo { float: none; text-align: center; width: auto; }
#header h1 { text-align: center; width: auto; float: none; }
#search { float: none; margin: 0 auto; padding-top: 0px; padding-bottom: 8px; }
#topnav { padding: 15px; height: auto; width: auto; }
.rss { padding: 10px 0; padding-top: 0px; text-align: center; width: auto; float:none; }
.search { float: none; margin: 0 auto; }
.search #search { padding-bottom: 0px; }
.header_h2 .flash_slider { width: 100%; overflow: hidden; }
#topnav ul.menusm, #nav1 ul.menusm { display: none; }
#topnav select, #nav1 select { display: block; width: 100%; padding: 4px; border: 1px solid #FFFFFF; border-radius: 5px; -moz-border-radius:5px; -webkit-border-radius:5px; }

#centercol, #columns.page-right #centercol, #columns.page-both #centercol { width: auto; float: none; margin-bottom: 30px; }
#columns.page-both #centercol { margin-left: 0px; margin-right: 0px; }
#centercol .box.fl, #centercol .box.fr { width: 300px; }
#rightcol, #columns.page-both #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%; }
.header_h2 { background: none;}

}

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

/*- 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, .one_fourth.last_column { 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; }

}

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

/*- 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, .one_fourth.last_column { 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; }
#centercol .box.fl, #centercol .box.fr { width: auto; float: none; }

table.contact-table td { display: block; padding-left: 0px!important; border: 0!important; }
}