body
{   
    padding:0px;
    padding-top:20px;
    margin:0px;
}

html { overflow: -moz-scrollbars-vertical; }
html { overflow-x: auto; }

.hide
{
    position:absolute;
    top:0px;
    left:0px;
    visibility:hidden;
}

.debugMsg
{
    position:absolute;
    top:0px;
    left:0px;
    padding:2px;
    background-color:Red;
    color:White;
}

.GmapCanvas
{
    width:600px;
    height:350px;
    visibility:hidden;
}

#outer_holder
{
    width:975px;
    margin:auto;
}

#header
{
    width:975px;
    margin-bottom:20px;
    overflow:auto;
}

#mainLogo
{
    float:left;
    overflow: hidden;
}

#mainLogo a
{
    height:121px;
    width:271px;
    background:url(../images/main-logo.gif);
    background-repeat:no-repeat;
    display:block;
    text-indent:-999em;   
}

#bannerHolder
{
    width:675px;
    height:191px;
    overflow:hidden;
}

#header_controls
{
    float:right;
    width:675px;
    margin-top:51px;
}

#header_controls a
{
    text-decoration:none;
    color:White;
}

#header_controls td
{
    background-repeat:no-repeat;
}

#pre_format_blocks
{
    overflow:auto;
}

#pre_format_blocks span
{
    width:30px;
    height:30px;
    margin-right:14px;
    float:left;
}

#pre_format_blocks span span
{
    display:none;
}

#pre_format_blocks .nm
{
    background-image:url('../images/pre-format1.gif');
}

#pre_format_blocks .hc
{
    background-image:url('../images/pre-format2.gif');
}

#pre_format_blocks .bw
{
    background-image:url('../images/pre-format3.gif');
}

#pre_format_blocks .textonly
{
    background-image:url('../images/pre-format4.gif');
    width:56px;
    height:30px;
    margin-right:0px;
}

.header_btn_small_left
{
    width:120px;
    padding-left:10px;
    height:25px;
    padding-top:5px;
    float:left;
    font-size:12pt;
    font-weight:bold;
    cursor:pointer;
}

.header_btn_go
{
    width:30px;
    margin-left:5px;
    height:25px;
    padding-top:5px;
    float:left;
    font-size:12pt;
    font-weight:bold;
    text-align:center;
    cursor:pointer;
    color:White;
}

.header_btn_big_left
{
    padding-left:10px;
    height:25px;
    padding-top:5px;
    float:left;
    font-size:12pt;
    font-weight:bold;
    color:White;
}

.btxt
{
    border:none;
    height:16px;
    font-size:10pt;
    margin-top:5px;
    float:left;
    margin-right:8px;
    margin-left:10px;
    padding-left:4px;
}

#slider_holder
{
    height:26px;
    width:90px;
    position:absolute;
    margin-left:48px;
    *margin-left:11px;
}

.sliderMinus span, .sliderPlus span
{
    display:none;
}

.sliderMinus
{
    width:37px;
    background-image:url('../images/slider-minus.gif');
    height:26px;
    float:left;
}

.sliderPlus
{
    width:41px;
    background-image:url('../images/slider-plus.gif');
    margin-right:10px;
    float:right;
    height:26px;
}

#main_content
{
    float:right;
    width:675px;
}

#main_center_content
{
    margin-top:10px;
    overflow:auto;
}

/* menu */

ul#menu, #menu ul
{
    list-style-type:none;
    margin:0px;
    padding:0px;
    width:280px;
}

ul#menu li
{
    background-image:url('../images/menu/menu-dark-blue-strip.gif');
}

#menu li#top
{
    background-image:url('../images/menu/menu-curve-top-norm.gif');
}

#menu li#bot
{
    background-image:url('../images/menu/menu-curve-bottom-norm.gif');
}

#menu a
{
    color:white;
    display:block;
    height:24px;
    width:270px;
    padding:3px 0 0 10px;
    text-decoration:none;
    font-weight:bold;
}

#menu .more a
{
    background-image:url('../images/menu/menu-arrow.png');
}

#menu .more .children a { background-image: none; }

#menu .more .children .more a
{
    background-image:url('../images/menu/menu-arrow-side.png');
}

#menu .menuHover
{
    background-image:url('../images/menu/menu-orange-strip.gif');
}

#menu li#top.menuHover, #menu li#top.exp
{
    background-image:url('../images/menu/menu-curve-top-hover.gif');
}

#menu li#bot.menuHover, #menu li#bot.exp
{
    background-image:url('../images/menu/menu-curve-bottom-hover.gif');
}

#menu ul a
{
    color:#25247b;
}

#menu ul a:hover
{
    color:white;
}

#menu ul
{
    display:none;
}

#menu ul li
{
    background-image:url('../images/menu/menu-lite-blue-strip.gif');
    background-repeat:repeat-x;
}

#menu .exp, #menu .current_page_item, #menu .current_page_ancestor
{
    background-image:url('../images/menu/menu-orange-strip.gif');
}

#menu .current_page_item ul, #menu .exp ul, #menu .current_page_ancestor ul
{
    height:auto;
    overflow:visible;
    display:block;
}

#menu .current_page_item ul ul, #menu .current_page_ancestor .more ul
{
    display:none;
}

#menu ul ul
{
    background-image:url('../images/menu/menu-lite-blue-strip.gif');
    position:absolute;
    margin-left:280px;
    margin-top:-27px;
    z-index:5000; 
    display:none;
    width:auto;
    _width:1px;
}

#menu ul ul li a
{
    white-space:nowrap;
    width:auto;
}

#menu ul ul li
{
    height:27px;
    padding-right:10px;
}

#menu .ie6Fix
{
    height:27px;
    margin-bottom:-3px;
}

/* misc */

#newsFrontOuter
{
    overflow:auto;
    margin-bottom:10px;
}

.newsFrontItem
{
    float:left;
    width:212px;
}

.newsFrontItem img
{
    width:212px;
    height:170px;
}

.newsFrontItemMore
{
    text-align:right;
}

#newsFrontOuter a h2
{
    text-decoration:none;
}

.calendarOuterCell
{
    width:675px;
    margin-top:10px;
    overflow:auto;
}

.calendarOuterCell div
{
    float:left;
}

.calendarOuterCell a
{
    position:absolute;
    margin:19px 0 0 10px;
}

.calendarOuterCell .eventsBody
{
    margin-left:10px;
    width:515px;
}

.calendarOuterCell .eventsBody a
{
    position:static;
    margin:0px;
}

.calendar
{
    background:url('../images/calendar.gif');
    width:62px;
    height:63px;
}

.calendar div
{
    width:62px;
    text-align:center;
    line-height:16pt;
}

.calendarArrow
{
    background:#25247b;
    width:15px;
    height:3px;
    margin:30px 5px 0 5px;
}

.calendar div
{
    position:absolute;
}

.calendar .month
{
    font-size:9pt !importent;
    margin-top:-2px;
}

.calendar .date
{
    font-size:22pt !importent;
    margin-top:23px;
}

.calendar .year
{
    font-size:9pt !importent;
    margin-top:42px;
}

.newsFrontFooterHolder
{
    text-align:right;
    width:675px;
}

.socialIco
{
    opacity:0.5; 
    MozOpacity:0.5; 
    KhtmlOpacity:0.5; 
    filter:alpha(opacity=50);
}

.divLine
{
    border-bottom:solid 1px #afbde1;
    height:10px;
    overflow:hidden;
}

#astLinks
{
    position:absolute;
    left:-9999px;
    width:1px;
}

.paypalItemOuter
{
    background-image:url('../images/paypalBtnRep.gif');
    padding:10px;
}

.ccd
{

    width:300px;
}

#feedSeachUP1 table tr td
{
background: #fff;
}

.footerIcons
{
    text-align:center;
}

.footerIcons img
{
    margin-right:10px;
}

#signupHighlight
{
    position:absolute;
    margin-top:-55px;
    margin-left:675px;
    display:none;
}

.blueHR
{
    margin-top:5px;
    height:5px;
    border-top:solid 1px #afbde1;
}

#twtr-widget-1 { display: inline-block; }

.push-content { padding: 20px 0; }

.newsArchiveItem { padding: 15px; }

#gosearch_btn, #email_btn_go {
    margin-left: 2px;
    width: 30px;
    height: 25px;
    padding: 3px 0 0 0;
    font-family: Arial, "Helvetica Nueu", sans-serif;
    background-color: transparent;
    border: 0;
}

#donate-now-button { width: 280px; }

#donate-now-button img { width: 100%; }

#main_center_content .alignleft {
    margin: 0 10px 10px 0;
    float: left;
}

#main_center_content .alignright {
    margin: 0 0 10px 10px;
    float: right;
}
/* Localized */
