@import url(http://fonts.googleapis.com/css?family=Muli);

img {
  border: 0;
}

body#page {
    
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10pt;
	background: #5fabff;
    background-image: -moz-linear-gradient(top,  #d9efff 0%, #b6dbff 23%, #87c1ff 58%, #6ab1ff 85%, #5fabff 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d9efff), color-stop(23%,#b6dbff), color-stop(58%,#87c1ff), color-stop(85%,#6ab1ff), color-stop(100%,#5fabff));
    background-image: -webkit-linear-gradient(top,  #d9efff 0%,#b6dbff 23%,#87c1ff 58%,#6ab1ff 85%,#5fabff 100%);
    background-image: -o-linear-gradient(top,  #d9efff 0%,#b6dbff 23%,#87c1ff 58%,#6ab1ff 85%,#5fabff 100%);
    background-image: -ms-linear-gradient(top,  #d9efff 0%,#b6dbff 23%,#87c1ff 58%,#6ab1ff 85%,#5fabff 100%);
    background-image: linear-gradient(to bottom,  #d9efff 0%,#b6dbff 23%,#87c1ff 58%,#6ab1ff 85%,#5fabff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9efff', endColorstr='#5fabff',GradientType=0 );
	background-repeat:no-repeat;
}

h1 {
	font-size: 200%;
}

.wrapper {
	width: 975px;
	margin: 0 auto;
}

.container {
	width: 975px;
	margin: 14px auto;
	background: #fff;
    position: relative;
}

.header {
	background: white;
	color: #343434;
	font-size: 10pt;
	box-shadow: 0 0 10px -1px #000;
}

.header a {
	text-decoration: none;
	color: #343434;
	font-size: 10pt;
}

.header h1 {
	color: #448ed8;
}

.font-btns {
    float: right;
    margin: 10px 10px;	
    background-color: #fff;
	font-size: 10pt;
}

.font-btn {
  padding:2px 5px;
  font-size:10pt;
}

.font-btn-sel {
  background-color: #448ed8;
  color: #fff;
  padding:2px 5px;
}

.header-logo {
	margin: 10px;
	float: left;
}

.header-address {
	margin: 15px 10px 10px 80px;
    float: left;
    text-align: right;
	font-size: 10pt;
}

.header-right {
	margin: 15px 10px 10px 80px;
	float: left;
	text-align: right;
	font-size: 10pt;
}

.phone-no {
	color: #448ed8;
	font-size: 10pt;
}

.banner {
    display: block;
    position: relative;
	font-size: 10pt;
	font-family: muli;
}

.banner>.admin-button {
  position:absolute;
  top:20px;
  left:10px;
}

.banner>.admin-button>a {
  padding:10px;
  transition:all 0.3s;
  -o-transition:all 0.3s;
  -ms-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -webkit-transition:all 0.3s;
}

.banner a:hover {
  background:#395781;
}

.banner img {
	margin: 10px 5px 10px 10px;
	float:left;
}

.banner-text {
}

.banner-quote {
	width: 165px;
	height: 177px;
	padding: 10px; 
	background-color: #448ed8;
	color: #fff;
	font-size: 13pt;
	line-height:27px;
}

.banner-link {
  padding-top:5px;
}

.banner-link a {
    width: 165px;
    height: 43px;
    margin: 10px 0 0 0;	
	background-color: #4d78b3;
	color: white;
	display:block;
	font-size:9.5pt;
	position:relative;
	transition:all 0.3s;
	-o-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
}

.banner-link a:hover {
  background:#395781;
}

.banner-link a:after {
  position:absolute;
  content:'';
  top:15px;
  left:10px;
  border-left:9px solid #fff;
  border-top:5px solid rgba(255,255,255,0);
  border-bottom:5px solid rgba(255,255,255,0);
  display:block;
}

.banner-link a span {
  font-weight:bold;
  font-size:12.5pt;
  display:block;
}

.banner-middle {
	width: 185px;
	height: 265px;
	padding: 10px 5px 10px 0;
	float: left;
}

.banner h2 {
	margin: 0 auto;
	padding: 5px 10px 15px 10px;
	border-bottom: dashed 1px white;
}

.banner-right {
	float: left;
	background-color: #448ed8;
	color: white;
	width: 200px;
	height: 245px;
	padding: 10px;
	margin: 10px 5px 10px 0;
	position: relative;
}

.banner-right:before,
.sidebar ul li:before {
	position: absolute;
	border-color: transparent -moz-use-text-color transparent white;
	border-style: solid none solid solid;
	border-width: 10px medium 10px 15px;
	height: 0;
	width: 0;
	content: "";
	top: 15px;
	left: 0;
}

.banner-right ul {
	list-style-image: url(images/bullet-tick.png);
}

.banner a {
	background-color: #4d78b3;
	color: white;
	width: 160px;
	margin: 0 10px 10px 0;
	padding: 10px 0px 10px 25px;
}

.banner-text>h1 {
    margin: 0;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    font-style: Italic;
    font-weight: Bold;
    font-size: 20pt;
    left: 135px;
    top: 5px;  
}

#menubar {
	color: #3f3f3f;
	padding: 0 10px;
	position: relative;
	float: right;
}

#menubar-inner ul {
	font-size: 10pt;
	padding: 0;
	top: 0;
	margin: 0;
}

#menubar-inner ul li {
 	display: inline;
}

#menubar-inner ul li a {
	font-size: 10pt;
	display: block;
	text-align: center;
	text-decoration: none;
	float: left;
	color: #3f3f3f;
    padding: 5px 35px 7px 35px;
    cursor:pointer;
}

#menubar-inner ul li a:hover,#menubar-inner ul li a.menu-has-submenu:hover,#menubar-inner ul li a.selectedanchor {
    color: #fff;
    background-color: #448ed8;
    border-radius: 3px;
}

body#page .content {
	width: 975px;
	background-color: white;
	margin: 10px auto;
	box-shadow: 0 0 10px -1px #000;
}

.content>*>*:first-child {
  margin-top:10px;
  margin-bottom:5px;
  padding-top:0;
}

.content>.text>h1:first-child+h2 {
  margin-top:0;
  padding-top:0;
}

.content ul {
  padding:0 0 0 5px;
  margin:0;
  list-style:none;
}

.content ul.two-col {
  width:100%;
}

.content ul.two-col li {
  width:45%;
  display:inline-block;
}

.content .text ul li {
  margin:10px 0;
  padding-left:9px;
  position:relative;
}

.content .text ul li:after {
  content:'';
  background:#333;
  border-radius:100%;
  height:3px;
  width:3px;
  position:absolute;
  display:block;
  left:0;
  top:45%;
}

.text {
	float: left;
	width: 720px;
	margin: 10px;
	line-height: 1.75em;
}

.sidebar {
    display: block;
	float: left;
    margin: 5px 5px;
	width: 220px;
    color: white;
    font-size:10pt;
}

.sidebar>ul {
  list-style: none;
  margin: 0 auto;
  padding:0;
}

.sidebar>ul>li {
  padding: 15px 12px 15px 12px;
  background-color: #448ed8;
  position: relative;
  margin-top:5px;
}

.sidebar ul li:first-child span {
  font-weight:normal;
  display:block;
  margin-bottom:10px;
  font-size:10pt;
  text-align:justify;
}

.sidebar ul li:first-child {
  font-size:9pt;
}

.sidebar ul li strong:last-child {
  display:block;
  margin-top:10px;
  text-align:center;
}

.sidebar ul li:last-child span {
  font-size:15pt;
}

.sidebar ul ul {
  margin:0;
  padding:5px;
}

.sidebar ul li a {
  display:block;
  padding:5px;
}

.sidebar ul li a:hover {
  background:#4484C3;
  color:#fff;
}

.sidebar ul li h3 {
  padding-bottom:5px;
  padding-left:15px;
  margin:0;
  border-bottom:1px dotted #fff;
}

.sidebar ul li strong img {
  margin:0 15px -4px 0
}

.sidebar a {
  text-decoration: none;
  color: #fff;
}

.sidebar a:hover {
  color: #0071bc;
}

.sidebar li>img {
  margin: 10px 0;
}

.footer {
    background-color: white;
	margin: 10px 0;
	padding: 15px;
	color: #333333;
	font-size: 9pt;
	position: relative;
	box-shadow: 0 0 10px -1px #000;
}

.footer a {
	color: #333333;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.footer-menu {
  
}

.footer-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-menu ul li {
	display: inline-block;;
}

.footer-menu ul li a {
	color: #333333;
	text-decoration: none;
	display: block;
	font-size: 9pt;
	padding: 0 10px;
    border-right: 1px solid white;
}

.footer-menu ul li a:hover {
	color: black;
	text-decoration: none;
}

.footer-logo {
  position:absolute;
  top:10px;
  left:10px;
}

.footer-copyright {
	text-align: center;
    font-size: 9pt;
	color: #666;
}

.footer-copyright a {
	color: #666;
}

.footer-info {
  margin-top:15px;
  font-size:8pt;
}

.text h1,.text h2,.text h4 {
	color: #003f77;
	font-weight: normal;
	font-weight:bold;
}

.text a {
    text-decoration: none;
    color: #666;
}

.text a:hover {
    color: #29abe2;
}

/** Drop down menus */

.menubar-menu {
    position: absolute;
    left: 0;
    top: 0px;
    border: none;
    line-height: 100%;
    display:none;
    z-index: 110; 
    background-color: #448ed8;
    color: white;
    min-width: 200px; 
    margin:2px 0 0;
    padding: 0; 
    box-shadow:0 0 5px 0 #fff;
    border-radius:5px;
}

.menubar-menu h3 {
    color: #fff;
}

.menubar-menu ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.menubar-menu ul li {
    border-bottom: 1px dashed #fff;
}

.menubar-menu ul li:last-child {
    border-bottom: none;
}

.menubar-menu ul li a{
    font-size: 11pt;
    display: block;
    text-indent: 3px; 
    text-decoration: none;
    text-indent: 5px;
    color: white;
    padding: 5px;
}

.menubar-menu ul li:first-child a {
  border-radius:5px 5px 0 0;
}

.menubar-menu ul li:last-child a {
  border-radius:0 0 5px 5px;
}

.menubar-menu a:hover{ /*hover background color*/
    background-color:#395781;
}

.anylinkshadow{
    display: none;
}

.menubar-menu a {
    color: white;
}

.menu-has-submenu {
  /*padding-right: 24px !important;
  background-image: url(images/arrow.png);
  background-position: center right !important;
  background-repeat: no-repeat !important;*/
}

.menu-has-submenu:hover {
  /*background-image: url(images/arrow-hilight.png);*/
}


/** gallery styles */

div.slideshow#image-gallery {
  border: 2px solid #E25F05;
}

div#image-gallery a.slides-next, div#image-gallery a.slides-prev {
  background:#00015F;
  background: rgba(38,51,91,0.6);
  text-decoration: none;
  transition:padding 0.2s, background 0.2s;
  -o-transition:padding 0.2s, background 0.2s;
  -ms-transition:padding 0.2s, background 0.2s;
  -moz-transition:padding 0.2s, background 0.2s;
  -webkit-transition:padding 0.2s, background 0.2s;
  padding:0 5px;
}

div#image-gallery a.slides-next:hover, div#image-gallery a.slides-prev:hover {
  background: #E25F05;
  padding:0 10px;
}

div#image-gallery * {
	padding:0;
	list-style:0;
}

div#image-gallery *:after, div#image-gallery *:before {
	display:none;
}
