/*Erick's Added classes*/

.radio label
{
    display: inline !important;
    margin-right: 30px;
    font-weight: normal !important;
}


/* 1. GENERAL
-----------------------------------------------------------------------------------------------
===============================================================================================*/
html
{
    background: #EFEBE5 url(../images/bg.gif) repeat-x top left; 
}

body
{
    color: #010101;
    background: url(../images/bg_header.gif) top center no-repeat;
    font-family: Arial,Verdana, sans-serif;
    font-size: 62.5%;
}

*
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a
{
    outline: none;
}

/* 1.1	Headings and paragraphs
-----------------------------------------------------------------------------------------------*/


/* 1.2	Forms
-----------------------------------------------------------------------------------------------*/
input, textarea, select, option
{
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
}

.radiobx, .checkbx
{
    position: relative;
    border: none !important;
}


/* 1.3	Links
-----------------------------------------------------------------------------------------------*/
a
{
    color: #006699;
    text-decoration: underline;
    position: relative !important;
    cursor: pointer !important;
}

a:hover, a:active
{
    background-color: #D6EBF5;
}

a:visited
{
    color: #024465;
}

/* 1.4	Miscellaneous
-----------------------------------------------------------------------------------------------*/
hr
{
    display: none;
}

hr.divider
{
    border-top: 1px dotted #000;
    border-right: none;
    border-bottom: none;
    border-left: none;
    margin-bottom: 13px;
    display: block !important;
}

img
{
    border: none;
}

fieldset br
{
    clear: both;
}

fieldset
{
    border: none;
}


/* 2. GENERAL ELEMENTS
-----------------------------------------------------------------------------------------------
===============================================================================================*/
.clear
{
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.clearfix:after
{
    /* clear floats */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix
{
    display: inline-block;
}

/* Hides from IE-mac \*/
.clearfix
{
    display: block;
}
/* End hide from IE-mac */

/* 3. LAYOUT
-----------------------------------------------------------------------------------------------
===============================================================================================*/
.container
{
    width: 968px;
    height: 500px;
    margin: 0 auto;
}

.header
{
    position:relative;
    padding: 9px 10px 0 34px;
    height: 49px;
    z-index: 2;
}

.search
{
    position: relative;
    background: url(../images/bg_search.png) no-repeat top left;
    width: 900px;
    padding: 13px 34px 0 34px;
    z-index: 1;
}

.content
{
    position: relative;
    background: url(../images/bg_content.png) repeat-y top left;
    width: 968px;
    z-index: 13;
}

.content-wrapper
{
    position: relative;
    z-index: 15;
    background: url(../images/bg_contentbottom.gif) no-repeat bottom left;
    padding: 23px 34px 45px 34px;
}

.content-top
{
    position: relative;
    background: url(../images/bg_searchbottom.png) no-repeat top left;
    height: 7px;
    margin-top: -3px;
    z-index: 12;
}

.footer
{
    padding: 20px 0 0 0;
    text-align: center;
}

/* 3.1 HEADER
-----------------------------------------------------------------------------------------------
===============================================================================================*/
.logo
{
    background: url(../images/logo.png) no-repeat top left;
    width: 321px;
    height: 78px;
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    position: absolute;
}

div.header h1
{
    display: block;
    width: 321px;
    height: 78px;
    float: left;
    clear: right;
}

.logo:hover
{
    background: url(../images/logo.png) no-repeat top left !important;
}

ul#main-nav
{
    padding: 20px 0 0 0;
    font-size: 1.2em;
    display: block;
    /* Need waller to check */
   /* width: 469px; */
    float: right;
}

ul#main-nav li
{
    float: left;
    padding: 3px 0 0 17px;
}

ul#main-nav li a
{
    color: #68CCEC !important;
    text-decoration: none !important;
}

ul#main-nav li a:hover
{
    background: none !important;
    color: #FFF !important;
}

ul#main-nav li.button
{
    padding-top: 0;
}

ul#main-nav li.button a
{
    display: block;
    float: left;
    text-indent: -9999px;
    overflow: hidden;
}

ul#main-nav a.login, ul#main-nav a.login:hover
{
    background: url(../images/btn_login.gif) no-repeat top left !important;
    width: 48px;
    height: 21px;
}

ul#main-nav a.signup, ul#main-nav a.signup:hover
{
    background: url(../images/btn_signup.gif) no-repeat top left !important;
    width: 87px;
    height: 21px;
}
ul#main-nav a.myaccount, ul#main-nav a.myaccount:hover
{
    background: url(../images/btn_myaccount.gif) no-repeat top left !important;
    width: 82px;
    height: 21px;
}

/* 3.2 SEARCH
-----------------------------------------------------------------------------------------------
===============================================================================================*/
body.home .search h1{
position:relative;
float:left;
display:inline;
width:350px;
height:68px;
padding:0px;
font-size:.1em;
margin: -9px 0 -11px -50px;
/*margin: 6px 0 -11px -50px;*/
background: url(../images/start-here-badge.png) no-repeat top left;
text-indent:-99999px;
z-index:2;
}

.search h1{
display:none;
}


.search a.tab
{
    background: url(../images/btn_viewandrate.gif) no-repeat top left;
    width: 374px;
    height: 51px;
    text-indent: -99999px;
    overflow: hidden;
    display: block;
    float: right;
}

.search a.tab:hover
{
    background-position:bottom left;
}

.search fieldset
{
    clear: right;
    padding: 0 0 16px 0;
}

.search .help
{
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/icon_help.gif) no-repeat top right;
    width: 21px;
    height: 23px;
    float: left;
}

.search .search-button
{
    background: url(../images/btn_search.gif) no-repeat top left;
    width: 101px;
    height: 28px;
    text-indent: -99999px;
    overflow: hidden;
    display: block;
    margin: 20px 0 0 0;
    float: left;
}

.search imput.search-button:hover
{
    background-position: botton left;
}

.search fieldset label
{
    display: block;
    text-indent: -9999px;
    height: 19px;
    overflow: hidden;
}

.search fieldset input.text, .search fieldset select
{
    border: 1px solid #999999;
    font-size: 1.2em;
    padding: 2px;
}

.search .name-field
{
    width: 284px;
    float: left;
    background: url(../images/label_or.gif) no-repeat bottom right;

}

.search .name-field label
{
    background: url(../images/label_namenonprofit.gif) no-repeat top left;
    width: 170px;
    height: 23px;
}
.search .name-field input.text
{
    width: 255px;
    height:17px;
}

.search .city-field
{
    width: 165px;
    float: left;
    background: url(../images/label_or.gif) no-repeat bottom right;
}
.search .city-field label
{
    background: url(../images/label_city.gif) no-repeat top left;
    width: 40px;
    height: 23px;
}
.search .city-field input.text
{
    width: 136px;
    height:17px;
}

.search .state-field
{
    width: 75px;
    float: left;
    background: url(../images/label_or.gif) no-repeat bottom right;
}

.search .state-field label
{
    background: url(../images/label_state.gif) no-repeat top left;
    width: 50px;
    height: 23px;
}

.search .state-field select
{
    width: 51px; 
    height: 23px;
}

.search .ntee-field
{
    width: 270px;
    float: left;
}

.search .ntee-field label
{
    background: url(../images/label_ntee.gif) no-repeat top left;
    float: left;
    width: 232px;
    height: 23px;
}

.search .ntee-field select
{
    width: 260px; /*height: 20px;*/
}

.search .ntee-field select .RadComboBox_Default td.rcbArrowCell{
border-color:#999999;
}

.search .ntee-field select .RadComboBox_Default .rcbFocused .rcbInputCell{
border-color:#999999;
}

.search .ntee-field select .RadComboBox_Default .rcbHovered .rcbArrowCell a:hover{
background-color:#000000 !important;
}

.search p.desc
{
    background: url(../images/search_desc.gif) no-repeat top left;
    padding-bottom: 6px;
    width: 300px;
    height: 17px;
    text-indent: -9999px;
    overflow: hidden;
    float: left;
}

.search ul
{
    color: #EBAE8E;
    float: left; /*padding: 5px 0 0 0;*/
    /*width: 491px;*/
    font-size: 1.1em;
    margin-top:2px;
}
.search .onlyrated{
float:right;
width:165px;
color:#ffffff;
font-weight:bold;
}
.search .onlyrated label{
font-weight:bold;
font-size:1.2em;
padding-left:4px;

margin-top:-5px;
}
.search .onlyrated input{


}
.search ul li
{
    float: left;
    padding: 0 6px;
    border-right: 1px solid #EBAE8E;
}

.search ul li.last
{
    border: none;
    padding-right:5px;
}

.search ul li.asterik
{
    border: none;
}
.search ul a
{
    color: #EBAE8E !important;
}

.search ul a:hover
{
    color: #FFFFFF !important;
    background: none !important;
}

.search .warning
{
    font-size:1.2em;
    color:#ffffff;
    background: red;
    margin-top:3px;
    float:right;
}

/* 3.3 CONTENT
-----------------------------------------------------------------------------------------------
===============================================================================================*/


.left-content
{
    width: 585px;
    float: left;
}

.to-do
{
    padding: 0 0 15px 0;
}

.to-do h1{
font-size:2em;
font-weight:bold;
margin-bottom:5px;
}

.to-do p
{
    font-size: 1.2em;
    padding: 0 0 28px 0;
}

.to-do p span
{
    font-weight: bold;
    /*text-transform: uppercase;*/
    display: block;
    color: #0F5475 !important;
    text-decoration: none !important;
    font-size: 1.5em;
    margin-bottom:5px;
}
.to-do p span a
{
    text-decoration:none;
}
.to-do p span a:hover
{
    background:none;
}

.to-do p span a:visited
{
    color: #0F5475;
}


.to-do img
{
    float: left;
    margin: 0 6px 0 0;
}
.to-do a.currentlyrated{
font-weight:bold;

background: url('../images/icon_arrow.gif') no-repeat right 6px;
padding-right:13px;
}
.to-do a.currentlyrated:hover{
background-color: #D6EBF5;
}

.categories
{
}

.categories dl
{ 
    width: 176px;
    float: left;
    margin: 0 15px 0 0;
    background: #FCF2C1;
    height: auto !important;
}
.categories dl.mostviewed
{

}
.categories dl.recentlyrated
{
margin-right:0;
width:200px;
}


.categories dt
{
    color: #FFF;
    padding: 7px 0 7px 5px;
    font-size: 1.8em;
    border-bottom: 1px solid #CCCCCC;
    text-transform: uppercase;
    background: #0F5475;
}

.categories a
{
    padding: 9px 11px;
    display: block;
    background-color:#FCF2C1;
    border-bottom: 1px solid #F7B898 !important;
    color: #006699 !important;
    text-decoration: none !important;
    font-size: 1.1em;
    font-weight: bold;
}

.categories dl.articles a
{
    font-weight: normal !important;
    line-height: 120%;
}

.categories a span
{
    font-weight: normal !important;
    padding: 0 0 0 5px;
    color: #000 !important;
}

.categories a:hover
{
    background: #F9E689 !important;
}

.categories a strong
{
    text-decoration: underline !important;
    text-transform: uppercase;
    font-weight: bold;
}

/* Sidebar*/
.sidebar
{
    width: 290px;
    float: right;
}

.sidebar .greenquote
{
    width: 290px;
    height: 153px;
}

.sidebar .greenquote p
{
    padding:0px;
    display:block;
    width:290px;
    height: 153px;
    overflow:hidden;
    background:transparent url(../images/label_learnhowinside.gif) no-repeat top left;
}

.sidebar .greenquote p span
{
    display:none;
}
.sidebar .greenquote p a:hover
{
    background-position:bottom left;
    background-color:transparent;
}

.sidebar .greenblockbot
{
    background: #40aa40 url(../images/bg_greenblockbottom.gif) bottom no-repeat;
    padding: 25px 15px 25px 15px;
}

.sidebar .greenblock
{
    background: #40aa40 url(../images/bg_greenblockrep.gif) bottom repeat-x;
    padding: 10px 0 25px 15px;
}

.sidebar p.quoteofthewk
{
    background: url(../images/label_quoteoftheweek.gif) no-repeat;
    width: 204px;
    height: 29px;
    display: block;
    text-indent: -9999px;
    margin-left: 4px;
    position: relative;
    z-index: 1;
}

.sidebar .quotebox
{
    background: #e7f5e7 url(../images/bg_quoteboxtop.gif) top no-repeat;
    width: 260px;
    position: relative;
    top: -19px;
    margin-bottom: -19px;
    padding: 60px 0 0 0;
}

.sidebar .quotebox .con
{
    width: 200px;
    margin: 0 auto;
}
.sidebar .quotebox .con div p
{
    text-align:left;
}

.sidebar .quotebox .con p
{
    font-size: 1.2em;
    line-height: 18px;
    padding: 0 0 10px 0;
}

.sidebar .quotebox .con h1
{
    font-size:2em;
    font-weight:bold;
    margin:17px 0 11px 0;
}

.sidebar .quotebox .con p.qt
{
    color: #006699;
    font-size: 1.4em;
    padding:1px;
}

.sidebar .quoteboxbot
{
    background: url(../images/bg_quoteboxbot.gif) no-repeat;
    width: 260px;
    height: 26px;
    position: relative;
    top: -10px;
}

.sidebar p.wl
{
    text-align: right;
    text-transform: uppercase;
}

.sidebar p.wl a:hover
{
    color: #fff;
    background: none;
}

a.btnnonprofit
{
    background: url(../images/btn_nonprofitdirectors.gif) no-repeat 0 0;
    width: 264px;
    height: 38px;
    display: block;
    text-indent: -9999px;
}

a.btnnonprofit:hover
{
    background-color:Transparent;
    background-position:0 -38px;
    
}

a.btncareercounselors
{
    background: url(../images/btn_careercounselors.gif) no-repeat 0 0;
    width: 264px;
    height: 38px;
    display: block;
    text-indent: -9999px;
}

a.btncareercounselors:hover
{
    background-color:Transparent;
    background-position:0 -38px;
}

a.btnjobseekers
{
    background: url(../images/btn_jobseekers.gif) no-repeat 0 0;
    width: 264px;
    height: 38px;
    display: block;
    text-indent: -9999px;
    margin-top:15px;
}

a.btnjobseekers:hover
{
    background-color:Transparent;
    background-position:0 -38px;
}


/* Main Content */
.main-content
{
    clear: both;
    padding: 0;
}

.main-content h1
{
    font-size: 2.6em;
    padding: 10px 0 20px 0;
    color:#398401;
    /*text-transform: uppercase;*/
}


.main-content h2
{
    /*font-weight: normal;*/
    font-size: 1.8em;
    padding: 10px 0 20px 0;

}

.main-content h3
{
    font-size: 1.4em;
    padding: 10px 0 20px 0;
}

.main-content h4
{
    font-size: 1.2em;
    padding: 10px 0 10px 0;
}

.main-content p
{
    font-size: 1.2em;
    line-height: 120%;
    padding: 0 0 20px 0;
}

.main-content ul.listset1, .main-content ol.listset2, .popup ul.listset1, .popup ol.listset2
{
    font-size: 1.2em;
    padding: 0 0 20px 8px;
}

.main-content ul.listset1 li, .popup ul.listset1 li
{
    list-style: square;
    margin: 0 0 13px 8px;
}

.main-content ul.listset1 li ul, .popup ul.listset1 li ul
{
    margin: 13px 0 0 8px;
    color: #666;
}

.main-content ul.listset1 li ul li span, .popup ul.listset1 li ul li span
{
    color: #000;
}

.main-content ul.listset1 li ul li ul li, .popup ul.listset1 li ul li ul li
{
    list-style: none !important;
    background: url(../images/icon_uolist.gif) 0 5px no-repeat;
    padding-left: 10px;
}

.main-content ol.listset2 li
{
    list-style: decimal;
    margin: 0 0 11px 10px;
}

.main-content p.tb
{
    font-size: 2.6em;
    padding: 0 0 15px 0;
    color:#398401;
    font-weight: bold;
}

.main-content .aformbox
{
    font-size:1.1em;
    line-height:140%;
    
    padding: 20px 30px;
    margin-bottom: 25px;
    background: #e7f5e7;
    border: 1px solid #40880a;
}



/* login */
.main-content .aformbox .col-login
{
    width: 340px;
    float: left;
    padding: 30px 0 0 0;
}

.main-content .aformbox .col-login .loginbutton
{
    float:left;
    clear:right;
    margin-right:5px;
} 
.main-content .aformbox .col-login .orsignup
{
    clear:right;
    float:left;
} 
.main-content .aformbox .col-login .orsignup p
{
    padding-top:20px !important;
} 

.main-content .aformbox .col-login p
{
    padding-bottom: 25px;
    font-size: 1.2em;
    font-weight: bold;
}

.main-content .aformbox .col-login label, .main-content .aformbox .col-ca label
{
    display: block;
    padding: 0 0 6px 0;
    font-weight: bold;
}

.main-content .aformbox .col-login input.txtbox, .main-content .aformbox .col-login select.seldrop
{
    width: 327px;
    border: 1px solid #000;
    height: 17px;
    font-size: 1.1em;
    padding: 5px;
    font-weight: normal;
}

.main-content .aformbox .col-login select.seldrop
{
    height: 27px;
    padding: 0;
    width: 337px;
}

.main-content .aformbox .col-login span.fp
{
    display: block;
    float: right;
    padding: 4px 0 0 0;
}

.main-content .aformbox .col-login span.fp a
{
    color: #006699;
    font-size: 0.9em;
    text-transform: uppercase;
    font-weight: normal;
}

.main-content .aformbox .col-login span.rb
{
    width: 20px;
    float: left;
}

.main-content .aformbox .col-login span.rb-cont
{
    width: 320px;
    float: left;
    font-weight: normal;
}

.main-content .aformbox .col-login a.btnloginbig
{
    background: url(../images/btn_loginbig.gif) no-repeat;
    width: 102px;
    height: 38px;
    display: block;
    text-indent: -9999px;
}

/* create account */
.main-content .aformbox .col-ca
{
    width: 397px;
    float: right;
}

.main-content .aformbox .col-ca p.intro
{
    color: #666;
    font-size: 1.2em;
    font-style: italic;
    padding: 0 0 10px 0;
   
}


.main-content .aformbox .col-ca p
{
    padding: 0 0 13px 0;
    clear: both;
}
.main-content .aformbox .col-login p.intro
{
    color: #666;
    font-size: 1.2em;
    font-style: italic;
    padding: 0 0 10px 0;
     font-weight:normal;
}

.main-content .aformbox .col-ca select, .main-content .aformbox .col-ca input
{
    border: 1px solid #999;
}

.main-content .aformbox .col-ca select.seldropshort
{
    width: 67px;
    height: 19px;
}

.main-content .aformbox .col-ca select.seldroplong
{
    width: 242px;
    height: 19px;
}

.main-content .aformbox .col-ca input.txtbox
{
    width: 238px;
    padding: 2px 0 0 4px;
    height: 19px;
}

.main-content .aformbox .col-ca span.secdiv
{
    width: 70px;
    float: left;
    display: block;
}

.main-content .aformbox .col-ca span.secblock
{
    display: block;
    padding: 0 0 10px 0;
}

.main-content .aformbox .col-ca a.btncreateaccount
{
    display: block;
    background: url(../images/btn_createaccount.gif) no-repeat;
    width: 208px;
    height: 38px;
    text-indent: -9999px;
    
}

/* we listen */

.main-content .listen_sidebar
{
    width: 290px;
    float: right;
    margin: 0 0 10px 20px
}
    

.main-content .box_container 
{
    overflow: hidden; 
	background: url('../images/bg_listen_boxmid.gif') repeat-y;
    color: #FFF !important;
	font-size: 1.1em;
    font-weight:bold;
}

.main-content .box_container a
{
    color: #FFF !important;
    text-decoration: none;
}

.main-content .box_top {
	width: 290px;
	min-height: 130px;
	padding: 45px 0px 0 25px;
    _height: 130px;
}


.main-content .box_bottom  {
    background: url('../images/bg_listen_boxbot.gif') bottom no-repeat;
	width: 290px;
	min-height: 5px;
}

.main-content div.badge_container
{
    background: url('../images/bg_listen_badge_center.gif') repeat;
    margin: 0 10px 20px 0;
    overflow: hidden;
}

.main-content div.badge_container .badge
{
    min-width:170px;
    width: 32.5%;
    vertical-align: text-top;
    text-align:center;
    
    /*multi browers support for inline-block is complex*/
    display: -moz-inline-stack; /*for firefox version <=2*/
    display: inline-block;
    /* below is for ie 7 */
    zoom: 1;
    *display: inline;
}

/*
        width: 200px;
        min-height: 250px;
        border: 1px solid #000;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        margin: 5px;
        zoom: 1;
        *display: inline;
        _height: 250px;
*/

.main-content div.badge_container .badge p
{
    border: inherit;
    margin-left: auto;
    margin-right: auto;
    max-width: 220px;
    text-align: left;
    padding: 0 0 0 10px;
}

/*about us*/

.main-content .aboutuspage h3
{
    background: url(../images/icon_arrowdown.gif) 0px 15px no-repeat;
    display: block;
    padding: 15px 0 0 25px;
    margin: 0 0 10px 0;
    height:25px;
    color: #0F5475;
}

.main-content .aboutuspage a
{
    text-decoration: none;
}

.main-content .aboutuspage a:active
{
    background-color:Transparent;
}

/* Audience Page */

.main-content .audiencepage h3
{
    background: url(../images/icon_arrowdown.gif) 0px 15px no-repeat;
    display: block;
    padding: 15px 0 0 25px;
    margin: 0 0 10px 0;
    height:25px;
    color: #0F5475;
}

.main-content .audiencepage a
{
    text-decoration: none;
}

.main-content .audiencepage a:active
{
    background-color:Transparent;
}

/* list faq */
.main-content dl.faqlist dt
{
    position:relative;
    background-color: #398401 !important;
    color: #fff;
    padding: 8px 11px;
    font-size: 1.7em;
    font-weight:bold;
    text-transform: uppercase;
    margin: 9px 0 0 0;
}

.main-content dl.faqlist dd
{
    /*margin-top: 15px;*/
    padding: 0 12px 0 12px;
    border-bottom: 1px solid #ccc;
    font-size: 1.2em;
    position:relative;
}

.main-content dl.faqlist dd.last
{
    border-bottom: none;
}

.main-content dl.faqlist dd p
{
    line-height: 18px;
    padding: 0;
    font-size: 1em;
}

.main-content dl.faqlist dd a
{
    background: url(../images/icon_arrowdown.gif) right 15px no-repeat;
    display: block;
    padding: 15px 0 0 0;
    height:30px;
    text-decoration: none;
    color: #000;
}

.main-content dl.faqlist dd.textdes
{
    background: #e7f5e7;
    margin: 0;
    padding: 20px 25px;
}


/*footer*/
.footer ul
{
    padding: 0 0 10px 0;
}

.footer ul li
{
    display: inline;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    text-transform: uppercase;
}

.footer ul li a
{
    color: #000;
    text-decoration: none;
    border-right: 1px solid #000;
    padding: 0 6px 0 5px;
}
.footer ul li a.last
{
    border-right: none;
}

.footer ul li a:hover
{
    background: none;
    text-decoration: underline;
}

.footer p
{
    padding: 0 0 10px 0;
    font-weight: bold;
    font-size: 1.1em;
    text-transform: uppercase;
}

.footer a.hotpress
{
    background: url(../images/logo-hotpressweb.gif) no-repeat;
    width: 130px;
    height: 14px;
    display: block;
    margin: 0 auto;
    text-indent: -9999px;
}

/* Subpage */

.subleft-content
{
    width: 509px;
    float: left;
}

.subleftnarrow-content
{
    width: 280px;
    float: left;
}

.subleftmediumnarrow-content
{
    width: 380px;
    float: left;
}

.subleft-content h1.orgname
{
    color:#000000;
}

.subleft-content .secicons
{
    width: 253px;
    float: left;
}

.subleft-content .secicons2
{
    width: 255px;
    float: left;
}

.subleft-content .secicons p, .subleft-content .secicons2 p
{
    margin: 0 0 15px 0;
    padding: 0 0 0 30px;
}

.subleft-content .secicons p span, .subleft-content .secicons2 p span
{
    display: block;
    font-weight: bold;
}

.subleft-content .secicons p.address
{
    background: url(../images/icon_home.gif) left top no-repeat;
}

.subleft-content .secicons p.phone
{
    background: url(../images/icon_phone.gif) left top no-repeat;
}

.subleft-content .secicons p.website
{
    background: url(../images/icon-website.gif) left top no-repeat;
}



.infoSectionsLeft
{
    width: 225px;
    float: left;
}

.infoSectionsRight
{
    width: 200px;
    float: left;
}

.infoSections  p
{
    margin: 0 0 15px 0;
    padding: 0 0 0 0px;
}

.infoSections  p span
{
    display: block;
    font-weight: bold;
}

.maroonH3
{
    color: #C8521A;
}

.bodyText
{
    font-size: 12px;
}

a.infoSectionLink, a.infoSectionLink:hover
{
    text-decoration:none;
    background-color: Transparent;
}


.subleft-content .secicons2 p.rulingdate
{
    background: url(../images/icon_date.gif) left top no-repeat;
}

.subleft-content .secicons2 p.reportedincome
{
    background: url(../images/icon_income.gif) left top no-repeat;
}

.subleft-content .secicons2 p.ntee
{
    background: url(../images/icon_ntee.gif) left top no-repeat;
}

span.tag
{
    display: block;
    float: left;
    padding-right: 5px;
    text-indent: 0 !important;
}

a.ques
{
    background: url(../images/icon_questionmark.gif) no-repeat;
    width: 11px;
    height: 11px;
    text-indent: -9999px;
    display: block;
    float: left;
    margin: 2px 0 0 0;
}

th.cat a.ques
{
    margin: 5px 0 0 0;
}

a.ques:hover
{
    background: url(../images/icon_questionmark.gif) no-repeat !important;
}

.subleft-content p.la
{
    font-size: 0.9em;
    text-transform: uppercase;
}

.subleft-content .boxform, .categories-box-holder .boxform /*Jamey Smith added the .categories-box-holder option 9-15-2009*/
{
    background: #B6DDE8;
    border: 1px solid #92CDDC;
    margin: 10px 0 3px 0;
    padding: 15px 19px;
    background: url(../images/bg_BoxGradient.gif) repeat-x;
    width: 500px;
}

.subleft-content .boxform p, .categories-box-holder .boxform /*Jamey Smith added the .categories-box-holder option 9-15-2009*/
{
    padding-bottom: 9px;
}

.subleft-content .boxformwide, .categories-box-holder .boxformwide /*Jamey Smith added the .boxformwide option 11-06-2009*/
{
    background: #B6DDE8;
    border: 1px solid #92CDDC;
    margin: 10px 0 3px 0;
    padding: 15px 19px;
    background: url(../images/bg_BoxGradientWide.gif) repeat-x;
    width: 875px;
}

.subleft-content .boxformwide p, .categories-box-holder .boxformwide /*Jamey Smith added the .boxformwide option 11-06-2009*/
{
    padding-bottom: 9px;
}


table.radioWithProperWrap input
 {    
      float: left;
 }

 table.radioWithProperWrap label
 {    
      margin-left: 25px;
      display: block;
      font-weight: normal;
      font-style:normal;
      font-variant:normal;
 }


table.radioWithProperWrapHorzOffset input
 {    
      float: left;
      margin: 0px 0 0 0;
 }

 table.radioWithProperWrapHorzOffset label
 {    
      margin-left: 15px;
      display: block;
      font-weight: normal;
      font-style:normal;
      font-variant:normal;
 }


.subleft-content .boxform label, .categories-box-holder label, .boxformwide label /*Jamey Smith added the .categories-box-holder & boxformwide option 9-15-2009*/
{
    font-weight: bold;
    padding: 0 0 3px 0;
    display: block;
}

.subleft-content .boxform input.txtbox, .categories-box-holder .boxform input.txtbox, .subleft-content .boxformwide input.txtbox, .categories-box-holder .boxformwide input.txtbox /*Jamey Smith added the .categories-box-holder option 9-15-2009*/
{
    width: 369px;
    padding: 2px;
    border: 1px solid #333;
}

.subleft-content .boxform .txtarea2, .categories-box-holder .boxform .txtarea2, .subleft-content .boxformwide .txtarea2, .categories-box-holder .boxformwide .txtarea2 /*Jamey Smith added the .categories-box-holder option 9-15-2009*/
{
    width: 463px;
    height: 36px;
    padding: 2px;
    border: 1px solid #333;
    font-size:small;
}

.subleft-content .boxform .txtarea1, .categories-box-holder .boxform .txtarea1, .subleft-content .boxformwide .txtarea1, .categories-box-holder .boxformwide .txtarea1 /*Jamey Smith added the .categories-box-holder option 9-15-2009*/ 
{
    width: 463px;
    height: 346px;
    padding: 2px;
    border: 1px solid #333;
    font-size:small;
}

a.ca
{
    padding: 5px 0 0 10px;
    font-size: 1.1em;
    display: block;
    float: left;
}

a.ca:hover
{
    background: none;
}

.subright-content
{
    width: 356px;
    float: right;
}

.subrightwide-content
{
    width: 530px;
    float: right;
}


/* rating box */
.subright-content .ratingbox
{
    background: url(../images/bg_ratingbox.jpg) no-repeat top left;
    width: 326px;
    height: 170px;
    margin-top: 0px;
    padding: 15px;
}

.subright-content .ratingbox h2
{
    background: url(../images/label_rating.png) no-repeat;
    width: 142px;
    height: 50px;
    display: block;
    text-indent: -9999px;
    float: left;
    padding: 0;
    margin: 0;
}

.subright-content .ratingbox .rate
{
    width: 165px;
    float: right;
    padding: 10px 0 0 0;
}

.subright-content .ratingbox .rate p.top
{
    font-size: 2.2em;
    color: #fff;
    margin: 0;
    padding: 0 0 5px 0;
}

.subright-content .ratingbox .rate p.top span
{
    font-size: 2.2em;
    font-weight: bold;
}

.subright-content .ratingbox .rate p.bot
{
    padding: 0;
    margin: 0;
    color: #000;
    font-size: 1.2em;
}

.subright-content .ratingbox p.class
{
    font-size: 1.8em;
    padding: 0 0 10px 0;
}

.subright-content .ratingbox p.percent
{
    padding: 0 0 20px 0;
    font-size: 1.34em;
}

.subright-content .ratingbox p.percent span
{
    display: block;
}

.subright-content .ratingbox p.ratings-disclaimer
{
    padding-bottom: 15px;
}

.subright-content .ratingbox p.ratings-disclaimer a
{
    font-size: 0.75em;
    text-transform: uppercase;
    color: #c0e0bb;
}
.subright-content .ratingbox p.ratings-disclaimer a:hover
{
    color: #ffffff;
    background-color: Transparent;
}

.subright-content .ratingbox a.btnratecomment
{
    background: url(../images/btn_rateandcomment.gif) no-repeat;
    width: 322px;
    height: 37px;
    display: block;
    text-indent: -9999px;
}

a.btnratecommentnew
{
    background: url(../images/btn_rateandcommentnew.gif) no-repeat;
    width: 356px;
    height: 37px;
    display: block;
    text-indent: -9999px;
}



a.btnratecommentListens
{
    background: url(../images/btn_rateandcommentListens.gif) no-repeat;
    width: 320px;
    height: 28px;
    display: block;
    text-indent: -9999px;
    margin: 0 0 0 20px;
}







/* rating box listens */
.subright-content .ratingboxListens
{
    /*background: url(../images/bg_ratingboxListens.jpg) no-repeat top left;*/
    /*width: 326px;
    height: 190px;*/
    margin-top: 0px;
    /*padding: 15px;*/
}

.subright-content .ratingboxListens h2
{
    background: url(../images/label_rating.png) no-repeat;
    width: 142px;
    height: 50px;
    display: block;
    text-indent: -9999px; /*removes the text from the screen*/
    float: left;
    padding: 0;
    margin: 0;
}

.subright-content .ratingboxListens .rate
{
    width: 165px;
    float: right;
    padding: 10px 0 0 0;
}

.subright-content .ratingboxListens .rate p.top
{
    font-size: 2.2em;
    color: #fff;
    margin: 0;
    padding: 0 0 5px 0;
}

.subright-content .ratingboxListens .rate p.top span
{
    font-size: 2.2em;
    font-weight: bold;
}

.subright-content .ratingboxListens .rate p.bot
{
    padding: 0;
    margin: 0;
    color: #000;
    font-size: 1.2em;
}

.subright-content .ratingboxListens p.class
{
    font-size: 1.8em;
    padding: 0 0 10px 0;
}

.subright-content .ratingboxListens p.percent
{
    padding: 30px 0 0px 0;
    font-size: 1.34em;
}

.subright-content .ratingboxListens p.percent span
{
    display: block;
}

.subright-content .ratingboxListens p.ratings-disclaimer
{
    padding-bottom: 15px;
}

.subright-content .ratingboxListens p.ratings-disclaimer a
{
    font-size: 0.75em;
    text-transform: uppercase;
    color: #c0e0bb;
}
.subright-content .ratingboxListens p.ratings-disclaimer a:hover
{
    color: #ffffff;
    background-color: Transparent;
}




/* flash ad */
.subright-content .flashad{
padding-left:9px;
}

.side-bar-ads{
float:left; 
width:360px;
padding-left:30px;
}


/* categories box */
.categories-box-holder
{
    /*padding: 30px 0; - Commented by Jamey Smith to reduce spacing*/
    clear: both;
    width: 100%;
}
.categories-box-holder a:hover
{
    background:none;
}
.categories-box
{
    border-top: 1px solid #b3b2b2;
    border-bottom: 1px solid #b3b2b2;
    width: 100%;
}

.categories-box tr th
{
    font-size: 1.8em;
    text-transform: uppercase;
}

.categories-box tr th span, .lbltxt
{
    display: block;
    text-indent: -9999px;
    margin: 0 auto;
}

.lbltxt
{
    margin: 3px 0 0 0;
    height: 15px;
    float: left;
}

span.emp
{
    background: url(../images/label_employees.gif) no-repeat;
    width: 98px;
}

span.interns
{
    background: url(../images/label_interns.gif) no-repeat;
    width: 74px;
}

span.volunteers
{
    background: url(../images/label_volunteers.gif) no-repeat;
    width: 108px;
}

span.donors
{
    background: url(../images/label_donors.gif) no-repeat;
    width: 74px;
}

.categories-box tr th, .categories-box tr td
{
    width: 20%;
    padding: 7px 0;
    text-align: center;
}

.categories-box tr td
{
    font-size: 1.4em;
    font-weight: bold;
    border-top: 1px solid #d8d7d7;
}

.categories-box .cat
{
    padding-left: 20px;
    text-align: left;
}

.categories-box tr.colored td
{
    background: #f1f1f1;
}

.subleft-content span.com
{
    font-size: 2em;
    float: left;
    padding: 3px 0 0 0;
    display: block;
    margin-right: 10px;
    position: relative;
    text-transform: uppercase;
}
a.btnnotifyme, a.btnnotifyme:hover
{
    background: url(../images/btn_notifyme.gif) no-repeat;
    width: 71px;
    height: 20px;
    text-indent: -9999px;
    display: block;
    float: left;
    margin-right: 10px;
}

a.btntellafriend, a.btntellafriend:hover
{
    background: url(../images/btn_tellafriend.gif) no-repeat;
    width: 140px;
    height: 20px;
    text-indent: -9999px;
    display: block;
    float: left;
    margin-right: 10px;
}
a.btntellafriendlogin{
  background: url(../images/btn_logintotellafriend.gif) no-repeat;
    width: 142px;
    height: 20px;
    text-indent: -9999px;
    display: block;
    float: left;
    margin-right: 10px;
}

a.btnmoretools, a.btnmoretools:hover
{
    background: url(../images/btn_MoreTools.gif) no-repeat;
    width: 93px;
    height: 20px;
    text-indent: -9999px;
    display: block;
    float: right;
    margin-right: 30px;
}

a.btnbookmarkit
{
    background: url(../images/btn_bookmarkit.gif) no-repeat;
    width: 90px;
    height: 20px;
    text-indent: -9999px;
    display: block;
    float: left;
}

a.btnsendemail
{
    background: url(../images/btn_sendemail.gif) no-repeat;
    width: 168px;
    height: 26px;
    text-indent: -9999px;
    display: block;
    float: left;
}

.entryform
{
    border-top: 1px dotted #000;
    padding: 19px 0;
    margin: 10px 0 0 0;
}

.entryform .header
{
    padding: 9px 9px 9px 0;
}

.entryform .header .rb
{
    background: url(../images/bg_rating.gif) no-repeat;
    width: 37px;
    height: 29px;
    display: block;
    float: left;
    padding: 8px 0 0 0;
    text-align: center;
    font-size: 1.8em;
}

.entryform .header .sub
{
    float: right;
    width: 454px;
}

span.volunteerssm
{
    background: url(../images/label_volunteerssm.gif) no-repeat;
    width: 83px;
}

span.employeesm
{
    background: url(../images/label_employeesm.gif) no-repeat;
    width: 78px;
}

span.internsm
{
    background: url(../images/label_internsm.gif) no-repeat;
    width: 55px;
}

span.donorsm
{
    background: url(../images/label_donorsm.gif) no-repeat;
    width: 56px;
}

.entryform .header .bet
{
    margin-left: 10px;
    font-size: 1.8em;
    display: block;
    float: left;
}

.dateblock
{
    padding: 10px 0 0 0;
}

.dateblock .date
{
    font-size: 1.1em;
    color: #666;
    padding: 0;
    margin: 0;
    font-style: italic;
}

.dateblock .intro
{
    padding: 3px 0 5px 0;
    margin: 0;
    font-size: 1.2em;
    line-height: 18px;
}

.dateblock .links
{
    padding: 10px 0 0 0;
    margin: 0;
    font-size: 1em;
    color: #006699;
}

.dateblock .links a
{
    color: #006699;
    margin: 0 0 0 2px;
    padding: 0 0 0 2px;
    border-left: 1px solid #006699;
    text-transform: uppercase;
}


.dateblock .links a.first
{
    border-left: none;
    margin-left: 0;
    padding-left: 0;
}

.arrowlink
{
    background: url(../images/icon_smallarrow.gif) right no-repeat;
    padding-right: 15px !important;
    margin-right: 3px;
}

.blockindent
{
    padding: 5px 0 0 35px;
}

.flagbox
{
    background: #e7f5e8;
    border: 1px solid #3a8205;
    margin: 10px 0;
    padding: 15px;
}

.flagbox p
{
    padding: 0 0 15px 0;
    margin: 0;
}

.flagbox label
{
    padding: 0 0 4px 0;
    display: block;
    font-weight: bold;
}

.flagbox select
{
    width: 364px;
    height: 20px;
    border: 1px solid #333;
    font-size: 1.2em;
}

.blockindent .subcontent
{
    border-top: 1px dotted #000;
    padding: 5px 0;
    margin: 15px 0;
}

span.notbold
{
    font-weight: normal;
}

.btnformset
{
    float: left;
}

h1.searchtitle{
padding-bottom:0;
}

p.srnum
{
    padding: 10px 0;
    font-style: italic;
}

/*green rounded long */
.gr-longcon
{
    margin-bottom: 15px;
}

.gr-long
{
    border-right: 1px solid #398401;
    border-left: 1px solid #398401;
    background: #e7f5e7;
    padding: 0 0 0 15px;

}

.gr-long p
{
    padding: 7px 0;
    margin: 0;
}

.gr-long p a
{
    text-transform: uppercase;
    font-size: 0.9em;
}

.gr-long p span
{
    font-weight: bold;
    padding-right: 6px;
}

.gr-long p.classdet
{
    font-size: 1.1em;
}

.gr-long p.classdet span
{
    font-weight: bold;
    padding-right: 3px;
    font-size: 1.2em;
}

.gr-long p.classdet span img
{
    /*padding-right: 2px;*/
    margin-right:-2px;
}

.gr-long p.lt
{
    font-size: 1.6em;
    text-transform: uppercase;
}

.gr-long p.lt span
{
    font-size: 0.7em;
    text-transform: none;
    font-weight: normal;
    padding-left: 5px;
}

.gr-long p.lt .googleimg
{
    position: relative;
    top: 5px;
}

.gr-long-top
{
    background: url(../images/bg_greenroundtop.gif) no-repeat;
    height: 13px;
    width: 356px;
}

.googlesearch .gr-long-top
{
    background: url(../images/bg_greenroundtop2.gif) no-repeat;
    height: 13px;
    width: 489px;
}

.gr-long-bot
{
    background: url(../images/bg_greenroundbottom.gif) no-repeat;
    height: 13px;
    width: 356px;
}

.googlesearch .gr-long-bot
{
    background: url(../images/bg_greenroundbottom2.gif) no-repeat;
    height: 13px;
    width: 489px;
}

.gr-longcon input.txtsearch
{
    width: 359px;
    padding: 3px 2px;
    border: 1px solid #333;
    float: left;
    font-size: 1.2em;
    margin-right: 5px;
}

a.btnsearchsm
{
    background: url(../images/btn_searchsm.gif) no-repeat;
    width: 79px;
    height: 26px;
    display: block;
    float: left;
    text-indent: -9999px;
}

.pinkboxblock
{
    background: #f9e4e4;
    border: 1px solid #ff0000;
    padding: 15px 15px 0 15px;
    margin: 25px 0;
}

.pinkboxblock p
{
    padding: 0 0 10px 0;
    margin: 0;
}

.linkad
{
    padding: 0 0 20px 0;
}

.linkad p
{
    padding: 0 0 5px 0;
    margin: 0;
}

.linkad p.tit
{
    color: #006699;
    font-size: 1.8em;
    font-weight: bold;
}

.linkad p span
{
    padding-right: 5px;
}

.pagenum
{
    text-align: center;
}

.pagenum span.prev
{
    background: url(../images/icon_prev.gif) 0 2px no-repeat;
    padding: 2px 0 2px 15px;
}

/* erick page */
.pagenum a.prev
{
    background: url(../images/icon_prev.gif) left no-repeat;
    padding: 2px 0 2px 15px;
}
.pagenum a.next
{
    background: url(../images/icon_next.gif) right no-repeat;
    padding: 2px 15px 2px 0;
}
.pagenum a.num, .pagenum span.num
{
    border: 1px solid #666;
    text-decoration: none;
    padding: 1px 4px;
    margin-right: 10px;
}
.pagenum span.numcurrent{
   border: 1px solid #666;
    text-decoration: none;
    padding: 1px 4px;
    margin-right: 10px;
    background-color:#006699;
    color:White;
    
}

/* end erick page */

.pagenum span.next
{
    background: url(../images/icon_next.gif) right no-repeat;
    padding: 2px 5px 2px 0;
}

.pagenum a
{
    margin-right: 10px;
    text-transform: uppercase;
}

.pagenum a.num
{
    border: 1px solid #666;
    text-decoration: none;
    padding: 1px 4px;
}

.pagenum a.num:hover, .pagenum a.active
{
    background: #006699;
    color: #fff;
}

.splink h3
{
    font-size: 1.8em;
    padding: 0 0 20px 0;
    font-weight: normal;
}

.splink p
{
    padding: 0 0 30px 0;
    margin: 0;
}

.splink p span
{
    display: block;
    margin: 0 0 5px 0;
    font-size: 1.4em;
}


/* green rounded short wide */
.gr-shortwidecon
{
    margin: 10px 0;
    width: 530px;
}

.gr-shortwidetop
{
    background: url(../images/bg_greenround2topWIDE.gif) no-repeat;
    height: 8px;
}

.gr-shortwidebot
{
    background: url(../images/bg_greenround2bottomWIDE.gif) no-repeat;
    height: 8px;
}

.gr-shortwide
{
    background: #e7f5e7;
    border-right: 1px solid #398401;
    border-left: 1px solid #398401;
    padding: 10px 15px;
}

.gr-shortwide p.name
{
    padding: 0 0 15px 0;
    margin: 0;
    font-size: 1.8em;
    text-transform: uppercase;
}

.gr-shortwide p.entry
{
    padding: 0 0 12px 0;
}


/* green rounded short */
.gr-shortcon
{
    margin: 10px 0;
    width: 356px;
}

.gr-shorttop
{
    background: url(../images/bg_greenround2top.gif) no-repeat;
    height: 8px;
}

.gr-shortbot
{
    background: url(../images/bg_greenround2bottom.gif) no-repeat;
    height: 8px;
}

.gr-short
{
    background: #e7f5e7;
    border-right: 1px solid #398401;
    border-left: 1px solid #398401;
    padding: 10px 15px;
}

.gr-short p.name
{
    padding: 0 0 15px 0;
    margin: 0;
    font-size: 1.8em;
    text-transform: uppercase;
}

.gr-short p.entry
{
    padding: 0 0 12px 0;
}

a.btneditaccountinfo
{
    background: url(../images/btn_editaccountinfo.gif) no-repeat;
    width: 154px;
    height: 26px;
    display: block;
    text-indent: -9999px;
}

.gr-short label
{
    display: block;
    font-weight: bold;
}

.gr-short input.txtbox
{
    width: 292px;
    padding: 2px;
    border: 1px solid #000;
}

a.btnchangepassword
{
    background: url(../images/btn_changepassword.gif) no-repeat;
    width: 152px;
    height: 26px;
    display: block;
    text-indent: -9999px;
}

/*Waller's added classes*/

#openandclose
{
    display: block;
    width: 900px;
    float: left;
    margin-top:-4px;
}


/*----------------------------
					Star rater
----------------------------*/

.rating p
{
    display: inline;
    position: relative;
    top: 14px;
    left: 55px;
}

.star-rating
{
    position: relative;
    width: 125px;
    height: 25px;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
    background-position: left top;
}

.star-rating li
{
    display: inline;
}

.star-rating a, .star-rating .current-rating
{
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -1000em;
    height: 25px;
    line-height: 25px;
    outline: none;
    overflow: hidden;
    border: none;
}

.star-rating a:hover, .star-rating a:active, .star-rating a:focus
{
    background-position: left bottom;
}

.star-rating a.one-star
{
    width: 20%;
    z-index: 6;
}

.star-rating a.two-stars
{
    width: 40%;
    z-index: 5;
}

.star-rating a.three-stars
{
    width: 60%;
    z-index: 4;
}
.star-rating a.four-stars
{
    width: 80%;
    z-index: 3;
}
.star-rating a.five-stars
{
    width: 100%;
    z-index: 2;
}
.star-rating .current-rating
{
    z-index: 1;
    background-position: left center;
}

/* smaller star */
.small-star
{
    width: 50px;
    height: 10px;
}
.small-star, .small-star a:hover, .small-star a:active, .small-star a:focus, .small-star .current-rating
{
    background-image: url(../../pics/star_small.gif);
    line-height: 10px;
    height: 10px;
}

/*blog left column*/
body.blogtemplate .subleft-content
{
    width: 600px;
    float: left;
    
}

body.blogtemplate div.post
{
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-bottom:1px dotted #000000;
}

body.blogtemplate div.post h1.postheader
{
    padding-bottom: 8px;
}

body.blogtemplate div.post h1.postheader a.taggedlink
{
    text-decoration:none;
}

body.blogtemplate div.post div.postdate
{
    padding-bottom: 20px;
}

body.blogtemplate div.post p {
    font-size:1.2em;
    line-height:140%;
    padding:0pt 0pt 20px;
}

body.blogtemplate div.post div.postfooter {
    font-size:1.2em;
    line-height:140%;
}

/* Blog subpage styles */
body.blogtemplate .subright-content
{
    width: 230px;
    float: right;
}

body.blogtemplate .subright-content h2
{
    padding-bottom: 5px;
}

body.blogtemplate .subright-content ul
{
    padding-bottom: 20px;
}
body.blogtemplate .subright-content ul li
{
    font-size:1.2em;
    padding-bottom: 5px;
}
body.blogtemplate .subright-content ul li.year
{
    font-weight:bold;
}

body.blogtemplate .subright-content ul li.year ul
{
    padding-bottom: 0;
    font-weight:normal;
}

body.blogtemplate .subright-content div#searchbox
{
    margin-bottom:10px;
    margin-top:10px;
}

body.blogtemplate .subright-content input#searchfield
{
    width: 150px;
    height: 16px;
    font-size: 1.3em;
}

body.blogtemplate .subright-content input#searchbutton
{
    margin: 3px 0 0 8px;
}

body.blogtemplate .subright-content input#searchcomments
{
    margin: 5px 5px 0 0;
}

/*blog post page with comments*/

.main-content .subleft-content h1#comment
{
    padding-bottom: 0px;
}

.main-content .subleft-content #commentlist h2.author
{
    padding-bottom: 5px;
}
.main-content .subleft-content #commentlist p.date
{
    font-size:1.1em;
    font-style:italic;
    padding-bottom:10px;
}

.main-content .subleft-content #commentlist p.content
{
    background:none !important;
    width:600px;
}

.main-content .subleft-content #commentlist p.adminlinks
{
    padding-bottom:0;
}

.main-content .subleft-content .commentForm
{
    font-size:1.2em;
    padding-bottom:30px;
    padding-top:10px;
}
.main-content .subleft-content .commentForm h1
{
    font-size:2.2em;
}
.main-content .subleft-content .commentForm label
{
    font-weight:bold;
    padding-top:10px;
    padding-bottom:3px;
    display:block;

}

.main-content .subleft-content .commentForm input, .main-content .subleft-content .commentForm select
{
    width:300px;
}
.main-content .subleft-content .commentForm textarea
{
    width:600px;
}
.main-content .subleft-content .commentForm input#cbNotify
{
    margin-left:0;
}

.main-content .subleft-content span.success
{
    font-size:1.4em;
    font-weight:bold;
    padding-top:10px;
    color:Red;
}

.main-content .subleft-content #commentlist
{
    border-bottom: 1px dotted #000000;
    padding-bottom:20px;
}

.popup { 
position: absolute; 
visibility:hidden;
border:solid 1px #958b7c;
background:#ffffff url(../images/popup.gif) repeat-x scroll top left;
width:200px;
z-index:999;
padding:10px;
text-align:left;
}
.popup p{
  font-size:120%;
  padding-bottom:25px;
}


/*rad control slider*/
.RadSlider_Default.horizontal a.draghandle{
  margin-top:-7px !important;
  position:absolute !important;
  }
  
  
/*Rating Page*/

h1.currentlyrating{
font-size:1.7em;
padding-bottom: 0;
text-transform:none;
font-style:italic;
color:#000000;
}
h1.orgname{
color:#398401;
padding-top:0;
padding-bottom:5px;
}

.main-content h2.sectionTileRating{
  height:1%;
  display:block;
  width:900px;
  height: 23px;
  overflow: hidden;
  margin:0;
  text-indent:-9999px;
  padding:0;
  border-top:solid 1px #ffffff;
}
.main-content h2.header-getstarted{
background:transparent url("../images/header_get-started.gif") no-repeat top left;
}

.main-content h2.header-history{
background:transparent url("../images/header_history.gif") no-repeat top left;
}

.main-content h2.header-ratings{
background:transparent url("../images/header_ratings.gif") no-repeat top left;
}

.main-content h2.header-comments{
background:transparent url("../images/header_comments.gif") no-repeat top left;
}


div.formgroup{
border:solid 2px #dad2c7;
border-top:none;
padding:10px 15px 0 15px;
margin-bottom:25px;
}

div.formgroup p{
padding-bottom:15px;
}
div.content div.main-content dl
{
    margin-bottom:20px;
}
span.question-title{
float: left; 
clear:right;
}
span.question-scale{
float:right;
text-transform: none; 
font-size: 60%; 
font-weight: normal;
}

div.content div.main-content dl.questions dt
{
    display: block;
    color: #398401;
    padding: 0 11px 4px 11px;
    font-size: 1.7em;
    font-weight:bold;
    text-transform: uppercase;
    clear:both;
    border-bottom:solid 2px #398401;
    height:1%;
    float:left;
    margin-bottom:10px;
    width:844px;
}



.main-content dl.questions dd
{
    padding: 5px 12px 5px 15px;
    border-bottom: 1px solid #D8D7D7;
    font-size: 1.2em;
    display: inline-block;
}

.main-content dl.questions dd:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}


/* Hides from IE5/Mac \*/
* html .main-content dl.questions dd {height: 1px;}
.main-content dl.questions dd {display: block;}
/* End hide from IE5/Mac */

.main-content dl.questions dd.last
{
    border-bottom: none;
}

.main-content dl.questions dd p
{
    line-height: 18px;
    padding: 0;
    font-size: 1em;
}

.main-content dl.questions dd a
{
    /*background: url(../images/icon_arrowdown.gif) right 15px no-repeat;
    display: block;
    padding: 15px 0 0 0;
    height:30px;
    text-decoration: none;
    color: #000;*/
}

.main-content dl.questions dd label
{

    float:left;
    clear:right;
    margin-top:5px;
}

.main-content dl.questions dd .radslider
{
    float:right;
    height: 30px;
    background:transparent url(../images/slider.gif) no-repeat 8px 11px;
}

.main-content dl.questions dd .radslider:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


.main-content dl.questions dd.textdes
{
    background: #e7f5e7;
    margin: 0;
    padding: 20px 25px;
}

.rating-comment{
display:block;
width:450px;
float:left;
clear:right;
padding-left:15px;
margin-right:15px;
margin-bottom:15px;
}

.main-content .RadSlider_Default.horizontal .selectedregion{
background-color:#006699 !important;
}

.main-content dl.questions dd .radslider a:hover{
background-color:transparent;
}
.adminTable{
  width: 100%; 
  margin: 10px 0px; 
  /*font-size:120%;   */
}
.adminTable td{
  padding:5px;  
}
.adminTable th{
  font-size:120%;
  margin-bottom:10px;
  text-align:left;
  border-bottom:solid 1px black;
  padding-left:5px;
}
.faqContent a{
  color:#024465 !important;
  display:inline !important;
  background:none !important;
}

.errorText
{
    font-size:15px;
    color:Red;
}

h5
{
    font-size:12px;
}
.noTablePadding
{
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    color: #010101;				                
    font-family: Arial,Verdana, sans-serif;
    font-size: 12px;
}
h6
{
    font-weight: bold;
    font-size: 14px;
}