﻿/* --- Content CSS --- */

.office_locator select {
    width: 45%;
    margin-bottom: 15px;
    float: left;
    clear: both;
}

#office_addr {
    height: 250px;
    width: 45%;
    margin-left: 50px;
    float: left;
}

#office_addr h4 {
    padding-top: 0;
    margin-top: 0;
}

.addrItem {
    display: none;
}

#defDiv {
    display: block;
}

#map_canvas {
    height: 500px;
    width: 99%;
    float: left;
    clear: both;
}

/* --- Twitter Widget Styels --- */

#twitter-widget {
    padding: 0px;
    width: 172px;
    /*margin-left: 30px;*/
    margin-bottom: 20px;
    background-image:url(/images/interface/twitter_top_bg.png);
    background-repeat:no-repeat;
    background-position: left top;
}

#twitter-widget ul#rn-twitter {
    border-left: 2px solid #f3f3f3;
    border-right: 2px solid #f3f3f3;
    /*width: 172px !important;*/
    overflow: hidden;
    padding: 5px;
}

#twitter-widget ul li {
    border-top: 1px dotted #7f7f7f;
    padding: 5px;
    font-size: 10px;
    white-space: pre-wrap;
    background-image: none;
}

#twitter-widget ul li a {
    text-decoration: none;
}

#twitter-widget h2 {
    background-image:url(/images/interface/right-column-widget-background.png);
    background-repeat:no-repeat;
    background-position: left top;
    font-size: 11px;
    line-height: 13px;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 50px;
}

#twitter-widget div.html5-footer {
    background-image:url(/images/interface/right-column-widget-background.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    height: 10px;
    width: 100%;
}

/* Text Editor Styles */

#wrapper .editorContent ul li, #content .editorContent ul li {
    /*background-image: url("/images/interface/panel_bullet.png");*/
    background: none;
    list-style: disc;
    padding: 0 0 5px 0px;
    /*color: #636363; color: #00567e;*/
    font-color:#636363;
    margin-left: 0px;
}

#wrapper .editorContent ul.arrow {
    /*padding: 5px 0px 0px 0px;*/
}

#wrapper .editorContent ul.arrow li {
    list-style-image: url("/images/interface/list_bullet.png");
    line-height: 12px;
    margin-bottom: 4px;

/*
    background-image: url("/images/interface/list_bullet.png");
    background-repeat: no-repeat;
    background-position: 0px 7px;
*/
}

#wrapper .editorContent p {
    /*color: #636363;*/
}

#wrapper .editorContent ol li, #content .editorContent ol li {
    background: none;
    list-style: decimal outside none;
    padding: 0 0 5px 0px;
    /*color: #636363;*/ color: #00567e;
    margin-left: 5px !important;
}

#wrapper .editorContent ul, #content .editorContent ul, #wrapper .editorContent ol, #content .editorContent ol {
    padding-left: 10px;
    margin-left: 15px;
}

#wrapper .editorContent, #content .editorContent {
    padding: 0;
    margin: 0;
    display: inline;
}

#wrapper .editorContent img, #content .editorContent img {
    margin: 10px;
    border: none;
}

#wrapper .editorContent a img, #content .editorContent a img {
    border: none;
}

/* --- Chat Widget --- */

/*#paChat {
    float: left;
    display: block;
}*/
/* @group Green Buttons left */
a.greenbtnL {
    background: transparent url('/images/interface/btn-viewAll-rt.gif') no-repeat scroll top right;
    color: #fff;
    display: block;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    height: 20px;
    margin-right: 10px;
    padding-right: 10px;
    text-decoration: none;
}
a.greenbtnL.viewall {
    margin-top: 14px;
}
a.greenbtnL span {
    background: transparent url('/images/interface/btn-viewAll-lft.gif') no-repeat;
    display: block;
    line-height: 20px;
    padding: 0 30px 0 10px;
}
a.greenbtnL:link,
a.greenbtnL:visited,
a.greenbtnL:active {
    color: #fff;
    text-decoration: none;
}
a.greenbtnL:hover,
a.greenbtnL:focus {
    color: #fff;
    text-decoration: underline;
}
/* @end*/
