@charset "utf-8";

body {
margin:0px;
padding:0px;
}

.ASC-bg {
	height: auto;
	width: 100%;
}
.ASC-header {
	background-image: url(../images/headerbg.png);
	background-repeat: repeat-x;
	height: 55px;
	width: 100%;
}
.ASC-innerheader {
	height: 55px;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.ASC-menubarbg {
	height: 72px;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.ASC-clear {
	clear: both;
}
.menubar {
	max-width: 913px;
	height:55px;
	float:left;
	margin-top:11px;
}
.menubar li {
	float: left;
	padding-left: 19px;
	padding-right: 19px;
	text-decoration: none;
	list-style-type: none;
	padding-top: 17px;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	background-color: #256193;
	padding-bottom: 16px;
}
.menubar li:hover {
	float: left;
	padding-left: 19px;
	padding-right: 19px;
	text-decoration: none;
	list-style-type: none;
	padding-top: 17px;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #000000;
	background-color: #f9ce05;
	padding-bottom: 16px;
	-webkit-transition: background-color 500ms linear;
     -moz-transition: background-color 500ms linear;
     -o-transition: background-color 500ms linear;
     -ms-transition: background-color 500ms linear;
     transition: background-color 500ms linear;
}
.home {
	background-image: url(../images/homeicon.png);
	background-repeat: no-repeat;
	height: 15px;
	width: 17px;
	float: left;
	margin-right: 10px;
	margin-top:2px;
}
.menubar li:hover .home {
	background-image: url(../images/homeicon-hover.png);
	background-repeat: no-repeat;
	height: 15px;
	width: 17px;
	float: left;
	margin-right: 10px;
}
.about {
	background-image: url(../images/abouticon.png);
	background-repeat: no-repeat;
	float: left;
	height: 14px;
	width: 14px;
	margin-top: 3px;
	margin-right: 10px;
}
.menubar li:hover .about {
	background-image: url(../images/abouticon-hover.png);
	background-repeat: no-repeat;
	float: left;
	height: 14px;
	width: 14px;
	margin-top: 3px;
	margin-right: 10px;
}
.branch {
	background-image: url(../images/branchicon.png);
	background-repeat: no-repeat;
	float:left;
	height: 14px;
	width: 15px;
	margin-top: 4px;
	margin-right: 10px;
}
.menubar li:hover .branch {
	background-image: url(../images/branchicon-hover.png);
	background-repeat: no-repeat;
	float:left;
	height: 14px;
	width: 15px;
	margin-top: 4px;
	margin-right: 10px;
}
.board {
	background-image: url(../images/boardicon.png);
	background-repeat: no-repeat;
	height: 14px;
	width: 22px;
	float: left;
	margin-top: 3px;
	margin-right: 10px;
}
.menubar li:hover .board {
	background-image: url(../images/boardicon-hover.png);
	background-repeat: no-repeat;
	height: 14px;
	width: 22px;
	float: left;
	margin-top: 3px;
	margin-right: 10px;
}
.contact {
	background-image: url(../images/contacticonicon.png);
	background-repeat: no-repeat;
	float: left;
	height: 14px;
	width: 15px;
	margin-top: 4px;
	margin-right: 10px;
}
.menubar li:hover .contact {
	background-image: url(../images/contacticonicon-hover.png);
	background-repeat: no-repeat;
	float: left;
	height: 14px;
	width: 15px;
	margin-top: 4px;
	margin-right: 10px;
}
.ASC-menuend {
	background-color: #256193;
	float: left;
	height: 55px;
	width: 87px;
	margin-top: 11px;
}
@media (min-width: 850px) and (max-width: 1000px) {
.ASC-menuend {
	background-color: #256193;
	float: left;
	height: 55px;
	width: 87px;
	margin-top: 11px;
	display:none;
}
}

@media all and (max-width: 890px) {


}
.menunavigation {
	background-image: url(../images/menunav.png);
	background-repeat: no-repeat;
	height: 26px;
	width: 29px;
	display: none;
}
.ASC-servicecontainer {
	height: 265px;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.ASC-servivename {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #151515;
	font-weight: 300;
	padding-top: 10px;
	text-align: center;
}
.ASC-servicetitle {
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	font-weight: 300;
	color: #455e00;
	text-align: center;
	padding-top: 10px;
}
.ASC-welcomebg {
	height: 232px;
	width: 100%;
	background-image: url(../images/welcomebg.png);
	background-repeat: repeat-x;
	margin-top: 35px;
}
.shadow {
	background-image: url(../images/shadow.png);
	background-repeat: no-repeat;
	height: 11px;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}
.ASC-welcomeheading {
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size: 26px;
	color: #1a2919;
	text-align: center;
	padding-top: 10px;
}
.ASC-innerwelcomebg {
	height: 232px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.ASC-welcomecaption {
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size: 17px;
	color: #273926;
	text-align: center;
	padding-top: 5px;
}
.ASC-underline {
	height: 1px;
	width: 415px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #27526e;
	padding-top: 5px;
}
.welcometext {
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size: 15px;
	color: #151515;
	text-align: center;
	line-height: 25px;
	margin-left: 100px;
	margin-right: 100px;
	margin-top: 20px;
}
.ASC-bottombg {
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	height: auto;
	width: 100%;
	padding-bottom: 60px;
}
.ASC-Innerbottombg {
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
}
.ASC-schemebox {
	background-color: #FFFFFF;
	height: 310px;
	width: 306px;
	margin-left: 40px;
	border-radius:5px;
	box-shadow: 0 0 4px #bbbaba;
	float: left;
}
.ASC-boxheader {
	background-color: #8cd1f1;
	height: 55px;
	width: 100%;
	border-radius: 5px 5px 0 0;
}
.ASC-heading {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #000000;
	text-align: center;
	padding-top: 15px;
}
.ASC-newsbox {
	background-color: #FFFFFF;
	height: 310px;
	width: 654px;
	margin-top: 40px;
	box-shadow: 0 0 4px #bbbaba;
	border-radius:5px;
	float: left;
}
.ASC-schemetext {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight:300;
	color: #151515;
	line-height: 25px;
	margin: 20px 10px 20px 30px;
}
.readmorebox {
	height: 20px;
	width: 90px;
	float: right;
	margin-right: 10px;
}
.readmore {
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size: 14px;
	color: #000000;
	float: left;
}
.readmore a {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
.eventbox {
	height: auto;
	width: 280px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
.Eventtextbox {
	width: 200px;
	float: left;
	height: auto;
}
.ASC-eventtitle {
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size: 12px;
	color: #339bcf;
}
.ASC-evevntdate {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	font-weight:300;
	color: #9e9e9e;
	margin-top: 5px;
	font-style: italic;
}
.ASC-description {
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size: 11px;
	color: #666666;
	line-height: 18px;
	margin-top: 5px;
}
.ASC-newslinecontainer {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
.ASC-newsline {
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size: 14px;
	color: #151515;
	line-height: 25px;
	margin-top: 5px;
	list-style-image: url(../images/bulletin.png);
	margin-left: 20px;
	padding-left: 20px;
}
.ASC-branchname {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight:300;
	color: #339bcf;
	text-align: center;
	margin-top: 10px;
}
.ASC-address {
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size: 12px;
	color: #2c2c2c;
	text-align: center;
	margin-top: 5px;
}
.ASC-footer {
	background-color: #3e454c;
	height: 230px;
	width: 100%;
}
.ASC-innerfooter {
	height: 230px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.ASC-footericonbox {
	height: 60px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5f6871;
}
.ASC-copyright {
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size: 12px;
	color: #e8e8e8;
	float: left;
	margin-top: 22px;
}
.ASC-iconcontainer {
	height: 39px;
	width: 126px;
	margin-left: 260px;
	padding-top: 9px;
	float: left;
}
.ASC-footermenucontainer {
	width: 200px;
	margin-left: 50px;
	float: left;
}
.ASC-footermenucontainer li {
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 15px;
	list-style-image: url(../images/footerarrow.png);
	margin-left: 5px;
	padding-left: 5px;
}
.ASC-aboutcontent {
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size: 15px;
	color: #151515;
	line-height: 25px;
	margin-top: 10px;
	margin-right: 30px;
	margin-left: 30px;
}
.ASC-footermenucontainer a {
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
.ASC-branchaddress {
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size: 15px!important;
	color: #262626;
	text-align: center;
	padding-top: 10px!important;
}
.ASC-branchaddress p {
	padding-top: 10px;
}
.ASC-Accordioncontainer {
	height: auto;
	width: 65%;
	margin-right: auto;
	margin-left: auto;
}
.ASC-boardrow {
    height: auto;
    width: 100%;
    margin: 40px 0;
    display: flex;
    flex-wrap: wrap;
}
.ASC-boardrow section {
    width: 33.3333%;
    padding: 10px;
    box-sizing: border-box;
}
.ASC-memberbox {
    background-color: #e0e7ea;
    height: 210px;
    width: 100%;
    float: left;
    border-radius: 5px;
}
.ASC-header1 {
	background: rgb(118,140,169); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(118,140,169,1) 0%, rgba(79,104,136,1) 50%, rgba(75,100,131,1) 50%, rgba(75,100,131,1) 50%, rgba(63,85,113,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(118,140,169,1)), color-stop(50%,rgba(79,104,136,1)), color-stop(50%,rgba(75,100,131,1)), color-stop(50%,rgba(75,100,131,1)), color-stop(100%,rgba(63,85,113,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(118,140,169,1) 0%,rgba(79,104,136,1) 50%,rgba(75,100,131,1) 50%,rgba(75,100,131,1) 50%,rgba(63,85,113,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(118,140,169,1) 0%,rgba(79,104,136,1) 50%,rgba(75,100,131,1) 50%,rgba(75,100,131,1) 50%,rgba(63,85,113,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(118,140,169,1) 0%,rgba(79,104,136,1) 50%,rgba(75,100,131,1) 50%,rgba(75,100,131,1) 50%,rgba(63,85,113,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(118,140,169,1) 0%,rgba(79,104,136,1) 50%,rgba(75,100,131,1) 50%,rgba(75,100,131,1) 50%,rgba(63,85,113,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#768ca9', endColorstr='#3f5571',GradientType=0 ); /* IE6-9 */

	height: 52px;
	width: 100%;
	border-radius: 5px 5px 0 0;
}
.ASC-boardheading1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 13px;
	text-shadow: 1px 1px #0c131b;
}
.ASC-header2 {
	background: rgb(189,200,219); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(189,200,219,1) 0%, rgba(165,177,196,1) 49%, rgba(152,165,186,1) 50%, rgba(152,165,186,1) 50%, rgba(122,139,167,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(189,200,219,1)), color-stop(49%,rgba(165,177,196,1)), color-stop(50%,rgba(152,165,186,1)), color-stop(50%,rgba(152,165,186,1)), color-stop(100%,rgba(122,139,167,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(189,200,219,1) 0%,rgba(165,177,196,1) 49%,rgba(152,165,186,1) 50%,rgba(152,165,186,1) 50%,rgba(122,139,167,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(189,200,219,1) 0%,rgba(165,177,196,1) 49%,rgba(152,165,186,1) 50%,rgba(152,165,186,1) 50%,rgba(122,139,167,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(189,200,219,1) 0%,rgba(165,177,196,1) 49%,rgba(152,165,186,1) 50%,rgba(152,165,186,1) 50%,rgba(122,139,167,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(189,200,219,1) 0%,rgba(165,177,196,1) 49%,rgba(152,165,186,1) 50%,rgba(152,165,186,1) 50%,rgba(122,139,167,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdc8db', endColorstr='#7a8ba7',GradientType=0 ); /* IE6-9 */


	height: 52px;
	width: 100%;
	border-radius: 5px 5px 0 0;
}
.ASC-boardheading2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #151515;
	text-align: center;
	padding-top: 13px;
	text-shadow: 1px 1px #e3eeff;
}
.ASC-boarddetails {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #000;
	text-align: center;
	padding-top: 12px;
}
.ASC-formcontainer {
	height: 425px;
	width: 480px;
	float: left;
}
.ASC-field {
	background-color: #FFFFFF;
	height: 50px;
	width: 95%;
	margin-top: 20px;
	border: 1px solid #dddddd;
	border-radius: 5px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size: 16px;
	color: #525252;
}
.ASC-area {
	height: 90px;
	width: 95%;
	background-color: #FFFFFF;
	margin-top: 20px;
	border: 1px solid #dddddd;
	border-radius: 5px;
	padding: 10px;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size: 16px;
	color: #525252;
}
.ASC-addressbox {
	height: 335px;
	width: 500px;
	margin-top: 20px;
	float: right;
	background-color: #e0e7ea;
	border-radius: 5px;
}
.contactlogo {
	background-image: url(../images/contactlogo.png);
	background-repeat: no-repeat;
	height: 53px;
	width: 182px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
.ASC-eventbox {
	height: 170px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 20px;
	border-radius: 5px;
	border: 1px solid #dddddd;
}
.ASC-eventtextcontainer {
	float: left;
	height: 130px;
	width: 685px;
	margin-top: 18px;
	margin-left: 20px;
}
.ASC-eventname {
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size: 15px;
	color: #0c9ee7;
}
.ASC-eventdate {
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size: 13px;
	color: #9e9e9e;
	font-style: italic;
	margin-top: 10px;
}
.ASC-eventdescription {
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size: 14px;
	color: #1f1f1f;
	line-height: 25px;
	margin-top: 10px;
}
