html {
Â Â Â -webkit-text-size-adjust: none;
}
.video embed,
.video object,
.video iframe {
Â Â Â width:100%;
Â Â Â height: auto;
}
img{
max-width:100%;
height: auto;
Â Â Â 	width: auto\9; /* ie8 */
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
cssmenu{width:100%;}
}
@media only screen and (max-width: 767px) {
header {height: 130px;}
header #logo, header #search-box{margin:0 auto; text-align:center;}
cssmenu {width:100%;background:none;height:auto;margin-top:0px;margin-left:-10px;}
cssmenu ul {width:100%;}
cssmenu ul li {float: none;padding: 6px 5px 0px 5px; background-color:#002F5E;border:1px solid #003D79;text-align:center;}
#content{background-color:#ffffff;}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
}