* {
    margin: 0px;
    padding: 0px;
}
body {
    /* background: url(../images/backgrounds/bg.jpg) no-repeat top center; */
    background: #fff;
    background-size: cover;
    color: #000;
    font-family: Helvetica, Arial, 'Open Sans Condensed', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

ul {
    list-style: none;
}
.clear {
    clear: both;
    height: 1%;
}
a {
    color:#000;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

header {
    background: #efefef;
    border-bottom:1px solid #ddd;
    margin: 0 auto;
    height: 65px;
    padding: 15px 0;
    width: 100%;
    min-width: 1200px;
}
header .header-inner {
    width: 1200px;
    margin: auto;
}
.wrapper {
    background: #ddd;
    min-width: 1200px;
}
.wrapper-inner {
    margin: 0 auto;
    width: 1024px;
}
.subpage .wrapper {
    background: none;
}
header h1 {
    float: left;
    background: url(../images/stewart-surety-logo.png) no-repeat;
    width: 350px;
    height: 69px;
    text-indent: -9999px;
    margin: 0 0 0 25px;
    padding: 0;
} 
h1 {
    padding: 0 0 5px 0;
}
.subpage .wrapper-inner h1 {
    font-family: georgia, serif;
    color: #003366;
    font-style: italic;
    padding: 20px 0 20px 10px;
    font-weight: normal;
}
h2 {
    font-size: 23px;
    padding: 0 0 5px 0;
}
h3 {
    font-size: 24px;
    padding: 0 0 5px 0;
}
h4 {
    font-size: 18px;
    padding: 0 0 5px 0;
}
nav {
    float: left;
    position: relative;
    width: 720px;
    padding: 25px 0 0 0;
    height: 60px;
    background: url(../images/backgrounds/nav-bg.png) no-repeat -100px 0;
}
nav ul {
    padding: 0 0 0 100px;
}
nav ul li {
    float: left;
    padding: 0 15px 0 0;
}
nav ul li a {
    color: #003366;
    padding: 4px 6px 24px 6px;
    /* border: 1px solid #eee; */
    font-size: 18px;
    font-family: georgia, serif;
}
nav ul li span {
    color: #bbb;
    padding: 0 0 0 6px;
    font-size: 18px;
}
section {
    background: #fff;
    margin: 0 auto;
    overflow: hidden;
    width: 1200px;
    padding: 0 0 20px 0;
}

nav li ul.sub_nav {
    position: absolute;
    top:-999em;           
    left:-9999em;
    width: 720px;
    overflow: hidden;
    z-index: 9999;
    padding: 5px 0 5px 0;
    margin-top: 32px;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.3);
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: #fff;
    text-align: left;
}

nav li:hover ul, #nav li.over ul { 
    top: 30px;
    left: 90px;
}
nav li ul.sub_nav li {
    float: left;
    width: 110px;
    margin: 10px;
    border-right: 1px solid #e8e8e8;
    padding: 0 15px 50px 0;
    margin-top: 40px;
}
nav li ul.sub_nav li.last {
    border-right: none;
}
nav li ul.sub_nav li a span {
    clear: both;
    color: #000;
    font-size: 12px;
    width: 70px;
    font-family: Helvetica, Arial, sans-serif;
    padding: 0;
}
nav ul.sub_nav li.left-rail {
    background: #efefef;
    display: block;
    padding: 0 0 166px 0;
    margin: -5px 10px -5px 10px;
}
nav ul.sub_nav li.left-rail li {
    border-right: none;
    padding: 0;
}
nav ul.sub_nav li.left-rail img {
    margin: 22px 0 0 44px;
}
nav ul.sub_nav li.left-rail span {
    color: #86959d;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 0 100px 25px;
}
nav li ul.sub_nav li h5 {
    color: #164073;
    font-size: 14px;
    padding: 0 0 5px 0;
}
nav li ul.sub_nav li p {
    font-size: 14px;
    line-height: 24px;
    color: #878787;
}
nav li ul.sub_nav li a {
    padding: 0;
    color: #164073;
    text-decoration: underline;
}

.subpage .slideshow {
    padding: 0;
    margin-bottom: 10px;
}
.subpage .box .or {
    padding-left:10px;
}

/* slideshow */
.slideshow {
    clear: left;
    margin: 0 auto;
    width: 1200px !important;
    height: 350px !important;
    overflow: hidden !important;
}
.slideshow img {
    width: 1200px !important;
    height: 350px !important;
}
.slideshow .content {
    position: absolute;
    left:90px;
    top: 220px;
    text-shadow: #fff 1px 1px 1px;
}
.slideshow h2 {
    font-size: 36px;
}
.slideshow h1, 
.slideshow h2,
.slideshow h3 {
    font-family: 'Oswald', sans-serif;
    color:#164073;
}
.slideshow .slide-02 h2,
.slideshow .slide-02 h3,
.slideshow .slide-03 h2,
.slideshow .slide-03 h3  {
    color:#fff;
    text-shadow: #164073 1px 1px 1px;
}

.left-column {
    float: left;
    width: 426px;
    padding: 0 20px 0 0;
}
.right-column {
    float: left;
    width: 578px;
}
.right-column ul,
.left-column ul {
    color: #444;
    list-style-type: disc;
    padding: 0 0 0 20px;
    line-height: 24px;
}

.box {
    margin:0 auto 20px auto;
    padding: 0 0 20px 0;
    overflow: hidden;
    border-bottom: 1px solid #edb61f;
    width:1024px;
}
.box h1,
.box h2 {
    font-size: 24px;
    color: #164073;
    font-family: georgia;
    font-style: italic;
    font-weight: normal;
}
.box p {
    color: #444;
    padding: 0 0 20px 0;
    line-height: 24px;
}

/* cta */
.cta {
    float: left;
    width: 300px;
    background: #eee;
    border-radius: 1px solid #9e1f64;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 2px;
    moz-border-radius: 2px;
    margin: 5px 29px 5px 0;
    padding: 10px 10px 3px 10px;
}
.cta.last {
    margin-right: 0;
}
.cta.last a {
    cursor: pointer;
}

#cboxCurrent {
    display: none !important;
}
#cboxPrevious, #cboxNext, #cboxSlideshow {
    display:none !important;
}
.cta img {
    float: left;
    margin: 0 10px 8px 0;
}
.cta h5 {
    font-size: 20px;
    line-height: 21px;
    color: #999;
    text-transform: uppercase;
    margin: 0;
}
.cta p {
    color: #666;
    font-size: 12px;
    line-height: 18px;
    padding: 0 0 3px 0;
}
.cta a {
    text-decoration: none;
    font-weight: bold;
    color: #3366cc;
    cursor: pointer;
} 
.cta a:hover {
    text-decoration: underline;
}

.box .call-now {
    float: left;
    font-family: georgia, serif;
    font-size: 46px;
    font-style: italic;
    padding: 20px 0;
}
.box .or {
    float: left;
    font-family: georgia, serif;
    padding: 20px 0 0 22px;
    font-size: 24px;
}
.application a.gallery {
    font-size: 24px;
    color: #fff;
    padding: 15px 18px;
    float: right;
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    padding: .5em 2em .55em;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .5em; 
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    margin:10px 0 0 0;
}
.blue a {
    color: #fef4e9;
    border: solid 1px #ccc;
    background: #f78d1d;
    background: -webkit-gradient(linear, left top, left bottom, from(#70aad2), to(#4c7b9e));
    background: -moz-linear-gradient(top,  #70aad2,  #4c7b9e);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#70aad2', endColorstr='#4c7b9e');
}
.blue:hover a {
    background: #f47c20;
    background: -webkit-gradient(linear, left top, left bottom, from(#669dc3), to(#578aae));
    background: -moz-linear-gradient(top,  #669dc3,  #578aae);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#669dc3', endColorstr='#578aae');
}
.blue:active a {
    color: #fcd3a5;
    background: -webkit-gradient(linear, left top, left bottom, from(#4c7b9e), to(#70aad2));
    background: -moz-linear-gradient(top,  #4c7b9e,  #70aad2);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c7b9e', endColorstr='#70aad2');
}
/* bottom row */
.bottom-row {
    width: 100%;
    background: url(../images/backgrounds/bg-repeat.jpg) repeat-x bottom #164073;
    min-height: 240px;
    border-top: 5px solid #666;
    min-width: 1200px;
}
.bottom-row .left-column {
    background: url(../images/home-bottom.png) no-repeat 12px 95px;
    float: left;
    width: 680px;
    padding: 100px 0 50px 0;
}
.bottom-row .left-column ul {
    padding:100px 0 0 0;
    list-style: none;
}
.bottom-row .left-column ul li {
    float: left;
    font-size: 18px;
    color: #fff;
    font-family: arial, sans-serif;
    text-align: center;
    width: 185px;
    text-align: center;
    padding: 0 28px 0 0;
}
.bottom-row .left-column ul li.last {
    padding-right: 0;
    width: 190px;
}

.bottom-row .right-column {
    float: left;
    width: 280px;
    padding: 100px 0 0 40px;
}
.bottom-row .right-column h4 {
    font-size: 24px;
    font-weight: bold;
    padding: 0 0 10px 0;
    color: #fff;
}
.bottom-row .right-column p {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    padding: 0 0 15px 0;
}

.form {
    padding:5px;
}
.form h1 {
    font-family: georgia, serif;
    color: #003366;
    font-style: italic;
    font-weight: normal;
}
.form h2 {
    font-family: georgia, serif;
    color: #003366;
    font-style: italic;
    padding: 15px 0 10px 75px;
    font-weight: normal;
}
.form .block {
    padding: 0 10px 10px 75px;
}
.form label {
    padding: 0 5px 0 0;
    font-size: 16px;
    width: 55px;
    display: inline-block;
}
.form input {
    border:1px solid #999;
    height: 26px;
    width: 260px;
    padding: 0 0 0 5px;
    font-size: 16px;
}
.form .bondinfo .block {
    margin: 0 0 5px 0;
}
.form .bondinfo .block label {
    width: 85px;
    display: inline-block;
}
.form button {
    font-size: 16px;
    color: #fff;
    padding: 5px 8px;
    float: left;
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    padding: .5em 2em .55em;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .5em; 
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    margin:10px 0 0 75px;
     color: #fef4e9;
    border: solid 1px #ccc;
    background: #f78d1d;
    background: -webkit-gradient(linear, left top, left bottom, from(#70aad2), to(#4c7b9e));
    background: -moz-linear-gradient(top,  #70aad2,  #4c7b9e);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#70aad2', endColorstr='#4c7b9e');
}

/* contact */
body.contact  {
    padding: 0;
}
.contact iframe.maps {
    padding-top: 0;
}
.contact .wrapper-inner h1 {
    padding-left: 0;
}
.contact .wrapper-inner {
    padding: 50px 0;
    /* width: 702px; */
}
.contact .bottom-row .wrapper-inner {
    padding:0;
}
.contact .box {
    float: left;
    width: 300px;
    margin: 0 50px 25px 0;
    border-top: 1px solid #edb61f;
    border-bottom: none;
    padding: 20px 0;
}

footer {
    background: url(../images/backgrounds/sitemap-bg.jpeg) no-repeat top center #363636;
    border-top:1px solid #f7bc1b;
    clear: both;
    margin: 1px auto;
    overflow: hidden;
    padding: 25px 0;
    min-width: 1200px;
}
footer .footer-inner {
    width: 1200px;
    margin: 0 auto;
}
footer ul {
    float: left;
    width: 320px;
    padding: 0 0 0 10px;
}
footer ul li {
    float: left;
    clear: left;
    padding: 0 5px 0 0;
    line-height: 24px;
}
footer ul li,
footer ul a,
footer ul span {
    color: #fff;
    font-size: 16px;
}
.social {
    float: right;
    width: 148px;
    margin: 20px 0 0 0;
}
footer .social li {
    clear: none;
    float: left;
    margin: 0 20px 0 0;
}
.social a {
    background: url(../images/buttons/social-sprite.png) no-repeat;
    display: block;
    width:49px;
    height: 69px;
    text-indent: -9999px;
}
.social a.facebook {
    background-position: -8px -7px;
}
.social a.youtube {
    background-position: -76px -7px;
}
