﻿
html {
  height:100%;
}

body {
  font-family: Tahoma, Arial, sans-serif;
  margin:0px;
  padding:0px;
  width:100%;
  height:100%;
}

#MainPanel {
  background:#e9e9e9;
  text-align:center;
  height:100%;
}

#CenterColumn 
{
  text-align:left;
  margin:auto;
  width:800px;
}

#Banner 
{
  background:white;
  border-bottom:1px solid #bfbfbf;
  padding:8px;
}

#Content {
  background:white;
  margin:10px 0px 0px 0px;
  border-bottom:1px solid #bfbfbf;
  padding:16px 16px 48px 16px;
}



.btn-blue {
    font-family: 'Museo Sans W01 Rounded', sans-serif;
    display: inline-block;
    background: #262a68;
    border-bottom: 0;
    border-radius: 28px;
    box-shadow: 0 2px 0 #000;
    padding: 8px 30px !important;
    font-weight: bold;
    color: #ffffff !important;
    text-align: center; 
}

.btn-phone {
    font-size: 20px;
    font-family: 'Museo Sans W01 Rounded', sans-serif;
    font-weight: 700;
    display: inline-block;
    color: #000000 !important;
    padding-left: 5px;
    position: relative;
}
.btn-phone img {
    display: inline-block;
    padding-right: 10px;
    position: relative;
    top: 3px;
    width: auto !important;
}
.btn-phone:hover {
    text-decoration: none;
}

.btn-phone-blue {
    font-size: 20px;
    font-family: 'Museo Sans W01 Rounded', sans-serif;
    font-weight: 700;
    display: block;
    background: #0073cf;
    border-bottom: 0;
    border-radius: 28px;
    box-shadow: 0 2px 0 #004883;
    padding: 10px 30px;
    font-weight: bold;
    color: #ffffff !important;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    width: 250px;
    margin: 20px 0; 
}
.btn-phone-blue:before {
    font-family: "icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    content: "\f10e";
    float: left;
    padding-left: 10px;
    padding-top: 2px;
}
.btn-phone-blue:hover, .btn-phone-blue:focus {
    background: #0081e9; 
}

.btn-enableme {
    display: block;
    border-radius: 28px;
    width: 180px;
    height: 46px;
    text-align: center;
    padding: 10px 30px;
    margin: 20px 0;
    background: #fb3622 url(/assets/strokewebsite/style/images/btn-enableme.png) 50% 50% no-repeat scroll;
    text-indent: -9999px;
}
.btn-enableme:hover, .btn-enableme:focus {
    background-color: #fb4d3b;
}

