html {
	background:#000;
}

body {
	background:#181818;
	font:12px Arial, Helvetica, sans-serif;
	color:#bbd1ca;
	margin:0;
	min-width:988px;
}
form {
	margin:0;
	padding:0;
}
a {
    color: #CDBA00;
    text-decoration: underline;
}
a:hover {
    color: #E0E99F;
}
a:focus
{
	outline: none;
}

img {
	border-style:none;
}
.bg-holder {
	position:relative;
	z-index:1;
	width:100%;
	height:1600px;
	background:url(../images/bg-big.jpg) 50% 0 no-repeat;
}
.bg-inner {
	position:relative;
	z-index:1;
	width:100%;
	height:1600px;
	background:url(../images/bg-inner.jpg) 50% 2px no-repeat;
}
.bg-tv {
	position:relative;
	z-index:1;
	width:100%;
	height:675px;
	background:#000 url(../images/bg-tv.jpg) 50% 0 no-repeat;
}
.wood-holder {
	position:relative;
	z-index:0;
	margin-top:-921px;
	width:100%;
	height:921px;
	overflow:hidden;
	background:url(../images/bg-right.jpg) repeat-x;
}
.bg-left {
	float:left;
	width:50%;
	height:921px;
	background:url(../images/bg-left.jpg) repeat-x;
}
.page {
	position:relative;
	z-index:2;
	margin-top:-1600px;
}
.page-tv {
	position:relative;
	z-index:2;
	margin-top:-675px;
}
.header-holder {
	width:100%;
	background:url(../images/header-stretch-inner.jpg) repeat-x;
}
.header-area {
	width:100%;
	background:url(../images/header-bg.jpg) no-repeat 50% 0;
}
.header-area-inner {
	width:100%;
	background:url(../images/header-area-inner.jpg) no-repeat 50% 0;
}
.header-area-tv {
	width:100%;
	background:url(../images/header-area-tv.jpg) no-repeat 50% 0;
}
/*header*/
#header {
	position:relative;
	z-index:5;
	width:971px;
	padding-left:18px;
	margin:0 auto;
	white-space: nowrap;
}
.header-height-1 {
	height:554px;
}
.header-height-2 {
	height:177px;
}
/*logo*/
#header h1.logo {
	position:absolute;
	top:43px;
	left:35px;
	margin:0;
	background:url(../images/logo.gif) no-repeat;
	width:188px;
	height:84px;
	text-indent:-9999px;
	overflow:hidden;
}
#header h1.logo a {;
	display:block;
	height:100%;
}
/*search*/
#header .form-holder-search {
	position:absolute;
	top:83px;
	right:2px;
	width:120px;
}
#header .form-holder-search input {
	float:left;
}
#header .form-holder-search .subscribe div {
	float:left;
	width:83px;
	height:23px;
	background:#000;
	padding:0 3px;
}
#header .form-holder-search .subscribe div input {
	width:83px;
	background:none;
	border:0;
	padding:4px 0;
	color:#cdba00;
	text-align:right;
	font:12px/12px Arial, Helvetica, sans-serif;
}
/*top-left-nav*/
#header ul.top-left {
	position:absolute;
	top:6px;
	left:12px;
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
#header ul.top-left li {
	padding:0 10px 0 12px;
	margin-left:-2px;
	display:inline;
	background:url(../images/separator-top.gif) no-repeat 0 2px;
	color:#fff;
	text-decoration:none;
}
#header ul.top-right,
#header ul.top-left a,
#header ul.top-right a {
	color:#fff;
	text-decoration:none;
}
#header ul.top-left a:hover ,
#header ul.top-right a:hover {
	text-decoration:underline;
}
/*top-right-nav*/
#header ul.top-right {
	position:absolute;
	top:7px;
	right:-1px;
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
#header ul.top-right li {
	padding:0 3px 0 6px;
	margin-left:-2px;
	display:inline;
	background:url(../images/separator-top.gif) no-repeat 0 2px;
}
/*main-nav*/
ul.main-nav {
	position:absolute;
	top:75px;
	left:219px;
	margin:0;
	padding:0;
	list-style:none;
	font-size:18px;
}
ul.main-nav li {
	float:left;
	margin-right:7px;
}
ul.main-nav a {
	float:left;
	color:#fff;
	padding:3px 13px;
	line-height:30px;
	text-decoration:none;
}
ul.main-nav a span {
	padding-right:18px;
	background:url(../images/arrow-white.gif) no-repeat 100% 7px;
}
ul.main-nav a:hover {
	padding:0 10px;
	border:3px solid #dfe89f;
}
ul.main-nav a.active {
	padding-bottom:48px;
	background:#dfe89f;
	color:#383838;
}
ul.main-nav a.active span {
	padding-right:18px;
	background:url(../images/arrow-yellow.gif) no-repeat 100% 7px;
}
ul.main-nav a.active:hover {
	border:none;
	padding:3px 13px 48px 13px;
}

/* dropdown menu style */

ul.main-nav .drop-holder {
	position: absolute;
	z-index: 3;
	top: 69px;
	left: -230px;
	width: 903px;
}
ul.main-nav .drop {
	width: 903px;
	padding: 0px;
	padding-left: 60px; // to move drop down menu back 60px to the right
}

div.drop .drop-top
{
	width: 100%;
	height: 28px;
	min-height: 28px;
	max-height: 28px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	background: url(../images/drop-top.png) no-repeat;
}

/*sliding-box*/
.drop .box {
	width: 100%;
	padding: 0 0 0 73px;
	background: url(../images/drop-bg-new.png) repeat-y;
	overflow: hidden;
}
.drop a {
	position:relative;
}
.drop .box .list-1 {
	float:left;
	width:238px;
	padding-left: 10px;
}
.drop .box .list-2 {
	float:left;
	width:255px;
	padding-left: 10px;
}
.drop .box .list-3 {
	float:left;
	width:216px;
	padding-left: 25px;
}
.drop .link-holder {
	overflow: hidden;
	padding: 25px 0 0 423px;
	height: 80px;
	min-height: 80px;
	background: url(../images/drop-bottom.png) no-repeat;
}
.drop a.close {
	display:block;
	float:none;
	height:20px;
	width:61px;
	padding:0;
	background:url(../images/btn-close.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
.drop a.close:hover {
	padding:0;
	border:none;
}
.drop .box ul {
	margin:0;
	padding:15px 0 0 1px;
	list-style:none;
	font-size:20px;
	line-height:28px;
}
.drop .box ul li {
	float:none;
}
.drop .box ul a {
	display:inline;
	line-height:28px;
	float:none;
	color:#3d4341;
	padding:0;
	text-decoration:none;
}
.drop .box ul span {
	font-size:14px;
	padding:0;
	background:none;
}
.drop .box ul a:hover {
	border:none;
	padding:0;
	text-decoration:underline;
}
.drop .box ul ul {
	margin:-3px 0 0 0;
	padding:0 0 3px 12px;
	list-style:none;
	font-size:15px;
	line-height:20px;
}
.drop .box ul ul a {
	font-size:15px;
	line-height:20px;
	color:#a2a2a2;
}
.main {
	position:relative;
	width:971px;
	padding-left:20px;
}
/*flash-holder*/
#header .flash-holder {
	position:absolute;
	top:178px;
	left:22px;
	width:532px;
	height:337px;
	padding:9px;
	background:#181818;
}
#header .flash-holder img {
	display:block;
}
/*new-to-central-box*/
#header .new-to-central {
	position:absolute;
	top:178px;
	right:0;
	width:401px;
	height:356px;
	background:#181818;
}
#header .new-to-central .title-holder {
	height:70px;
	border-bottom:1px solid #a8a7a7;
	text-align:right;
	padding:9px 20px 0 0;
	margin-bottom:20px;
}
#header .new-to-central .title-holder h2 {
	margin:0;
	font-size:31px;
	color:#cdba00;
}
#header .new-to-central .title-holder p {
	margin:0;
	font-size:23px;
	color:#fff;
	line-height:23px;
}
#header .new-to-central .box {
	width:369px;
	height:65px;
	padding:6px 0 0 0;
	background:url(../images/new-to-central-bg-box.jpg) no-repeat;
	margin:12px 0 0 13px;
}
#header .new-to-central .box a {
	color:#181818;
	font-size:18px;
	text-decoration:none;
	margin-left:27px;
}
#header .new-to-central .box a:hover {
	text-decoration:underline;
}
#header .new-to-central .box span {
	display:block;
	padding:16px 0 0 29px;
	color:#cdba00;
}
/*features-btn*/
#header a.tab {
	position:absolute;
	top:520px;
	left:29px;
	position:relative;
	z-index:15;
	display:block;
	width:163px;
	height:34px;
	background:url(../images/btn-features.png) no-repeat;
}
/*--------------------------------------------------------------------------------------------------*/
.columns-holder {
	width:971px;
	margin:0 auto;
	padding-left:18px;
	position:relative;
	z-index:1;
}
.columns-holder-area {
	width:971px;
	overflow:hidden;
	background:#2d2d2d url(../images/columns-holder-bg.gif) repeat-x;
}
.columns-holder-area-calendar {
	width:971px;
	overflow:hidden;
	background:#2d2d2d;
}
.for-footer {
	width:971px;
	overflow:hidden;
	padding-bottom:100px;
	background:url(../images/footer-top.gif) no-repeat 1px 100%;
}
#sidebar {
	width:217px;
	float:left;
	padding:0px 0 0 2px;
	z-index:0;
	position:relative;
}
/*----------------------------------------03.03.09---------------------------------------------------*/
#sidebar .form-holder {
	padding:6px 0 0 12px;
	width:205px;
	overflow:hidden;
}
#sidebar .form-border {
	background:url(../images/form-borders.gif) repeat-y;
	padding:1px 0;
	overflow:hidden;
	width:205px;
}
#sidebar .form-box {
	height:1%;
	background:url(../images/form-gradient.gif) repeat-y;
	padding:11px 0 6px 9px;
}
#sidebar .form-box .subscribe {
	
}
#sidebar .form-box .subscribe .holder {
	overflow:hidden;
	padding-bottom:3px;
	width:196px;
}
#sidebar .form-box .subscribe .holder label {
	color:#f6fced;
	line-height:21px;
	float:left;
}
#sidebar .holder .check-box-holder {
	position:relative;
	float:left;
	width:24px;
	height:19px;
	padding:2px 0 0 2px;
	overflow:hidden;
	margin-right:10px;
}
#sidebar .holder .check-box-holder input {
	float:left;
	margin:0;
}
#big-calendar {
	width:752px;
	float:right;
	background:url(../images/big-arrow.gif) no-repeat;
	min-height:1052px;
}
* html #big-calendar {
	height:1052px;
}
#big-calendar .title-part {
	width:672px;
	padding:13px 0 0 80px;
	height:64px;
	overflow:hidden;
}
#big-calendar .title-part .title-box {
	float:left;
}
#big-calendar .title-box h1 {
	margin:0;
	color:#cdba00;
	font-size:31px;
}
#big-calendar .title-box span {
	margin:0;
	color:#fff;
	font-size:23px;
}
#big-calendar .title-part .form-holder {
	float:right;
	width:324px;
	padding:40px 0 0 0;
	overflow:hidden;
}
#big-calendar .title-part .form-holder .subscribe select {
	vertical-align:middle;
}
#big-calendar .title-part .form-holder .subscribe select.month {
	width:188px;
}
#big-calendar .title-part .form-holder .subscribe select.year {
	width:112px;
}
#big-calendar .table-holder {
	padding:22px 0 0 34px;
}
#big-calendar .table-holder table {
	border-collapse:collapse;
	background:#181818;
}
#big-calendar .table-holder table .left {
	border-left:1px solid #dfe89f;
}
#big-calendar .table-holder table .right {
	border-right:1px solid #dfe89f;
}
#big-calendar .table-holder table th {
	background:#a4b7b1;
	width:100px;
	height:34px;
	color:#181818;
	border:1px solid #dfe89f;
	border-left:1px solid #f6fced;
	border-right:1px solid #f6fced;
}
#big-calendar .table-holder table td {
	width:100px;
	height:158px;
	border:1px solid #dfe89f;
	border-left:1px solid #f6fced;
	border-right:1px solid #f6fced;
	vertical-align:top;
	text-align:left;
}
#big-calendar .table-holder table td .box {
	padding:8px 0 0 12px;
}
#big-calendar .table-holder table td .box span {
	color:#f6fced;
	font-size:11px;
}
#big-calendar .table-holder table td .box ul {
	margin:0;
	padding:0;
	list-style:none;
	color:#bbd1ca;
	font-size:11px;
}
#big-calendar .table-holder table td .box li {
	padding-bottom:6px;
	height:1%;
	vertical-align:top;
}
#big-calendar .table-holder table td .box a {
	color:#bbd1ca;
}
#big-calendar .table-holder table td .box a:hover {
	text-decoration:none;
}
/*----------------------------------------------end-------------------------------------------------------*/
/*----------------------------------------------11.03-----------------------------------------------------*/
.columns-holder-area-tv {
	width:971px;
	overflow:hidden;
	padding:37px 0 0 0;
}
.columns-holder-area-tv #gallery {
	overflow:hidden;
	padding: 37px 0 0 52px;
}
.columns-holder-area-tv #gallery a {
	position:relative;
}
.columns-holder-area-tv #gallery a.link-prev {
	background:url(../images/arrow-prew.png) no-repeat;
	float:left;
	width:48px;
	height:60px;
	text-indent:-9999px;
	overflow:hidden;
	margin-top:62px;
}
.columns-holder-area-tv #gallery a.link-next {
	background:url(../images/arrow-next.png) no-repeat;
	float:left;
	width:48px;
	height:60px;
	text-indent:-9999px;
	overflow:hidden;
	margin-top:62px;
}
.columns-holder-area-tv #gallery div.list {
	float:left;
	width:717px;
	overflow:hidden;
	position:relative;
	margin:0 25px 0 45px;
}
.columns-holder-area-tv #gallery div ul {
	position:relative;
	width:99999px;
	padding:0;
	margin:0;
	list-style:none;
}
.columns-holder-area-tv #gallery div.list ul li {
	float:left;
	width:687px;
	padding-right:30px;
}
.columns-holder-area-tv #gallery ul li .tv-holder {
	float:left;
}
.columns-holder-area-tv #gallery ul li .tv-holder img {
	display:block;
}
.columns-holder-area-tv #gallery ul li .text-box {
	float:right;
	margin-top:35px;
	width:316px;
	height:150px;
	background:url(../images/tv-text-box.png) no-repeat;
}
.columns-holder-area-tv #gallery ul li .text-box {
	float:right;
	margin-top:35px;
	width:288px;
	height:132px;
	padding:18px 0 0 28px;
	color:#cdba00;
	background:url(../images/tv-text-box.png) no-repeat;
}
.columns-holder-area-tv #gallery ul li .text-box p.title {
	margin:0 0 20px;
	font-size:24px;
	letter-spacing:-1px;
}
.columns-holder-area-tv #gallery ul li .text-box strong {
	display:block;
	font-size:18px;
	padding-left:5px;
}
.columns-holder-area-tv #gallery ul li .text-box span {
	display:block;
	font-size:14px;
	padding-left:5px;
}
.columns-holder-area-tv #gallery ul li .text-box a {
	color:#cdba00;
	text-decoration:none;
}
.columns-holder-area-tv #gallery ul li .text-box a:hover {
	text-decoration:underline;
}
.columns-holder-area-tv .title-box {
	margin:81px 0 0 29px;
	background:url(../images/tv-title.gif) no-repeat;
	height:61px;
	padding:0 0 0 318px;
}
.columns-holder-area-tv .title-box ul 
{
    float: right;
	margin-right:125;
	padding:18px 125px 0 0;
	list-style:none;
	font-size:18px;
	font-weight:bold;
}
.columns-holder-area-tv .title-box ul li {
	float:left;
	padding-right:16px;
	white-space:nowrap;
}
.columns-holder-area-tv .title-box ul a {
	float:left;
	color:#fff;
	text-decoration:none;
	padding-bottom:11px;
	background:url(../images/tv-a-bg.gif) repeat-x 0 100%;
}
.columns-holder-area-tv .title-box ul a:hover ,
.columns-holder-area-tv .title-box ul a.active {
	background:url(../images/tv-hover.gif) repeat-x 0 100%;
}
/*------------------------------------------------end-----------------------------------------------------*/
/*------------------------------------------------12.03-----------------------------------------------------*/
.columns-holder-area-tv .otherm {
	margin-left:99px;
	margin-bottom: 20px;
}
.columns-holder-area-tv .top-title {
	padding:7px 142px 0 215px;
	height:1%;
	overflow:hidden;
}
.columns-holder-area-tv .top-title h1 {
	margin:0;
	font-size:25px;
	color:#c4b413;
	text-transform:uppercase;
	letter-spacing:-1px;
}
.columns-holder-area-tv .top-title h2 {
	margin:0;
	font-size:18px;
	line-height:21px;
	color:#fff;
	font-weight:normal;
}
.columns-holder-area-tv .top-title a.back {
	float:right;
	width:189px;
	height:34px;
	margin-top:3px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/back-to-img.gif) no-repeat;
}
.columns-holder-area-tv .top-title a.back-channel {
	float:right;
	width:137px;
	height:24px;
	margin-top:3px;
	margin-right:54px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/back-to-channel.gif) no-repeat;
}
.columns-holder-area-tv .player-holder {
	padding:41px 0 55px 198px;
}
.columns-holder-area-tv .player-holder .player {
	width:640px;
	height:360px;
	margin-bottom:34px;
}
.columns-holder-area-tv .player-holder a.email {
	padding-left:23px;
	background:url(../images/letter-ico.gif) no-repeat 0 50%;
	color:#fff;
	text-decoration:none;
	font-size:14px;
}
.columns-holder-area-tv .player-holder a.email:hover {
	text-decoration:underline;
}
/*------------------------------------------------end-----------------------------------------------------*/
/*------------------------------------------------16.03---------------------------------------------------*/
.columns-holder-area-tv #gallery ul li .white-box-top {
	margin-left:65px;
	background:url(../images/white-box-top.gif) no-repeat;
	padding-top:12px;
	width:568px;
}
.columns-holder-area-tv #gallery ul li .white-box-btm {
	background:url(../images/white-box-btm.gif) no-repeat 0 100%;
	padding-bottom:13px;
}
.columns-holder-area-tv #gallery ul li .white-box {
	background:#fff url(../images/white-box-gradient.gif) repeat-x 0 100%;
	width:545px;
	padding:0 10px 0 13px;
	overflow:hidden;
}
.columns-holder-area-tv #gallery ul li .white-box h2 {
	margin:-3px 0 8px 0;
	font-size:18px;
	line-height:21px;
	color:#000;
	font-weight:normal;
}
.columns-holder-area-tv #gallery ul li .white-box .img-holder {
	background:url(../images/white-box-separator.gif) repeat-x 0 100%;
	width:542px;
	padding-bottom:19px;
}
.columns-holder-area-tv #gallery ul li .white-box .img-holder img {
	display:block;
}
.columns-holder-area-tv #gallery ul li .white-box .text-holder {
	padding:9px 0 0 3px;
}
.columns-holder-area-tv #gallery ul li .white-box p {
	margin:0 0 8px;
	font-size:14px;
	line-height:17px;
}
.columns-holder-area-tv #gallery ul li .white-box .links-holder {
	list-style:none;
	font-weight:bold;
	line-height:39px;
}
.columns-holder-area-tv #gallery ul li .white-box .links-holder a {
	display:block;
	width:535px;
	height:39px;
	color:#c4b413;
	text-decoration:none;
	background:#f4f6da;
	padding-left:3px;
	font-size:18px;
	margin-top:4px;
}
.columns-holder-area-tv #gallery ul li .white-box .links-holder a:hover {
	color:#fff;
	background:#cdba00;
}
/*------------------------------------------------end-----------------------------------------------------*/
#sidebar .sidebar-area {
	width:203px;
	float:left;
	background:#2d2d2d;
	padding:0 0 0 12px;
}
#sidebar .sidebar-area img {
	display:block;
}
h2.pre-nav-link-holder {
    height:32px;
    margin-left:-15px;
    margin-top:0;
    padding-left:25px;
    padding-top:4px;
    margin-bottom:2px;
    width:217px;
	z-index:0;
	position:relative;
	background:url(../images/sidebar-top.gif) no-repeat;
}
h2.pre-nav-link-holder a {
    text-decoration: none;
    font-size:14pt;
}
#sidebar .sidebar-area .nav-holder {
	padding-top:1px;
	margin-right:11px;
	/*background:url(../images/sub-nav-separator.gif) repeat-x;*/
}
#sidebar .sidebar-area ul.sub-nav {
	margin:0;
	padding:0 0 0 4px;
	list-style:none;
	background:url(../images/sub-nav-gradient.gif) repeat-y;
}
#sidebar .sidebar-area ul.sub-nav li {
	padding:4px 0;
	/*background:url(../images/sub-nav-separator.gif) repeat-x 0 100%;*/
}
#sidebar .sidebar-area ul.sub-nav a {
	display:block;
	z-index:10;
	color:#cdba00;
	width:173px;
	padding-left:15px;
	text-decoration:none;
	line-height:18px;
	background:url(../images/sub-nav-bg.gif) repeat-y;
}
#sidebar .sidebar-area ul.sub-nav a.current-page {
	background:#50514e url(../images/sub-nav-hover.gif) repeat-y;
}
#sidebar .sidebar-area ul.sub-nav a:hover {
	color:#e0e99f;
	background:#50514e url(../images/sub-nav-hover.gif) repeat-y;
}
#sidebar .sidebar-area ul.sub-nav ul.sub-page-listing {
	margin:0;
	padding:0 0 0 15px;
	list-style: none;
	color: #424340;
	/*background:url(../images/sub-nav-gradient.gif) repeat-y;*/
}
#sidebar .sidebar-area ul.sub-nav ul.sub-page-listing a 
{
    color:#cdba00;
	padding-left: 0;
	background: none;
}
#sidebar .sidebar-area ul.sub-nav ul.sub-page-listing a.current-page {
	color:#e0e99f;
}
#sidebar .sidebar-area ul.sub-nav ul.sub-page-listing a:hover {
	color:#e0e99f;
	background: none;
	background-color: #50514E;
}
#sidebar .sidebar-area .sidebar-features {
	padding:18px 0 0 0;
}
#sidebar .sidebar-area .sidebar-features .link-holder {
	padding-left:2px;
}
#sidebar .sidebar-area .sidebar-features .link-holder a.feature {
	display:block;
	width:104px;
	height:21px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/btn-features.gif) no-repeat;
}
#sidebar .sidebar-area .sidebar-features .holder {
	margin-right:12px;
	background:url(../images/sidebar-separator.gif) repeat-x 0 100%;
	padding-bottom:1px;
}
#sidebar .sidebar-area .serving {
	padding-top:19px;
}
#sidebar .sidebar-area .serving .link-holder {
	
}
#sidebar .sidebar-area .serving .link-holder a.serving-btn {
	display:block;
	width:106px;
	height:22px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/btn-serving.gif) no-repeat;
}
#sidebar .sidebar-area .serving .grey-box {
	background:#4b4b4b;
	width:177px;
	padding:8px 7px;
}
#sidebar .sidebar-area .serving .grey-box .cover {
	background:#292928;
	margin:0 auto;
	overflow:hidden;
	width:172px;
}
#sidebar .sidebar-area .serving .grey-box .cover ul {
	margin:0;
	padding:0;
	width:10000px;
	list-style:none;
}
#sidebar .sidebar-area .serving .grey-box .cover ul li {
	float:left;
	width:172px;
}
#sidebar .sidebar-area .serving .grey-box p {
	margin:0;
}

#sidebar .sidebar-area .serving .grey-box .cover .no-results 
{
    color:#dfe89f;
	padding:7px 10px 7px;
	font-size:13px;
}

#sidebar .sidebar-area .serving .grey-box .cover .box {
	color:#dfe89f;
	padding:7px 10px 7px;
	font-size:13px;
	line-height:17px;
	background:url(../images/serving-separator.gif) no-repeat 50% 100%;
}
#sidebar .sidebar-area .serving .grey-box .cover .box a {
	color: #4B4B4B;
	text-decoration:none;
}
#sidebar .sidebar-area .serving .grey-box .cover .box a:hover 
{
	color: #CDBA00;
	text-decoration:underline;
}
#sidebar .sidebar-area .serving .grey-box .cover .no-bg {
	background:none;
}
#sidebar .sidebar-area .serving .grey-box .links-holder {
	height:1%;
	overflow:hidden;
	padding:12px 5px 0 0;
}
#sidebar .sidebar-area .serving .grey-box .links-holder a {
	float:right;
	width:18px;
	height:21px;
	text-indent:-9999px;
	overflow:hidden;
}
#sidebar .sidebar-area .serving .grey-box .links-holder a.left {;
	background:url(../images/serving-left.gif) no-repeat;
}
#sidebar .sidebar-area .serving .grey-box .links-holder a.right {;
	background:url(../images/serving-rigth.gif) no-repeat;
	margin-left:10px;
}

/* Added by Nick on 3/31 to allow for single column content */
#single-column-content {
	overflow:hidden;
	padding:0 0 0 18px;
}
#single-column-content .main-full-text {
	width:941px;
	float:left;
}
.main-full-text .img-box img
{
	border-bottom:1px solid #a8a7a7;
}
#single-column-content .main-text .img-box img {
	display:block;
}
#single-column-content .main-full-text h1 {
	margin:14px 0 0;
	color:#cdba00;
	font-size:32px;
	line-height:32px;
	letter-spacing:-1px;
}
#single-column-content .main-full-text h2 {
	margin:0 0 26px;
	color:#fff;
	font-size:23px;
	letter-spacing:-1px;
}
#single-column-content .main-full-text p {
	margin:0 20px 16px 0;
	color:#bbd1ca;
	line-height:15px;
	font-size:13px;
}
/*end*/

#content {
	float:right;
	width:734px;
	overflow:hidden;
	padding:0 0 0 18px;
}
#content .main-text {
	width:435px;
	float:left;
}
#content .main-text .img-box {
	border-bottom:1px solid #a8a7a7;
}
#content .main-text .img-box img {
	display:block;
}
#content .main-text h1 {
	margin:14px 0 0;
	color:#cdba00;
	font-size:32px;
	line-height:32px;
	letter-spacing:-1px;
}
#content .main-text h2 {
	margin:0 0 26px;
	color:#fff;
	font-size:23px;
	letter-spacing:-1px;
}
#content .main-text p {
	margin:0 20px 16px 0;
	color:#bbd1ca;
	line-height:15px;
	font-size:13px;
}

/* Added by Nick on 3/31 for full width main content */
#content .main-full-text {
	width:100%;
	float:left;
}
#content .main-full-textt .img-box {
	border-bottom:1px solid #a8a7a7;
}
#content .main-full-text .img-box img {
	display:block;
}
#content .main-full-text h1 {
	margin:14px 0 0;
	color:#cdba00;
	font-size:32px;
	line-height:32px;
	letter-spacing:-1px;
}
#content .main-full-text h2 {
	margin:0 0 26px;
	color:#fff;
	font-size:23px;
	letter-spacing:-1px;
}
#content .main-full-text p {
	margin:0 20px 16px 0;
	color:#bbd1ca;
	line-height:15px;
	font-size:13px;
}
#content .main-full-text div {
	color:#bbd1ca;
	line-height:15px;
	font-size:13px;
}
/*end*/
#content .column {
	width:282px;
	float:right;
	background:#2d2d2d;
}
#content .column h2 {
	margin:14px 0 0;
	padding:0 20px 4px 0;
	color:#cdba00;
	font-size:32px;
	line-height:32px;
	text-align:right;
	letter-spacing:-1px;
	border-bottom:1px solid #a8a7a7;
}
#content .column .date-holder img {
	display:block;
}
#content .column .table-holder {
	width:254px;
	margin-left:9px;
	position:relative;
}
#content .column .table-holder .calendar-item {
	width:254px;
	overflow:hidden;
}
#content .column .table-holder .calendar-item ul {
	margin:0;
	padding:0;
	list-style:none;
	width:10000px;
}
#content .column .table-holder .calendar-item ul li {
	float:left;
	width:254px;
}
#content .column .table-holder .top-box {
	height:31px;
	overflow:hidden;
	padding:8px 14px 0 27px;
	background:url(../images/table-holder-top.gif) no-repeat;
}
#content .column .table-holder .top-box span {
	float:left;
	font-size:18px;
	line-height:18px;
	color:#fff;
}
#content .column .table-holder .links-holder {
	position:absolute;
	right:10px;
	top:8px;
}
#content .column .table-holder  .links-holder  a {
	float:right;
	width:18px;
	height:21px;
	text-indent:-9999px;
	overflow:hidden;
}
#content .column .table-holder a.left {;
	background:url(../images/arrow-left.gif) no-repeat;
}
#content .column .table-holder a.right {;
	background:url(../images/arrow-right.gif) no-repeat;
	margin-left:10px;
}
#content .column .table-holder .table-box {
	padding-left:11px;
	background:url(../images/table-bg.gif) repeat-y 5px 0;
}
#content .column .table-holder .table-box table {;
	width:238px;
	margin:0;
	padding:0 0 11px 0;
}
#content .column .table-holder .table-box table th {
	padding:8px 0 4px;
	color:#cdba00;
	font-size:18px;
	line-height:18px;
	font-weight:normal;
}
#content .column .table-holder .table-box table td {
	text-align:center;
	color:#181818;
	font-size:18px;
	line-height:18px;
	padding:5px 0;
}
#content .column .table-holder .table-box table td.last-month {
	color:#7a807b;
}
#content .column .table-holder .table-box table td.today {
	color:#dfe89f;
	background:#cdba00;
}
#content .column .table-holder .table-bottom {
	padding-top:1px;
	border-bottom:6px solid #bbd1ca;
	background:url(../images/table-bottom.gif) no-repeat;
}
#content .column .events {
	padding:17px 0 0 0;
}
#content .column .events .top-box {
	height:43px;
	overflow:hidden;
	padding:8px 34px 0 35px;
	background:url(../images/top-part.gif) no-repeat;
}
#content .column .events .top-box span {
	float:left;
	font-size:18px;
	line-height:18px;
	color:#292928;
}
#content .column .events .top-box .links-holder {
	float:right;
}
#content .column .events .top-box .links-holder a {
	float:right;
	width:18px;
	height:21px;
	text-indent:-9999px;
	overflow:hidden;
}
#content .column .events .top-box .links-holder a.left {
	background:url(../images/event-left.gif) no-repeat;
}
#content .column .events .top-box .links-holder a.right {
	background:url(../images/event-right.gif) no-repeat;
	margin-left:10px;
}
#content .column .events .cover {
	width:249px;
	background:#4b4b4b;
	margin-left:13px;
	padding-bottom:2px;
	overflow:hidden;
}
#content .column .events .cover ul {
	margin:0;
	padding:0;
	list-style:none;
	width:10000px;
}
#content .column .events .cover ul li {
	float:left;
	width:249px;
}
#content .column .events .cover .box {
	width:227px;
	margin:0 auto;
	padding:4px 0 5px 10px;
	background:#292928;
	min-height: 75px;
}
#content .column .events .cover .box p {
	margin:0;
	line-height:17px;
	font-size:13px;
}
#content .column .events .cover .box p.white {
	color:#bbd1ca;
}
#content .column .events .cover .box p.yellow {
	color:#dfe89f;
}
#content .column .events .cover .box p.orange {
	color:#cdba00;
}
#content .column .events .cover .btn-box {
	width:222px;
	height:24px;
	padding:9px 0 0 27px;
	overflow:hidden;
	background:url(../images/btn-holder.gif) no-repeat;
}
#content .column .events .cover .btn-box a {
	float:left;
	color:#292928;
	text-decoration:none;
}
#content .column .events .cover .btn-box a.right-mar {
	margin-right:65px;
}
#content .holder {
	padding:22px 0 0 13px;
}
#content .album-wrapper {
	width:243px;
	padding:6px 0 0 6px;
	background:#bbd1ca;
}
#content .album {
	width:243px;
	overflow:hidden;
}
#content .album div.scroller {
	width:10000px;
}
#content .album div.scroller-item {
	float:left;
	width:243px;
	overflow:hidden;
}
#content .album img {
	display:block;
}
#content .album-holder {
	width:245px;
}
#content .album-holder ul {
	margin:0;
	padding:0;
	list-style:none;
	height:1%;
	overflow:hidden;
}
#content .album-holder ul li {
	float:left;
	width:auto !important;
	padding:0 6px 5px 0;
}
#content .holder .album-btm {
	width:244px;
	height:30px;
	padding:4px 10px 0 0;
	position:relative;
	margin-left:-5px;
	overflow:hidden;
	background:url(../images/album-btm.gif) no-repeat;
}
#content .holder .album-btm a {
	float:right;
	width:18px;
	height:21px;
	text-indent:-9999px;
	overflow:hidden;
}
#content .holder .album-btm a.left {
	background:url(../images/arrow-left.gif) no-repeat;
}
#content .holder .album-btm a.right {
	background:url(../images/arrow-right.gif) no-repeat;
	margin-left:10px;
}
/*--------------------------------------------------------------------------------------------------*/
.main {
	width:971px;
	padding-left:18px;
	margin:0 auto;
}
/*features-box*/
/* NA: moved links above roller's list and adjusted padding accordingly */
.features {
	width:942px;
	background:url(../images/features-bg.png) no-repeat;
	min-height:332px;
	padding: 20px 0 60px 28px;
}
.features a {
	position:relative;
}
.features:after {
	content:"";
	clear:both;
	display:block;
}
* html .features {
	height:332px;
}
.features span.border {
	position:absolute;
	top:285px;
	left:20px;
	display:block;
	font-size:0;
	line-height:0;
	height:0;
	width:969px;
	background:#f00;
	border-bottom:1px solid #a8a7a7;
}
/*gallery*/
#gallery {
	overflow:hidden;
}
#gallery a.link-next {
	float:left;
	width:32px;
	height:37px;
	text-indent:-9999px;
	overflow:hidden;
}
#gallery a.link-prev {
	float:left;
	width:32px;
	height:37px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/left.png) no-repeat;
}
#gallery a.link-next {
	background:url(../images/right.png) no-repeat;
}

#gallery div.counter-holder
{
	float: right;
	margin-right: 20px;
}

#gallery .counter {
	float:left;
	width:36px;
	height:37px;
	color:#fff;
	font-size:24px;
	padding: 5px 10px 25px 15px;
}
#gallery div.list {
	width:896px;
	overflow:hidden;
	position:relative;
	padding:0 0 5px 0;
	margin-left:20px;
}
#gallery div ul {
	position:relative;
	width:99999px;
	padding:0;
	margin:0;
	list-style:none;
}
#gallery div.list ul li {
	float:left;
	width:210px;
	padding-right:14px;
}
#gallery ul li .photo-card {
	width:201px;
	height:163px;
	padding:9px 0 2px 9px;
	background:url(../images/photo-card-bg.gif) no-repeat;
}
#gallery ul li .photo-card a img {
	display:block;
	border: none;
}
#gallery ul li .shadow {
	width:210px;
	height:61px;
	background:url(../images/image-shadow.png) no-repeat;
}
/*bottom-images-holder*/
.bottom-part {
	width:970px;
	overflow:hidden;
	padding-bottom:94px;
	background:url(../images/bg-bottom-part.png) no-repeat;
}
.bottom-part a {
	position:relative;
}
.bottom-part img {
	display:block;
}
.bottom-part .cover {
	float:left;
	text-align:right;
	margin-right:15px;
}
.bottom-part .img-holder {
	border-bottom:1px solid #a8a7a7;
	text-align:right;
}
.bottom-part .no-mar {
	margin:0;
}
.bottom-part .other-mar {
	margin-right:16px;
}
.bottom-part .cover a {
	font-size:15px;
	margin-right:2px;
	line-height:22px;
	color:#cdba00;
	text-decoration:none;
}
.bottom-part .cover a:hover {
	text-decoration:underline;
}
/*footer*/
#footer {
	background:#181818;
	width:969px;
	margin-left:2px;
	padding-bottom:50px;
	color:#4b4b4b;
	text-align:center;
}
.pad-top {
	padding-top:315px;
}
.pad-top-inner {
	padding-top:260px;
}
#footer ul {
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	font-weight:bold;
	letter-spacing:1px;
}
#footer ul li {
	padding:0 7px 0 14px;
	background:url(../images/separator-footer.gif) no-repeat 0 50%;
	display:inline;
}
#footer ul li:first-child {
	background:none;
}
#footer img {
	display:block;
	margin:0 auto;
}
/*login-box*/
.central-login-holder {
	width:890px;
	margin:0 auto;
	position:relative;
}
.central-login {
	margin:0 0 0 -115px;
	width:660px;
	height:394px;
	padding:121px 0 0 231px;
	background:url(../images/login-bg.png) no-repeat;
}
.central-login-holder .login-box {
	width:509px;
	height:318px;
	padding:24px 0 0 151px;
	background:url(../images/bg-login-box.png) no-repeat;
}
/* added by Nick Airdo to make the Arena UserLogin signin button */
/* work as the mockup was designed */
.central-login-holder .login-box input.btn 
{
	background:url(../images/btn-signin.gif );
	width: 86px;
	height: 19px;
	border: none;
}
.central-login-holder .login-box a.btn {
	position:absolute;
	top:101px;
	right:200px;
	width:23px;
	height:20px;
	background:url(../images/btn-x.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
.central-login-holder .login-box .form-holder {
	width:346px;
	padding:24px 0 0 2px;
}
.central-login-holder .login-box .subscribe {
	height:1%;
	overflow:hidden;
}
.central-login-holder .login-box .subscribe input {
	position:relative;
}
.central-login-holder .login-box a {
	position:relative;
}
.central-login-holder .login-box .subscribe label {
	float:left;
	font-size:14px;
	color:#fff;
	line-height:14px;
	padding:5px 0;
	position:relative;
}
/* Added by Nick Airdo for login error */
span.errorText
{
	color: #cdba00;
}
.main-full-text .textWrap span.errorText{
	padding: 5px;
	border: 1px solid #cdba00;
	color: #cdba00;
	display: block;
	margin: 0 9px 10px;
	width: 50%;
}

/* Added by Nick Airdo for forgot password errors -- the div that follows a div under requestInfoWrap */
div.requestInfoWrap div + div span.errorText
{
	color: Red;
	font-weight: bold;
}

.central-login-holder .errorText
{
	color: #cdba00;
}
.central-login-holder .login-box .subscribe div.text {
	float:left;
	width:340px;
	height:28px;
	overflow:hidden;
	background:#fff;
	border:3px solid #cdba00;
}
.central-login-holder .login-box .subscribe .mar-top {
	margin-top:12px;
}
.central-login-holder .login-box .subscribe div.text input {
	width:340px;
	background:none;
	border:0;
	padding:2px 0;
	font:24px/24px Arial, Helvetica, sans-serif;
	color:#000;
}
.central-login-holder .login-box .subscribe div.check-box {
	float:left;
	margin-top:18px;
	position:relative;
	width:35px;
	height:28px;
	padding:5px 0 0 7px;
	background:none;
	border:none;
}
.central-login-holder .login-box .subscribe div.check-box input {
	display:none;
}
.central-login-holder .login-box .subscribe label.chek {
	padding:27px 0 0 5px;
	float:left;
}
* html .central-login-holder .login-box .subscribe label.chek {
	padding-top:30px;
}
.central-login-holder .login-box .subscribe input.btn {
	float:right;
	margin-top:22px;
}
.central-login-holder .login-box .link-holder {
	color:#fff;
	padding:40px 0 0 30px;
	float:left;
}
.central-login-holder .login-box .link-holder p {
	margin:0;
	font-size:14px;
}
.central-login-holder .login-box .link-holder p span {
	margin:0;
	font-size:20px;
	padding:0 5px;
}
.central-login-holder .login-box .link-holder p span.separator {
	padding:0 10px;
	background:url(../images/login-sepataror.gif) no-repeat 50% 7px;
}
.central-login-holder .login-box .link-holder p a {
	text-decoration:none;
	color:#cdba00;
}
.central-login-holder .login-box .link-holder p a:hover {
	text-decoration:underline;
}
.central-login-holder .login-box h2.img {
	width:351px;
	height:31px;
	margin:0;
	background:url(../images/title.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
.overlayBg {
	display:none;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	min-width:970px;	
	height:100%;
	background:#000;
	z-index:99;
}
.popup-light-holder {
	display:none;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	min-width:970px;
	z-index:100;
	padding-top:123px;
}

/* Added by Nick Airdo for AJAX loading progress */
/*Ajax CSS*/
#upProgress
{
	z-index: 999;
	width: 100%;
	height: 100%;
}
.ajaxProgress
{
	background-image: url(../images/ajax-loader.gif);
	z-index: 9999;
	background-color: #e5e3e4;
	padding: 5px;
	color: #000;
	font-family: Arial;
	font-size: 10pt;
	font-weight: 700;
	opacity:.50;
	filter: alpha(opacity=50); 
	-moz-opacity: 0.5;
	height: 18px;
	width: 80px;
	text-align: center;
	position: absolute;
	top: 0px;
	right: 0px;
}

/* Search Results Page styles */

div.searchResults
{
	padding-right: 25px;
}

div.searchResultTitle a, div.searchResultTitle a:link, div.searchResultTitle a:active, div.searchResultTitle a:visited
{
	color: #CDBA00;
	text-decoration: none;
	display: block;
	margin-top: 10px;
}

div.searchResultTitle a:hover
{
	text-decoration: underline;
}

span.searchResultLink a
{
	text-decoration: underline;
	color: #dfe89f;
}

div.searchResultSummary, div.searchResultNone
{
	margin-top: 20px;
}

div.searchResultNone

tr.searchResultsPager td
{
	background-color: #2D2D2D;
}

tr.searchResultsPager td a
{
	color: #CDBA00;
	margin: 30px 5px 0 5px;
	display: inline-block;
	text-decoration: none;
}

tr.searchResultsPager td span
{
	color: #bbd1ca;
	margin: 30px 5px 0 5px;
	display: inline-block;
}

div.main-full-text .subscribe
{
	margin-top: 25px;
}

div.main-full-text .subscribe input
{
	float: left;
	margin: 0px;
	background: transparent;
	background-image: none;
}

div.main-full-text .subscribe div
{
	background: #000000 none repeat scroll 0 0 !important;
	float:left;
	height: 23px;
	padding: 0 3px;
	width: 200px;
}

div.main-full-text .subscribe div input 
{
	background-color: #000000;
	width: 200px;
	border: 0;
	padding: 4px 0;
	color: #cdba00;
	text-align: right;
	font: 12px/12px Arial, Helvetica, sans-serif;
}
/* Used to style the edit icon (pencil) */
.editImage
{
	background:url(../images/pencil3.png) 50% 0 no-repeat;
	z-index: 100;
	position:absolute;
	filter:alpha(opacity=65);
	-moz-opacity:.35;
	opacity:.35;
}
.editImage:hover
{
	background:url(../images/pencil3.png) 50% 0 no-repeat;
	z-index: 9999;
	position:absolute;
	filter:alpha(opacity=95);
	-moz-opacity:.95;
	opacity:.95;
}
/* Added by Nick (Small Groups uses a Legend) */
legend {
  color: #cdba00;
}
/* 4/16 Added by Nick (register buttons) */
.registerButton a.button {
	color:#000000;
}
.registerButton .button {
	background-color:#CDBA00;
	border:1px solid #FFFFFF;
	display:block;
	font-weight:bold;
	margin:0 auto 18px;
	padding:0.75em;
	text-align:center;
	text-decoration:none;
	width:210px;
}

/* 4/22 Styles for Child Page Display control */

div.pages-container select.page-select
{
	background:#fff;
	border:3px solid #cdba00;
	margin-bottom: 25px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	line-height:16px;
}

div.pages-container div div input.edit-image, div.pages-container div div h2
{
	display: inline;
}

div.pages-container div div div.page-content
{
	display: block;
	margin-top: 10px;
}

.author
{
	display: none;
}

.buttonStyle {
	background-color:#CDBA00;
	border:1px solid #FFFFFF;
	color: #fff;
	display:block;
	font-weight:bold;
	margin:0 auto 18px;
	padding:0.75em;
	text-align:center;
	text-decoration:none;
	width:210px;
	cursor: pointer;
}

/* 4/6/2010 - added for small group locator style (Nick A) */
.important
{
	border:1px solid #BBD1CA;
	font-style:italic;
	margin-bottom:10px;
	margin-top:10px;
	padding:10px;
}
