/**** Reset ****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/**** Global ****/

body {
    background: #e2e1e1  top left;
    font: 13px 'Alike', Arial, Helvetica, serif;
    color: #000;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 0.5em;
}
h1 {
    font: 43px 'Alike', Arial, Helvetica, serif;
    color: #2d3d5a;
    float: right;
    width: 270px; 
    margin-top: 20px;
}
h2 {
    font: 24px 'Alike', Arial, Helvetica, serif;
    color: #1e2b43;
    padding-top: 30px;
}
h3 {
    font: 18px 'Alike', Arial, Helvetica, serif;
    color: #1e2b43;
    margin-top: -25px;
}
h4 {
    font: 18px 'Alike', Arial, Helvetica, serif;
    color: #1e2b43;
    margin-top: 20px;
}

h4 a {
    font: 18px 'Alike', Arial, Helvetica, serif;
    color: #1e2b43;
    margin-top: 20px;
}

h4 a:hover {
    font: 18px 'Alike', Arial, Helvetica, serif;
    color: #4d80dc;
    margin-top: 20px;
}
h5 {
    font-size: 1.1em;
}
span {
    font-weight: bold;
}
p {
    font: 13px 'Alike', Arial, Helvetica, serif;
    color: #1e2b43;
}
a {
    color: #1e2b43;
    text-decoration: none;
}
a:hover {
    color: #4d80dc;
    text-decoration: none;
}
a:focus {
    outline: none;
}
.clr {
    clear: both;
}
.left {
    float: left;
}
.right {
    float: right;
}
address {
    display: inline;
}


/**** Header ****/
#borderWrapper {
    background: #b2b2b2; /* Old browsers */
    background: -moz-linear-gradient(45deg,  #b2b2b2 2%, #b4b4b4 23%, #cfcfcf 29%, #cfcfcf 29%, #cbcbcb 40%, #fdfdfd 45%, #aeaeae 59%, #fdfdfd 65%, #aeaeae 69%, #cfcfcf 80%, #b4b4b4 90%, #b2b2b2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(2%,#b2b2b2), color-stop(23%,#b4b4b4), color-stop(29%,#cfcfcf), color-stop(29%,#cfcfcf), color-stop(40%,#cbcbcb), color-stop(45%,#fdfdfd), color-stop(59%,#aeaeae), color-stop(65%,#fdfdfd), color-stop(69%,#aeaeae), color-stop(80%,#cfcfcf), color-stop(90%,#b4b4b4), color-stop(100%,#b2b2b2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg,  #b2b2b2 2%,#b4b4b4 23%,#cfcfcf 29%,#cfcfcf 29%,#cbcbcb 40%,#fdfdfd 45%,#aeaeae 59%,#fdfdfd 65%,#aeaeae 69%,#cfcfcf 80%,#b4b4b4 90%,#b2b2b2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg,  #b2b2b2 2%,#b4b4b4 23%,#cfcfcf 29%,#cfcfcf 29%,#cbcbcb 40%,#fdfdfd 45%,#aeaeae 59%,#fdfdfd 65%,#aeaeae 69%,#cfcfcf 80%,#b4b4b4 90%,#b2b2b2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg,  #b2b2b2 2%,#b4b4b4 23%,#cfcfcf 29%,#cfcfcf 29%,#cbcbcb 40%,#fdfdfd 45%,#aeaeae 59%,#fdfdfd 65%,#aeaeae 69%,#cfcfcf 80%,#b4b4b4 90%,#b2b2b2 100%); /* IE10+ */
    background: linear-gradient(45deg,  #b2b2b2 2%,#b4b4b4 23%,#cfcfcf 29%,#cfcfcf 29%,#cbcbcb 40%,#fdfdfd 45%,#aeaeae 59%,#fdfdfd 65%,#aeaeae 69%,#cfcfcf 80%,#b4b4b4 90%,#b2b2b2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2b2b2', endColorstr='#b2b2b2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    height: 4px;
    position: relative;
    z-index: 9999;
    -webkit-box-shadow:  1px 2px 3px 3px rgba(4, 5, 5, 0.2);
    box-shadow:  1px 2px 3px 3px rgba(4, 5, 5, 0.2);
}
#headerWrapper {
    background: url("../images/header_img.png") top left repeat-x;
    -webkit-box-shadow:  1px 2px 3px 3px rgba(4, 5, 5, 0.2);
    box-shadow:  1px 2px 3px 3px rgba(4, 5, 5, 0.2);
    position: relative;
    z-index: 9998;
}

#header {
    width: 940px;
    margin: 0 auto;
    position: relative;
    z-index: 9999;
    padding: 10px;
}
#logo{
    background: url("../images/swink_logo.png") top left no-repeat;
    width: 495px; /* width of logo image */
    height: 128px; /* height of logo image */
    text-indent: -9999px;
    margin: 25px 0;
    float: left;
}
#logo a {
    display: block;
    width: 495px; /* width of logo image */
    height: 128px; /* height of logo image */
    float: left;
}

#number{
    width: 250px; /* width of logo image */
    margin: 25px 0;
    float: right;
}


/**** Navigation ****/

#topNav {
    position: relative;
    z-index: 9998;
    float: right;
    width: 300px;
    background-color: none;
    font-family: 'Alike', serif;
    margin-top: 10px;
}
#topNav li {
    float:  left;
    display: block;
}
#topNav li:hover {
    float:  left;
    display: block;
    background: #999;
}
#topNav li a {
    display: block;
    padding: 8px 10px;
    color: #2d3d5a;
}
#topNav li a:hover {
    color: #aaa;
    text-decoration: none;
}
#topNav li .subNav {
    position: absolute;
    display: none;
    width: 180px;
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#topNav .subNav li {
    float: none;
}
#topNav .subNav li.lastSub {
    border: none;
}
#topNav li:hover .subNav {
    display: block;
    background: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#topNav li:hover > a, #topNav ul *:hover > a { /* This is to keep the top level li a:hover color the same even when rolling over subnav elements */
    background: none repeat scroll 0 0 #fff;
    color: #aaa;
}
/* Use this only if the menu stretches the width of wrapper. This will keep the dropdown from running outside the wrapper
#topNav li.lastNav .subNav {
    right: 0px; 
}*/

/**** Content ****/
#slideWrapper {
    background: #1e2d45;
}


#slideBox {
    width: 940px;
    margin: 0 auto;
    padding: 0 10px;
    height: 405px;
}

#servWrapper {
    background: #aba7a7;

}

#servBox {
    width: 940px;
    height: 122px;
    margin: 0px auto;
    padding: 0 10px;
    background: url("../images/interior_chrome.png") top left no-repeat;
}

#servBox img {
    float: left;
    margin: 27px 20px 10px 0;
}

.linkedinsp, .linkedinsp:hover {
    background: url("../images/linkedin_sp.png") no-repeat;
}

.linkedinsp {
    background-position: -1px -1px ;
    width: 42px;
    height: 42px;
}

.linkedinsp:hover {
    background-position: -1px -47px ;
    width: 42px;
    height: 42px;
}



.facebooksp, .facebooksp:hover{
    background: url("../images/facebook_sprite.png") no-repeat;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.facebooksp{
    background-position: -1px 0;
    width: 42px;
    height: 42px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.facebooksp:hover{
    background-position: -1px -46px ;
    width: 42px;
    height: 42px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.emailsp, .emailsp:hover{
    background: url("../images/email_sprite.png") no-repeat;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.emailsp{
    background-position: -1px -1px ;
    width: 42px;
    height: 42px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.emailsp:hover{
    background-position: -1px -47px ;
    width: 42px;
    height: 42px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


#contentWrapper {
        background: url("../images/header_img.png") top left repeat;
        margin-bottom: -15px;
}
#contentBox {
    width: 940px;
    margin: 0 auto;
    padding: 0 10px;
}
#wholeTrust {
    width: 940px;
    padding: 10px 0 40px 0;
}

/** Bootstrap Tables **/
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #aaa;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #aaa;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #aaa;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #aaa;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
/** End Tables **/

#leftTrust, #contentTrust {
    float: left;
}
#leftTrust {
    width: 450px;
    margin-right: 20px;
    padding: 10px 0 40px 0;
}

#leftTrust img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#contentTrust {
    width: 450px;
    margin-left: 20px;
    padding: 10px 0 40px 0;
}

#contentTrust img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/***ContactForm***/
#contactForm {
display: block;
float: left;
}
.mainCol #contactForm ul {
list-style: none;
}

#contactForm ul li {
padding-top: 5px;
}

#contactForm ul li a {
text-decoration: underline;
color: #1e2b43;
}

#contactForm ul li a:hover {
color: #1e2b43;
}

#contactForm ul li label {
font-family:"Alike";
font-size: 12px;
font-weight: normal;
color: #1e2b43;
letter-spacing: 1px;
text-align: left;
}

#contactForm ul li .formfieldarea {
width: 430px;
height: 100px;
background-color:  #f4f4f4;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
color: #000;
border : 1px solid #d6d5d5;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 1px 10px 2px 2px;
}

#contactForm .inputBox {
width: 440px;
height: 15px;
background-color: #f4f4f4;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
color: #000;
border : 1px solid #d6d5d5;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}


#contactForm label.submit {
display: block;
text-align: left;
padding: 10px;
}
/*** /ContactForm ***/


/**** Footer ****/
#footerWrapper {
    background: url("../images/footer_bg.png") top left repeat;
}
#footer {
    width: 940px;
    margin: 0 auto;
    clear: both;
    padding: 10px;
    color: #fff;
}

#footer p {
    text-align: center;
    color: #fff;
}



#footNav {
    clear: left;
    position: relative;
    background-color: none;
    margin: 0;
    margin-top: 65px;
    text-align: center;
    left: 50%;
    float:  left;
}
#footNav li {
    float: left;
    display: block;
    position: relative;
    margin: 0;
    right: 50%;
    padding: 0;
}
#footNav li:hover {
    float: left;
    display: block;
}
#footNav li a {
    display: block;
    padding: 0px 10px;
    color: #fff;
}
#footNav li a:hover {
    color: #000;
    text-decoration: none;
}
#footNav li:hover > a, #footNav ul *:hover > a { /* This is to keep the top level li a:hover color the same even when rolling over subnav elements */
    background: none;
    color: #ddd;
}
/* Use this only if the menu stretches the width of wrapper. This will keep the dropdown from running outside the wrapper
#topNav li.lastNav .subNav {
    right: 0px; 
}*/

#social {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#socialNav {
    position: relative;
    z-index: 9998;
    width: 200px;
    background-color: none;
    font-family: 'Alike', serif;
    margin-top: 25px;
    display: block;
    margin-left: auto;
    margin-right: auto
}
#socialNav li {
    float: left;
    display: block;
    padding: 0 10px;
}


#info {
    text-align: center;
    color: #fff;
    font-family: 'Alike', serif;
}
.mascot {
    background: url("../images/mascot_m.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 33px;
    margin-left: auto;
    margin-right: auto;
    width: 33px;
}
