@import url(/static/dhplatform/boilerplate/css/style.css);
@import url(http://s3.amazonaws.com/devhub/template/theme/dh-columns.css); /* Standard column elements */@import url(/static/shared/fonts/slab_serif/Charis_SIL/stylesheet.css);
@import url(/static/shared/fonts/serif/Droid_Serif/stylesheet.css);

#sitelogo #logotext { font-family: CharisSILBold,&#34;Times New Roman&#34;,serif; }

.col-padding { padding-right: 15px; }
.box,
.image-wrap {
	margin-bottom: 0px;
}
.box {
	padding: 20px;
    border-bottom: 1px solid #ccc;
}
.col_2_2,
.col_3_3 {
    margin-right: -1px !important; /* Fix for ie7 @ 850px width */
}
.image-wrap {
    padding: 9px 10px 10px;
    background-color: #eee;
}
.image-wrap img {
    display: block;
}
.box-inner {
}

/************/

body {
	text-align: center;
	background:url(images/bg-gradient.png) top left repeat-x #cce7ff;
    font-family: DroidSerifRegular, Georgia, serif;
}
#container {
    background: url(images/bg-pattern.png);
    padding: 45px 0;
}


/* Header */
#header {
    width: 850px;
    margin: 0 auto 18px;
    background-color: #fff;
    text-align: left;

    -moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, .4);
    box-shadow: 0 5px 10px 0px rgba(0, 0, 0, .4);
}
.header-inner {
    background: #FFFFFF; /* old browsers */
    background: -moz-linear-gradient(top, #FFFFFF 75%, #EBEBEB 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(75%,#FFFFFF), color-stop(100%,#EBEBEB)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#EBEBEB',GradientType=0 ); /* ie */
    border-bottom: 4px solid #3885bd;
}
.logo-wrapper {
    float: left;
    width: 320px;
    padding: 11px;
}
#sitelogo a {
    text-decoration: none;
    display: block;
    color: #666666;
}
#sitelogo a:hover {
    color: #3885bd;
}
#logotext {
    font-size: 2.4em;
    line-height: 1.1em;
    padding: 18px 11px;
    display: block;
}
#logoimg {
    max-width: 95%;
}
.cta-phone {
    float: right;
    padding: 30px 22px 0 0;
}
.cta-phone span {
    font-size: 1.6em;
    font-weight: bold;
    color: #666;
    float: left;
}
.cta-phone strong {
    font-weight: normal;
    color: #999;
    padding: 6px 20px 0 0;
    float: left;
}


/* Navigation and header image */
#nav {
    height: 176px;
    background-position: top left;
    background-repeat: no-repeat;
    position: relative;
}
#nav.no-image {
    height: auto;
}
.nav-inner {
    background: url(images/transparent-black-60.png);
}
html>body .nav-inner {
    *background: #555; /* IE7 hack */
}
#nav ul {
    margin: 0;
    padding: 0;
}
#nav li {
    display: inline;
}
#nav a {
    float: left;
    padding: 10px 13px;
    text-decoration: none;
    color: #fff;
    display: block;
    margin-right: 1px;
    font-size: 1.1em;
}
#nav a:hover,
#nav li.selected a {
    background: url(images/transparent-black-60.png);
}
#nav a.nav-contact {
    position: absolute;
    top: 4px;
    right: 4px;
    text-shadow: 0 -1px 0 #3A87BF;
    padding: 4px 11px;
    font-size: 1.2em;
    border: 1px solid #79BFF2;

    background: #79BFF2; /* old browsers */
    background: -moz-linear-gradient(top, #79BFF2 0%, #3A87BF 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#79BFF2), color-stop(100%,#3A87BF)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79BFF2', endColorstr='#3A87BF',GradientType=0 ); /* ie */

    -moz-box-shadow: 0 0 5px 0px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, .4);
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, .4);

    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}
#nav a.nav-contact:hover {
    text-shadow: 0 -1px 0 #222;
    border-color: #444;

    background: #444444; /* old browsers */
    background: -moz-linear-gradient(top, #444444 0%, #222222 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(100%,#222222)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 ); /* ie */
}


/* Body */
#body {
    width: 850px;
    margin: 0 auto;
    background-color: #fff;
    text-align: left;

    -moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, .4);
    box-shadow: 0 5px 10px 0px rgba(0, 0, 0, .4);
}


/* Footer */
#footer {
    text-align: center;
    padding: 20px 10px 10px;
}



/* Content */
.content a {
    color: #222;
}
.content a:hover {
    color: #3885bd;
}
.content h1,
.content h2,
.content h3 {
    color: #000;
    margin: 7px 0;
}
.content h1 {
    font-size: 2em;
}
.content h2 {
    font-size: 1.7em;
}
.content h3 {
    font-size: 1.4em;
}
.content address,
.content p,
.content ul {
    font-size: 1.1em;
    line-height: 1.3em;
    color: #444;
}
.content address,
.content p {
    margin: 7px 0;
}


/* Headlines */
.headline h1,
.headline h2,
.headline h3 {
    color: #000;
    margin: 7px 0;
}
.headline h1 {
    font-size: 2em;
}
.headline h2 {
    font-size: 1.7em;
}
.headline h3 {
    font-size: 1.4em;
}


/* Forms */
.form {
    padding: 5px 0;
}
.form label {
    display: block;
    float: left;
    width: 30%;
    font-weight: bold;
    font-size: 1.1em;
    padding: 7px 7px 7px 0;
    color: #444;
}
.form input[type=text],
.form textarea {
    float: right;
    padding: 7px;
    border: 1px solid #ccc;
    font-size: 1.2em;
    width: 60%;
    color: #222;
    background-color: #fff;
    -moz-box-shadow: inset 0 0 10px #ddd;
    -webkit-box-shadow: inset 0 0 10px #ddd;
    box-shadow: inset 0 0 10px #ddd;
}
.form input[type=text]:hover,
.form textarea:hover {
    border-color: #3885bd;
}
.form p {
    clear: both;
    padding: 6px 0 0;
}
.form .submit {
    text-align: right;
}
.form .submit input {
    padding: 5px 10px;
    font-size: 1em;
    background: #eee; /* old browsers */
    background: -moz-linear-gradient(top, #EEEEEE 0%, #CCCCCC 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EEEEEE), color-stop(100%,#CCCCCC)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#CCCCCC',GradientType=0 ); /* ie */
    color: #3885bd;
    border: 1px solid #bbb;
    text-shadow: 0 1px 0 white;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

    display: inline-block;
}
.form .submit input:hover {
    border-color: #3885bd;
}


/* Mobile style */
@media screen and (max-device-width: 480px){

#container {
    padding: 20px 0;
}
#container,
#header,
#body {
    width: 100%;
    overflow: hidden;
}
.logo-wrapper {
    text-align: center;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    width: auto;
}
.logo-wrapper img {
    max-height: 140px;
}
#nav {
    height: auto;
}
.cta-phone {
    float: none;
    padding: 0;
    text-align: center !important;
    margin-bottom: 25px;
}
.cta-phone strong,
.cta-phone span {
    float: none;
}
.cta-phone a {
    color: #666666;
}
div {
    float: none !important;
}
div.col {
    width: 100% !important;
}
.content img {
    max-width: 95%;
}

}
