@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	background:#c9d4d7 url(../images/bg.jpg) repeat-x top center;
}
a img {
	border:none;
	outline:none;
}
a {
	text-decoration: underline;
	outline:none;
	color: #3B5998;
}
h1, h2, h3, p {
	margin:0px;
	padding:0px;
}
h1 {
	font-size:24px;
}
h2 {
	font-size:22px;
}
h3 {
	font-size:20px;
}
ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
.clear {
	clear:both;
}
.wrapper {
	max-width:960px;
	margin: 0 auto;
	background:#FFFFFF;
	padding-bottom:15px;
}

.header {
	width: 100%;
	position: relative;
	height: auto;
}
.header .bg {
	position: relative;
	z-index: 10;
	width: 100%;
}
.logo {
	position:absolute;
	z-index: 11;
	top: 5%;
	left: 3%;
	width: 25%;
	display: block;
	text-decoration: none;
}
@media only screen and (max-width: 525px){
	.logo {
		top: 2%;
		left: 1%;
	}
}
.topbanner {
	position:absolute;
	z-index: 11;
	top: 5%;
	right: 3%;
	width: calc(60% - 10px);
	text-align:center; /*border:1px solid #fff;*/
	color:#fff;
}
.logo img, .topbanner img {
	width: 100%;
	border: 0;
}

.adbanner {
	background:url(../images/adbanerbg.jpg) no-repeat;
	background-position: center;
	width: 100%;
	height:77px;
	padding-top:10px;
}
.contact_num {
	width: 735px;
	margin:0 auto;
}
.number {
	float:left;
	margin-left:25px;
	position:relative;
}
@media only screen and (max-width: 760px){
	.adbanner {
		background-size: cover;
		height: auto;
		padding-bottom: 10px;
	}
	.contact_num {
		width: 100%;
	}
	.number {
		float: none;
		margin: 0 auto;
		width: 220px;
	}
}

.number .numberplate {
	background:url(../images/numberplate.png) no-repeat;
	width:219px;
	height:50px;
	line-height:50px;
	color:#000;
}
.number .numberplate h2 {
	font-size:29px;
	height: 50px;
	padding: 10px 0 !important;
	line-height: 30px;
}
#numb2 cufon cufontext, 
#numb cufon cufontext {
	display: none;
}
#smallnumber {
	font-size:16px;
}
.mainheading {
	font-size:38px !important;
}
#mailbar cufon cufontext {
	padding-top: 20px !important;
	text-decoration: none;
}



.leftpanel {
	width: 242px;
	float: left;
	color: #fff;
	margin-top: 10px;
	background: #0084ff;
	padding: 16px 0;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.leftpanel .bstack {
	display: none;
	float: left;
	text-decoration: none;
	width: 30px;
	height: 30px;
	padding-left: 20px;
}
.leftmenu {
	clear: left;
	list-style:none;
}
.leftmenu li {
	padding-top:5px;
	padding-bottom:5px;
	background: url(../images/menubottomborder.jpg) repeat-x bottom;
	margin-left: 15px;
	line-height: 18px;
}
.leftmenu li a {
	color:#fff;
	font-weight:bold;
	font-size:14px;
	padding-left:15px;
}
.leftmenu li a.selected {
	background:url(../images/selectedmenuarrow.png) no-repeat -2px center;
}
.pera {
	padding-top:15px;
}
.localAreas {
	padding:15px;
}
.localAreas .localAreaTitle {
	padding: 10px 0;
}
.localAreas select {
	margin: 10px 0;
}

.content-container {
	width: calc(100% - 397px);
	margin: 10px 10px 10px 10px;
	float: left;
}
.content-container img {
	max-width: 100%;
}
.content-container ul {
	list-style:disc;
	margin-left:10px;
}
.content-container ul li {
	padding-left:7px;
}
.content-container p {
	margin-bottom:15px;
	line-height:18px;
}
.content-container h1 {
	padding-bottom:7px;
}


.rightinner {
	float: right;
	text-align: right;
	margin-bottom:10px;
	width: 135px;
}
.rightinner a {
	display: block;
	text-decoration: none;
	margin-top:5px;
}
.rightinner a img {
	max-width: 100%;
}

@media only screen and (max-width: 800px){
	.content-container {
		float:left;
		width: calc(100% - 262px);
	}
	.rightinner {
		float: none;
		width: 100%;
		clear: both;
		text-align: center;
	}
	.rightinner a {
		width: 135px;
		display: inline-block;
		margin: 10px;
	}
}
@media only screen and (max-width: 630px){
	.rightinner a {
		width: 110px;
	}
}
.leftpanel .leftmenu .botBit {
	display: none;
	background-color: #F00;
	margin-left: 0px;
	padding-left: 15px;
}
.leftpanel .leftmenu .botBit > a {
	display: block;
}
@media only screen and (max-width: 680px){
	.content-container {
		width: calc(100% - 20px);
		margin: 10px;
	}
	.leftpanel {
		float: none;
		width: 100%;
		margin: 0 0 10px 0;
		border-radius: 0;
		position: relative;
	}
	.leftpanel .bstack {
		display: block;
	}
	.leftpanel .leftmenu {
		overflow: hidden;
		max-height: 0;
		transition: max-height 0.6s ease-out;
	}
	.leftpanel .botMenu {
		display: none;
	}
	.leftpanel .leftmenu.open {
		max-height: 1000px;
		transition: max-height 0.6s ease-in;
	}
	.leftpanel .leftmenu .botBit {
		display: block;
	}
	.localAreas {
		position: absolute;
		top: 18px;
		right: 10px;
		padding: 0;
	}
	.localAreas select {
		margin: 0;
	}
	.localAreas .localAreaTitle, .localAreas p {
		display: inline-block;
		padding: 0;
		margin-right: 10px;
		height: 20px;
	}
	.localAreas .msg, .localAreas .pera {
		display: none;
	}
}
@media only screen and (max-width: 530px){
	.rightinner a {
		width: 90px;
		margin: 5px;
	}
}
@media only screen and (max-width: 464px){
	.localAreas .localAreaTitle {
		display: none;
	}
	.localAreas p {
		margin-right: 5px;
	}
}
.bottomcontainer {
	clear: both;
	max-width: 960px;
	background: url(../images/middlebottombg.jpg) repeat-x #FFF;
	padding: 10px 0;
	margin: 10px auto 0 auto;
	position: relative;
}
.leftbottom {
	display: block;
	float:left;
	text-decoration: none;
	margin-left:10px;
	width: calc(25% - 10px);
}
.leftbottom img {
	max-width: 100%;
}
.rightbottom {
	float:right;
	position: relative;
	width: calc(75% - 10px);
	margin-left: 10px;
}
.rightbottom h3 {
	color: #0066FF;
	margin-top:26px;
}
.rightbottom .list {
	list-style:none;
	margin-top:15px;
}
.rightbottom .list li {
	margin-top:9px;
	background:url(../images/selectedmenuarrow.png) no-repeat left top;
	padding-left:22px;
}
.bottomcontainer .approved {
	position:absolute;
	right: 10px;
	top: 10px;
	width: 117px;
}
@media only screen and (max-width: 600px){
	.bottomcontainer .approved {
		width: 90px;
	}
}
@media only screen and (max-width: 490px){
	.bottomcontainer .approved {
		left: 25px;
		top: auto;
		bottom: 20px;
		right: auto;
	}
}
@media only screen and (max-width: 490px){
	.bottomcontainer .approved {
		left: 10px;
		width: 60px;
	}
}

.callus {
	background:url(../images/midbottombg.png) no-repeat top center;
	width:643px;
	height:115px;
	max-width: 100%;
	margin:0 auto;
	padding-top:3px;
	background-size: contain;
}
#callus {
	width:595px;
	margin:5px auto 0 auto;
	max-width: 90%;
}
.mailbg {
	background:url(../images/midbottomemailbg.png) no-repeat;
	width:622px;
	max-width: 100%;
	background-size: contain;
	height:47px;
	margin:5px auto;
	line-height:47px;
	padding-left:10px;
	color:#000;
}
.mailbg h3 {
	margin-left:15px;
}


.footer {
	background: #0076f4;
	margin:0 auto;
	max-width: 960px;
	padding-bottom:10px;
	padding-top:12px;
}
.nav {
	width: calc(100% - 20px);
	margin: 10px 10px 0 10px;
}
.nav .leftnav {
	float:left;
	width:14px;
}
.nav .midnav {
	background:url(../images/bottommenubg.jpg) repeat-x;
	height:48px;
	color:#fff;
	width: calc(100% - 28px);
	float:left;
	overflow: hidden;
}
.nav .midnav ul {
	list-style:none;
	margin-left:10px;
	height: 48px;
}
.nav .midnav ul li {
	float:left;
	margin: 0 16px 0 0;
	font-size: 11px;
	line-height: 14px;
	height: 14px;
}
.nav .midnav ul li a {
	display: inline-block;
	padding: 5px 0;
	color:#fff;
	text-decoration:noen;
}
.nav .midnav ul li a.selected {
	background:url(../images/selectedfootnav.jpg) repeat-x bottom;
}
.copy {
	margin-top:15px;
	color: #A6DCEE;
	font-size:11px;
}
.copy a {
	color: #A6DCEE;
	text-decoration: underline;
}
@media only screen and (max-width: 680px){
	.nav .midnav ul li {
		margin: 0 10px 0 0;
	}
}
@media only screen and (max-width: 525px){
	.nav .leftnav {
		display: none;
	}
	.nav .midnav {
		background: none;
		overflow: visible;
		height: auto;
	}
	.nav .midnav ul {
		height: auto;
	}
	.nav .midnav ul li {
		font-size: 14px;
		line-height: 24px;
		height: 24px;
	}
	.nav .midnav ul li a {
		padding: 10px 5px;
	}
}


/* ------------------ 14-07-2011 ---------------------*/
.mailbg h3 {
	padding-top:15px;
}
.mailbg h3 {
	padding-top:15px;
}
/* ------------------ 19-07-2011 ---------------------*/

ul.inner_list {
	margin:0px;
	padding:0px;
	list-style:none;
}
.inner_list li {
	background:url(../images/innerlisticon.png) no-repeat left top;
	line-height:15px;
	float:left;
	width: 50%;
	box-sizing: border-box;
	padding-left: 22px !important;
	margin-top:15px;
}
.inner_list li.alfa {
	background:none;
	font-size:18px;
	font-weight:bold;
	padding:0px !important;
	width: 100%;
	box-sizing: border-box;
	padding-bottom:6px !important;
	border-bottom:1px solid #ccc;
	clear:both;
}
.inner_list li a {
	color: #069;
}
/* ------------------ 31-08-2011 ---------------------*/

.connect_widget {
	background-color: #ffffff;
}

#localBullets {
	
}

#localBullets ul {
	color: #0084ff;
	list-style: none;
	font-weight: bold;
}

#localBullets li {
	padding: 5px 0px 0px 42px;
	background: url(../images/lBullet.png) 4px 4px no-repeat !important;
	min-height: 26px;
}

.xlarge {
	color: #000000;
	font-family: helvetica;
	font-size: x-large;
}
@media only screen and (max-width: 500px){
	.xlarge {
		font-size: medium;		
	}
}
