
/* 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: "Tahoma", "Arial", "Helvetica", sans-serif;
}

html {
    background: #d7deda url(/images/theme-entrustswfl/bg-gradient.png) repeat-x;
}

body {
    width: 974px;
    margin: 0 auto;
    text-align: left;
    line-height: 1.25;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    font-weight: bold;
    font-family: "Verdana", "Lucida Grande", "Arial", "Helvetica", sans-serif;
    color: #164128;
}

h1 { font-size: 150%; margin: 0; padding: 0; }
h2 { font-size: 130%; margin: 0; padding: 0; }
h3 { font-size: 120%; margin: 0; padding: 0; }
h4 { font-size: 110%; margin: 0; padding: 0; }
h5 { font-size: 105%; margin: 0; padding: 0; }
h6 { font-size: 100%; margin: 0; padding: 0; }

h1 {
    border-bottom: 1px solid #164128;
    margin-bottom: 8px;
}

body.home h1 {
    display: none;
}

a {
    color: #164128;
}

legend {
    color: black;
}

#main {
    width: 940px;
    padding: 0 17px;
    background: transparent url(/images/theme-entrustswfl/bg-main.png) repeat-y;
    float: left;
    overflow: hidden;
}

#header {
    height: 109px;
    background: white;
    padding-bottom: 10px;
    padding-right: 15px;
}

#headElements {
    clear: right;
    font-family: "Georgia", "Times New Roman", "Times New", "Times Roman", "Times", serif;
    font-weight: bold;
    float: right;
    padding-top: 5px;
    margin-bottom: 0;
    padding-right: 5px;
    text-align: right;
    font-size: 120%;
    width: 500px;
}

.headButton {
    display: inline;
    float: right;
    margin-right: 5px;
    height: 31px;
    line-height: 31px;
    font-size: 120%;
    font-weight: bold;
    width: 183px;
    background: transparent url(/images/theme-entrustswfl/header-button.png) no-repeat;
    color: white;
    text-align: center;
    text-decoration: none;
    font-family: "Verdana", "Lucida Grande", "Arial", "Helvetica", sans-serif;
}

#logo {
    font-size: 300%;
    color: white;
    text-decoration: none;
    display: inline;
    float: left;
    position: relative;
    z-index: 100;
    left: 2px;
    top: 2px;
    margin-bottom: -43px;
}

#headBlock {
    width: 719px;
    display: inline;
    float: right;
    margin-top: -43px;
    overflow: hidden;
}

#bignav li {
    display: none;
}

body.home #bignav li {
    display: inline;
}

#bignav {
    display: block;
    list-style: none;
    margin: 0;
    padding: 10px 0 0 0;
    width: 719px;
    text-align: center;
    font-weight: bold;
    font-size: 160%;
    font-family: "Verdana", "Lucida Grande", "Arial", "Helvetica", sans-serif;
    background: transparent url(/images/theme-entrustswfl/slideshow-edge-719.png) no-repeat scroll left top;
}

#bignav li {
    float: left;
    width: 358px;
}

#bignav .first {
    padding-right: 3px;
}

#bignav a {
    display: block;
    width: 358px;
    height: 51px;
    line-height: 51px;
    color: white;
    text-decoration: none;
    background: transparent url(/images/theme-entrustswfl/gold-button.png) no-repeat scroll left top;
}

#bignav a:hover {
    color: yellow;
}

#slideshow {
    width: 719px;
    height: 208px;
    overflow: hidden;
    position: relative;
    background: transparent url(/images/theme-entrustswfl/slideshow-edge-719.png) no-repeat scroll left 33px;
}

#slideshow div {
    position: absolute;
    padding-top: 43px;
    width: 719px;
    overflow: hidden;
}

#slideshow div.caption {
    height: 43px;
    background: transparent url(/images/theme-entrustswfl/slideshow-edge-719.png) no-repeat scroll right bottom;
    width: 719px;
    line-height: 33px;
    padding: 0 20px;
    text-align: right;
    color: black;
    font: italic normal normal 170%/30px "Georgia", "Times New Roman", "Times New", "Times Roman", "Times", serif;
    background-color: white;
    position: absolute;
    top: 0;
    right: 0;
}

#content {
    width: 680px;
    padding: 11px 20px 0 19px;
    display: inline; /* IE6 fix */
    float: left;
    font-size: 85%;
    min-height: 300px;
    line-height: 1.6;
    text-align: justify;
}

#boxes {
    background: white url(/images/theme-entrustswfl/sidebar-bottom.png) no-repeat;
    clear: left;
    height: 258px;
    padding: 16px 5px;
}

.box {
    width: 280px;
    height: 270px;
    display: inline;
    float: left;
    margin: 0 11px -20px;
    padding: 2px 4px 6px;
    background: transparent url(/images/theme-entrustswfl/box.png) no-repeat;
    position: relative;
    overflow: hidden;
}

.box h2 {
    color: white;
    line-height: 31px;
    margin: 0;
    padding: 0 20px 65px;
    font-size: 120%;
    background: transparent url(/images/theme-entrustswfl/box-events.jpg) no-repeat scroll left bottom;
}

#box-blog h2 { background-image: url(/images/theme-entrustswfl/box-blog.jpg); }
#box-news h2 { background-image: url(/images/theme-entrustswfl/box-news.jpg); }

.box h2 a {
    color: white;
}

.box p {
    min-height: 1px;
    margin-bottom: 0;
    padding-bottom: 1em;
}

.box h3 {
    font-size: 100%;
}

#box-blog h3 {
    margin-bottom: 1em;
}

.boxContent {
    padding: 6px 20px 0 20px;
    font-size: 75%;
    line-height: 1.2;
    text-align: left;
}

.box strong a, .box h2 a, .box h3 a {
    text-decoration: none;
}

.box strong a:hover, .box h2 a:hover, .box h3 a:hover {
    text-decoration: underline;
}

#content .box {
    margin: 0 0 0 20px;
    float: right;
    font-size: 117.647058824%;
    height: auto;
    padding-bottom: 0;
}

#content .boxContent {
    background: transparent url(/images/theme-entrustswfl/box-bottom.png) no-repeat scroll left bottom;
    margin: 0 -4px 0;
    padding: 6px 24px;
}

/* Menu styles */
.menu, .menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#menubar {
    float: left;
    width: 221px;
}

.menu {
    float: left;
    width: 220px;
    padding: 11px 1px 18px 0;
    font-size: 90%;
    position: relative;
    background: transparent url(/images/theme-entrustswfl/bg-menu.png) no-repeat scroll left top;
    margin: -10px 0 0 0;
}

.menu li {
    display: inline;
    float: left;
    width: 220px;
    background: transparent url(/images/theme-entrustswfl/button.png) no-repeat;
}

.menu a {
    color: white;
    text-decoration: none;
    display: block;
    padding: 0 20px;
    line-height: 36px;
    height: 36px;
    font-weight: bold;
    text-transform: uppercase;
    background: transparent url(/images/theme-entrustswfl/chevron.png) no-repeat scroll 194px 8px;
    width: 180px;
}

.menu a:hover, .menu .hover a {
    background-image: url(/images/theme-entrustswfl/chevron-active.png);
}

.menu ul {
    display: none;
    width: 220px;
    z-index: 10;
    padding: 0.5em 0 0.5em;
    font-size: 90%;
    text-transform: none;
    float: left;
}

.menu .active ul {
    display: block;
}

.menu ul li {
    height: auto;
    line-height: 1.75;
    background: none;
}

.menu ul a {
    height: auto;
    line-height: 1.25;
    background: none !important;
    padding: 0.5em 20px 0.5em 30px;
    width: 170px;
}

.menu ul a:hover {
    background: #4a715a none !important;
}

.menu .special {
    background: none !important;
    height: auto;
    margin: 0;
    padding: 0 0 0 17px;
    overflow: hidden;
    width: 203px;
}

.menu .last {
    margin-bottom: 15px;
}

.menu ul .last {
    margin-bottom: 0;
}

.menu .special a {
    height: auto;
    margin: 0;
    padding: 0;
    background: none !important;
}

.menu .special a:hover {
    text-decoration: underline;
}

.menu .advisorsButton {
    padding-top: 10px;
}

.menu .guideButton {
    padding-top: 4px;
}

.menu .facebookButton, .menu .linkedinButton {
    padding-top: 20px;
    font-size: 79%;
}

.menu .facebookButton a, .menu .linkedinButton a {
    text-transform: none !important;
    line-height: 1.25;
    padding-left: 2px;
    font-weight: normal;
    width: 182px;
    text-align: center;
}

.menu .ebookButton img {
    margin-left: -6px;
}

.menu .facebookButton a:hover, .menu .linkedinButton a:hover {
    text-decoration: none;
}

/* Footer Styles */
#footer {
    clear: both;
    font-size: 70%;
    zoom: 1; /* hasLayout */
    color: #164128;
    text-align: center;
    background: transparent url(/images/theme-entrustswfl/bg-footer-x.png) no-repeat;
    padding-top: 50px;
}

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

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

#footTextlinks a {
    padding: 0 10px;
}

#copyright { margin-bottom: 0; }
#developerNotice { margin-top: 0; }

#events {
    color: white;
    padding: 20px;
    float: left;
    font-size: 70%;
}

#events a {
    color: #fef6c8;
}

#events h3 {
    font-size: 100%;
    font-family: "Tahoma", "Arial", "Helvetica", sans-serif;
}

#events h2 {
    margin-bottom: 13px;
    font-family: "Tahoma", "Arial", "Helvetica", sans-serif;
}

#events h2 a {
    text-decoration: none;
}

#events p {
    margin-bottom: 13px;
}

/* Social media icons */
#share {
    height: 48px;
    padding-left: 20px;
}

#share a {
    float: left;
    line-height: 48px;
    height: 48px;
    width: 48px;
    padding: 0 18px 0 0;
    background: transparent url(/images/util/social-icons/48x48.png) no-repeat;
    text-decoration: none;
}

#share a.bookmark    { background-position: 0    0px; }
#share a.delicious   { background-position: 0  -60px; }
#share a.digg        { background-position: 0 -120px; }
#share a.email       { background-position: 0 -180px; }
#share a.facebook    { background-position: 0 -240px; }
#share a.flickr      { background-position: 0 -300px; }
#share a.google      { background-position: 0 -360px; }
#share a.itunes      { background-position: 0 -420px; }
#share a.linkedin    { background-position: 0 -480px; }
#share a.myspace     { background-position: 0 -540px; }
#share a.reddit      { background-position: 0 -600px; }
#share a.rss         { background-position: 0 -660px; }
#share a.sharethis   { background-position: 0 -720px; }
#share a.twitter     { background-position: 0 -780px; padding-right: 0;}
#share a.youtube     { background-position: 0 -840px; }
#share a.print       { background-position: 0 -900px; }

#share .stbuttontext {
    line-height: 16px !important;
}

#share .stico_default {
    background: transparent url(/images/util/social-icons/16x16.png) no-repeat scroll 0 -240px !important;
}

/* Grid overlay */
#gridOverlay {
    position: absolute;
    width: 960px;
    height: 120%;
    opacity: 0.15;
    top: -10%;
    display: none;
}

#gridOverlay div {
    display: inline; /* IE6 fix */
    float: left;
    background-color: #164128;
    width: 40px; /* 16 col grid - change to 60px for 12 cols */
    margin: 0 10px;
    height: 100%;
}

#iField_packets .option0,
#iField_packets .option2,
#iField_packets .option4,
#iField_packets .option6 {
    width: 250px;
}

#iField_packets .option1,
#iField_packets .option3,
#iField_packets .option5,
#iField_packets .option7 {
    width: 300px;
}

