/* Common/Similar Attributes */
.ct_box .link, .ct_box .location, .title, .news_box .list > li.category { text-align:center; }
.ct_box, .list li.category { margin: 10px 0; }
.ct_box .content > iframe, .ct_box .link > a, .list li.category, .title, .title .news, .img_box img { width: 100%; }
.ct_box .link > a, .news_box .location > a, .news_box .list > li.category > a, .list li > a { text-decoration: underline; }

/* Box Container */
.ct_box { border: 1px solid silver; }
.ct_box .content, .ct_box .link { padding: 6px 4px; }
.ct_box .content > iframe { height: 200px; min-height: 200px; max-height: 200px; }
.ct_box .link { background: #eee; }
.ct_box .link > a { display: block; color: blue; font-size: 12px; line-height: 10px; margin: 1px 0; font-style:normal}
.cl_box { border: 3px solid #E0E6F0; }
.cl_box .quote {font-size:13px; font-style:italic}
ul.rtboxlist {list-style-type:none;padding-left:0;margin-left:1em;font-size:.8em}
ul.rtboxlist li {margin-bottom:10px}


/* Lists */
.location, .list li.category, .list li > a { font-size: 14px; }
.location, .title, .list  li > a { font-weight: bold; }
.list { padding: 15px 10px; padding-bottom:0;padding-top:0}
.list li { list-style-type: square; margin-left: 20px; }
.list li.category { list-style-type: none; background:#E0E6F0; color: #476F9A; font-weight: 600; padding: 4px 8px; }
.list li > a { color: #dd610f; }

/* Titles */
.title { min-height: 35px; position: relative; top: 0; left:0; right: 0; font-family: 'Trebuchet MS', 'Lucida Sans'; font-size: 16px; padding: 10px 15px; background: #336699; color: white;}
.ft_box .title { text-transform: uppercase; color: black; font-family: 'Oswald', sans-serif; background: url(http://www.mediate.com/micart/med_graybarbkg3.gif) repeat-x center; background-size: auto 100%; }
.title .news { position: absolute; top: 0; left:0; max-height: 35px;  }
.title a {color:white}

/* Area Code Box */
.ac_box { padding: 5px; border: 1px solid silver; background-color:#FFC;margin:10px 0 10px 0}
.ac_box form { display: table; margin: 0 auto; }
.ac_box label { font-size: 13px; margin-right: 5px; margin-bottom: 0; }
.ac_box input:first-child { font-size: 12px; display: inline-block; margin-left: 5px; }
.ac_box input:last-child { font-size: 10px; padding: 3px; width: 25px; position: relative; top: -1px; }
.mob {display:none}

/* News Box */
.news_box .location > a, .news_box .list > li.category > a { color: blue; text-align: left; }
.news_box .location > p { font-size: 12px; }
.news_box .list > li { text-align: justify; font-size: 13px; list-style-type: none; margin-left:0; }
.news_box .list > li > img { margin: 15px 0;}
.news_box .list > li.category { margin: 0 0 8px; }

/* State Banner Box */

a.statebanner img {width:246px; margin: 10px 0 10px 0}


/* select drop-downs */

@media screen and (max-width:768px) {
 /*#page-changer {text-align:center;width:100%}	
 #page-changer select {width:100%; text-align:center;}
 */
 a.statebanner {text-align:center;display:block}
	.ac_box { text-align:center}
}


@media screen and (max-width:480px) {
 /*#page-changer {text-align:center;width:100%}	
 #page-changer select {width:100%; text-align:center;}
 */
.mob {display:block}

}





