
/* Demonstration of a WYMeditor style
p.pull-quote {
    float: right;
    padding: 20px;
    font-size: 150%;
    font-weight: bold;
    width: 25%;
}
*/

/* Basic page layout */
html, body {
    text-align: center;
    font-family: "Trebuchet MS", "Trebuchet", "Arial", "Helvetica", sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
}

html {
    background: url(/images/bg-dots.png) #f6a122 left top;
}

body {
    text-align: left;
    background: url(/images/bg-gradient.png) transparent left top repeat-x;
    min-height: 555px;
    min-width: 860px;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0.3125em 0;
    font-weight: bold;
}

h1 { font-size: 150%; }
h2 { font-size: 130%; }
h3 { font-size: 120%; }
h4 { font-size: 110%; }
h5 { font-size: 100%; }
h6 { font-size:  90%; }

body.home h1 {
    display: none;
}

a, a:link, a:active, a:visited {
    color: #af5e07;
}

a:hover {
    color: #ed9819;
}

#header {
    height: 188px;
    width: 100%;
}

#slideshow {
    display: inline; /* IE6 fix */
    float: left;
    text-align: left;
    width: 384px;
    height: 188px;
    margin-left: 45px;
}

#headerContent {
    margin-top: 43px;
    width: 50%;
    float: left;
    background: url(/images/cache/images-util-corners-2c142d381652c34a29e6c620b4fb1694.png) white left top repeat-x;
}

#headerContent a {
    float: right;
    clear: right;
    text-decoration: none;
    padding-right: 42px;
    text-transform: uppercase;
    width: 400px;
    text-align: right;
}

#companyName {
    height: 73px;
    line-height: 73px;
    background: url(/images/cache/images-util-corners-51cf3a6cff2567f7a5217e2209388fa3.png) transparent right top no-repeat;
    font-size: 220%;
    color: white;
}

#companyName .firstWord {
    color: #414139;
}

#tagline {
    font-style: italic;
    color: #d8d0bb;
    font-size: 140%;
    line-height: 39px;
}

#main {
    width: 759px;
    margin: -20px auto 0;
    background: url(/images/cache/images-util-corners-7e8bbac3d3c64b9ee7ec9f1f0c7c42e8.png) transparent right top no-repeat;
    padding-top: 20px;
    position: relative;
    z-index: 3;
}

#content {
    float: right;
    width: 567px;
    padding: 0 30px 0 40px;
    background: url(/images/cache/images-util-corners-39cb3e5a89c1e170fed44afd433d2a0d.png) transparent right top repeat-y;
    min-height: 200px;
    font-size: 90%;
}

/* Sidebar styles */
#sidebar {
    width: 134px;
    float: right;
    margin: 10px -15px 2px 10px;
    background-color: white;
    border: 1px solid black;
    padding: 6px;
    display: none;
    font-size: 80%;
    color: #414139;
}

body.sidebar #sidebar {
    display: inline;
}

#sidebar .hidden, #sidebar .asterisk_legend, #sidebar .asterisk {
    display: none;
}

#sidebar .text input {
    width: 130px;
    margin-bottom: 1em;
    border: 1px solid #414139;
}

#sidebar input.iSubmit {
    border: 0;
    background-color: #414139;
    color: white;
    font-size: 90%;
    font-family: "Verdana", "Lucida Grande", "Arial", "Helvetica", sans-serif;
    padding: 2px 8px;
}

#sidebar h2 {
    font-size: 140%;
    text-align: center;
    color: black;
    margin: 0 0 0.3em 0;
}

#sidebar .centered {
    text-align: center;
}

/* Menu styles */
.menu {
    float: left;
    width: 126px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 95%;
    color: white;
    margin-right: -4px;
}

.menu li {
    display: block;
    margin: 0;
    padding: 0;
}

.menu a, .menu a:link, .menu a:visited, .menu a:active {
    display: block;
    text-transform: uppercase;
    padding: 0 0 0 14px;
    width: 112px;
    text-decoration: none;
    color: white;
    border-bottom: 1px solid #f6a122;
    margin-top: 1em;
}

.menu a:hover {
    color: white;
    background-color: #f6a122;
}

/* Footer Styles */
#footer {
    width: 637px;
    float: right;
    clear: both;
    font-size: 70%;
    text-align: center;
    background: url(/images/cache/images-util-corners-5875d40f4aa299d14cd7ada92cb397aa.png) transparent right top no-repeat;
    padding-top: 40px;
}

#footer a, #footer a:link, #footer a:visited, #footer a:active {
    color: #414139;
    text-decoration: none;
}

#footer a:hover {
    color: black;
    text-decoration: underline;
}

#footTextlinks a {
    padding: 0 10px;
}

