/* HOMEPAGE SPECIFIC
---------------------------------------------*/
#homeleft { width:360px; margin-right:28px;  }
#homeleft h2 { border-bottom:1px solid #EEEEEE; margin-bottom:10px;  }
#homeright { width:510px; margin:0; padding-left:10px; background:transparent url(/images/bg_homeright.png) left center no-repeat;  }
#homeright hr { background-color:transparent; border-top:0; border-left:0; border-right:0; border-bottom:1px solid #eee; margin:25px auto 20px auto;  }
#homeright #newscontainer { position:relative; overflow:hidden;  }
#homeright div.newsitem { margin:7px 0 0 auto; width:440px;  }
#homeright div.newsitem p { margin:2px 0 2px 0; color:#535353; padding:0; width: 440px; display:inline; }
#homeright div.thumbnail {
    float:left;
	padding-top:6px;
	width:60px;
	height:60px;
}
a.newslink { color:#969e77; margin:0; padding:8px 0 0 0; font-size:13px; line-height:22px;  }
#page_title { display:none; }

/* SLIDER (jQuery plugin named "Cycle")
-----------------------------------------*/
#slider { width:960px; height:325px; margin-bottom:-60px; margin-top:0; position:relative; overflow:hidden; background:transparent url(/images/bg_slider.png) top right no-repeat;  }
#slider h2 { width:700px; margin:30px auto 15px 27px; padding:0; font-family:NobileRegular, "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size:38px; line-height:50px; color:#464646;  }
#slider img.full { padding:0; margin:5px 0 0 4px; background-color:transparent; background:none !important;  }
.slider_multicontent { width:950px; height:275px; background: none!important; margin:6px 0 0 4px;  }
.slider_multicontent p { float:left; margin:auto 10px auto 30px; width:390px; font-size:14px; line-height:22px; color:#545453;  }
.slider_multicontent a { line-height:40px;  }
.slider_multicontent img.partial { margin:-90px 0 0 0; border:0; padding:0; background:none !important;  }

.slider_full { background:none !important; margin:6px 0 0 4px;  }
.slider_full p { margin:auto 30px auto 30px; width:900px; background:none !important; font-size:14px; line-height:22px; color:#545453;  }

#slider_prev { display:block; position:relative; top:160px; left:-16px; background:transparent url('/images/bg_slider_prev.png') top left no-repeat; width:16px; height:48px; margin:0; padding:0;  }
#slider_next { display:block; position:relative; top:-153px; left:959px; background:transparent url('/images/bg_slider_next.png') top left no-repeat; width:16px; height:48px; margin:0; padding:0;  }

#slider_numbernav { position:relative; top:-60px; left:830px; z-index:10; width:120px; }
#slider_numbernav a { color:#959595; text-decoration:none; padding:6px; margin:0;  }
#slider_numbernav a.activeSlide { background:transparent url('/images/bg_slider_navnumber.png') -2px 2px no-repeat; color:#ffffff;  }

/** Fixed the jagged png problem in IE **/
.png_fix {
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */
    zoom: 1;
}
