@charset "UTF-8";

/* Layout Small Screens */

header {
	height: 140px;
	background: #fff;
	width: 100%;
	background: #dcdcdc url(../images/headerbg.png) center top repeat-x;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 10px;
}

.headerinner {
	max-width: 980px;
	margin: 0px auto 0px auto;
	position: relative;
	padding: 0px 0px 0px 0px;
	height: 100px;
}

div.logo {

	display: block;
	position: absolute;
	top: 20px;
	left: 10px;
	font-size: 36px;
	color: #C43034;
	line-height: 1.0;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.5px;
}

.approvedtop {display: none;}

.tel {
	display: none;
}

.bannerinner {
	padding: 30px 5% 30px 5%;
	width: 90%;
	height: 100%;
	margin: 0px auto 0px auto;
	position: relative;
}

.bannerinner img {
	background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.95);
	padding: 7px;
	border-radius: 5px;
	margin: 7px 0px 0px -7px;
	display: block;
	width: 170px;
	height: auto;
	border: 1px solid #006784;
}

div.banner {
	background: #fff;
	width: 100%;
	height: 100%;
	background: #ffffff url(../images/bannerouter-s.jpg) right no-repeat;
	border-bottom: 7px solid #dcdcdc;
}

h1.index {
	color: #ffffff;
	background: none repeat scroll 0% 0% rgba(0, 103, 132, 0.65);
	font-size: 28px;
	line-height: 1.45em;
	border-radius: 8px;
	letter-spacing: 0.5px;
	display: inline;
	box-shadow: 10px 0px 0px rgba(0, 103, 132, 0.65), -10px 0px 0px rgba(0, 103, 132, 0.65);
	box-decoration-break: clone;
}

h2 {font-size: 1.6em;}

article {padding: 15px 0px 10px 0px; margin: 0px 0px 0px 0px; width: 100%; float: none;}

nav {
	width: 100%;
	display: block;
	position: relative;
	margin: 0px auto 0px auto;
	padding: 7px 0px 0px 0px; 
	height: 31px;  
	color: #fff;
}

nav div { margin: 0px 0px 0px 0px; text-align: center;}
nav div.nav1 {display: none;}
nav div.nav2 {display: none;}
nav div.nav3 {display: none;}
nav div.nav4 {display: none;}
nav div.nav5 {display: none;}
nav div.nav6 {display: none;}
nav div.nav8 {display: block; text-decoration: none; font-size: 15px; letter-spacing: 0.6px;}

div.rightcol {
    float: none;
    padding: 5px 0px 0px;
    width: 95%;
    margin: 0px;
}

.rightheader {
    background: #006784 url("../images/rightheaderbg.png") repeat-x scroll 0% 0%;
    color: #FFF;
    padding: 9px 0px 4px 8px;
    margin: 0px 0px 10px;
    height: 25px;
    line-height: 1.4;
    font-size: 16px;
}

iframe {
    border: 0px none;
    width: 100%;
    height: 310px;
}

.rightcontent p {
	padding: 0px 8px 8px 8px;
	margin: 0px;
}

.rightcontent img {
	padding: 0px 0px 0px 0px;
	width: 248px;
	height: 110px;
}

div.main {
	margin: 0px auto 0px auto;
	position: relative;
	padding: 0px 10px 0px 10px;
}

ul {margin: 0px 0px 0px 0px; padding: 0px 0px 10px 4%; float: none; width: 96%;}
li {margin: 0px 0px 0px 0px; padding: 0px 0px 8px 0px; float: none; width: 95%;}
li.two {width: 50%;}

div.bottomnav { 
	margin: 0px auto 0px auto;
	position: static;
	padding: 10px 0px 10px 0px;
	width: 100%;
	background-color: #006784;
	display: block;
}

div.bottomnav a {
	color:#fff;
	display: block;
	margin: 15px;
	padding: 9px;
	border: 1px solid #fff;
	background: url(../images/mobile_link_arrow.png) no-repeat right center;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

div.bottomnav a:hover { color: #fff; background-color: rgba(255,255,255,.15); }