/******** RESET *********/
/*
 * http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
 */

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
dl, dt, dd, ol, ul, li,
form, label {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

body {
    line-height: 1;
    color: black;
    background: white;
}

ol, ul {
    list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

/******* END RESET *********/
/***************************************************************************************************
  Global Block Elements
***************************************************************************************************/
body {
    margin: 0 auto;
    background: url(../images/bg-body-b.jpg) top left repeat-x;
    color: #222222;
    font-family: 'Arial', Helvetica, sans-serif;
    font-size: 13px;
}

body#home {
    background: #ffffff url(../images/Homepage_070709_03.jpg) top center repeat-x;
}

div.watermark {
    display: none;
    visibility: hidden;
}

div.print-logo {
    display: none;
    visibility: hidden;
}

div#wrapper {
    margin: 0 10px;
    min-width: 1040px;
}

#container {
    margin: 0 auto;
    text-align: left;
    width: 1040px;
}

#header {
    height: 140px;
}

body#home #header {
    height: 120px;
}

#logo {
    float: left;
    clear: right;

}

#logo img {
    margin: 5px 0 0 0;
}

.clear {
    clear: both;
}

#content-main {
    width: 728px;
    float: left;
}

#content-sidebar {
    width: 312px;
    float: left;
    position: relative;
    top: -10px;
}

.content-sidebar-placeholder {
    width: 306px;
    height: 267px;
    text-align: left;
    background: transparent url(/images/AdBackground300x250.png) no-repeat top left;
    padding-left: 6px;
    padding-top: 6px;
}

.ad-sidebar-300-250 {
    width: 306px;
    height: 267px;
    text-align: left;
    background: transparent url(/images/AdBackground300x250.png) no-repeat top left;
    padding-left: 6px;
    padding-top: 6px;
}

.ad-sidebar-300-100 {
    width: 306px;
    height: 117px;
    text-align: left;
    background: transparent url(/images/AdBackground300x250.png) no-repeat top left;
    padding-left: 6px;
    padding-top: 5px;
}

.ad-sidebar-180-150 {
    width: 186px;
    height: 167px;
    text-align: left;
    background: transparent url(/images/AdBackground180x150.png) no-repeat top left;
    padding-left: 6px;
    padding-top: 6px;
}

.ad-sidebar-160-600 {
    width: 166px;
    margin-left: 10px;
    height: 617px;
    text-align: left;
    background: transparent url(/images/AdBackground160x600.png) no-repeat top left;
    padding-left: 6px;
    padding-top: 6px;
}

#content ul {
    margin: 0 0 0 3em;
    padding: 0 0 1em 0;
    list-style: disc;
}

#content ol {
    margin: 0 0 0 3em;
    padding: 0 0 1em 0;
    list-style: decimal;
}

#content li {
    line-height: 1.4em;
}

/********* FOOTER **************/

#footer {
    margin-top: 5px;
    padding-top: 5px;
    color: #ccc;
    font-size: 11px;
}

#footer-container {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}

#footer-logo {
    float: left;
    margin-left: 5px;
    margin-top: 30px;
}

#footer-links {
    float: right;
    width: 850px;
    text-align: left;
    margin: 12px 0 0 18px;
}

#footer-links-one {
    float: left;
    width: 150px;
}

#footer-links-two {
    float: left;
    width: 300px;
}

#footer-links-three {
    float: left;
    width: 180px;
}

#footer-links a {
    text-decoration: none;
    color: #51c3f7;
}

#footer-background {
    position: static;
    bottom: 0;
    height: 130px;
    background: url(../images/bg-footer.png) top left repeat-x;
    width: 100%;
}

/************** END FOOTER **************/
/************** NAVIGATION **************/

.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sf-menu {
    font-family: 'Arial', Helvetica, sans-serif;
    font-size: 15px;
    letter-spacing: 0.5px;
    text-decoration: none; /*text-transform: uppercase;*/
    line-height: 1.0;
    width: 1007px;
}

.sf-menu .nav-secondary {
    height: 28px;
    font-size: 12px;
    text-transform: capitalize;
    letter-spacing: 0px;
}

.sf-menu ul {
    background: transparent url(../images/bg-nav-bar.png) no-repeat scroll -7px 0px;
    position: absolute;
    top: -999em;
}

.sf-menu ul li {
    width: 100%;
}

.sf-menu li:hover {
    visibility: inherit;
}

.sf-menu li {
    float: left;
    position: relative;
}

.sf-menu a {
    display: block;
    position: relative;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    left: 0;
    top: 28px; /* match top ul list item height */
    z-index: 99;
}

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
    top: -999em;
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    left: 10em; /* match ul width */
    top: 28px;
}

ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
    top: -999em;
}

ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
    left: 10em; /* match ul width */
}

.sf-menu {
    top: 0px;
    float: left;
    margin-bottom: 1em;
}

.sf-menu a {
    border-left: 1px solid #fff;
    border-top: 1px solid #CFDEFF;
    padding: 11px 10px 5px 10px;
    text-decoration: none;
}

.sf-menu .nav-secondary a {
    padding: 8px 10px;
}

.sf-menu a {

    color: #ffffff;
}

.sf-menu .current a {
    color: #479AC0;
}

.sf-menu .current ul a {
    color: #ffffff;
}

.sf-menu li.blur a {
    color: #B7B6B6;
}

.sf-menu a.sf-with-ul {
    min-width: 1px;
}

.sf-navbar {
    background: transparent url(/images/bg-nav-bar.png) no-repeat scroll -7px 30px;
    background: none;
    width: 1040px;
    margin-left: 0px;
    margin-top: 1px;
    height: 23px;
    padding-bottom: 43px;
    position: relative;
    z-index: 200;
}

.sf-navbar li {
    position: static;
}

.sf-navbar a {
    border-top: none;
}

.sf-navbar li ul {
    margin-top: 2px;
    width: 1040px;
}

.sf-navbar .nav-secondary ul {
    margin-top: 0px;
}

.sf-navbar li li {
    position: relative;
}

.sf-navbar li li ul {
    width: 13em;
}

/*.sf-navbar li li li {*/
/*width: 100%;*/
/*}*/

.sf-navbar ul li {
    width: auto;
    float: left;
}

.sf-navbar a, .sf-navbar a:visited {
    border: none;
}

.sf-navbar li:hover,
.sf-navbar li.sfHover, .sf-navbar li.sfHover a,
.sf-navbar li li.current,
.sf-navbar a:focus, .sf-navbar a:hover, .sf-navbar a:active {
    color: #479AC0;
}

.sf-navbar a:hover ul {
    background: transparent url(../images/bg-nav-bar.png) no-repeat scroll -7px 0px;

}

.sf-navbar li .nav-secondary a {
    background: transparent url(../images/bg-nav.png) no-repeat 0 0;
    color: #fff;
}

.sf-navbar .nav-secondary li.sfHover a {
    background: transparent url(../images/bg-nav.png) no-repeat 0 -28px;
}

.sf-navbar .nav-secondary a:hover {
    background: transparent url(../images/bg-nav.png) no-repeat 0 -28px;
    color: #fff;
}

.sf-navbar li .nav-secondary .nav-tertiary a {
    background: none;
    color: #fff;
    color: #347A9A;
    text-decoration: underline;
    padding: 0;
}

.sf-navbar li.sfHover .nav-secondary .nav-tertiary a:hover {
    background: none;
}

.sf-navbar .nav-secondary li.first a {
    background: url(../images/bg-nav-first.png) no-repeat -7px 1px;
}

.sf-navbar .nav-secondary li.first:hover a {
    background: url(../images/bg-nav-first.png) no-repeat -7px -28px;
}

.sf-navbar .nav-secondary li.first a:hover {
    background: url(../images/bg-nav-first.png) no-repeat -7px -28px;
    color: #fff;
}

ul.sf-navbar .current ul,
ul.sf-navbar ul li:hover ul {
    left: 0;
    top: 28px;
}

ul.sf-navbar .current ul ul {
    top: -999em;
}

div.nav-tertiary a {
    color: #347a9a;
    text-decoration: underline;
}

div.nav-tertiary a:hover {
    text-decoration: underline;
}

div.nav-tertiary a, div.nav-tertiary a:hover {
    background: none;
    height: auto;
    width: auto;
    display: block;
    padding: 0;
}

div.nav-tertiary {

    border-left: 1px solid #51c3f7;
    border-right: 1px solid #51c3f7;
    border-bottom: 1px solid #51c3f7; /* width: 420px;  // enable for three columns */
    width: 900px;
    background: #fff;
    margin-bottom: 5px;
    position: relative;
    z-index: 10000;
}

div.nav-tertiary div.header {
    padding: 0 10px;
    background: #bae5f5;
    height: 32px;
    margin-bottom: 0px;
}

div.nav-tertiary div.header h3 {
    height: 32px;
    line-height: 32px;
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    color: #347a9a;
    display: inline;
    margin-right: 20px;
}

div.nav-tertiary table {
    width: 900px;
}

div.nav-tertiary table td p {
    padding: 0 10px;
    line-height: 1.3em;
}

div.nav-tertiary table td {
    line-height: 20px;
    padding-top: 8px;
    padding-bottom: 10px;
    width: 225px;
}

div.nav-tertiary table td p,
div.nav-tertiary table td a {
    font-size: 11px;
    font-weight: bold;
}

div.nav-tertiary table td p {
    color: #5F5E5B;
    letter-spacing: 0px;
}

div.nav-tertiary table td p.indent-1x {
    margin-left: 1em;
    font-weight: normal;
}

.nav-tertiary table td p.indent-2x {
    margin-left: 2em;
    font-weight: normal;
}

div.nav-tertiary table td.shaded {
    background: #EEF7FD;
}

/************** END NAVIGATION **************/
/* Engage */
#content-main div.engage h2,
h2.pubSquareHeading {
    margin: 10px 0;
    padding: 7px 18px;
    background-color: #00171f;
    color: #fff;
    font-size: 1.4em;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

#content-main div.engage h2 a {
    color: #ffffff;
}

#content-main div.engage div.row-top,
#content-main div.engage div.row {
    width: 700px;
    padding: 0 0 15px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #d2d2d2;
}

#content-main div.engage div.last {
    border-bottom: none;
}

#content-main div.engage div.row-top img {
    width: 330px;
    float: left;
    margin: 0 14px 0 15px;
    overflow: hidden;
}

#content-main div.engage div.row-top div.block {
    width: 325px;
    float: left;
    overflow: hidden;
}

#content-main div.engage div.row-top div.block p.date {
    font-size: 0.9em;
    font-weight: normal;
    line-height: 0.9em;
    padding: 0;
    margin: 1em 0 2px 0;
}

#content-main div.engage div.row-top div.block h3 {
    font-size: 1.4em;
    font-weight: normal;
    padding: 0;
    margin: 0 0 0.75em 0;
}

#content-main div.engage div.row-top div.block ul {
    list-style: none;
    margin: 0;
}

#content-main div.engage div.row-top div.block ul li {
    line-height: 1.2em;
    line-style: none;
    margin: 0 0 0.5em 0;
}

#content-main div.engage div.row-top div.block ul li a {
    color: #42afe0;
    padding: 0 15px 0 0;
    background: url('../images/arrow-light-blue.gif') no-repeat right 3px;
}

#content-main div.engage div.row div.block {
    width: 345px;
    float: left;
    margin: 0 10px 0 0;
    overflow: hidden;
}

#content-main div.engage div.row div.last {
    margin: 0;
}

#content-main div.engage div.row div.block div.header {
    margin: 0;
    height: 1.4em;
    padding: 5px 18px;
    background-color: #00171f;
    color: #fff;
    font-size: 1.4em;
    line-height: 1.4em;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

#content-main div.engage div.row div.block div.header p {
    margin: 0;
    padding: 0;
    line-height: 1.4em;
    float: left;
}

#content-main div.engage div.row div.block div.header a {
    color: #42afe0;
    font-size: 0.6em;
    float: right;
    padding: 0 10px 0 0;
    background: url('../images/arrow-light-blue.gif') no-repeat right 7px;
}

#content-main div.engage div.row div.block img {
    padding: 0;
    margin: 1px 0;
}

#content-main div.engage div.row div.block ul {
    list-style: none;
    margin: 10px 0 0 0;
}

#content-main div.engage div.row div.block ul li {
    line-height: 1.2em;
    line-style: none;
    padding: 0 0 0 20px;
    margin: 0 0 1em 0;
    background: url('../images/arrow-light-blue.gif') no-repeat 0 3px;
}

#content-main div.engage div.row div.block ul li a {
    color: #42afe0;
}

/************** BREADCRUMBS **************/
div#breadcrumbs {
    color: #42afe0;
    background-color: #e3f3fa;
    width: 718px;
    font-size: 11px;
    padding-left: 10px;
    margin-bottom: 10px; /* TODO: rounded corners */
}

div#breadcrumbs a {
    color: #42afe0;
    height: 32px;
    line-height: 32px;

}

div#breadcrumbs a:hover {
    text-decoration: underline;
}

div#breadcrumbs a.current {
    color: #949492;
}

/************** END BREADCRUMB **************/
/************** TYPOGRAPHY **************/
#content h1 {
    margin: 0 0 10px 0;
    padding: 0 10px; /* this should match p.intro elements */
    font-size: 22px;
    line-height: 20px;
    color: white;
    font-family: 'Arial', Helvetica, sans-serif;
}

#content h2 {
    font-size: 16px;
    line-height: 18px;
}

#content p {
    padding-bottom: 1em;
    line-height: 1.4em;
}

#content p.intro,
#content p.padded,
#content div.content-padding {
    padding-left: 10px;
    padding-right: 10px;
}

a {
    text-decoration: none;
    color: #347a9a;
}

a.arrow-white,
a.arrow-blue,
a.arrow-light-blue {
    padding-right: 12px;
}

a.arrow-white {
    background: url(../images/arrow-white.gif) center right no-repeat;
}

a.arrow-blue {
    background: url(../images/arrow-blue.gif) center right no-repeat;
}

a.arrow-light-blue {
    background: url(../images/arrow-light-blue.gif) center right no-repeat;
}

hr {
    height: 1px;
    border: 0;
    color: #d2d1d1;
    background-color: #d2d1d1;
    margin: 1em 0 1.5em 0;
}

#content-main div#content-share {
    width: 700px;
}

#content-main #column-wrapper div#content-share {
    width: 200px;
}

#content div#content-share fieldset {
    border: 0;
    background-color: transparent;
    border-top: 1px solid #d2d1d1;
}

#content div#content-share-links {
    margin-top: 5px;
    line-height: 16px;
}

#content div#content-share-links a img {
    position: relative;
    top: 3px;
    margin-right: 7px;
}

#content div#content-share-links a {
    color: #42afe0;
    font-size: 11px;
    line-height: 16px;
    margin-right: 10px;
}

/************** END TYPOGRAPHY **************/
/************** CONTENT SECTIONS **************/

#content div.section-nav {
    float: left;
    width: 220px;
    margin: 46px 30px 0 0;
    font-size: 12px;
}

#content div.section-nav ul {
    list-style: none;
    margin: 0 0 2em 0;
    padding: 0;
    border-top: 1px solid #d2d1d1;
}

#content div.section-nav li {
    margin: 2px 0;
    padding: 3px 0 3px 18px;
    border-bottom: 1px solid #d2d1d1;
}

#content div.section-nav li a {
    color: #42afe0;
}

#content div.section-nav li.on a,
#content div.section-nav li a:hover {
    color: #347a9a;
}

#content div.section-nav li.on,
#content div.section-nav li:hover {
    background: url(../images/arrow-blue.gif) 6px 6px no-repeat;
}

#content div.section-intro div.section-quick-facts {
    float: left;
    width: 450px;
    font-size: 12px;
}

#content div.section-intro div.section-quick-facts h2 {
    padding: 8px 0 0 45px;
    height: 38px;
    margin: 0;
    border-bottom: 1px solid #d2d1d1;
}

#content div.section-intro div#quick-facts {
    margin: 4px 0 10px 0;
}

#content div.section-intro div.quick-fact-row {
    border-bottom: 1px solid #fff;
}

#content div.section-intro div.quick-fact-key {
    background: #42afe0;
    color: white;
    float: left;
    width: 125px;
    padding: 5px 5px 5px 20px;
}

#content div.section-intro div.quick-fact-value {
    background: #d9eff9;
    float: left;
    width: 255px;
    padding: 5px 5px 5px 40px;
    color: #347a9a;
}

#content div.section-intro div.section-quick-facts img.heading-icon {
    float: left;
    margin-right: 5px;
}

#content div.section-header {
    height: 32px;
    color: #fff;
    float: none;
    margin: 1em 0;
}

#content div.section-header h2 {
    float: left;
    padding: 7px 0 0 16px;
    margin: 0;
}

#content div.section-header p {
    float: right;
    padding: 8px 20px;
}

#content div.section-header-overview {
    background: #00171f;
}

#content div.section-header-products {
    background: #ca980e;
}

#content div.section-content-overview {
    padding: 0 16px;
}

#content div.section-content-products {
    padding: 0 8px;
}

#content #column-wrapper {
    min-height: 420px;
    height: auto !important;
    height: 420px;
}

#content #column1 {
    float: left;
    width: 200px;
}

#content #column1 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
    border-bottom: 1px solid #dfdfde;
}

#content #column1 li {
    margin: 2px 0;
    padding: 5px 0 3px 18px;
    line-height: 12px;
    border-top: 1px solid #dfdfde;
}

#content #column1 li a {
    color: #42afe0;
}

#content #column1 li.on a,
#content #column1 li:hover a {
    color: #347a9a;
}

#content #column1 li.on,
#content #column1 li:hover {
    background: url(../images/arrow-blue.gif) 6px 6px no-repeat;
}

#content #column1 ul ul {
    margin: 0;
    margin-left: 12px;
    border-top: none;
    padding: 0;
    border: none;
}

#content #column1 ul ul a {
    color: #347a9a;
}

#content #column2 {
    width: 480px;
    float: left;
    margin-right: 20px;
    overflow: hidden;
}

/************** END CONTENT SECTIONS **************/
/************** TABLES **************/
table.library {
    width: 100%;
    border-collapse: collapse;
    color: #347c9d;
    border: 1px solid white;
    margin: 0 0 3em 0;
}

table.library th {
    background: #d9eff9;
    background-color: #42afe0;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

table.library tr {
    line-height: 20px;
    vertical-align: top;
}

table.library td {
    background: #d9eff9;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    color: #666;
    font-size: 1em !important;
}

table.library th.on,
table.library th.filtered {
    background-color: #001b2a;
}

table.library td.bg-light,
table.library tr.bg-light {
    background-color: #c1e5f5;
}

table.library td.bg-dark,
table.library tr.bg-dark {
    background-color: #42afe0;
}

table.library td.on,
table.library td.filtered,
table.library tr.on,
table.library tr.filtered {
    background-color: #c1e5f5;
}

table.library img.icon-religion {
    float: left;
    margin: 4px 3px 0 0;
}

table.library div.religion-title {
    float: left;
    padding-left: 25px;
    height: 20px;
    line-height: 20px;
}

table.library div.religion-title a {
    padding-right: 15px;
}

table.library div.indent-0 {
    background-position: 0 0;
    background-repeat: no-repeat;
}

table.library div.indent-1 {
    padding-left: 45px;
    background-position: 20px 0;
    background-repeat: no-repeat;
}

table.library div.indent-2 {
    padding-left: 65px;
    background-position: 40px 0;
    background-repeat: no-repeat;
}

table.library div.indent-3 {
    padding-left: 85px;
    background-position: 60px 0;
    background-repeat: no-repeat;
}

table.library th a {
    color: white;
    text-decoration: underline;
}

/************** END TABLES **************/
/************** FORMS **************/
form div.row {
    margin: 5px 0;
}

div#notice {

    background: #f3f8fc url(/images/information.png) 8px 50% no-repeat;
    border: 1px solid #b2d1ff;
    color: #00171f;

    padding: 5px 5px 5px 30px;
    margin-bottom: 10px;
}

div#notice P {

    padding: 0px;
    margin: 0px;
}

div#notice a {
    color: #42AFE0;
    text-decoration: underline;
}

form input.textbox,
form select,
form textarea {
    font-family: 'Arial', Helvetica, sans-serif;
    font-size: 11px;
    border: 1px solid #d2d1d1;
    background: #fff;
    color: #8d8c8c;
    padding: 3px;
}

form input.textbox {
    width: 191px;
    display: inline;
}

form select {
}

form textarea {
    width: 447px;
    height: 118px;
}

form div.form-error {
    color: #FF9494;
    padding: 2px 2px 5px 0;
}

.error {
    background: #FF9494 url(/images/exclamation.png) 8px 50% no-repeat;
    border: 1px solid #ff0000;
    color: #00171f;

    padding: 5px 5px 5px 30px;
    margin-bottom: 5px;
}

.textbox:focus,
textarea:focus {
    border: 1px solid #42afe0;
}

div#search-form {
    margin: 5px 16px;
    text-align: center;
}

div#search-form .search-textbox {
    display: block;
    float: left;
    color: #8d8c8c;
    border: none;
    background: url(../images/bg-search-box.gif) top left no-repeat;
    height: 16px;
    font-size: 12px;
    width: 155px;
    padding: 4px;
}

div#search-form .search-submit {
    display: block;
    float: left;
}

form#register {
    margin: 0 10px 2em 10px;
}

form#register #btn-create-account,
form#register #btn-cancel-registration,
form#login #btn-sign-in {
    border: 0;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
    height: 22px;

}

form#register #btn-create-account {
    width: 173px;
}

form#register #btn-cancel-registration {
    width: 243px;
}

form#register label {
    padding: 0;
    margin: 0;
    text-align: right;
    padding-top: 6px;
    padding-right: 3px;
    display: block;
}

form#login label {
    padding-top: 6px;
    display: block;
    width: 60px;
}

form#login p#forgot-links {
    line-height: 18px;
    margin-top: 10px;
}

div#login-form, div#login-register {
    float: left;
    width: 320px;
    margin: 0 10px;
}

form#login #btn-sign-in {
    width: 65px;
    height: 22px;
}

div#registration-benefits {
    color: #357fa1;
    background: #d9eff9;
    margin: 0 10px 10px 10px;
}

div#registration-benefits p {
    padding: 10px 0;
    margin: 0 30px;
}

/************** END FORMS **************/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/***************************************************************************************************
  Modules
***************************************************************************************************/
div.content-sidebar-module-top {
    height: 12px;
    width: 312px;
    background: url(../images/bg-module-top.png) 0 0 no-repeat;
    line-height: 0;
    font-size: 0;
}

div.content-sidebar-module-body {
    background: url(../images/bg-module-body.png) 0 0 no-repeat;
    width: 312px;
}

div.content-sidebar-module-body div.padded {
    margin: 0px 10px; /*padding: 3px 15px;*/
}

div.content-sidebar-module-bottom {
    height: 12px;
    width: 312px;
    background: url(../images/bg-module-bottom.png) 0 0 no-repeat;
    line-height: 0;
    font-size: 0;
}

body#home div.content-sidebar-module-top {
    width: 312px;
    background: url(../images/bg-module-top-home.png) 0 0 no-repeat;
}

body#home div.content-sidebar-module-body {
    background: url(../images/bg-module-body-home.png) 0 0 no-repeat;
    width: 312px;
}

body#home div.content-sidebar-module-bottom {
    width: 312px;
    background: url(../images/bg-module-bottom-home.png) 0 0 no-repeat;
}

body #header div.content-sidebar-module-top {
    width: 312px;
    background: url(../images/bg-module-top-home.png) 0 0 no-repeat;
    height: 6px;
}

body #header div.content-sidebar-module-body {
    background: url(../images/bg-module-body-home.png) 0 0 no-repeat;
    width: 312px;
}

body #header div.content-sidebar-module-body div.padded {
    margin: 0px 15px;
}

body #header div.content-sidebar-module-bottom {
    width: 312px;
    background: url(../images/bg-module-bottom-home.png) 0 -5px no-repeat;
    height: 6px;
}

body #header div.content-sidebar-module {
    float: right; /*margin-right: 20px;*/

}

div.content-sidebar-module-body div div#links {
    text-align: center;
    padding: 0 0;
    margin-bottom: 5px;

}

body#home div.content-sidebar-module-body div div#links {
    margin-bottom: 5px;
}

div.content-sidebar-module-body div#links a {
    text-decoration: none;
    font-size: 11px;
    line-height: 14px;
    color: #51c3f7;
}

div.content-sidebar-module-body div#links a:hover {
    color: white;
}

div.content-sidebar-module-body div#links #rss-icon-inline {
    position: relative;
    top: 3px;
    margin-right: 3px;
}

div.content-sidebar-module-body div#links span {
    text-decoration: none;
    font-size: 11px;
    line-height: 14px;
    color: #B7B6B6;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
}

div.content-sidebar-placeholder {
    width: 306px;
    height: 267px;
    text-align: left;
    background: transparent url(/images/AdBackground300x250.png) no-repeat top left;
    padding-left: 6px;
    padding-top: 6px;
}

.accordion {
    position: relative;
}

.accordion-toggle {
    background: #347A9A url('/images/icon-arrowdown-wht.gif') no-repeat 230px 13px;
    color: #fff;
    font-weight: normal;
    font-size: 0.9em;
    padding: 10px 15px;
    margin: 0 0 1px 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    z-index: 10;
    cursor: pointer;
}

.accordion-toggle:hover {
    background: #175F7F url('/images/icon-arrowdown-wht.gif') no-repeat 230px 13px;
}

.accordion-toggle-active {
    background: #FFFFFF url(/images/headerBar_mostPopular.jpg) repeat-x scroll 0 0;
    color: #ffffff;
    font-weight: normal;
    font-size: 0.9em;
    padding: 7px 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.accordion-toggle-active:hover {
    background: #FFFFFF url(/images/headerBar_mostPopular.jpg) repeat-x scroll 0 0;

}

.accordion-content {
    overflow: hidden;
    background-color: #e3f3fa;
    padding: 2px 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.accordion-content a {
    overflow: hidden;
    background: #E3F3FA;
    font-size: 0.9em;
    padding: 2px 2px;
    border-bottom: 1px solid #fff;
    display: block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.accordion-content a .title {
    color: #358294;
}

.accordion-content a .teaser {
    color: #3d3c42;
}

.accordion-content img {
    float: left;
    border: solid 1px #cccccc;
    width: 40px;
    height: 40px;
    margin: 0px 4px 4px 0px;
}

.accordion-content a:hover {
    background: #cbe5f1;
}

#content h1 {
    padding: 0 0 0 0;
}

#content-main div.teammember {
    float: left;
}

#content-main div.teamphoto-border {
    border: 1px solid #E3F3FA;
    width: 64px;
    height: 64px;
    float: left;
    margin: 0 9px 15px 0;
}

#content-main div.teamphoto {
    width: 60px;
    height: 60px;
    background: url(../images/team-nophoto.gif) top left no-repeat;
    overflow: hidden;
    margin: 2px;
}

#content-main div.teaminfo {
    float: left;
    margin: .3em 0 0 0;
    width: 625px;
}

#content-main div.teaminfo h2 {
    margin-bottom: .2em;
}

#content-main div#faq ul {
    list-style: none;
    margin: 0;
}

#content-main div#faq ul li {
    margin: 0;
    list-style: none;
    padding: 5px 10px;
    cursor: pointer;
    cursor: hand;
    background: url(../images/faq-arrow-right.gif) 10px 8px no-repeat;
}

#content-main div#faq ul li:hover {
    background-color: #f0f0f0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

#content-main div#faq ul li.active {
    background: #d9eff9 url(../images/faq-arrow-down.gif) 7px 10px no-repeat;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

#content-main div#faq ul li p {
    padding: 0 0 0 12px;
    margin: 0;
}

#content-main div#faq ul li p.question {
    color: #3785aa;
}

#content-main div#faq ul li.active p.question {
    margin-bottom: 0.5em;
}

#content-main div#faq ul li p.answer {
    line-height: 1.1em;
    margin-bottom: 0.5em;
}

#content-main #snapshots .thumb p.title {
    font-weight: bold;
    font-size: 0.95em;
    line-height: 1em;
    margin: 0;
    padding: 0 0 4px 0;
}

#content-main #snapshots .thumb a {
    font-size: 0.95em;
}

#content-main div#table-header {
    background: #747474 url(../images/sidebyside-table-header-bg.gif) repeat-x 0 -1px;
    color: #fff;
    height: 45px;
    margin-bottom: 10px;
    border: 1px solid #747474;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

#content-main div#table-header p {
    line-height: 45px;
    font-size: 1.4em;
    margin: 0 15px;
}

#content-main div#table-header p  span {
    color: #d4effb;
    border-left: 1px solid #b8b8b8;
    margin-left: 0.25em;
    padding-left: 0.5em;
}

#content-main form#select-religion {
    background-color: #747474;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

#content-main form#select-religion table {
    width: 100%;
}

#content-main form#select-religion table td {
    color: #fff;
    font-size: 0.9em;
    border-right: 1px solid #fff;
    width: 25%;
    padding: 10px;
}

#content-main form#select-religion select {
    width: 100%;
}

#content-main table.sidebyside {
    width: 100%;
    border: none;
    margin: 0 0 10px 0;
}

#content-main table.sidebyside thead td {
    background-color: #9b9b9b;
    color: #fff;
    font-size: 1.2em;
    padding: 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

#content-main table.sidebyside tbody td {
    background-color: #d9eff9;
    color: #8f908f;
    font-size: 0.95em;
    padding: 10px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    vertical-align: top;
    width: 25%;
}

#content-main form#select-religion table td.last,
#content-main table.sidebyside tbody td.last {
    border-right: none;
}

#content-main table.sidebyside tbody tr.columns td {
    border-bottom: none;
    border-top: none;
}

#content-main table.sidebyside tbody tr.split td {
    border-bottom: 1px solid #fff;
}

#content-main table.sidebyside tbody tr.darker td {
    background-color: #c6e7f6;
}

#content-main table.sidebyside tbody td.label {
    color: #747474;
    font-size: bold;
}

#content-main table.sidebyside td p.row-expand {
    cursor: pointer;
    cursor: hand;
    padding: 0;
    margin: 0;
    display: inline;
}

#content-main table.sidebyside td p.row-expand a.expand {
    width: auto;
    display: block;
    padding-left: 16px;
    background: transparent url('../images/arrow-blue-down.gif') no-repeat 0 4px;
}

#content-main table.sidebyside td p.row-expand a.collapse {
    width: auto;
    display: block;
    padding-left: 16px;
    background: transparent url('../images/arrow-blue-up.gif') no-repeat 0 4px;
}

#content-main div.more-paths h2 {
    margin: 10px 0;
    padding: 7px 18px;
    background-color: #00171f;
    color: #fff;
    font-size: 1.4em;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

#content-main div.more-paths div.row {
    width: 700px;
    padding: 0;
    margin: 0 0 10px 0;
}

#content-main div.more-paths div.row div.block {
    width: 224px;
    float: left;
    margin-right: 14px;
    overflow: hidden;
}

#content-main div.more-paths  div.row div.last {
    margin-right: 0;
    float: right;
    overflow: hidden;
}

#content-main div.more-paths div.row div.block h2 {
    font-size: 1.2em;
}

#content-main div.more-paths div.row div.block  ul {
    margin: 10px 17px;
    list-style: none;
}

#content-main div.more-paths div.row div.block  ul li {
    list-style: none;
    margin-bottom: 0.25em;
}

#content-main div.more-paths div.row div.block  a {
    color: #42afe0;
    text-decoration: underline;
}

#content-main div.more-paths div.row div.block  a:hover {
    text-decoration: none;
}

div#feedback {
    float: right;
    padding-top: 20px;
    padding-right: 100px;

}

#feedback a.feedback {
    font-size: 1.2em;
    color: #000000;
    line-height: 1.7em;
    background-color: #E7D100;
    padding: 5px 5px 5px 5px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
}

#feedback a.feedback:hover {
    color: #FFFFFF
}

#listingSearchForm select {
    width: 200px;
}

.sublabel {
    font-size: 0.8em;
}

#listing_results .result {
    margin: 1px;
    float: left;
    width: 323px;
    display: block;
    font-size: 0.9em;
    overflow: hidden;
    padding: 5px 5px 5px 10px;
    clear: both;
    height: 38px;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    background: #E3F3FA none repeat scroll 0 0;
    border-bottom: 1px solid #FFFFFF;
}

#listing_results h2 {
    font-weight: bold;
}

#listing_results a:hover.result {
    background-color: #479AC0;
    color: #ffffff;
}

#listing_results .result_detail {
    float: right;
    width: 295px;
}

#listing_results .result_number {
    float: left;
    padding-top: 13px;
    padding-left: 4px;
}

#listing_results .resultMouseOver {
    background-color: #479AC0;
    color: #ffffff;
}

#listing_results #results {
    width: 340px;
    display: inline;
    float: left;
}

#listing_results h3 {
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1.6em;
}

#listing_results #map {
    width: 385px;
    float: right;
    display: inline;
}

#listing_results #map_canvas {
    width: 385px;
    height: 505px;
    margin-top: 2px;
}

.enhanced_bubble,
.basic_bubble {
    display: none;
    visibility: hidden;
}

h3.enhanced {
    color: #479AC0;
}

.bubble_image {
    float: left;
    height: 120px;
    width: 60px;
}

.bubble_detail {
    float: left;
    width: 200px;
    padding-left: 10px;
}

.bubble_detail a {
    padding-left: 20px;
}

.bubble_icons {
    padding-left: 20px;
    font-size: 0.9em;
}

.bubble_icons a {
    padding: 1px;
}

.bubble_leader {
    padding-left: 20px;
    padding-bottom: 8px;
    font-size: 0.9em;
}

.bubble_service {
    padding-left: 20px;
    margin-bottom: 5px;
    background: url('/images/icons/clock.gif') no-repeat;
    height: 63px;
    overflow: hidden;
    font-size: 0.9em;
}

.bubble_item {
    padding-left: 20px;
    font-size: 0.9em;
    margin-bottom: 5px;
}

.CheckBoxList {
    overflow: auto;
    overflow-x: hidden;
    width: 200px;
    border: 0px solid #000;
    list-style-type: none;
    margin: 0;
    padding: 0px
}

.CheckBoxList li {
    padding: 2px
}

#content ul.CheckBoxList {
    margin: 0 0 0 0;
}

.diff {
    background-color: #FFEBCD;
    font-size: 0.8em;
    padding: 4px 4px 4px 4px;
}

.hint-text {
    font-style: italic;
    color: gray;
    font-size: 0.8em;
    margin-left: 10px;
    margin-top: 2px;
    margin-bottom: 5px;
}

#content-main div#aboutus div#sub-nav {
    float: left;
    width: 200px;
}

#content-main div#aboutus div#sub-nav ul {
    margin: 0 15px 0 0;
    list-style: none;
}

#content-main div#aboutus div#sub-nav ul li {
    margin: 0;
    padding: 5px 10px 5px 15px;
    border-bottom: 1px solid #f1f1f1;
    line-height: 1em;
}

#content-main div#aboutus div#sub-nav ul li a {
    color: #42afe0;
}

#content-main div#aboutus div#sub-nav ul li:hover,
#content-main div#aboutus div#sub-nav ul li.on {
    margin: 0;
    padding: 5px 10px 5px 15px;
    background: url('../images/arrow.gif') no-repeat left 7px;
    color: #347a9a;
    border-bottom: 1px solid #f1f1f1;
    line-height: 1em;
}

#content-main div#aboutus div#sub-nav ul li:hover a,
#content-main div#aboutus div#sub-nav ul li.on a {
    color: #347a9a;
}

#content-main div#aboutus div.block {
    float: right;
    width: 500px;
    overflow: hidden;
}

#content-main div#aboutus div.block h2 {
    margin-bottom: 1em;
}

#content-main div#aboutus div.block div.alt,
#content-main div.block div.alt {
    background-color: #d9eff9;
    border: none;
}

#content-main div#aboutus div.block div.teammember {
    margin-bottom: 1em;
    padding: 15px;
    width: 465px;
    border: 1px solid #d9eff9;
    min-height: 100px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#content-main div#aboutus div.block div.teammember {
    margin-bottom: 1em;
    padding: 15px;
    width: 465px;
    border: 1px solid #d9eff9;
    min-height: 100px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#content-main div.block div.teammember {
    width: 670px;
    display: block;
}

#content-main div#aboutus div.block div.teammember div.photo {
    border: 5px solid #e5e5e5;
    float: left;
    margin-right: 15px;
}

#content-main div#aboutus div.block div.alt div.photo {
    border: 5px solid #fff;
}

#content-main div#aboutus div.block div.teammember div.info {
    float: right;
    width: 380px;
    overflow: hidden;
}

#content-main div.block div.teammember div.info {
    width: 580px;
}

#content-main div#aboutus div.block div.teammember h3 {
    font-size: 1.2em;
    margin-bottom: 1em;
}

input.button, a.button, span.button input {
    background: transparent url('../images/bg-button-a.gif') no-repeat bottom right;
    color: #666;
    float: left;
    font: bold 10px Arial, Helvetica, sans-serif;
    height: 20px;
    line-height: 20px;
    margin: 0 10px 0 10px;
    padding: 0 3px 0 0;
    text-decoration: none;
    overflow: hidden;
}

input.button, span.button input {
    background: transparent url('../images/bg-button-span.gif') no-repeat bottom left;
    border: 0;
    padding: 0px 12px 0 15px;
}

.buttons {
    margin-top: 10px;
}

.buttons input {
    background: transparent url('/images/bg-button-span.gif') no-repeat bottom left;
    border: 0;
    display: block;
    line-height: 20px;
    height: 20px;
    padding: 0px 12px 0px 15px;
    font-family: Arial, Helvetica, sans-serif;
    color: #666;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    margin-left: 20px;
    float: left;

}

.buttons .buttonEnding {
    position: absolute;
    display: inline;
    width: 5px;
    height: 20px;
    background: transparent url('/images/bg-button-a.gif') no-repeat bottom left;
    float: left;
    margin-right: 10px;
}

a.button span {
    background: transparent url('../images/bg-button-span.gif') no-repeat bottom left;
    display: block;
    line-height: 20px;
    padding: 0px 12px 0 15px;
}

a.button:active {
    background: transparent url('../images/bg-button-a.gif') no-repeat top right;
    color: #444;
    outline: none;
}

a.button:active span {
    background: transparent url('../images/bg-button-span.gif') no-repeat top left;
    padding: 1px 12px 0 15px;
}

a.buttonB {
    background: transparent url('../images/bg-buttonB-a.gif') no-repeat bottom right;
    color: #fff;
    float: left;
    font: normal 10px Arial, Helvetica, sans-serif;
    height: 21px;
    line-height: 21px;
    margin: 0 10px 0 0;
    padding: 0 2px 0 0; /* sliding doors padding */
    text-decoration: none;
    overflow: hidden;
}

a.buttonB span {
    background: transparent url('../images/bg-buttonB-span.gif') no-repeat bottom left;
    display: block;
    line-height: 21px;
    padding: 0px 12px 0 15px;
}

a.buttonB:active {
    background: transparent url('../images/bg-buttonB-a.gif') no-repeat top right;
    color: #fff;
    outline: none;
}

a.buttonB:active span {
    background: transparent url('../images/bg-buttonB-span.gif') no-repeat top left;
    padding: 1px 12px 0 15px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.right {
    float: right;
    clear: none;
}

.left {
    float: left;
    clear: none;
}

div.watermark {
    display: none;
    visibility: hidden;
}

div.print-logo {
    display: none;
    visibility: hidden;
}

#content div.section-intro table#quick-facts {
    margin: 4px 0 10px 0;
}

#content div.section-intro tr.quick-fact-row {
    border-bottom: 1px solid #fff;
    display: block;
}

#content div.section-intro td.quick-fact-key {
    background: #42afe0;
    color: white;
    width: 125px;
    padding: 5px 5px 5px 20px;
    vertical-align: top;
}

#content div.section-intro td.quick-fact-value {
    background: #d9eff9;
    width: 255px;
    padding: 5px 5px 5px 40px;
    color: #347a9a;
    vertical-align: top;
}

#content-main div.experience div.row div.block div.header {
    font-size: 1.5em;
    text-align: center;
}

#content-main div.experience div.row div.block div.contentbox {
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border: 1px solid #000;
    margin-top: -1px;
    padding: 10px 10px 15px 10px;
}

#jgal1, #jgal2, #jgal3, #jgal4, #jgal5, #jgal6, #jgal7 {
    float: left;
    list-style: none;
    width: 460px;
    height: 70px;
    position: absolute;
    top: 170px;
    left: 0px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#jgal1 li, #jgal2 li, #jgal3 li, #jgal4 li, #jgal5 li, #jgal6 li, #jgal7 li {
    opacity: .8;
    float: left;
    display: inline;
    width: 205px;
    height: 34px;
    background-position: 2px 2px;
    cursor: pointer;
    border: 1px solid #fff;
    outline: 1px solid #fff;
    margin: 0 0px 5px 16px;
}

#jgal1 li div.ImageHolder, #jgal2 li div.ImageHolder, #jgal3 li div.ImageHolder, #jgal4 li div.ImageHolder, #jgal5 li div.ImageHolder, #jgal6 li div.ImageHolder, #jgal7 li div.ImageHolder {
    float: left;
    display: inline;
    width: 35px;
    height: 30px;
    background-position: 50% 50%;
    cursor: pointer;
    /*border: 1px solid #fff;
    outline: 1px solid #ddd;*/
    margin: 1px 5px 1px 1px;
}

#jgal1 li img, #jgal2 li img, #jgal3 li img, #jgal4 li img, #jgal5 li img, #jgal6 li img, #jgal7 li img {
    position: relative;
    width: 35px;
    height: 30px;
    display: none;
}

#jgal1 li img.thumb, #jgal2 li img.thumb, #jgal3 li img.thumb, #jgal4 li img.thumb, #jgal5 li img.thumb, #jgal6 li img.thumb, #jgal7 li img.thumb {
    position: relative;
    width: 35px;
    height: 30px;
    display: inline;
    border: 1px solid #fff;
    outline: 1px solid #ddd;
}

#jgal1 li.active img, #jgal2 li.active img, #jgal3 li.active img, #jgal4 li.active img, #jgal5 li.active img, #jgal6 li.active img, #jgal7 li.active img {
    position: absolute;
    display: block;
    width: 150px;
    height: 120px;
    top: -130px;
    left: 16px;
    border: 1px solid #fff;
    outline: 1px solid #ddd;
}

#jgal1 li.active img.thumb, #jgal2 li.active img.thumb, #jgal3 li.active img.thumb, #jgal4 li.active img.thumb, #jgal5 li.active img.thumb, #jgal6 li.active img.thumb, #jgal7 li.active img.thumb {
    position: relative;
    width: 35px;
    height: 30px;
    top: 0px;
    left: 0px;
    display: block;
    border: 1px solid #fff;
    outline: 1px solid #ddd;
}

#jgal1 li.active, #jgal2 li.active, #jgal3 li.active, #jgal4 li.active, #jgal5 li.active, #jgal6 li.active, #jgal7 li.active,
#jgal1 li:hover, #jgal2 li:hover, #jgal3 li:hover, #jgal4 li:hover, #jgal5 li:hover, #jgal6 li:hover, #jgal7 li:hover {
    outline-color: #bbb;
    border: 1px solid #fff;
    outline: 1px solid #ddd;
    opacity: .99
}

.TitleTab, .SummaryTab, .LinksTab {
    display: none;
}

#gallery1, #gallery2, #gallery3, #gallery4, #gallery5, #gallery6, #gallery7 {
    list-style: none;
    display: block;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#gallery1 li, #gallery2 li, #gallery3 li, #gallery4 li, #gallery5 li, #gallery6 li, #gallery7 li {
    float: left;
    width: 460px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.Showcase {
    margin: 0px 0px 0px 160px;
    width: 287px;
    height: 120px;
    overflow: hidden;
}

.Showcase .Title {
    font-size: 1.2em;
    font-weight: bold;
}

.Showcase .Summary {
    font-size: .95em;
    height: 100px;
    overflow: hidden;
}

.Showcase .Links {
    font-size: 1.0em;
    height: 30px;
    overflow: hidden;
    display: none;
}

<!--
[if lt IE

8
]
>
#jgal1 li, #jgal2 li, #jgal3 li, #jgal4 li, #jgal5 li, #jgal6 li, #jgal7 li {
    filter: alpha(opacity = 50);
}

#jgal1 li.active, #jgal2 li.active, #jgal3 li.active, #jgal4 li.active, #jgal5 li.active, #jgal6 li.active, #jgal7 li.active,
#jgal1 li:hover, #jgal2 li:hover, #jgal3 li:hover, #jgal4 li:hover, #jgal5 li:hover, #jgal6 li:hover, #jgal7 li:hover {
    filter: alpha(opacity = 100);
}

<
!
[endif]

-->

#PublicSquareNavigation .psTopicHeaderBar {
    border-bottom: solid 1px #5F5E53;

}

#PublicSquareNavigation .dateRange {
    color: #000000;
    float: right;
    font-size: .9em;
}

#PublicSquareNavigation .TopicTitle {
    color: #F0B724;
    font-size: 1.2em;
}

#PublicSquareNavigation .TopicText {
    color: #000;
    font-size: .9em;
    line-height: 1.1em;
    margin-top: 5px;
    font-weight: normal;
}

#content-main div.section,
#content-main div.more-paths {
    width: 700px;
}

#NewsletterInsert {
    width: 480px;
    height: 60px;
    background: #ffffff url(/images/emailReg_banner.gif) no-repeat;
}

#article .wrap {
    margin: 0px;
}

#article #author-meta {
    font-size: .9em;
    margin: 15px 0;
}

#tags {
    font-size: .9em;
    margin-bottom: 5px;
}

#column1 .accordion-toggle-active {
    background: #FFFFFF url(/images/headerBar_mostPopular.jpg) repeat-x;
    padding: 10px 5px;
}

#column1 .accordion-toggle-active-topic {
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    color: #FFFFFF;
    font-size: 1.1em;
    font-weight: normal;
    margin: 1px 0;
    background: #FFFFFF url(/images/pubSquare_sidebarBG.jpg) no-repeat;
    padding: 5px 5px;
}

#column1 .accordion-content-topic a {
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    background: #f6eed6 none repeat scroll 0 0;
    border-bottom: 1px solid #FFFFFF;
    display: block;
    font-size: 0.9em;
    overflow: hidden;
    padding: 4px 5px;
}

#column1 .accordion-content a {
    padding: 4px 5px;
}

#sidebar {
    width: 240px;
    float: right;
}

#sidebar LI {
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    background: #E3F3FA none repeat scroll 0 0;
    border-bottom: 1px solid #FFFFFF;
    display: block;
    font-size: 1em;
    overflow: hidden;
    padding: 0px;

}

#sidebar LI a {

    padding: 5px;

}

#sidebar LI.widget_twitter LI {

    padding: 5px;
    font-size: .8em;

}

#sidebar LI.description {

    padding: 5px;
    font-style: italic;
    font-size: 1em;
    border: solid 1px #3695C1;
    margin-bottom: 10px;

}

#sidebar LI.widget_search {

    margin: 10px 0px;
    background-color: #fff;

}

#sidebar LI.widget_recent_comments LI {

    padding: 5px;
    font-size: .9em;

}

#sidebar UL {
    margin: 0px;
    padding: 0px;

}

#sidebar H2 {
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    background: #FFFFFF url(/images/headerBar_mostPopular.jpg) repeat-x scroll 0 0;
    color: #FFFFFF;
    font-size: 1em;
    font-weight: normal;
    padding: 7px 5px;

}

/* paginate */
.paginateButtons a {
    border: 1px solid #42AFE0;
    text-decoration: none;
}

.paginateButtons a, .paginateButtons span {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: #FFFFFF none repeat scroll 0 0; /*border:1px solid #FFFFFF;*/
    display: block;
    float: left;
    margin-right: 0.1em;
    padding: 0.2em 0.5em;
}

.paginateButtons span.currentStep {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: #42AFE0 none repeat scroll 0 0;
    border: 1px solid #2E6AB1;
    color: #FFFFFF;
    font-weight: bold;
}

#pageLinks {
    font-family: arial, helvetica, sans-serif;
    padding-bottom: 2px;
    text-align: right;
}

#pageLinks a.next, #pageLinks a.previous {
    border: 1px solid #004276;
    font-size: 76%;
    font-weight: bold;
    padding: 2px 4px 2px 5px;
    text-decoration: none;
    text-transform: uppercase;
}

#pageNumbers {
    display: inline;
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    margin: 0.5em 0.2em 0.5em 10px;
    position: relative;
}

#pageNumbers li {
    border-right: 1px solid #999999;
    display: inline;
    font-size: 86%;
    font-weight: bold;
    margin-left: 0;
    margin-right: 0.7em;
    padding-left: 0;
    padding-right: 0.7em;
}

#content-main FIELDSET LABEL {
    display: block;
    float: left;
    width: 125px;
    margin-top: 0em;
    margin-bottom: 0em;
}

#content-main FIELDSET .hint-text {

    margin-left: 125px;
}

form div ul li textarea {
    width: 260px;
}

fieldset {
    border: 1px solid #b2d1ff;
    background-color: #F3F8FC;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    margin-top: 10px;
    font-size: .9em;
    padding: 0px;

}

fieldset .container {

    margin: 5px;

}

fieldset .container div {

    margin-bottom: 5px;

}

legend {
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    background-color: #F3F8FC;
    padding: 0.2em 0.5em;
    border: 1px solid #b2d1ff;

    text-align: right;
    margin-right: 10px;
}

.facet .solr-facet H3 {

    padding: 4px 5px;
    height: 18px;
    font-size: 1.1em;
    color: white;
    background: url(/images/headerBar_mostPopular.jpg);
    border-radius: 2px;
}

#content .facet .solr-facet {
    background-color: #ffffff;
    margin-left: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
}

#content .facet .solr-facet UL LI {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#content .facet .solr-facet UL {
    margin: 1px 0px;
    padding: 2px 5px;
    list-style: none;
    background-color: #E3F3FA;
}

SUP {
    line-height: 60%;
    font-size: 60%;
}

.sf-sub-indicator {
    display: none;
}

/*
* jQuery UI Tabs @VERSION
*
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Tabs#theming
*/
.ui-tabs {
    position: relative;
    padding: .2em;
    zoom: 1;
}

/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}

.ui-tabs-hide {
    display: none !important;
}

/**
* This <div> element is wrapped by jCarousel around the list
* and has the classname "jcarousel-container".
*/
.jcarousel-container {
    position: relative;
}

#content .jcarousel-container ul {
    margin: 0;
    padding: 0;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none; /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

/*Portal styles*/
.portalMain {
    font-family: verdana;
}

#content .portalMain a {
    color: #0F5D9A;
    font-family: verdana;
}

#content .portalMain .fc-event a {
    color: white;
    font-size: .9em;
}

#content .portalMain .sectionTitle {
    font-size: 1.1em;
    font-family: "lucida grande";
    font-weight: normal;
    margin-bottom: 5px;
    padding: 3px 5px;
    color: #ffffff;
    text-transform: uppercase;
    background: #CA9400 url(http://media.patheos.com.s3.amazonaws.com/Images/NL_HeaderBar.jpg);

}

#content .portalMain .titleBox_gsnb .sectionTitle {
    font-size: .9em;

}

#content .portalMain ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#content .portalMain ul li {
    padding: 0 5px;
    border-bottom: dotted 1px #CA7A0E;
    line-height: 1.4em;
}

#content .portalMain ul li:hover {
    background-color: #eeeeee;
    border-bottom: solid 1px #CA7A0E;
}

.portalMain .portalLeft {
    min-width: 180px;
    width: 180px;
    min-height: 1000px;
    float: left;
}

.portalMain .portalSpacer {
    width: 15px;
    min-width: 5px;
    min-height: 1000px;
    float: left;
}

.portalMain .portalCenter {
    width: 517px;
    min-width: 517px;
    min-height: 1000px;
    float: left;
}

.portalMain .portalRight {
    float: right;
    width: 312px;
    margin-top: -40px;
    min-width: 312px;
    min-height: 1000px;
}

.portalBlog .portalLeft {
    min-width: 180px;
    width: 180px;
    min-height: 1000px;
    float: left;
}

.portalBlog .portalSpacer {
    width: 15px;
    min-width: 5px;
    min-height: 1000px;
    float: left;
}

.portalBlog .portalCenter {
    border-right: solid 1px #cccccc;
    border-left: solid 1px #cccccc;
    padding: 0 15px;
    width: 680px;
    min-width: 680px;
    min-height: 1000px;
    float: left;
}

.portalBlog .portalRight {
    float: right;
    width: 312px;
    min-width: 312px;
    min-height: 1000px;
    margin-top: -40px;
}

.portalMain .blog {
    border: solid 1px #cccccc;
    border-top: 0px;
    padding: 5px 5px 23px 5px;
}

.portalMain .blog .entries .blog-entry {
    font-size: 1em;
    padding: 2px 0px;
}

.widget-border-box {
    border: solid 1px #cccccc;
    width: 300px;
    padding: 5px;
}

/* blog */
.blog-content {
    font-size: 1.1em;
    font-family: verdana;
}

.entries .blog-entry {
    border-bottom: solid 1px #cccccc;
    padding: 5px;
    margin-bottom: 5px;
}

.blog-content .blog-title {
    font-size: 1.6em;
    line-height: 1.3em;
    color: #0F5D9A; /*text-transform:uppercase;*/
    margin-bottom: 15px;
}

.blog-content .blog-post {
    font-size: 1.1em;
    line-height: 1.3em; /*border-left: solid 1px #cccccc;*/
/*padding-left: 5px;*/
/*color:#0F5D9A;*/
/*text-transform:uppercase;*/
    margin: 15px 0;
}

.blog-content .blog-post img.alignright {
    float: right;
}

.blog-content .social-tools {
    float: right;
    width: 400px;
    text-align: right;
}

.blog-content .author {
/*font-style: italic;*/
/*font-size: .9em;*/
/*padding: 2px 0px;*/
    float: left;

}

.blog-content .publish-date {
/*font-size: .8em;*/
/*padding: 2px 0;*/
    margin-left: 5px;
    float: left;
}

.entries .blog-entry .publish-date {
    font-size: .9em;
    padding: 2px 0;
    margin-left: 5px;
    float: left;
}

.entries .blog-entry .title {
    font-size: 1.4em;
    padding: 2px 0;
    color: #0F5D9A;
}

.entries .blog-entry .more {
    float: left;
}

#content .portalMain .portalCenter .entries .blog-entry .title a {
/*font-size: 1.2em;*/
    padding: 2px 0;
    color: #0F5D9A;
}

.entries .blog-entry .author {
/*font-style: italic;*/
    font-size: .9em;
    padding: 2px 0px;
    float: left;

}

.entries .blog-entry .social-tools {
    float: right;
}

.entries .blog-entry .snippet {
    font-size: 1.1em;
    font-family: verdana;
    line-height: 1.2em;
    padding: 5px 5px;
    margin-top: 5px; /*border-top: solid 1px #cccccc;*/

}

#content .portalMain .entries .blog-entry .snippet a {
    color: #0F5D9A;

}

.entries .blog-entry-headline .content {
    font-size: 1em;
    font-family: verdana;
    line-height: 1.2em;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 0px; /*border-top: solid 1px #cccccc;*/

}

.entries .blog-entry-headline .source {
    font-size: 1.1em;
    font-family: verdana;

    line-height: 1.2em;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 0px; /*border-top: solid 1px #cccccc;*/

}
.entries .blog-entry-headline .publish-date {
    float:right;
    font-size: 1em;
    font-family: verdana;

    line-height: 1.2em;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 0px; /*border-top: solid 1px #cccccc;*/

}

.entries .blog-entry-headline {
    border-bottom: solid 1px #cccccc;
    color:#000;
    padding: 5px;
    margin-bottom: 0px;
}

/* In the news */

.brandingBox_gsnb {
    display: none;
}

.newsBar {
    width: 180px;
    margin-bottom: 1.5em;
}

.titleBox_gsnb {
    font-size: 100%;
    margin-bottom: 5px;
}

.resultsBox_gsnb {
    border-bottom: solid 1px #F0F8FF;
    margin-bottom: 4px;
}

.resultsBox_gsnb .resultDiv_gsnb * {
    border: 0px;
}

.resultsBox_gsnb .resultDiv_gsnb .gs-title {
/*height: auto;*/
    padding: 0 5px;

}

.resultsBox_gsnb .resultDiv_gsnb .gs-newsResult {
    padding: 2px 0;
    border-bottom: dotted 1px #CA7A0E;
}

.resultsBox_gsnb .resultDiv_gsnb .gs-newsResult:hover {
    padding: 2px 0;
    background-color: #eeeeee;
    border-bottom: solid 1px #CA7A0E;
}

.gs-result .gs-title, .gs-result .gs-title * {
    color: #0F5D9A;
    text-decoration: none;
}

.gs-result .gs-title a {
    color: #0F5D9A;
    text-decoration: none; /*font-size: em;*/
    padding: 0;
    margin: 0;
    cursor: auto;
}

.gs-result .gs-title a.gs-title {
    padding: 0;
}

.horizontal_gsnb .resultDiv_gsnb,
.resultsBox_gsnb .resultDiv_gsnb .gs-title {
    height: auto;
    line-height: 1.1em;
    overflow: visible;
}

.compressed_gsnb .resultDiv_gsnb {
    margin-top: 0;
}

.gs-relativePublishedDate {
    display: none;
}

/* Carousel */

.jcarousel-skin-patheos-portal .jcarousel-container img {
    border: solid 1px #cccccc; /*outline: solid 1px #eeeeee;*/
}

.jcarousel-skin-patheos-portal .jcarousel-container img {
    width: 110px;
    margin-bottom: 3px;
    margin-left: 5px;
}

.jcarousel-skin-patheos-portal .jcarousel-container-horizontal {
    width: 515px;
}

.jcarousel-skin-patheos-portal .jcarousel-clip-horizontal {
    width: 515px;
    height: 105px;
}

.jcarousel-skin-patheos-portal .jcarousel-item {
    width: 118px;
    height: 91px;
}

.jcarousel-skin-patheos-portal .jcarousel-item:hover {
    background-color: #e3f3fa;
}

#content .portalMain .jcarousel-skin-patheos-portal ul li {
    border: 0px;
}

#content .portalMain #carousel-holder ul li {
    padding: 5px 5px;
}

#content .portalMain #carousel-holder ul li:hover {
    background-color: #e3f3fa;
}

.jcarousel-skin-patheos-portal .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

.portalMain #carousel-navigation-prev, .portalMain  #carousel-navigation-next {
    height: 20px;
    width: 23px; /*margin:5px 5px;*/
    margin: 5px 5px 5px 0;
    float: right;

}

#carousel-navigation-prev.enabled {
    background: transparent url(/js/jcarousel/skins/patheos/prevEnabled.png) no-repeat 0 0;

}

#carousel-navigation-prev.disabled {
    background: transparent url(/js/jcarousel/skins/patheos/prevDisabled.png) no-repeat 0 0;

}

#carousel-navigation-next.enabled {
    background: transparent url(/js/jcarousel/skins/patheos/nextEnabled.png) no-repeat 0 0;

}

#carousel-navigation-next.disabled {
    background: transparent url(/js/jcarousel/skins/patheos/nextDisabled.png) no-repeat 0 0;

}

#carousel-holder {
    border: solid 1px #cccccc;
    background-color: #e3f3fa;
}

#carousel-holder #carousel-title {
    font-size: 1.1em;
    font-family: 'lucida grande';
    font-weight: bold;
    margin: 5px 5px;
}

/*Rotating Articles*/
.portalMain .carousel-mod {
    position: relative;
    top: 0px;
    left: 0px;
    display: block;
    z-index: 3;
    opacity: 1;
}

.portalMain #slideShowWrapper {
    position: relative;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    min-width: 512px;
    min-height: 240px;
    overflow: hidden;
}

.portalMain #slideShow {
    float: left;
    overflow: hidden;
    width: 100%;
    height: 240px;
}

.portalMain .portalCenter #pager {
    position: absolute;
    bottom: 5px;
    right: 3px;
    z-index: 100;

}

.portalMain .carousel-mod .feature-info .byline {
    font-style: italic;
}

.portalMain .carousel-mod .feature-info .abstract {

}

#content .portalMain .portalCenter .carousel-mod .feature-info h1 a {
    font-weight: bold;
    font-family: georgia;
    font-size: 21px;
    color: #0F5D9A;
}

.portalMain .carousel-mod .image {
    float: left;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 10px;
}

.portalMain .carousel-mod .image img {
    width: 250px;
    height: 230px;
}

.portalMain .carousel-mod .feature-info {
    width: 245px;
    padding-left: 5px;
    float: left;
    margin-top: 25px;
}

#pager a {
    display: block;
    height: 16px;
    width: 16px;
    float: left;
    margin-right: 2px;
}

#pager #prev {
    background: url('/images/back.jpg') 0 0 no-repeat;
}

#pager #pause {
    background: url('/images/pause.jpg') 0 0 no-repeat;
}

#pager #pause.paused {
    background: url('/images/play.jpg') 0 0 no-repeat;
}

#pager #next {
    background: url('/images/play.jpg') 0 0 no-repeat;
}

#pager a span {
    display: none;
}

/* pagination */
.pagination {
    font-size: 80%;
}

.pagination a {
    text-decoration: none;
    border: solid 1px #cccccc;
}

.pagination a, .pagination span {
    display: block;
    float: left;
    padding: 0.3em 0.5em;
    margin-left: 5px;
    margin-bottom: 5px;
}

.pagination .current {
    background: #ffffff;
    border: solid 1px #000000;
}

.pagination .current.prev, .pagination .current.next {
    border-color: #cccccc;
    background: #fff;
}

/* Featured box */
#featuredBox {
    min-height: 60px;
    clear: both;
    border: solid 1px #cccccc;
    padding-top: 5px;

}

#featuredBox .featured {
    margin-bottom: 10px;
    height: 50px;
    width: 245px;
    float: left;
    margin-left: 15px;

}

#featuredBox .featuredLeft {
    margin-bottom: 10px;
    margin-left: 5px;
    float: left;
    height: 50px;
    width: 249px;
}

#featuredBox .featuredThumb {
    float: left;
    width: 66px;
    height: 49px;
    border: solid 1px #000000;
}

#featuredBox .featuredTitle {
    float: left;
    width: 170px;
    margin-left: 5px;
    line-height: 1.3em;
}

#content .portalMain #featuredBox .featuredTitle a {
    font-size: 1.1em;
    color: #0F5D9A;
}

.archive {
    border: solid 1px #cccccc;
    padding: 5px;
}

.widgetBoxContainers {
    margin-top: 15px;
}

.topsy-object, .fb-share-object, .su-object {
    float: left;
    margin-right: 5px;
}

#content-tab-holder {
    width: 300px;
}

.comments-object {
    height: 19px;
    font-size: .9em;
    font-weight: bold;
    padding-top: 3px;
    padding-right: 5px;
}

.buzz-object {
    float: left;
    background-image: url(/images/buzz-icon2.png);
    background-repeat: no-repeat;
    height: 19px;
    font-size: .9em;
    font-weight: bold;
    padding-left: 25px;
    padding-top: 2px;
    padding-right: 5px;
}

#inspiration-holder #inspiration img {
    width: 130px;
    border: solid 1px #ccc;
    margin-right: 3px;
    float: left;
}

#inspiration-holder #inspiration .widget-border-box h3 {
    background: #E3F3FA;
    margin-bottom: 5px;
    text-align: center;
    padding: 5px;
    border: solid 1px #ccc;
}

.homeTemplate {
    font-family: arial;

}

#content .homeTemplate a {
    color: #0F5D9A;
    font-family: arial;
}

#content .homeTemplate ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.homeTemplate .homeSpacer {
    width: 15px;
    min-width: 5px; /*min-height: 1000px;*/
    float: left;
}

.homeTemplate .homeCenter {
    width: 712px;
    min-width: 712px; /*min-height: 1000px;*/
    float: left;
}

.homeTemplate .homeRight {
    float: right;
    width: 312px;
    margin-top: 170px;
    min-width: 312px; /*min-height: 1000px;*/
}

/*.widget-border-box {*/
/*border: solid 1px #cccccc;*/
/*width: 300px;*/
/*padding: 5px;*/
/*}*/

/*.archive {*/
/*border: solid 1px #cccccc;*/
/*padding: 5px;*/
/*}*/

/*.widgetBoxContainers {*/
/*margin-top: 15px;*/
/*}*/

/* Carousel */

#content .homeTemplate .featuredBlogs img {
    border: solid 1px #cccccc;
    width: 100px;
    margin-bottom: 3px;
    margin-left: 3px;
}

#content .homeTemplate .featuredBlogs .jcarousel-clip-horizontal {
    width: 705px;
    height: 150px;
}

#content .homeTemplate .featuredBlogs .jcarousel-item {
    width: 108px;
    height: 150px; /*border:solid 1px black;*/
}

#content .homeTemplate .featuredBlogs .jcarousel-item:hover {
    background-color: #e3f3fa;
}

#content .homeTemplate .featuredBlogs ul li {
    border: 0px;
}

#content .homeTemplate #carousel-holder ul li {
    padding: 5px 5px;
}

#content .homeTemplate #carousel-holder ul li:hover {
    background-color: #e3f3fa;
}

#content .homeTemplate #carousel-navigation-prev, #carousel-navigation-next {
    height: 20px;
    width: 23px; /*margin:5px 5px;*/
    margin: 0px 0px 0px 5px;
    float: right;

}

#content .homeTemplate #carousel-navigation-prev.enabled {
    background: transparent url(/js/jcarousel/skins/patheos/prevEnabled.png) no-repeat 0 0;

}

#content .homeTemplate #carousel-navigation-prev.disabled {
    background: transparent url(/js/jcarousel/skins/patheos/prevDisabled.png) no-repeat 0 0;

}

#content .homeTemplate #carousel-navigation-next.enabled {
    background: transparent url(/js/jcarousel/skins/patheos/nextEnabled.png) no-repeat 0 0;

}

#content .homeTemplate #carousel-navigation-next.disabled {
    background: transparent url(/js/jcarousel/skins/patheos/nextDisabled.png) no-repeat 0 0;

}

#content .homeTemplate #carousel-holder {
    border: solid 1px #cccccc;
    background-color: #e3f3fa;
    height: 180px;
    overflow: hidden;
    margin-bottom:5px;
    border-radius: 2px 2px;
}

#content .homeTemplate #resources-holder {
    border: solid 1px #cccccc;
    background-color: #e3f3fa;
    border-radius: 2px 2px;
    margin-top: 5px;
    margin-bottom: 5px;

}

#content .homeTemplate #resources-holder #resources {
    padding: 5px;
    height: 174px;
    overflow: hidden;

}

#content .homeTemplate #inspiration-holder {
    border: solid 1px #cccccc;
    background-color: #e3f3fa;
    float: right;
    width: 351px;
    border-radius: 2px 2px;
}

#content .homeTemplate #inspiration-holder #inspiration {
    padding: 5px;
    height: 140px;
    overflow: hidden;
}

#content .homeTemplate #inspiration-holder #inspiration img {
    width: 100px;
    border: solid 1px #ccc;
    margin-right: 3px;
    float: left;
}

#content .homeTemplate #public-square-holder {
    margin-left: 6px;
    margin-bottom: 5px;
    width: 300px;
}

#content .homeTemplate .sectionHeader {
    background: url(/images/infoGridBack.png);
    border-radius: 2px 2px;
    color: white;
    padding: 5px 6px;
    height: 20px;
    font-face: arial; /*text-transform;*/
}

#content .homeTemplate .powSearch label {
    display: block;
    float: left;
    width: 130px;
    padding-top: 3px;
}

#content .homeTemplate .powSearch input.textbox {
    float: left;
    width: 160px;
    padding: 2px;
    font-size: 1em;
}

#content .homeTemplate .powSearch select {
    float: left;
    width: 166px;
    padding: 0px;
    font-size: 1em;
}

#content .homeTemplate #articles .article-item-first {
    float: left;
    width: 223px;
    height: 146px; /*margin-bottom: 5px;*/
    overflow: hidden;
    padding: 3px 3px 0px 3px;
    font-size: .9em;
    border: solid 1px #ccc;
}

#content .homeTemplate #articles .article-item {
    float: left;
    width: 223px;
    height: 146px;
    padding: 3px 3px 0px 3px;
    margin-left: 3px;
    margin-bottom: 3px;
    overflow: hidden;
    font-size: .9em;
    border: solid 1px #ccc;
}

#content .homeTemplate #articles img {
    width: 100px;
    border: solid 1px #ccc;
    margin-right: 3px;
    float: left;

}

#content .homeTemplate #articles .title {
    font-size: 1.15em;
    font-weight: bold;
}

#content .homeTemplate #featured-articles-holder {

    border: solid 1px #cccccc;
    background-color: #e3f3fa;
    border-radius: 2px 2px;
    margin-bottom: 5px;
    position: relative;

}

#content .homeTemplate #featured-articles-holder #articles {
    padding: 5px;
    position: relative; /*display:inline;*/

}

/*Portal styles*/
.portal2ColMain {
    font-family: verdana;
}

#content .portal2ColMain a {
    color: #0F5D9A;
    font-family: verdana;
}

#content .portal2ColMain .fc-event a {
    color: white;
    font-size: .9em;
}

#content .portal2ColMain .sectionTitle {
    font-size: 1.1em;
    font-family: "lucida grande";
    font-weight: normal;
    margin-bottom: 5px;
    padding: 3px 5px;
    background-color: #CA7A0E;
    color: #ffffff;
    text-transform: uppercase;
}

#content .portal2ColMain ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#content .portal2ColMain ul li {
    padding: 0 5px;
    border-bottom: dotted 1px #CA7A0E;
}

#content .portal2ColMain ul li:hover {
    background-color: #eeeeee;
    border-bottom: solid 1px #CA7A0E;
}

.portal2ColMain .portal2ColLeft {
    min-width: 180px;
    width: 180px;
    min-height: 1000px;
    float: left;
}

.portal2ColMain .portal2ColSpacer {
    width: 15px;
    min-width: 5px;
    min-height: 1000px;
    float: left;
}

.portal2ColMain .portal2ColCenter {
    width: 713px;
    min-width: 713px;
    min-height: 1000px;
    float: left;
}

.portal2ColMain .portal2ColRight {
    float: right;
    width: 312px;
    margin-top: -40px;
    min-width: 312px;
    min-height: 1000px;
}

.portal2ColMain .carousel-mod {
    position: relative;
    top: 0px;
    left: 0px;
    display: block;
    z-index: 3;
    opacity: 1;
}

.portal2ColMain #slideShowWrapper {
    position: relative;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    min-width: 711px;
    min-height: 300px;
    overflow: hidden;
}

.portal2ColMain #slideShow {
    float: left;
    overflow: hidden;
    width: 100%;
    height: 300px;
}

.portal2ColMain .portal2ColCenter #pager {
    position: absolute;
    bottom: 5px;
    right: 3px;
    z-index: 100;

}

.portal2ColMain .carousel-mod .feature-info .byline {
    font-style: italic;
}

#content .portal2ColMain .portal2ColCenter .carousel-mod .feature-info h1 a {
    font-weight: bold;
    font-family: georgia;
    font-size: 21px;
    color: #0F5D9A;
}

.portal2ColMain .carousel-mod .image {
    float: left;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 10px;
}

.portal2ColMain .carousel-mod .image img {
    width: 315px;
    height: 290px;
}

.portal2ColMain .carousel-mod .feature-info {
    width: 370px;
    padding-left: 5px;
    float: left;
    margin-top: 25px;
}

.portal2ColMain .archive {
    border: 0px;
}

/*Portal styles*/
.directoryMain {
    font-family: verdana;
}

#content .directoryMain a {
    color: #0F5D9A;
    font-family: verdana;
}

#content .directoryMain .sectionTitle {
    font-size: 1.1em;
    font-family: "lucida grande";
    font-weight: normal;
    margin-bottom: 5px;
    padding: 3px 5px;
    background-color: #CA7A0E;
    color: #ffffff;
    text-transform: uppercase;
}

.directoryMain .directoryLeft {
    min-width: 180px;
    width: 180px;
    min-height: 1000px;
    float: left;
}

.directoryMain .directorySpacer {
    width: 15px;
    min-width: 5px;
    min-height: 1000px;
    float: left;
}

.directoryMain .directoryCenter {
    width: 517px;
    min-width: 517px;
    min-height: 1000px;
    float: left;
}

.directoryMain .directoryRight {
    float: right;
    width: 312px;
    min-width: 312px;
    min-height: 1000px;
        margin-top: -40px;
}

.fc .fc-agenda th, .fc .fc-agenda td {
    border-width: 1px 0 0 1px
}

.fc .fc-agenda .fc-leftmost {
    border-left: 0
}

.fc-agenda tr.fc-first th, .fc-agenda tr.fc-first td {
    border-top: 0
}

.fc-agenda-head tr.fc-last th {
    border-bottom-width: 1px
}

.fc .fc-agenda-head td, .fc .fc-agenda-body td {
    background: none
}

.fc-agenda-head th {
    text-align: center
}

.fc-agenda .fc-axis {
    width: 50px;
    padding: 0 4px;
    vertical-align: middle;
    white-space: nowrap;
    text-align: right;
    font-weight: normal
}

.fc-agenda-head tr.fc-all-day th {
    height: 35px
}

.fc-agenda-head td {
    padding-bottom: 10px
}

.fc .fc-divider div {
    font-size: 1px;
    height: 2px
}

.fc .fc-divider .fc-state-default {
    background: #eee
}

.fc .fc-agenda-body td div {
    height: 20px
}

.fc .fc-agenda-body tr.fc-minor th, .fc .fc-agenda-body tr.fc-minor td {
    border-top-style: dotted
}

.fc-agenda .fc-day-content {
    padding: 2px 2px 0
}

.fc-event-vert {
    border-width: 0 1px
}

.fc-event-vert a {
    border-width: 0
}

.fc-content .fc-corner-top {
    margin-top: 1px
}

.fc-content .fc-corner-top a {
    margin-top: -1px;
    border-top-width: 1px
}

.fc-content .fc-corner-bottom {
    margin-bottom: 1px
}

.fc-content .fc-corner-bottom a {
    margin-bottom: -1px;
    border-bottom-width: 1px
}

.fc-event-vert span {
    display: block;
    position: relative;
    z-index: 2
}

.fc-event-vert span.fc-event-time {
    white-space: nowrap;
    _white-space: normal;
    overflow: hidden;
    border: 0;
    font-size: 10px
}

.fc-event-vert span.fc-event-title {
    line-height: 13px
}

.fc-event-vert span.fc-event-bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .3;
    filter: alpha(opacity = 30)
}

.fc-event-vert .ui-resizable-s {
    bottom: 0 !important;
    width: 100% !important;
    height: 8px !important;
    line-height: 8px !important;
    font-size: 11px !important;
    font-family: monospace;
    text-align: center;
    cursor: s-resize
}

.fc-grid table {
    width: 100%
}

.fc .fc-grid th {
    border-width: 0 0 0 1px;
    text-align: center
}

.fc .fc-grid td {
    border-width: 1px 0 0 1px
}

.fc-grid th.fc-leftmost, .fc-grid td.fc-leftmost {
    border-left: 0
}

.fc-grid .fc-day-number {
    float: right;
    padding: 0 2px
}

.fc-grid .fc-other-month .fc-day-number {
    opacity: 0.3;
    filter: alpha(opacity = 30)
}

.fc-grid .fc-day-content {
    clear: both;
    padding: 2px 2px 0
}

.fc-grid .fc-event-time {
    font-weight: bold
}

.fc-rtl .fc-grid {
    direction: rtl
}

.fc-rtl .fc-grid .fc-day-number {
    float: left
}

.fc-rtl .fc-grid .fc-event-time {
    float: right
}

.fc, .fc .fc-header, .fc .fc-content {
    font-size: 1em
}

.fc {
    direction: ltr;
    text-align: left
}

.fc table {
    border-collapse: collapse;
    border-spacing: 0
}

.fc td, .fc th {
    padding: 0;
    vertical-align: top
}

table.fc-header {
    width: 100%
}

.fc-header-left {
    width: 25%
}

.fc-header-left table {
    float: left
}

.fc-header-center {
    width: 50%;
    text-align: center
}

.fc-header-center table {
    margin: 0 auto
}

.fc-header-right {
    width: 25%
}

.fc-header-right table {
    float: right
}

.fc-header-title {
    margin-top: 0;
    white-space: nowrap
}

.fc-header-space {
    padding-left: 10px
}

.fc-rtl .fc-header-title {
    direction: rtl
}

.fc-header .fc-state-default, .fc-header .ui-state-default {
    margin-bottom: 1em;
    cursor: pointer
}

.fc-header .fc-state-default {
    border-width: 1px 0;
    padding: 0 1px
}

.fc-header .fc-state-default, .fc-header .fc-state-default a {
    border-style: solid
}

.fc-header .fc-state-default a {
    display: block;
    border-width: 0 1px;
    margin: 0 -1px;
    width: 100%;
    text-decoration: none
}

.fc-header .fc-state-default span {
    display: block;
    border-style: solid;
    border-width: 1px 0 1px 1px;
    padding: 3px 5px
}

.fc-header .ui-state-default {
    padding: 4px 6px
}

.fc-header .fc-state-default span, .fc-header .ui-state-default span {
    white-space: nowrap
}

.fc-header .fc-no-right {
    padding-right: 0
}

.fc-header .fc-no-right a {
    margin-right: 0;
    border-right: 0
}

.fc-header .ui-no-right {
    border-right: 0
}

.fc-header .fc-corner-left {
    margin-left: 1px;
    padding-left: 0
}

.fc-header .fc-corner-right {
    margin-right: 1px;
    padding-right: 0
}

.fc-header .fc-state-default, .fc-header .fc-state-default a {
    border-color: #777;
    color: #333
}

.fc-header .fc-state-default span {
    border-color: #fff #fff #d1d1d1;
    background: #e8e8e8
}

.fc-header .fc-state-active a {
    color: #fff
}

.fc-header .fc-state-down span, .fc-header .fc-state-active span {
    background: #888;
    border-color: #808080 #808080 #909090
}

.fc-header .fc-state-disabled a {
    color: #999
}

.fc-header .fc-state-disabled, .fc-header .fc-state-disabled a {
    border-color: #ccc
}

.fc-header .fc-state-disabled span {
    border-color: #fff #fff #f0f0f0;
    background: #f0f0f0
}

.fc-widget-content {
    border: 1px solid #ccc
}

.fc-content {
    clear: both
}

.fc-content .fc-state-default {
    border-style: solid;
    border-color: #ccc
}

.fc-content .fc-state-highlight {
    background: #ffc
}

.fc-content .fc-not-today {
    background: none
}

.fc-cell-overlay {
    background: #9cf;
    opacity: .2;
    filter: alpha(opacity = 20)
}

.fc-view {
    width: 100%;
    overflow: hidden
}

.fc-event, .fc-agenda .fc-event-time, .fc-event a {
    border-style: solid;
    border-color: #36c;
    background-color: #36c;
    color: #fff
}

.fc-event {
    text-align: left
}

.fc-event a {
    overflow: hidden;
    font-size: .85em;
    text-decoration: none;
    cursor: pointer
}

.fc-event-editable {
    cursor: pointer
}

.fc-event-time, .fc-event-title {
    padding: 0 1px
}

.fc-event a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%
}

.fc-rtl .fc-event a {
    text-align: right
}

.fc .ui-resizable-handle {
    display: block;
    position: absolute;
    z-index: 99999;
    border: 0 !important;
    background: url(data:image/gif;base64,AAAA) !important
}

.fc-event-hori {
    border-width: 1px 0;
    margin-bottom: 1px
}

.fc-event-hori a {
    border-width: 0
}

.fc-content .fc-corner-left {
    margin-left: 1px
}

.fc-content .fc-corner-left a {
    margin-left: -1px;
    border-left-width: 1px
}

.fc-content .fc-corner-right {
    margin-right: 1px
}

.fc-content .fc-corner-right a {
    margin-right: -1px;
    border-right-width: 1px
}

.fc-event-hori .ui-resizable-e {
    top: 0 !important;
    right: -3px !important;
    width: 7px !important;
    height: 100% !important;
    cursor: e-resize
}

.fc-event-hori .ui-resizable-w {
    top: 0 !important;
    left: -3px !important;
    width: 7px !important;
    height: 100% !important;
    cursor: w-resize
}

.fc-event-hori .ui-resizable-handle {
    _padding-bottom: 14px
}

/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    position: absolute;
    left: -99999999px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.ui-helper-clearfix {
    display: inline-block;
}

/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
    height: 1%;
}

.ui-helper-clearfix {
    display: block;
}

/* end clearfix */
.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity = 0);
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande,%20Lucida%20Sans,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=5c9ccc&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=55&borderColorHeader=4297d7&fcHeader=ffffff&iconColorHeader=d8e7f3&bgColorContent=fcfdfd&bgTextureContent=06_inset_hard.png&bgImgOpacityContent=100&borderColorContent=a6c9e2&fcContent=222222&iconColorContent=469bdd&bgColorDefault=dfeffc&bgTextureDefault=02_glass.png&bgImgOpacityDefault=85&borderColorDefault=c5dbec&fcDefault=2e6e9e&iconColorDefault=6da8d5&bgColorHover=d0e5f5&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=79b7e7&fcHover=1d5987&iconColorHover=217bc0&bgColorActive=f5f8f9&bgTextureActive=06_inset_hard.png&bgImgOpacityActive=100&borderColorActive=79b7e7&fcActive=e17009&iconColorActive=f9bd01&bgColorHighlight=fbec88&bgTextureHighlight=01_flat.png&bgImgOpacityHighlight=55&borderColorHighlight=fad42e&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
*/

/* Component containers
----------------------------------*/
.ui-widget {
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
    font-size: 1em;
}

.ui-widget-content {
    border: 1px solid #a6c9e2;
    background: #fcfdfd url(/images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x;
    color: #222222;
}

.ui-widget-content a {
    color: #222222;
}

.ui-widget-header {
    border: 1px solid #4297d7;
    background: #5c9ccc url(/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x;
    color: #ffffff;
    font-weight: bold;
}

.ui-widget-header a {
    color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default {
    border: 1px solid #c5dbec;
    background: #dfeffc url(/images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #2e6e9e;
    outline: none;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #2e6e9e;
    text-decoration: none;
    outline: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {
    border: 1px solid #79b7e7;
    background: #d0e5f5 url(/images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #1d5987;
    outline: none;
}

.ui-state-hover a, .ui-state-hover a:hover {
    color: #1d5987;
    text-decoration: none;
    outline: none;
}

.ui-state-active, .ui-widget-content .ui-state-active {
    border: 1px solid #79b7e7;
    background: #f5f8f9 url(/images/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #e17009;
    outline: none;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #1d5987;
    outline: none;
    text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {
    border: 1px solid #fad42e;
    background: #fbec88 url(/images/ui-bg_flat_55_fbec88_40x100.png) 50% 50% repeat-x;
    color: #363636;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a {
    color: #363636;
}

.ui-state-error, .ui-widget-content .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #fef1ec url(/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
    color: #cd0a0a;
}

.ui-state-error a, .ui-widget-content .ui-state-error a {
    color: #cd0a0a;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text {
    color: #cd0a0a;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity = 35);
    background-image: none;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity = 70);
    font-weight: normal;
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    width: 16px;
    height: 16px;
    background-image: url(/images/ui-icons_469bdd_256x240.png);
}

.ui-widget-content .ui-icon {
    background-image: url(/images/ui-icons_469bdd_256x240.png);
}

.ui-widget-header .ui-icon {
    background-image: url(/images/ui-icons_d8e7f3_256x240.png);
}

.ui-state-default .ui-icon {
    background-image: url(/images/ui-icons_6da8d5_256x240.png);
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
    background-image: url(/images/ui-icons_217bc0_256x240.png);
}

.ui-state-active .ui-icon {
    background-image: url(/images/ui-icons_f9bd01_256x240.png);
}

.ui-state-highlight .ui-icon {
    background-image: url(/images/ui-icons_2e83ff_256x240.png);
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url(/images/ui-icons_cd0a0a_256x240.png);
}

/* positioning */
.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-off {
    background-position: -96px -144px;
}

.ui-icon-radio-on {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl {
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
}

.ui-corner-tr {
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
}

.ui-corner-bl {
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
}

.ui-corner-br {
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
}

.ui-corner-top {
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
}

.ui-corner-bottom {
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
}

.ui-corner-right {
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
}

.ui-corner-left {
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
}

.ui-corner-all {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

/* Overlays */
.ui-widget-overlay {
    background: #aaaaaa url(/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .30;
    filter: Alpha(Opacity = 30);
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaaaaa url(/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .30;
    filter: Alpha(Opacity = 30);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header {
    cursor: pointer;
    position: relative;
    margin-top: 1px;
    zoom: 1;
}

.ui-accordion .ui-accordion-li-fix {
    display: inline;
}

.ui-accordion .ui-accordion-header-active {
    border-bottom: 0 !important;
}

.ui-accordion .ui-accordion-header a {
    display: block;
    font-size: 1em;
    padding: .5em .5em .5em 2.2em;
}

.ui-accordion .ui-accordion-header .ui-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    margin-top: -2px;
    position: relative;
    top: 1px;
    margin-bottom: 2px;
    overflow: auto;
    display: none;
}

.ui-accordion .ui-accordion-content-active {
    display: block;
}

/* Datepicker
----------------------------------*/
.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    float: left;
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 49%;
}

.ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
    float: right;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
}

/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display /**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

/* Dialog
----------------------------------*/
.ui-dialog {
    position: relative;
    padding: .2em;
    width: 300px;
}

.ui-dialog .ui-dialog-titlebar {
    padding: .5em .3em .3em 1em;
    position: relative;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0 .2em;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 19px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 18px;
}

.ui-dialog .ui-dialog-titlebar-close span {
    display: block;
    margin: 1px;
}

.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
    padding: 0;
}

.ui-dialog .ui-dialog-content {
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
    zoom: 1;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin: .5em 0 0 0;
    padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane button {
    float: right;
    margin: .5em .4em .5em 0;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    line-height: 1.4em;
    width: auto;
    overflow: visible;
}

.ui-dialog .ui-resizable-se {
    width: 14px;
    height: 14px;
    right: 3px;
    bottom: 3px;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

/* Progressbar
----------------------------------*/
.ui-progressbar {
    height: 2em;
    text-align: left;
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}

/* Resizable
----------------------------------*/
.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    z-index: 99999;
    display: block;
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0px;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0px;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0px;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0px;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

/* Slider
----------------------------------*/
.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
}

.ui-slider-horizontal {
    height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

/* Tabs
----------------------------------*/
.ui-tabs {
    padding: .2em;
    zoom: 1;
}

.ui-tabs .ui-tabs-nav, #content .ui-tabs ul.ui-tabs-nav {
    list-style: none;
    position: relative;
    padding: .2em .2em 0;
    margin: 0;
}

.ui-tabs .ui-tabs-nav li {
    position: relative;
    float: left;
    border-bottom-width: 0 !important;
    margin: 0 .2em -1px 0;
    padding: 0;
}

.ui-tabs .ui-tabs-nav li a {
    float: left;
    text-decoration: none;
    padding: .5em 1em;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    padding-bottom: 1px;
    border-bottom-width: 0;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
    cursor: text;
}

.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
    cursor: pointer;
}

/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
    padding: 1em 1.4em;
    display: block;
    border-width: 0;
    background: none;
}

.ui-tabs .ui-tabs-hide {
    display: none !important;
}

/*
    anythingSlider v1.2

    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/

.anythingSlider {
    width: 470px;
    height: 270px;
    position: relative;
    margin-bottom: 5px;
}

.anythingSlider .wrapper {
    width: 470px;
    overflow: auto;
    height: 263px;
    margin: 0 0px;
    position: absolute;
    top: 0;
    left: 0;
    -moz-box-shadow: 0 0 12px #000;
    -webkit-box-shadow: 0 0 12px #000;
}

/* Width below is max for Opera */
.anythingSlider .wrapper ul {
    width: 32700px;
    list-style: none;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    margin: 0;
    border-bottom: solid 3px #ccc;
}

.anythingSlider ul li {
    display: block;
    float: left;
    padding: 0;
    height: 260px;
    width: 470px;
    margin: 0;
    overflow: hidden;
}

.anythingSlider .arrow {
    display: block;
    height: 100px;
    width: 45px;
    background: url(/images/arrows.png) no-repeat 0 0;
    text-indent: -9999px;
    position: absolute;
    top: 65px;
    cursor: pointer;
}

.anythingSlider .forward {
    background-position: 0 0;
    right: -20px;
}

.anythingSlider .back {
    background-position: -45px 0;
    left: 0px;
}

.anythingSlider .forward:hover {
    background-position: 0 -105px;
}

.anythingSlider .back:hover {
    background-position: -45px -105px;
}

#thumbNav {
    position: relative;
    top: 242px;
    margin-left: 5px;
    text-align: left;
}

#thumbNav a {
    color: white;
    display: inline-block;
    padding: 3px; /*height: 18px;*/
    margin: 0 1px 0 0;
    background: #111;
    font-size: .9em; /*text-align: left;*/
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    border-left: solid 1px #000;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
}

#thumbNav a:hover {
    background-image: none;

}

#thumbNav a.cur {
/*background: url(/images/infoGridBack.png);*/
    position: relative;
    background: #ccc; /*top: 230px;*/

}

#start-stop {
    background: green;
    background-image: url(/images/infoGridBack.png);
    background-repeat: repeat-x;
    color: white;
    padding: 2px 5px;
    width: 40px;
    text-align: center;
    position: absolute;
    right: 45px;
    top: 323px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    display: none;
}

#start-stop.playing {
    background-color: red;
}

#start-stop:hover {
    background-image: none;
}

/*
  Prevents
*/
.anythingSlider .wrapper ul ul {
    position: static;
    margin: 0;
    background: none;
    overflow: visible;
    width: auto;
    border: 0;
}

.anythingSlider .wrapper ul ul li {
    float: none;
    height: auto;
    width: auto;
    background: none;
}

#page-wrap {
    padding: 0 0 0 0px;
    margin: 0 auto;
    overflow: hidden;
    height: 100%;
}

/*.anythingSlider{display:none;}*/
.info-col {
    float: left;
    width: 149px;
    height: 100%;
}

.info-col h2 {
    text-align: center;
    font-weight: normal;
    padding: 25px 0;
}

#page-wrap .image {
    height: 75px;
    text-indent: -9999px;
    display: block;
}

dl {
}

dt {
    text-align: center;
    padding: 5px;
    background: url(/images/infoGridBack.png);
    color: white;
    border-bottom: 1px solid white;
    border-right: 1px solid white;
}

dd {
    position: absolute;
    left: -9999px;
    top: -9999px;
    width: 299px;
    background: #fcfcfc;
    padding: 10px;
    color: black;
    border-right: 1px solid white;
}

.curCol {
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 1;
    position: relative;
}

#content .homeTemplate #accordion h3 a div div.religionTitle {
    padding-top: 3px;
    font-size: 1.1em;
}

#content .homeTemplate #accordion h3 a {
    padding: 0;
}

#content .homeTemplate #accordion h3 {
    background: url(/js/yui/2.7.0/assets/skins/sam/sprite.png) repeat-x 0px -200px;
    padding: 3px;
    height: 19px;
    border: solid 1px #ccc;
    border-radius: 2px 2px;
}

#content .homeTemplate #accordion h3 span {
    display: none;
}

#content .homeTemplate #accordion div.content {
    background: #F0FAFC;
    padding: 2px 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.199219) 0px 0px 10px;
    line-height: 1.1em;
}

#vlightbox {
    width: 100%;
    zoom: 1;
}

.vlightbox {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    position: relative;
    vertical-align: top;
    background: transparent url(/images/slideShowThumbBack.png) no-repeat 0 0;
    width: 65px;
    height: 55px;
    padding-left: 5px;
    padding-top: 5px;
    font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    font-weight: normal;
    color: #333333;
    text-decoration: none;
    opacity: 0.87;
}

.vlightbox a {
    margin: 0;
}

.vlightbox:hover, .vlightbox a:hover {
    opacity: 1;
}

.vlightbox img {
    display: block;
    width: 60px;
    position: absolute;
    clip: rect(0px 60px 40px 0px);
    overflow: hidden;
    margin: 0;
}

.vlightbox div {
    display: none
}

#content .portal2ColMain .survey ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#content .portal2ColMain .survey ul li {
    padding: 5px 5px;
    border-bottom: 0px;
}

#content .portal2ColMain .survey ul li:hover {
    background-color: #eeeeee;
    border-bottom: 0px;
}

.wdirb .overlay {
    background: url(/images/overlay_white_480270.png) no-repeat;
    padding: 40px;
    width: 480px;
    height: 270px;
    display: none;
}

.videoBox img.thumbVideo {
    width: 70px;
    border: solid 1px #ccc;
    padding: 2px;
    opacity: 0.8;
    filter: alpha(opacity = 80);
    cursor: pointer;
    cursor: hand;
    margin-left: 0px;
    margin-bottom: 5px;

}

.videoBox img.thumbVideo:hover {
    opacity: 1;
    filter: alpha(opacity = 100);

}

.wdirb .close {
    background: url(/images/overlay_close.png) no-repeat;
    position: absolute;
    top: 2px;
    display: block;
    right: 5px;
    width: 35px;
    height: 35px;
    cursor: pointer;
}

.wdirb a.player {
    display: block;
    width: 480px;
    height: 270px;
}

.wdirb .widget-border-box {
    width: auto;
}

.wdirb .halfCol {
    margin-left: 15px;
    width: 333px;
    float: left;
}

.wdirbWidget {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: url(/images/dark_grad_vert.gif) repeat-x;
    padding: 5px;

}

.wdirbWidget img {
    width: 75px;
    border: solid 1px #ccc;
    padding: 2px;
}

/* this makes it possible to add next button beside scrollable */
.scrollable {
    float: left;
    position: relative;
    overflow: hidden;
    width: 680px;
    height: 300px; /* custom decorations */
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: url(/images/dark_grad_vert.gif) repeat-x;
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
    background: url(/images/hori_large.png) no-repeat;
    display: block;
    float: left;
    cursor: pointer;
    font-size: 1px;
    margin: 135px 0 0 0;
    width: 15px;
    height: 30px;
}

a.right {
    background-position: -15px -30px;
    clear: right;
    margin-right: 0px;
}

a.right:hover {
    background-position: -45px -30px;
}

a.right:active {
    background-position: -75px -30px;
}

/* left */
a.left {
    margin-left: 0px;
}

a.left:hover {
    background-position: -30px 0;
}

a.left:active {
    background-position: -60px 0;
}

/* up and down */
a.up, a.down {
    background: url(/images/vert_large.png) no-repeat;
    float: none;
    margin: 10px 50px;
}

/* up */
a.up:hover {
    background-position: -30px 0;
}

a.up:active {
    background-position: -60px 0;
}

/* down */
a.down {
    background-position: 0 -30px;
}

a.down:hover {
    background-position: -30px -30px;
}

a.down:active {
    background-position: -60px -30px;
}

/* disabled navigational button */
a.disabled {
    visibility: hidden !important;
}

.scrollable .items {
/* this cannot be too large */
    width: 20000em;
    position: absolute;
    clear: both;
}

.scrollable .items div {
    float: left;
    width: 690px;
}

.scrollable .items div div {
    float: left;
    margin: 5px 0px 5px 6px; /*background-color: #fff;*/
    padding: 2px;
    border: 1px solid #031e27;
    width: 156px; /*height: 280px;*/

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.scrollable .items div div div {

    padding: 2px;
    width: 150px;
    border: 0px;
    margin: 0px;
    color: #eee;
    font-weight: normal;
}

/* single scrollable item */
.scrollable img {
    float: left; /*margin:20px 5px 20px 21px;*/
/*background-color: #fff;*/
    padding: 2px;
    border: 1px solid #031e27;
    width: 150px;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

/* active item */
.scrollable .active {
    border: 2px solid #000;
    position: relative;
    cursor: default;
}

/********* Dark ***************/

body#dark {

    background: #656565 url(/images/soul_secret_bkgd1.jpg) top center repeat-x;
}

body#dark .portal2ColCenter {
    background: url(/images/black_trans.png) repeat;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-top: -16px;

}

body#dark .portal2ColRight {
    margin-top: -20px;
}

body#dark .sharing {
    background: url(/images/black_trans.png) repeat;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px; /*padding:10px;*/
    margin-left: 6px;
    width: 290px;
}

/********* Soul Secret ******************/

.soul-secret-posts {
    position: relative;
    width: 670px;
    color: #ccc;
    padding: 20px;
}

.soul-secret-header {
    width: 640px;
    padding: 0px 20px;
    color: #ccc;
    font-size: 1.1em;
}

.soul-secret-posts .commentnumber {
    display: none;
    float: left;
    text-align: center;
    line-height: 1.6em;
    width: 30px;
    height: 30px;
    margin-right: 20px;
    border: solid 1px #333;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 1.3em;
    color: #ccc;
}

.soul-secret-posts .commentItem {
    width: 610px;
    border: solid 1px #333;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 1.1em;
    color: #ccc;
    padding: 10px;
}

.soul-secret-posts .done {
    position: relative;
    text-align: center;
    font-size: 1.5em;
    width: 670px;
    color: #ccc;
    padding: 20px;
}

.soul-secret-posts .postItem {
    border: solid 1px #333;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding-top: 20px;
    padding-left: 20px;
    margin-bottom: 20px;
}

.soul-secret-posts .postMeta {
    float: left;
    margin-top: 4px;
    margin-right: 25px;
}

.soul-secret-posts .comment, .soul-secret-posts .twitter, .soul-secret-posts .facebook {
    padding: 5px;
    margin-top: 5px;
}

#content .soul-secret-posts .comment a {
    margin-top: 5px;
    border: solid 1px #333;
    padding: 3px;
    background-color: #000;
    color: #ccc;
}

.soul-secret-posts .comment a:hover {

    color: #fff;
}

.soul-secret-posts img {
    border: solid 1px #777;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    width: 140px;
    padding: 4px;

}

/* paginate */
#content .paginateButtonsDark a {
    border: 1px solid #ccc;
    color: #000;
    text-decoration: none;
}

.paginateButtonsDark a, .paginateButtonsDark span {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: #999 none repeat scroll 0 0; /*border:1px solid #FFFFFF;*/
    display: block;
    float: left;
    margin-right: 0.1em;
    padding: 0.2em 0.5em;
}

.paginateButtonsDark span.currentStep {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: #333 none repeat scroll 0 0;
    border: 1px solid #999;
    color: #FFFFFF;
    font-weight: bold;
}

.paginateButtonsDark #pageLinks {
    font-family: arial, helvetica, sans-serif;
    padding-bottom: 2px;
    text-align: right;
}

.paginateButtonsDark #pageLinks a.next, #pageLinks a.previous {
    border: 1px solid #fff;
    font-size: 76%;
    font-weight: bold;
    padding: 2px 4px 2px 5px;
    text-decoration: none;
    text-transform: uppercase;
}

.paginateButtonsDark #pageNumbers {
    display: inline;
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    margin: 0.5em 0.2em 0.5em 10px;
    position: relative;
}

.paginateButtonsDark #pageNumbers li {
    border-right: 1px solid #999999;
    display: inline;
    font-size: 86%;
    font-weight: bold;
    margin-left: 0;
    margin-right: 0.7em;
    padding-left: 0;
    padding-right: 0.7em;
}

#content ul li.pollAnswers, #content ul li.pollAnswers:hover {
    border-bottom: 0px;
    background-color: #fff;
}

/* root element for accordion. decorated with rounded borders and gradient background image */
#poller {
/*background:#fff url(/images/h300.png) 0 0;*/
/*border:1px solid #333;*/
/*-background:#666;*/
}

/* accordion header */
#poller h3 {
    background: #ccc url(/images/h30.png);
    margin: 0;
    color: #222;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: normal;
    border: 1px solid #fff;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

/* currently active header */
#poller h3.current {
    cursor: default;
    background-color: #fff;
}

/* accordion pane */
#poller .pane {
    border: 1px solid #ccc;

}

.ui-accordion .ui-accordion-header .ui-icon {
    display: none;
}

.pollBar1, .pollBar2, .pollBar3, .pollBar4, .pollBar5, .pollBar6, .pollBar7 {
    border-radius: 2px 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    height: 15px;
}

.pollBar1 {
    background-color: #0B0909
}

.pollBar2 {
    background-color: #3F5842
}

.pollBar3 {
    background-color: #0BA5C5
}

.pollBar4 {
    background-color: #FFBE00
}

.pollBar5 {
    background-color: #81A384
}

.pollBar6 {
    background-color: #ffff00
}

.pollBar7 {
    background-color: #006666
}

/* Portlet Style A (DarkBlue) */
#content-main .pstyle-a {
    background: #002938;
    width: 344px;
    height: 286px;
    float: left;
    margin-bottom: 10px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

#content-main .pstyle-a h2 {
    color: #49b4e5;
    font-weight: bold;
}

#content-main .pstyle-a p {
    color: #b7b6b6;
    font-size: 0.9em;
}

#content-main div.library {
    background: #002938 url(../images/world-glass.gif) no-repeat 25px 100px;
}

#content-main div.library .button {
    margin: 160px 0 0 80px;
}

/* Portlet Style B (LightBlue) */
#content-main .pstyle-b {
    background: #d9eff9;
    width: 344px;
    min-height: 160px;
    float: left;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

#content-main .pstyle-b h2 {
    color: #fff;
    background-color: #42afe0;
    display: block;
    border-bottom: 1px solid #fff;
    font-weight: bold;
    padding: 5px 15px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

#content-main .pstyle-b p {
    font-size: 1em;
    line-spacing: 1.2em;
    margin: 0;
    padding: 0;
}

#content-main .pstyle-b .image {
    border-bottom: 1px solid #fff;
}

#content-main .pstyle-b div.button {
    margin: 20px 0 0 0;
}

#content-main .pstyle-b h3 {
    font-size: 1.4em;
    line-spacing: 2em;
    font-weight: bold;
}

/* Portlet Style C (SiteMap) */
#content-main .pstyle-c {
    width: 344px;
    float: left;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

#content-main .pstyle-c h2 {
    color: #49b4e5;
    display: block;
    font-weight: bold;
    margin: 10px 0 0 20px;
    line-height: 1em;
}

#content-main .pstyle-c a {
    font-size: 1em;
    line-spacing: 1.2em;
    margin: 0 0 0.5em 0;
    padding: 0;
    display: block;
}

#content-main .pstyle-c a:hover {
    text-decoration: underline;
}

#content-main .pstyle-c hr {
    padding: 0;
    margin: 0;
}

#content-main .pstyle-c ul {
    padding: 0;
    margin: 0 0 0 15px;
}

#content-main .pstyle-c ul ul {
    padding: 0;
    margin: 0 0 0 2em;
}

#content .homeTemplate #featured-RSS {
    border: solid 1px #cccccc;
    background-color: #e3f3fa;
    float: left;
    width: 351px;
    border-radius: 2px 2px;

    height: 367px;
    overflow: hidden;
    position: relative;

}

#expertslink {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

#featured-RSS .featured {
    margin: 5px;
    margin-left: 8px;
}

#featured-RSS .featured img {
    width: 40px;
    height: 40px;
    border: solid 1px #ccc;
    margin-right: 3px;
    float: left;
}

.featured .author {
    font-weight: bold;
    line-height: 1.4em;
}

.featured .post-title {
    font-size: 0.9em;
}

#content .homeTemplate #bookclub-holder {
    border: solid 1px #cccccc;
    background-color: #e3f3fa;
    float: right;
    width: 351px;
    border-radius: 2px 2px;
    margin-top: 5px;
}

#content .homeTemplate #bookclub-holder #bookclub {
    padding: 5px;
    height: 140px;
    overflow: hidden;
}

/* Featured box */
#featuredColumns {
    min-height: 60px;
    clear: both;
    border: solid 1px #cccccc;
    padding-top: 5px;

}

#featuredColumns .featured {
    margin-bottom: 10px;
    min-height: 50px;
    width: 245px;
    float: left;
    margin-left: 15px;

}

#featuredColumns .featuredLeft {
    margin-bottom: 10px;
    margin-left: 5px;
    float: left;
    min-height: 50px;
    width: 249px;
}

#featuredColumns .featuredThumb {
    float: left;
    width: 66px;
    height: 49px;
    border: solid 1px #000000;
}

#featuredColumns .featuredLeft .featuredTitle {
    float: left;
    width: 170px;
    margin-left: 5px;
    line-height: 1.3em;
}

#featuredColumns .featured .featuredTitle {
    float: left;
    width: 170px;
    margin-left: 5px;
    line-height: 1.3em;
}

#content .portalMain #featuredColumns .featuredTitle a.title {
    font-size: 1.1em;
    color: #0F5D9A;
}

#content .portalMain #featuredColumns .featuredTitle a.authorName {
    font-size: .8em;
    color: #0F5D9A;
}

#content .portalMain #featuredColumns .featuredTitle a.article {
    font-size: .8em;
    color: #222;
}

.padded H2 {
    color: white;
}

.comment-count-holder {
    background: url(/images/comment-icon.gif) no-repeat;
    font-size: 1.3em;
    height: 20px;
    width:103px;

}
#content .portalMain .article-top-sharing a.comment-count{
    float:right;
    font-size:.7em;
    line-height:1.1em;
    margin-right:4px;
}

.article-top-sharing {
    border: 1px solid rgb(170, 170, 170);
    background-color: #fff;
    clear: both;
    padding: 3px;
    min-height: 20px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.keyword-container {
    border: 1px solid rgb(170, 170, 170);
    background-color: #fff;
    clear: both;
    padding: 5px;
    line-height: 1.2em;
    margin: 10px 0px;

    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.comment-box {
    border: 1px solid rgb(170, 170, 170);
    background-color: rgb(238, 238, 238);
    clear: both;
    padding: 5px;
    margin-top:10px;
    /*font-size:1.3em;*/
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

#breadcrumb {
    font-size: .75em;
    font-family:arial;
    padding: 5px 0;
}


#author-meta-info{
   font-family:georgia;
    padding:12px 0;
    font-size: 1em;
}
#content .portalMain #author-meta-info a{
   font-family:georgia;
}
#content .portalMain .article-top-sharing a{
    font-size:.8em;
    line-height:1.5em;
}
#article-header {
    font-family:verdana;
    font-size: .85em;
    color: #000;
    line-height: .8em;
    padding-top: 12px;
    padding-bottom:2px;
    text-transform: uppercase;
}

#article-title h1 {
    font-family:georgia;
    font-size: 1.8em;
    line-height: 1.2em;
    /*font-weight: bold;*/
    color: #000;
    padding: 2px 0;
    margin-bottom:0px;
}

#article-abstract h2 {
    font-family:georgia;
    font-size: 1.05em;
    line-height:1.25em;
    font-style: italic;
    padding: 2px 0;
    margin-bottom:0px;
}
#author-short{
    font-family:georgia;
    padding:10px 0;
    margin-top:3px;
    font-size:1em;
    font-style:italic;
}
.article-content{
    font-size:1.05em;
}
#content .portalMain #article .accordion-content a{
    font-family:georgia;
    line-height:1.5em;
}
#article .accordion-toggle-active{
    font-family:georgia;
}
#print-button{
    background: url(http://s7.addthis.com/static/r07/widget26.png) no-repeat 0px 0px;
    background-position: 0px -1456px;
    display: block;
    height: 16px;
    line-height: 16px !important;
    overflow: hidden;
    width: 16px;
}
#article{
    font-family:georgia;
    font-size:1.1em;
}
#content .portalMain #article a{
    font-family:georgia;

}
#follow-box{
    width:312px;
    height:130px;
    overflow:hidden;
    background:url(/images/follow-box.png) no-repeat;
    position:relative;
}
#follow-box .follow-facebook{
    position:absolute;
    bottom:3px;
    left:11px;
    height:54px;
    width:140px;
    overflow:hidden;
}
#follow-box .follow-rss{
    position:absolute;
    background:url(/images/follow-rss.png) no-repeat;
    display:block;
    width:40px;
    height:40px;
    bottom:15px;
    right: 11px;
}
#follow-box .follow-twitter{
    position:absolute;
    background:url(/images/follow-twitter.png) no-repeat;
    display:block;
    width:40px;
    height:40px;

    bottom:15px;
    right: 58px;
}
#follow-box .follow-fb{
    position:absolute;
    background:url(/images/follow-fb.png) no-repeat;
    display:block;
    width:40px;
    height:40px;

    bottom:15px;
    right: 105px;
}
#follow-box .follow-email-input{
    position:absolute;
    top:35px;
    left:12px;
        color: #8d8c8c;
    font-family:georgia;
    border: none;
    background: url(../images/follow-input-bkgd.gif) top left no-repeat;
    height: 16px;
    font-size: 12px;
    width: 192px;
    padding: 4px;
}
#follow-box .follow-email-button{
    position:absolute;
    top:35px;
    right:11px;
    border: none;
    background: url(../images/follow-email-button.png) no-repeat;
    height: 22px;
    width:93px;
}






