* {
    padding: 0;
    margin: 0;
}

a img {
    border: none;
}

body {
    background: url("../img/background-header-repeat.png") center top repeat-x;
    font-family: Arial, sans-serif;
}

#background-wide {
    background: url("../img/background-header.jpg") center top no-repeat;
}

#content-text a {
    color: rgb(107, 86, 139);
}

#content-text a:hover {
    color: rgb(122, 26, 157);
}

#logobox {
    position: absolute;
    top: 10px;
    left: 0;
}

#photo-box {
    position: absolute;
    width: 453px;
    height: 337px;
    top: 116px;
    left: 272px;
}

.js-enabled #gallery-image {
    display: none;
}

#gallery-arrow-left {
    position: absolute;
    top: 240px;
    left: 10px;
    width: 53px;
    height: 43px;
}

#gallery-arrows {
    display: none;
}

#gallery-arrow-right {
    position: absolute;
    top: 240px;
    left: 390px;
    width: 53px;
    height: 43px;
}

#content-holder {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 950px;
    background: url("../img/background-header.jpg") center top no-repeat;
}

#tear-image {
    position: relative;
}

#main-nav {
    position: absolute;
    top: 180px;
    left: 65px;
    font-size: 16px;
}

#main-nav ul {
    list-style: none;
    width: 205px;
}

#main-nav ul li {
    text-align: right;
    line-height: 35px;
    width: 205px;
    float: right;
    height: 35px;
}

#main-nav ul a {
    color: white;
    font-style: italic;
    text-decoration: none;
    line-height: 35px;
    float: left;
    width: 205px;
    height: 35px;
    position: relative;
}

#main-nav ul a span.nav-text {
    top: 0;
    right: 40px;
    position: absolute;
}

#main-nav ul a span.rip-container {
    top: 0;
    left: 0;
    width: 205px;
    height: 35px;
    position: absolute;
    background: url(../img/left-selector.png) left no-repeat;
    display: none;
}

#main-nav ul a.selected span.rip-container, #content-holder #main-nav ul.hoverable li a:hover span.rip-container, #right-nav ul a.selected span.rip-container, #content-holder #right-nav ul.hoverable li a:hover span.rip-container {
    display: block;
}

#main-nav ul:hover a.selected span.rip-container, #right-nav ul:hover a.selected span.rip-container {
    display: none;
}

#right-nav {
    position: absolute;
    top: 180px;
    left: 725px;
    font-size: 16px;
}

#right-nav ul {
    list-style: none;
}

#right-nav ul a {
    font-family: Arial, sans-serif;
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    line-height: 35px;
    width: 163px;
    height: 35px;
    padding-left: 40px;
    float: left;
    position: relative;
}

#right-nav ul li {
    height: 35px;
    width: 203px;
}

#right-nav ul a span.nav-text {
    top: 0;
    left: 40px;
    position: absolute;
}

#right-nav ul a span.rip-container {
    top: 0;
    left: 0;
    width: 203px;
    height: 35px;
    position: absolute;
    background: url(../img/right-selector.png) left no-repeat;
    display: none;
}

.js-enabled .fade-on-load {
   	filter:alpha(opacity=01);
	-moz-opacity:0.01;
	-khtml-opacity: 0.01;
	opacity: 0.01;
}

#contact-info {
    position: absolute;
    top: 460px;
    left: 700px;
    color: rgb(189, 157, 226);
    height: 52px;
    font-size: 18px;
    width: 200px;
}

#contact-info p {
    margin-top: 25px;
    font-weight: bold;
}

#contact-info img {
    width: 58px;
    height: 52px;
    float: left;
    padding-right: 20px;
}

#title-box {
    position: absolute;
    top: 407px;
    left: 570px;
    width: 240px;
    height: 53px;
}

#main-text {
    margin-left: auto;
    margin-right: auto;
    padding-top: 500px;
    width: 950px;
}

#quote-bar {
    float: left;
    width: 190px;
    padding-left: 45px;
    padding-right: 35px;
    text-align: right;
    color: rgb(107, 86, 139);
    font-style: italic;
    font-size: 14px;
}

#quote-bar {
    font-family: Times, serif;
}

#quote-bar p {
    margin-top: 25px;
    line-height: 20px;
}

#content-text {
    margin-right: 100px;
    float: left;
    width: 500px;
    padding-left: 35px;
    padding-bottom: 30px;
}

#quote-bar h3 {
    font-size: 14px;
    font-weight: bold;
}

#content-text {
    font-size: 12px;
}

#content-text h1 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

#content-text h2 {
    font-size: 12px;
    font-weight: bold;
    color: rgb(107, 86, 139);
}

#content-text p {
    line-height: 20px;
    margin-bottom: 20px;
}

.vertical-divider {
    height: 427px;
    width: 1px;
    float: left;
    background-color: rgb(220, 213, 228);
}

#footer-repeat {
    height: 110px;
    clear: both;
    background: url(../img/footer-repeat.png) center repeat-x;
}

#footer {
    height: 110px;
    width: 950px;
    background: url(../img/footer.png);
    margin-left: auto;
    margin-right: auto;
}

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

#footer a:hover {
    color: rgb(45, 45, 45);
}

#footer-right {
    margin-top: 50px;
    width: 235px;
    float: left;
    font-family: Times, serif;
    text-align: right;
    color: white;
    font-style: italic;
    font-size: 14px;
    line-height: 21px;
}

#footer-left {
    margin-top: 50px;
    width: 400px;
    float: left;
    color: white;
    margin-left: 70px;
    font-size: 12px;
    font-weight: bold;
    line-height: 21px;
}
