@import url(reset.css);

/* CSS Document */

html{
    height:100%;
    background:#5c3f09 url(../images/bg_body.jpg) repeat-x 50% 0;
}

body {
    margin:0;
    color:#444;
    font:12px/18px Arial, Tahoma, sans-serif;
    background:url(../images/bg_body.jpg) no-repeat 50% 0;
    height:100%;
}

a {
    color: #fff;
    outline: none;
    text-decoration: none;
}
a:hover { text-decoration: none; color: #D3B34B;}
p {margin: 0}
img { border: none;}

input, select, textarea {font:12px/18px Arial, Tahoma, sans-serif;}
.left { float: left; }
.right, .float-right{ float: right; }
.cboth { clear: both; }
.center{text-align: center;}
.nobg { border: none !important; }

/* Header
-----------------------------------------------------------------------------*/
#header {
    background: url(../images/bg_head.gif) repeat-x 0 49px;
    color: #fff;
}
#footer .socials,
.socials {
    position:absolute;
    top:0;
    right:0;
    float:right;
    padding:12px 13px;
}
#footer .socials {
    top:auto;
    bottom:0;
    width:auto;
}
.socials li {
    float:left;
    margin:0 0 0 12px;
}
.socials li:first-child {margin-left:0;}
.socials a {
    float:left;
    font-size:0;
    line-height:0;
    color: transparent;
    width:17px;
    height:17px;
    background:url(../images/socials.png) no-repeat;
}
.socials a:hover {opacity:0.6;}
.socials a.facebook {
    width:8px;
    height:17px;
    background-position:0 0;
}
.socials a.twitter {
    background-position:-14px 0;
}
.socials a.youtube {
    width:14px;
    height:17px;
    background-position:-39px 0;
}
.socials a.instagram {
    background-position:-63px 0;
}
#header_inner {
    padding: 49px 0 0;
    height: 147px;

}

#header .logo {
    display: block;
    margin:-76px auto 0;
    width: 388px;
    height: 160px;
    background: url(../images/logo.png) no-repeat 50% 0;
}

#header .head_top {
    height: 23px;
    padding: 4px 0 0;
    background: url(../images/bg_head_top.gif) repeat-x 0 0;
}

#header .left {
    margin: 0 0 0 5px;
    display: inline;
    height: 19px;
    width: 415px;
}

#header .left a {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
}

#header .left form {
    display:inline;
}

#header .left .txt_search {
    background: url(../images/bg_head_input.gif) repeat-x 0 0;
    border: none;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    padding: 1px 3px 0;
    height:17px;
    width: 215px;
    float: left;
}

#header .left .btn_search {
    height:18px;
    width: 12px;
    background: url(../images/btns/btn_search_top.gif) no-repeat 50% 50%;
    border: none;
    margin:0 42px 0 0;
    vertical-align:bottom;
    cursor: pointer;
    float: left;
}

*+html #header .left .btn_search {
    margin-top:0;
}

#header .left form {
    display: inline;

}

#header .right li {
    float: left;
    margin: 0 7px 0 0;
}

#header .right li a {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
}

#header .right li a.active {
    color: #D3B34B;
}


#header .menu {
    height: 36px;
    margin: 0;
    background: url(../images/bg_menu.gif) repeat-x 0 0;
}

#header .menu li {
    float: left;
    line-height: 36px;
    padding-right: 2px;
    background: url(../images/menu_split.gif) no-repeat 100% 0;
}

#header .menu li.last {
    background: none;
    width: 71px;
    padding: 0;

}

#header .menu li a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;
    display: block;
    padding: 0 13px 0 12px;
    text-align: center;
}

#header .menu li a:hover,
#header .menu li a.active {
    background: url(../images/bg_menu.gif) repeat-x 0 100%;
}

/* Middle
-----------------------------------------------------------------------------*/
#page {
    width: 980px;
    margin: 0 auto;
    padding: 85px 0 0;
    position:relative;
}

#content {
    background: #fff;
}


/* Home Page
-----------------------------------------------------------------------------*/
#content .home_banner  {
    /*    height:49px;
        color: #fff;
        padding:270px 60px 0 40px;*/
    width: 980px;
    height: 312px;

    background: url(../images/home_bg.jpg) no-repeat 0 0;
}

#content .home_banner p {
    float: left;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    width: 555px;
    margin: 0;
}

#content .home_banner .btn {
    float: right;

}

.home_banner_sub {
    background: #644101 url(../images/bg_home_bg_sub.gif) repeat-x 0 100%;
    height: 100px;
    color: #fff;
}

#content .home_banner_sub a {
    color: #fff;
}

.home_banner_sub ul {
    width: 100%;
    overflow: hidden;
    background: url(../images/bg_home_bg_split.gif) repeat-y 0 100%;
}

.home_banner_sub li {
    float: left;
    width: 301px;
    height: 80px;
    padding: 10px 10px 10px 15px;
}

.home_banner_sub h3 {
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
}

.home_banner_sub p {
    margin: 0;
}

.home_banner_sub #hbs1 {
    width: 302px;
}

.home_banner_sub #hbs1 a {
    background:url("../images/arrow_white_big.gif") no-repeat scroll 100% 50% transparent;
    display:inline-block;
    font-size:32px;
    font-weight:bold;
    line-height:28px;
    margin:15px 0 0;
    padding:0 20px 0 0;
}

.home_banner_sub #hbs2 {
    width: 177px;
    padding-left: 140px;
    background: url(../images/bg_sub1.gif) no-repeat 5px 10px;
    position: relative;
}

.home_banner_sub #hbs2 a {
    position: absolute;
    bottom: 12px;
    right: 6px;
}

.home_banner_sub #hbs2 p {
    font-family:"trebuchet MS";
    font-size: 12px;
    line-height: 17px;
}

.home_banner_sub #hbs2 a,
.home_banner_sub #hbs3 a{
    float: right;
    text-transform: uppercase;
    background: url(../images/arrow_white.gif) no-repeat 100% 50%;
    padding-right: 10px;
    font-weight: bold;
    margin: 3px 0 0;
}

.home_banner_sub #hbs3 a {
    float: left;
    margin: 13px 0 0;
}

.home_banner_sub #hbs3 {
    width: 211px;
    padding-right: 100px;
    background: url(../images/bg_sub2.gif) no-repeat 100% 100%;
}

/* = Home Slider. Start */
@font-face {
    font-family: 'gotham_boldregular';
    src: url('../fonts/gotham-bold-webfont.eot');
    src: url('../fonts/gotham-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/gotham-bold-webfont.woff2') format('woff2'),
    url('../fonts/gotham-bold-webfont.woff') format('woff'),
    url('../fonts/gotham-bold-webfont.ttf') format('truetype'),
    url('../fonts/gotham-bold-webfont.svg#gotham_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ltzapfino_three_newregular';
    src: url('../fonts/linotypezapfino-webfont.eot');
    src: url('../fonts/linotypezapfino-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/linotypezapfino-webfont.woff2') format('woff2'),
    url('../fonts/linotypezapfino-webfont.woff') format('woff'),
    url('../fonts/linotypezapfino-webfont.ttf') format('truetype'),
    url('../fonts/linotypezapfino-webfont.svg#ltzapfino_three_newregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.home-slider{
    position: relative;
    height: 319px;
    overflow: hidden;
}
.home-slider #bx-pager{
    position: absolute;
    right:0;
    top:5px;
    z-index: 100;
}
.home-slider #bx-pager a{
    display: inline-block;
    font: 0/0 a;
    border:4px solid #54080e;
    border-radius: 4px;
    position: relative;

    -webkit-transition: all 0.3s ease-out, all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out, all 0.3s ease-out;
    transition: all 0.3s ease-out, all 0.3s ease-out;
    margin-right: 5px;
}
.home-slider #bx-pager a:before{
    content: "";
    background: url(../images/white-corner.png) no-repeat 0 0;
    width:10px;
    height: 8px;
    position: absolute;
    bottom:-12px;
    left:50%;
    margin-left: -5px;
    opacity: 0;
}
.home-slider #bx-pager a:hover,
.home-slider #bx-pager a.active{
    border:4px solid white;
}
.home-slider #bx-pager a:hover:before,
.home-slider #bx-pager a.active:before{
    opacity: 1;
}
.home-slider .hs-caption{
    position: absolute;
    bottom: 24px;
    left:26px;
    z-index:100;
    color:White;
    font: 98px ltzapfino_three_newregular, arial, helvetica, sans-serif;
    text-shadow: 1px 1px 20px black;
}
.home-slider .subtitle{
    position: absolute;
    left:38px;
    bottom:27px;
    color:White;
    font: 15px gotham_boldregular, Arial, Helvetica;
}
.home-slider .subtitle a{
    color:White !important;
}
.home-slider .subtitle a:hover{
    text-decoration: underline;
}
.involded-btn{
    background: #931522;
    background-image: -webkit-linear-gradient(top, #931522, #3a060a);
    background-image: -moz-linear-gradient(top, #931522, #3a060a);
    background-image: -ms-linear-gradient(top, #931522, #3a060a);
    background-image: -o-linear-gradient(top, #931522, #3a060a);
    background-image: linear-gradient(to bottom, #931522, #3a060a);
    -webkit-border-radius: 8;
    -moz-border-radius: 8;
    border-radius: 8px;
    font: 17px gotham_boldregular, Arial, Helvetica;
    color: #ffffff !important;
    padding: 10px 30px 10px 30px;
    text-decoration: none;
    position: absolute;
    right:70px;
    bottom:10px;
    z-index: 100;
    text-transform: uppercase;

    -webkit-transition: all 0.3s ease-out, all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out, all 0.3s ease-out;
    transition: all 0.3s ease-out, all 0.3s ease-out;
}
.involded-btn:hover{
    background: #af1625;
    background-image: -webkit-linear-gradient(top, #af1625, #58050c);
    background-image: -moz-linear-gradient(top, #af1625, #58050c);
    background-image: -ms-linear-gradient(top, #af1625, #58050c);
    background-image: -o-linear-gradient(top, #af1625, #58050c);
    background-image: linear-gradient(to bottom, #af1625, #58050c);
    text-decoration: none;
}
/* = Home Slider. End */

.home_cols {
    padding: 20px 0;
}

.home_cols_inner {
    background: url(../images/home_cols_split.gif) repeat-y 50% 0;
}

.home_cols h2 {
    color: #644101;
    font-weight: normal;
    font-size: 24px;
    line-height: 24px;
    margin: 0 0 20px;
}

#content .home_cols h2 a {
    color: #644101;
    font-weight: normal;
    font-size: 24px;
}

#content .home_cols h2 a:hover {
    color: #D3B34B;
}

.home_cols .hcol {
    float:left;
    padding:0 19px;
    width:287px;
}

.hr {
    background: url(../images/hr_dotted.gif) repeat-x 0 0;
    height: 1px;
    line-height: 0;
    font-size: 0;
}

.home_cols .news_col ul {
    margin: 0;
}

.home_cols .news_col li {
    padding: 15px 0;
    background: url(../images/hr_dotted.gif) repeat-x 0 100%;
}

.home_cols .news_col .news_img{
    float: left;
}

.home_cols .news_col .news_txt {
    padding: 0 0 0 65px;
}

.home_cols .news_col .news_txt p {
    display: inline;
}

.home_cols .news_col .news_txt .readmore,
.readmore_link{
    background: url(../images/arrow_brown.gif) no-repeat 100% 50%;
    padding: 0 15px 0 0;
    font-size: 12px;
    white-space: nowrap;
}

.home_cols .news_col h4 {
    color:#644101;
    font-size:13px;
    font-weight:bold;
    height:17px;
    margin:0 0 4px;
    overflow:hidden;
}

.home_cols .news_col p {
    
}

.home_cols .readmore_all {
    font-size: 14px;
    background: url(../images/arrow_brown.gif) no-repeat 100% 50%;
    padding: 0 15px 0 0;
}

.home_cols .news_col a:hover {
    color: #000;
}

.home_cols .daily_col p {
    font-size: 14px;
    color: #555;
}

.home_cols .daily_col ul {
    background: url(../images/hr_dotted.gif) repeat-x 0 0;
    margin: 15px 0 40px;
    padding: 1px 0 0;
}

.home_cols .daily_col li {
    background: #fff url(../images/bg_daily_list.gif) repeat-x 0 100%;
    padding: 5px 10px;
}

.home_cols .daily_col li a {
    display: block;
    font-size: 13px;
    background: url(../images/arrow_brown.gif) no-repeat 100% 50%;
}

.home_cols .daily_col .video_box {
    padding: 0;
    text-align: center;
}

.home_cols .daily_col .video_box embed,
.home_cols .daily_col .video_box object {
    width: 280px !important;
    height: 222px !important;
    margin: 0 auto;
}

.home_cols a {
    color: #644101;
    font-weight: bold;
}

.home_cols a:hover {
    color: #000;
}

.home_cols .post_col {
    position: relative;
    padding-top: 91px;
}

.post_box .post_img {
    float: left;
    width: 106px;
    overflow: hidden;
}

.post_box .post_txt {
    padding: 0 0 0 118px;
}

.post_box .post_txt p {
    line-height: 16px;
}

.post_box .post_txt h4 {
    color: #644101;
    font-weight: bold;
    font-size: 13px;
    margin: 0 0 7px;
}

.post_col .home_newsletter {
    background:url("../images/bg_nl_home.gif") repeat-x scroll 0 100% #741019;
    color:#FFFFFF;
    height:95px;
    left:3px;
    padding:20px 10px 10px 20px;
    position:absolute;
    top:-20px;
    width:297px;
}

.post_col .home_newsletter h2 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
}

.post_col .home_newsletter p {
    margin: 0 0 10px;
}

.post_col .home_newsletter .nl_txt {
    width: 140px;
    height: 16px;
    padding: 2px 0 2px 5px;
    border: none;
    background: #fff;
    color: #555;
    font-size: 11px;
    font-weight: bold;
    float: left;
}

.post_col .home_newsletter .nl_btn {
    vertical-align:top;
    background: #fff url("../images/arrow_brown.gif") no-repeat scroll 50% 50%;
    height: 20px;
    width: 25px;
    border: none;
    margin: 0;
    float: left;
    padding: 0;
    cursor: pointer;
    display: inline-block;
}


.post_col .hr {
    margin:13px 0 14px;
}

.wide_form .btn_red_one {
    background: url(../images/btns/btn_red.gif) no-repeat 0 0;
    height: 38px;
    width: 96px;
    border: none;
    color: #fff;
    font-size: 16px;
    padding:0;
    margin: 0 0 0 168px;
}

.btn_home_join {
    background: url(../images/btns/btn_home_join.png) no-repeat 0 0;
    height: 38px;
    width: 279px;
}

.btn_red, .btn_red span {
    height: 38px;
    font: bold 16px/38px Arial, Tahoma, Geneva, sans-serif;
    background: url(../images/btns/bg_btn_red.gif) no-repeat 100% 0;
    color: #fff !important;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase;
}
.btn_red span {
    padding: 0 25px;
    background-position: 0 -38px;
}

.btn_red:hover {
    background-position: 100% -76px;
}
.btn_red:hover span {
    background-position: 0 -114px;
}

.btn_red { cursor: pointer; } /* for IE6 only */



.arrow_right, .arrow_right span,
.arrow_left, .arrow_left span{
    height: 19px;
    font: normal 12px/19px Arial, Tahoma, Geneva, sans-serif;
    background: url(../images/btns/bg_btn_arrow_right.gif) no-repeat 100% 0;
    color: #fff !important;
    display: inline-block;
    margin: 0 0 5px;
    text-align: left;
    white-space: nowrap;
    text-decoration: none;
    text-transform: none;
    cursor: pointer;
}

.arrow_left, .arrow_left span {
    background: url(../images/btns/bg_btn_arrow_left.gif) no-repeat 100% 0;
}

.arrow_right span {
    padding: 0 30px 0 10px;
    background-position: 0 -19px;
}

.arrow_left span {
    padding: 0 10px 0 30px;
    background-position: 0 -19px;
}

.arrow_right:hover,
.arrow_left:hover{
    background-position: 100% -38px;
}
.arrow_right:hover span,
.arrow_left:hover span {
    background-position: 0 -57px;
}

#sidebar .arrow_right {
    background: url(../images/btns/bg_btn_arrow_right_side.gif) no-repeat 0 0;
    display: block;
    width: 137px;
    padding: 0 0 0 10px;
    margin: 10px 0;
}

#sidebar .arrow_right:hover {
    background-position: 0 100%;
}

/* Subpages
-----------------------------------------------------------------------------*/

.banner {
    color: #fff;
    background: url(../images/bg_bg.jpg) repeat-x 0 0;
}

.banner_inner {
    padding: 10px 0 0 20px;
    height: 112px;
}

#banner_donate          { background: url(../images/bg/bg_donate.jpg) no-repeat 100% 0; }
#banner_get-involved    { background: url(../images/bg/bg_involved.jpg) no-repeat 100% 0; }
#banner_events          { background: url(../images/bg/bg_events.jpg) no-repeat 100% 0; }
#banner_contact         { background: url(../images/bg/bg_contact.jpg) no-repeat 100% 0; }
#banner_ecard           { background: url(../images/bg/bg_ecard.jpg) no-repeat 100% 0; }
#banner_parish          { background: url(../images/bg/bg_parish.jpg) no-repeat 100% 0; }
#banner_media,
#bannernews-and-media  { background:url("../images/bg/bg_news.jpg") no-repeat scroll 100% 0 transparent; }
#banner_news            { background: url("../images/bg/bg_news.jpg") no-repeat scroll 100% 0 transparent; }
#banner_candle          { background: url(../images/bg/bg_candle.jpg) no-repeat 100% 0; }
#banner_programming     { background: url(../images/bg/bg_programming.jpg) no-repeat 100% 0; }
#banner_feasts          { background: url(../images/bg/bg_events.jpg) no-repeat 100% 0; }
#banner_our-church      { background: url(../images/bg/bg_parish.jpg) no-repeat 100% 0; }
#banner_eastern-diocese { background: url(../images/bg/bg_diocese.jpg) no-repeat 100% 0; }
#banner_faith-and-worship { background: url(../images/bg/bg_worship.jpg) no-repeat 100% 0; }
#banner_armenian-heritage { background: url(../images/bg/bg_heritage.jpg) no-repeat 100% 0; }

.banner h1 {
    font-size:55px;
    font-weight:normal;
    height:60px;
    line-height:55px;
    overflow:hidden;
}

#content .banner .breadcrumb {
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 25px;
}

#content .banner .breadcrumb a {
    font-weight: normal;
    color: #fff;
}

#content .banner .breadcrumb a:hover {
    color: #D3B34B;
}

.page_right {
    padding: 20px 20px 30px 30px;
    border-left: 200px solid #a17102;
}

.page_right .page_txt {
    float: left;
    width: 545px;
}

.page_right .page_txt hr {
    border: none;
    border-bottom: 1px dotted #A17102;
    background: none;
}

.page_right .page_txt td {
    padding: 5px 20px 5px 0;
}

.page_right .page_txt .tbl_radio_list td.td_checkbox {
    padding-right:0;
}

.page_right .page_txt .tbl_radio_list td {
    padding-top:0;
    padding-bottom: 0;
}

.page_right .page_txt .tbl_radio_list td.td_label {
    padding-right:6px;
}

.page_right .page_txt td p {
    padding-left: 10px;
}

.page_right .page_txt b,
.page_right .page_txt strong {
    font-weight: bold;
}

.page_right .page_txt i,
.page_right .page_txt em {
    font-style: italic;
}

.page_right .page_txt ul {
    padding: 0 0 0 25px;
    list-style-type: disc;
    margin: 0 0 10px;
}

.page_right .page_txt ul ul {
    list-style-type: circle;
    margin: 3px 0;
}

.page_right .page_txt blockquote {
    margin: 0 0 0 30px;
}

.page_right .page_txt ol {
    padding: 0 0 0 25px;
    list-style-type: decimal;
    margin: 10px 0;
}

.page_right .page_txt ol li {
    margin: 0 0 10px;
}

#faq {
    list-style: none;
    padding: 0;
}

#content a {
    color: #741019;
}

#content a:hover {
    color: #D3B34B;
}

.page_right .page_txt p {
    margin: 0 0 15px;
}

#faq li {
    background: url(../images/arrow_brown.gif) no-repeat 0 11px;
    padding: 0 0 0 15px;
    margin:0;
}

#faq li li {
    background: none;
    padding-left:0;
}

#faq li ul {
    list-style-type: disc;
    margin: 0 0 10px 15px;
}

.page_right .page_txt h2 {
    color: #643c01;
    font-size: 26px;
    font-weight: bold;
    line-height: 26px;
    margin: 0 0 10px;
    padding: 0 0 10px;
    overflow: hidden;
    _height: 30px;
}

.page_right .page_txt h3 {
    color: #643c01;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    margin: 0 0 10px;
}

.page_right .page_txt h2 b {
    float: left;
    width: 390px;
}

.page_right .page_txt .subtitle {
    font-size: 16px;
    margin: 10px 0 20px;
    line-height: 24px;
}

.page_right .page_txt .dots {
    background: url(../images/hr_dotted.gif) repeat-x 0 100%;
}

.page_right .page_bar {
    float: right;
    width: 161px;
}

.news_main {
    margin: 0 0 30px;
}

.news_main .mn_left {
    width: 250px;
    float: left;
    text-align:center;
}

.news_main .mn_right {
    padding: 0 0 0 270px;
}


.video_main {
    margin: 20px 0 30px;
}

.video_main .vm_left {
    width: 360px;
    float: left;
    overflow: hidden;
}

.video_main .vm_left embed,
.video_main .vm_left object {
    width: 360px !important;
    height: 228px !important;
}

.video_main .vm_right {
    padding: 0 0 0 380px;
}

.video_main .vm_right h3 {
    color: #643c01;
    font-weight: normal;
    font-size: 18px;
    margin: 0 0 5px;
}

.news_post {
    padding: 20px 0;
    background: url(../images/hr_dotted.gif) repeat-x 0 100%;
}

.news_post .np_left {
    width: 135px;
    float: left;
    text-align:center;
    overflow: hidden;
}

.news_post .np_right {
    padding: 0 0 0 140px;
}

.news_post .np_right .ico_date {
    margin: 0 0 3px;
}

.news_post .np_right h4 {
    color: #643c01;
    font-weight: normal;
    font-size: 18px;
    margin: 0 0 5px;
}

.news_post .np_right td {
    vertical-align: bottom;
    padding:0 20px 0 0 !important;
}

.news_post .np_right h5 {
    font-size: 14px;
    color: #643c01;
    padding:0;
    margin:0;
    font-weight: normal;
}

.ico_location {
    background:url("../images/icos/ico_flag.gif") no-repeat 0 50%;
    color: #7a7a7a;
    margin: 0 0 7px;
    padding-left: 17px;
}

.ico_date {
    background:url("../images/icos/ico_date.gif") no-repeat 0 50%;
    color: #7a7a7a;
    margin: 0 0 7px;
    padding-left: 15px;
}

.page_bar .newsletter {
    background:url("../images/bg_nl_home.gif") repeat-x scroll 0 100% #741019;
    color:#FFFFFF;
    height:125px;
    padding: 10px 15px;
}

.page_bar .newsletter h2 {
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.page_bar .newsletter p {
    margin: 0 0 10px;
}

.page_bar .newsletter .nl_txt {
    width: 100px;
    height: 20px;
    padding: 0 0 0 5px;
    border: none;
    background: #fff;
    color: #555;
    font-size: 11px;
    font-weight: bold;
    float: left;
}

*+html .page_bar .newsletter .nl_txt {
    padding-top:2px;
    height: 18px;
}

*html .page_bar .newsletter .nl_txt {
    padding-top:2px;
    height: 18px;
}

.page_bar .newsletter .nl_txt {
    padding-top:2px\9
}

.page_bar .newsletter .nl_txt {
    height: 18px\9
}

.page_bar .newsletter .nl_btn {
    background: #fff url("../images/arrow_brown.gif") no-repeat scroll 50% 50%;
    display: inline-block;
    height: 20px;
    width: 25px;
    border: none;
    margin: 0;
    padding: 0;
    vertical-align:top;
    cursor: pointer;
    float: left;
}

.page_bar .dotted_menu {
    background: url(../images/rightbox_dots_v.gif) repeat-y 0 0;
    width: 161px;
}

.page_bar .dotted_menu li {
    padding: 5px 5px 5px 0;
    background: url(../images/hr_dotted.gif) repeat-x 0 100%;
}

.page_bar .dotted_menu li a {
    font-size: 12px;
    color: #353535;
    display: block;
    height: 20px;
    padding: 0 0 0 45px;
    background: url(../images/icos/ico_dotted_bar.gif) no-repeat 0 0;
}

.page_bar .dotted_menu li a:hover {
    color: #6F0F17;
}

.page_bar .dotted_menu #ico_email a {
    background-position: 12px 5px;
}

.page_bar .dotted_menu #ico_print a {
    background-position: 12px -27px;
}

.page_bar .dotted_menu #ico_share a {
    background: url(../images/icos/ico_dotted_bar.gif) no-repeat 12px -60px !important;
}

.viewmore {
    color: #741019;
    font-size: 14px;
    text-transform: uppercase;
    background:url("../images/btns/viewmore.gif") no-repeat 0 0;
    display: inline-block;
    margin: 10px 0 0;
    font-size:0;
    line-height: 0;
    height: 10px;
    width: 78px;
    font-weight: bold;
}

.church_blocks {
    width: 100%;
    overflow: hidden;
    margin: 20px 0 0;
    padding: 0 !important;
    background:url("../images/hr_dotted.gif") repeat-x scroll 0 100% transparent;
}

.church_blocks li {
    width: 266px;
    min-height: 100px;
    display: -moz-inline-stack;
    background:url("../images/hr_dotted.gif") repeat-x scroll 0 0 transparent;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 15px 2px;
    zoom: 1;
    *display: inline;
    _height: 100px;
}


.church_blocks h3 {
    color: #643C01;
    font-size: 18px;
    font-weight: normal;
    margin: 10px 0;
}

.church_blocks .viewmore {
    margin-top: 20px;
}

.church_blocks .church_content {
    height: 95px;
    overflow: hidden;
}

.camp_blocks {
    width: 100%;
    overflow: hidden;
    margin: 20px 0 0;
    padding: 0 !important;
}

.camp_blocks li {
    width: 266px;
    min-height: 100px;
    display: -moz-inline-stack;
    background:url("../images/hr_dotted.gif") repeat-x scroll 0 0 transparent;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 15px 2px;
    zoom: 1;
    *display: inline;
    _height: 100px;
}

.camp_blocks li h3 {
    color: #643c01;
    font-size: 30px !important;
    margin: 0;
    padding: 0 0 5px !important;
}

.camp_blocks li p {
    padding-right: 5px;
    height: 175px;
}

.camp_blocks li img {
    margin: 0 0 10px;
}

.gallery_list {
    width: 100%;
    overflow: hidden;
    margin: 20px 0;
    padding: 0 !important;
}

.gallery_list li {
    width: 170px;
    min-height: 170px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    margin: 0 9px 20px 0;
    padding: 0;
    zoom: 1;
    *display: inline;
    _height: 190px;
    overflow: hidden;
    text-align: center;
}

.gallery_list li div {
    /*height: 160px;*/
    overflow: hidden;
}

.gallery_list li a {
    color: #643c01;
    font-size: 14px;
    line-height: 22px;
}
.gallery_list li a:hover {
    color:#000;
}

.candle_list li {
    height: auto;
}

.candle_list li div {
    height: auto;
}

.candle_list .candle_done {
    font-size: 14px;
    color:#643C01;
}

.candle_list .candle_done b {
    font-size: 18px;
    font-weight: normal;
    display: block;
    margin: 0 0 5px;
}

.candle_list li a {
    display: block;

}


.candle_list li img {
    display: block;
    margin: 0 auto 5px;
}

#content .sub_page_menu {
    text-align: center;
    background:url("../images/bg_menu_ul.gif") repeat-x scroll 0 0 transparent;
    margin: 0 0 20px;
    list-style: none;
    padding: 0;
    overflow: hidden;
}

#content .sub_page_menu li {
    height:36px;
    line-height: 36px;
    float: left;
    margin:0;
    background:url("../images/bg_menu.gif") repeat-x scroll 0 0 transparent;
}

#content .sub_page_menu li a {
    display: inline-block;
    height: 36px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding: 0 10px;
    white-space: nowrap;
    font-weight: normal;
}

*html .sub_page_menu li a  {
    width: 30px;
}


.page_right .sub_page_menu li a:hover,
.page_right .sub_page_menu .active a {
    background:url("../images/bg_menu.gif") repeat-x scroll 0 100% transparent;
    color: #fff;
}

.sub_page_menu li.sep span {
    background:url("../images/menu_split.gif") no-repeat scroll 100% 0;
    width: 1px;
    padding-left:1px;
    display: inline-block;
    height: 36px;
}


.btn {
    display: inline-block;
    cursor: pointer;
    border: none;
}

.btn:hover {
    background-position: 0 100% !important;
}


.esend_top {
    text-align: center;
    color: #7a7a7a;
}

.esend_top p {
    padding: 0 0 20px;
}


.pagenavigator {
    float: left;
    padding: 10px 0 10px 0 !important;
    list-style-type: none !important;
}

.pagenavigator li {
    float: left;
    color: #7a7a7a;
}

.pagenavigator li a {
    color: #7a7a7a;
    padding: 2px 5px;
}

.pagenavigator li a:hover {
    color:#cfc5b2;
}

.pagenavigator li a span {
    background: transparent;
    border: none;
    padding:0;
}

.pagenavigator li span {
    background: #fcf8ee;
    border: 1px solid #cfc5b2;
    padding: 2px 5px;
}

.pagenavigator input {
    vertical-align: middle;
    background: #fcf8ee;
    border: 1px solid #cfc5b2;
    height: 16px;
    padding: 1px 2px;
    color: #7a7a7a;
}

.pagenavigator input { margin-top: -3px\9 }
*html .pagenavigator input { margin-top: 1px }

.pager_right {
    float: right;
    margin: 0;
    width: 170px;
    padding: 10px 0 0;
    color: #7a7a7a;
}

.pager_right label {
    float: right;
}

.pager_right .jqTransformSelectWrapper {
    float: right;
    margin: 0 0 0 5px;
}

#picleft {
    float:left;
    left:0;
    padding: 0 10px 0 0;
}

/* Sidebar
-----------------------------------------------------------------------------*/
#sidebar {
    width: 200px;
    float: left;
    background: #a17102;
}

#sidebar li {
    padding: 0;
    margin: 0;
    display: inline;
}

#sidebar li a {
    display: block;
    padding: 7px 13px 9px 20px;
    background:#a17102 url(../images/sidebar_link.gif) repeat-x 0 100%;
    color: #fff;
    font: bold 12px Arial, Verdana, Tahoma, sans-serif;
}

#sidebar li a:hover, 
#sidebar li.active a  {
    background:#d4b554 url(../images/sidebar_link_active.gif) repeat-x 0 100%;
    color: #fff;
}

#sidebar li a span,
#sidebar li h3 span{
    display: block;
    padding: 0 10px 0 0;
    background:url(../images/arrow_white.gif) no-repeat 100% 5px;
}

#sidebar li h3 span{
    background:none;
}
#sidebar li h3 span:hover {
    /*color: #D2B044;*/
}

#sidebar h3 {
    background:url("../images/sidebar_link.gif") repeat-x scroll 0 100% #A17102;
    color:#FFFFFF;
    display:block;
    font:bold 12px/18px Arial,Verdana,Tahoma,sans-serif;
    padding:7px 20px 9px 20px;
}

#sidebar .recent_list li a {
    background:none;
    color:#FFFFFF;
    display:inline;
    font:normal 12px/18px Arial,Verdana,Tahoma,sans-serif;
    padding:0;
}

#sidebar .recent_list li a:hover {
    color: #d0b881;
}

#sidebar .recent_list {
    /*border-bottom:5px solid #5C3F09;*/
    /*margin: 10px 0 0;*/
}

#sidebar .recent_list li{
    padding: 6px 20px 8px 20px;
    border: none;
    display: block;
    background:url("../images/hr_dotted_sidebar.gif") repeat-x scroll 0 100% transparent;
    color:#FFFFFF;
    display:block;
    font:12px/18px Arial,Verdana,Tahoma,sans-serif;
}

#sidebar .recent_list  li.active {
    background:url("../images/sidebar_link_active.gif") repeat-x scroll 0 100% #D4B554;
}

#sidebar .recent_list li p {
    background:url("../images/icos/ico_date_sidebar.gif") no-repeat 0 3px transparent;
    color: #d0b881;
    padding: 0 0 3px 15px;
}

#sidebar .recent_list li.active p  {
    background:url("../images/icos/ico_date_sidebar_active.gif") no-repeat 0 3px transparent;
    color: #a17102;
}



#sidebar .larrow_list li a {
    background:none;
    color:#FFFFFF;
    display:inline;
    font:normal 12px/18px Arial,Verdana,Tahoma,sans-serif;
    padding:0;
}

#sidebar .larrow_list li a{
    padding: 6px 20px 8px 20px;
    border: none;
    display: block;
    background:url("../images/hr_dotted_sidebar.gif") repeat-x scroll 0 100% transparent;
    color:#FFFFFF;
    display:block;
    font:12px/18px Arial,Verdana,Tahoma,sans-serif;
}

#sidebar .larrow_list li a span {
    background:url("../images/arrow_sidebar.gif") no-repeat scroll 0 50% transparent;
    padding:0 0 0 10px;
}

#sidebar .larrow_list li.active a,
#sidebar .larrow_list li a:hover {
    background:url("../images/sidebar_link_active.gif") repeat-x scroll 0 100% #D4B554;
}

#sidebar .larrow_list li p {
    background:url("../images/icos/ico_date_sidebar.gif") no-repeat 0 3px transparent;
    color: #d0b881;
    padding: 0 0 3px 15px;
}

#sidebar .larrow_list li.active p  {
    background:url("../images/icos/ico_date_sidebar_active.gif") no-repeat 0 3px transparent;
    color: #a17102;
}




#sidebar .archive_list   {
    /*border-bottom:5px solid #5C3F09;*/
    margin: 5px 0 0;
}

#sidebar .archive_list li{
    padding: 3px 20px 3px 25px;
    border: none;
    display: block;
    background:url("../images/arrow_sidebar.gif") no-repeat scroll 16px 10px transparent;
    color:#FFFFFF;
    display:block;
    font:12px/18px Arial,Verdana,Tahoma,sans-serif;
}

#sidebar .archive_list li.active a {
    font-weight: bold;
    color: #D0B881;
}

#sidebar .archive_list  li a {
    background:none;
    color:#FFFFFF;
    display:inline;
    font:normal 12px/18px Arial,Verdana,Tahoma,sans-serif;
    padding:0;
}

#sidebar .archive_list  li a:hover {
    color: #d0b881;
}

#sidebar .archive_list li .last{
background:url("../images/hr_dotted_sidebar.gif") repeat-x scroll 0 100% transparent;
}
.side_donate {
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 20px 0;
}

.side_donate  p {
    line-height: 22px;
    padding:0 4px;
}

.side_donate .btn_donate {
    background:url(../images/btns/btn_donate_side.gif) no-repeat 0 0;
    margin: 15px 0;
}

.side_daily {
    font-size: 12px;
    color: #fff;
    padding: 15px 10px 20px;
    border-top: 4px solid #5c3f09;
    border-bottom: 4px solid #5c3f09;
}

.side_daily p {
    padding: 0 10px 10px;
    line-height: 20px;
}

.side_daily div {
    margin: 0 auto;
    text-align:left;
    padding:5px 15px;
    background:#B48802;
}

.side_contact {
    color: #fff;
    text-align: center;
    padding: 20px 0;
}

.side_contact p {
    padding: 0 10px 0 20px;
    text-align: left;
}

#content .side_contact a {
    color: #fff;
}

.side_contact a:hover {
    color:#000;
}

.side_contact .hr {
    background:url("../images/hr_dotted_sidebar.gif") repeat-x scroll 0 0 transparent;
    margin: 5px 0;
}

.side_contact img {
    margin: 5px 0 0;
}


/* FORMS
-----------------------------------------------------------------------------*/
.msg_ok {
    text-align: center;
    font-size: 16px;
    margin: 50px auto;
    line-height: 26px;
}

.msg_ok .btn_red {
    margin-top: 20px;
}

.wide_form {
    font-size: 14px;    
}

.wide_form input,
.wide_form select,
.wide_form textarea {
    font-size: 14px;
    font-family: Arial;
    color: #444;
    float: left;
}

.wide_form input {
    background:none repeat scroll 0 0 #FCF8EE;
    border:1px solid #CFC5B2;
    height:16px;
    padding:2px 5px;
}

.wide_form .chk {
    padding: 0;
    background: none;
    border: none;
    width: auto;
}

.wide_form span {
    color: #a17102;
    float: left;
}

.wide_form .btn_red_mini,
.wide_form .btn_y_mini{
    display: inline-block;
    background: url(../images/btns/btn_red_mini.gif) no-repeat 0 0;
    height: 26px;
    width: 66px;
    color: #fff !important;
    line-height: 26px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    padding: 0 10px;
}

.wide_form .btn_red_midi
{
    display: inline-block;
    background: url(../images/btns/btn_red_midi.gif) no-repeat 0 0;
    height: 26px;
    width: 126px;
    color: #fff !important;
    line-height: 26px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    padding: 0 10px;
}

.wide_form .btn_y_mini{
    width: 128px;
    margin: 0 0 0 20px;
    background: url(../images/btns/btn_y_mini.gif) no-repeat 0 0;
}

.wide_form .btn_red_mini span,
.wide_form .btn_y_mini span {
    float: none;
    color: #fff;
}
.wide_form .btn_red_midi span
{
    padding-left:2px;    
    color: #fff;
}

.wide_form .btn_red {
    float: none;
}

.wide_form h3 {
    color: #444;
    font-size: 14px;
    font-weight: bold;
    padding: 20px 0 5px 10px;
    border-bottom: 1px solid #e7e2d8;
}

.wide_form .form_title {
    padding: 0;
    height: 22px;
    border-bottom:1px solid #E7E2D8;
    margin: 10px 0 0;
}

.wide_form .form_title b {
    display: inline-block;
    /*  background: url(../images/form_title.gif) no-repeat 0 0;*/
    height: 22px;
    line-height: 22px;
    padding-left:10px;
}

.wide_form .form_title b span {
    /*background: url(../images/form_title.gif) no-repeat 100% 0;*/
    display: inline-block;
    color: #444;
    padding-right:10px;
    font-size: 14px;
}

.eform h3 {
    border: none;
}

.wide_form .f_row,
.wide_form .f_row2 {
    padding: 10px 0;
    border-bottom: 1px solid #e7e2d8;
}

.eform .f_row {
    padding: 10px 0;
    border: 1px solid #e7e2d8;
    margin: 0 0 10px;
}

.eform .f_row2 {
    padding: 10px 0;
    width: 100%;
    overflow: hidden;
}

.f_row2{
    width: 100%;
    overflow: hidden;
}

.eform .f_row2 {
    padding: 10px 0;
    border: 1px solid #e7e2d8;
    margin: 0 0 10px;
    width: 100%;
    overflow: hidden;
}

.wide_form .f_row2 textarea {
    background:none repeat scroll 0 0 #FCF8EE;
    border:1px solid #CFC5B2;
    margin-right:5px;
    padding:4px;
}

.eform .f_row2 .mceEditorContainer {
    margin: 0 0 0 10px;
}

.wide_form .f_row label,
.wide_form .f_row2 label {
    float: left;
    width: 130px;
    color: #7a7a7a;
    padding: 0 0 0 10px;
}

.eform p label {
    color: #7a7a7a;
}

.eform .f_row label {
    width: auto;
}

.wide_form .f_row .f_inputs,
.wide_form .f_row2 .f_inputs {
    padding: 0 0 0 140px;
    color: #444;
}

.wide_form .f_row .select_posted .jqTransformSelectWrapper {
    z-index: 1 !important;
}

.eform .f_row .f_inputs {
    padding: 0 0 0 65px;
}

.wide_form .f_row .f_inputs a {
    color: #888;
}

.wide_form .f_row .f_inputs a:hover {
    color: #000;
}

.wide_form .f_row .f_inputs label {
    width: auto;
    padding: 0 10px 0 0;
    color: #444;
}

.eform .f_row .f_inputs label {
    color: #7a7a7a;
    margin: 0 0 0 30px;
}

.wide_form .w400 {
    width: 380px;
}

.wide_form .w50 {
    width: 50px;
}

.btn_donate {
    background:url(../images/btns/btn_donate.gif) no-repeat 0 0;
    width: 159px;
    height: 38px;
}

.wide_form .warning_mess {
    padding: 0;
}

.wide_form .warning_mess ul {
    margin: 0 0 10px;
}

.wide_form .warning_mess li {
    color: red;
}

.light_ok {
    background: url(../images/candleback.gif) repeat 0 0;
    padding: 0 0 15px;
    margin: 0 0 10px;
}

.light_ok td {
    padding: 10px !important;
    font-size: 14px;
}

.light_ok td p {
    padding: 0 !important;
}

/* Sitemap
-----------------------------------------------------------------------------*/
.sitemap_page{
    overflow: hidden;
    padding:30px 0;
}
.sitemap_page .sitemap_left{
    width:50%;
    float:left;
}
.sitemap_page .sitemap_right{
    width:50%;
    float:left;
}
.sitemap_page ul{
    margin:5px 0 5px 20px;
}
.sitemap_page ul li{
    background: url(../images/arrow_brown.gif) no-repeat left 6px;
    padding-left:10px;
}
.sitemap_page ul li{
    font-weight: bold;
    margin:3px 0px;
}
.sitemap_page ul li ul li{
    font-weight: normal;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
    height: 182px;
    background:#741019 url(../images/bg_footer.gif) repeat-x 0 100%;
    color: #fff;
}

#footer li {
    float: left;
}
.footer_top li {
    background:#741019 url(../images/bg_footer_top.gif) no-repeat 0 0;
}

.footer_top li a {
    background:url("../images/arrow_white.gif") no-repeat scroll 100% 50% transparent;
    padding:0 15px 0 10px;
}

#footer #f_top_1 {
    background-position: 0 0;
    width: 197px;
}

#footer #f_top_2 {
    background-position: -197px 0;
    width: 196px;
}

#footer #f_top_3 {
    background-position: -393px 0;
    width: 196px;
}

#footer #f_top_4 {
    background-position: -589px 0;
    width: 196px;
}

#footer #f_top_5 {
    background-position:-785px 0;
    width:195px;
}


#footer ul, #footer p {
    clear: both;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.footer_top {
    height: 51px;
}

.footer_top li {
    width: 196px;
    height: 44px;
    padding: 7px 0 0;
}


#footer .footer_bottom .left {
    width: 110px;
}

#footer .logo_footer {
    background:url(../images/logo_footer.png) no-repeat 0 0;
    display: block;
    height: 97px;
    width: 68px;
    margin: 15px auto;
}

#footer .footer_bottom .right {
    width: 870px;
    padding: 25px 0 0;
}

#footer .footer_bottom .right li {
    margin: 0 5px 0 0;
}

#footer .footer_bottom .right li a {

}

#footer .footer_bottom .footer_menu1 {
    margin: 0 0 10px;
    font-size: 14px;
}

#footer .footer_bottom p {
    margin: 0;
}


.v_splitter {
    clear: both;
}


#boxGalleryImage {
    background-color:#ffffff;
    border:1px #a0a0a0 solid;
    padding:20px 10px 10px;
}

#btnBoxGalleryImageClose {
    cursor:pointer;
    float:right;
    position: absolute;
    right: 10px;
    top: 3px;

}

#btnBoxGalleryImageClose:hover {
    color: #A17102;
}

.table_pad {
    padding: 5px 10px;
}

#mag-menu {
    float:right;
    margin-left:10px;
    padding-bottom:10px;
    padding-top:5px;
    right:0;
    top:200px;
    visibility:visible;
    width:185px;
    background: #EFE4C2;
    padding: 0 10px;
}

#textindent {
    background: #EAE2BD;
    margin-top: -5px;
    padding: 15px;
}

#textindent td {
    padding: 0 !important;
}

.tab_nopad td {
    padding: 0 !important;
    line-height: 8px;
}

.column-three {
    border:thin solid #999999;
    font-size:11px;
    line-height:16px;
    margin-bottom:15px;
    margin-left:0;
    margin-right:10px;
    padding:5px;
}


.blockMsg {
    cursor: default !important;
    width: 400px !important;
    background: transparent !important;
}

#boxGalleryImage {
    background:transparent;
    border:0px #a0a0a0 solid;
    width:400px;
    padding:0;
}

.blockMsg #btnBoxGalleryImageClose {
    background:url("../images/btn_close_grey.gif") no-repeat scroll right 1px transparent;
    cursor:pointer;
    height:20px;
    position:absolute;
    right:9px;
    top:8px;
    width:60px;
    z-index:10;
    color:#464646;
    display:block;
    float:right;
    font:bold 12px georgia;
    text-transform:uppercase;
    padding-right: 8px;
}

.blockMsg .video_main h3 {
    color:#464646;
    font-size: 14px;
    text-align: center;
    padding: 10px 0 5px;
    margin: 0;
}

.blockMsg .video_main {
    margin:0;
    padding:10px 0 0;
}


.pp_bottom  {
    height:20px;
    position:relative;
}
* html .pp_bottom {
    padding:0 20px;
}
.pp_bottom .pp_left {
    background:url("../images/left_bot.png") no-repeat scroll left bottom transparent;
    height:20px;
    left:0;
    position:absolute;
    width:20px;
}
.pp_bottom .pp_middle {
    height:20px;
    left:20px;
    position:absolute;
    right:20px;
}
* html .pp_bottom .pp_middle {
    left:0;
    position:static;
}
.pp_bottom .pp_right {
    background:url("../images/right_bot.png") no-repeat scroll right bottom transparent;
    height:20px;
    left:auto;
    position:absolute;
    right:0;
    top:0;
    width:20px;
}

.pp_bottom  {
    height:20px;
    position:relative;
}
* html .pp_bottom {
    padding:0 20px;
}
.pp_bottom .pp_left {
    background:url("../images/left_bot.png") no-repeat scroll left bottom transparent;
    height:20px;
    left:0;
    position:absolute;
    width:20px;
}
.pp_bottom .pp_middle {
    height:20px;
    left:20px;
    position:absolute;
    right:20px;
}
* html .pp_bottom .pp_middle {
    left:0;
    position:static;
}
.pp_bottom .pp_right {
    background:url("../images/right_bot.png") no-repeat scroll right bottom transparent;
    height:20px;
    left:auto;
    position:absolute;
    right:0;
    top:0;
    width:20px;
}
.pp_top {
    height:20px;
    position:relative;
}
* html .pp_top {
    padding:0 20px;
}
.pp_top .pp_left {
    background:url("../images/left_top.png") no-repeat scroll left top transparent;
    height:20px;
    left:0;
    position:absolute;
    width:20px;
}
.pp_top .pp_middle {
    height:20px;
    left:20px;
    position:absolute;
    right:20px;
}
* html .pp_top .pp_middle {
    left:0;
    position:static;
}
.pp_top .pp_right {
    background:url("../images/right_top.png") no-repeat scroll right top transparent;
    height:20px;
    left:auto;
    position:absolute;
    right:0;
    top:0;
    width:20px;
}


.pp_bottom .pp_middle {
    background:url("../images/mid_bot.png") no-repeat scroll center bottom #FFFFFF !important;
}

.pp_top .pp_middle {
    background:url("../images/mid_top.png") no-repeat scroll center top #FFFFFF !important;
}

.pp_content {    
    background: #fff;
}
.pp_content .ppt {
    left:auto;
    margin-bottom:5px;
    position:relative;
    top:auto;
}
.pp_fade {
    display:none;
}
.pp_content_container {
    position:relative;
    text-align:left;
    width:100%;
}
.pp_content_container .pp_left {
    padding-left:20px;
}
.pp_content_container .pp_right {
    padding-right:20px;
}
.pp_content_container .pp_details {
    margin:10px 0 2px;
}
.pp_description {
    display:none;
    margin:0 0 5px;
}

.pp_content_container .pp_left {
    background:url("../images/left.png") repeat-y scroll left top transparent !important;
}

.pp_content_container .pp_right {
    background:url("../images/right.png") repeat-y scroll right top transparent !important;
}

.pp_content_container embed,
.pp_content_container object {
    width: 360px !important;
    height: 228px !important;
}