/**** TopBar ****/

#topBar table {
	border-spacing: 0;
	margin: 0;
	padding: 0;
}

#topBar td {
	padding: 2px 4px 2px 0;
}

#topBar label {
	font-weight: bold;
	color: #fff;
}

/**** Header ****/

.logo {
	margin: 0;
	padding-top: 6px;
}

ul#topNav {
	position: absolute;
	right: 10px;
	top: 9px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
	float: right;
}

ul#topNav li {
	display: inline;
}

ul#topNav li a {
	background: url(/images/topnav_bg.gif) no-repeat right bottom;
	display: block;
	padding: 4px 30px;
	margin: 0;
	text-decoration: none;
	font-size: 1.1em;
}

ul#topNav li.last a {
	background: none;
}

/**** Navbar ****/

ul#nav {
	margin: 0;
	padding: 0;
	list-style-image: url(none);
	list-style-type: none;
	border-collapse: collapse;
	text-align: center;
	float: none;
}

ul#nav li {
	list-style-image: url(none);
	list-style-type: none;
	/*display: inline;*/
	float: left;
	margin: 0;
	padding: 0;
}

ul#nav li a {
	border-right: 1px solid #fff;
	display: inline;
	float: left;
	padding: 4px 8px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

ul#nav li a:hover, ul#nav li.on a {
	background: url(/images/nav_on_bg.gif) repeat-x;
}

/*ul#nav li.last a {
	border-right: 1px solid #fff;
}*/

/**** Flash Styles ****/

#flash {
	display: none;
}

body#Home #flash {
	display: block;
}

/**** Content ****/

h2 {
	background: #cae3ef url(/images/hleft_bg.gif) repeat-x top left;
	display: list-item;
	list-style-image: url(/images/list_arrow.gif);
	list-style-type: none;
	list-style-position: inside;
	margin: 0;
	padding: 2px 6px;
	border-top: 1px solid #a1b5ce;
	border-bottom: 1px solid #a1b5ce;
	text-align: left;
}

h2 strong {
	color: #ad3e35;
	margin-right: -.3em;
}

#rightCol h2 {
	background: #D4E7F1 url(/images/hright_bg.gif) repeat-x top left;
}

/*#leftCol h2 {
	font-size: 1.5em;
}*/

/**** On-Demand ****/
.featured {
	clear: both;
}
.featured .thumb {
	float: right;
}
.featured .summary {
	text-align: right;
}
.churchBucket {
	float: left;
	width: 31%;
	text-align: center;
	padding: 5px;
}
.churchBucket5 {
	float: left;
	width: 48%;
	text-align: center;
	padding: 5px;
}
.churchBucket2 {
	clear: both;
	padding: 5px;
}
.churchBucket2 .thumb {
	float: left;
}
.inactive {
	color: #666;
}
dl.videoList {
	margin-bottom: 0;
	padding-bottom: 5px;
	clear: left;
}
dl h3 {
	margin-bottom: 0;
}
dl h5 {
	padding-bottom: 3px;
}
.videoBucket {
	text-align: center;
	padding: 10px;
}
/**** Just Released ****/
.news {
	clear: both;
}
.news .thumb, .news .pic {
	float: left;
}
.newsItems {
	margin: 0;
	padding: 7px;
	background-color: #fff;
	margin-bottom: 0;
}
.newsItems p {
	color: #000;
	visibility: visible;
}
ul.newsItems {
	list-style-image: url(none);
	list-style-type: none;
}
ul.newsItems li {
	list-style-image: url(none);
	list-style-type: none;
	clear: both;
	margin: 0 0 7px 0;
	padding: 0;
}
.newsItems .thumb, .newsItems .pic {
	margin: 0 7px 7px 0;
}
.newsItems h4 {
	margin: 0;
	padding: 0;
}	
.newsItems h5 {
	margin: 0;
	padding: 0;
}
/**** Member Login ****/
#mLogin {
	text-align: center;
	margin-bottom: 7px;
}
#mLogin table {
	width: 100%;
	margin: 7px 0;
}
#mLogin td {
	padding: 4px 0;
}
/**** Promo Area ****/
div#promo {
	margin: auto;
	width: 248px;
}
/**** Footer ****/
#footer p {
	margin: 0;
	padding: 0;
}
#footer a {
	color: #fff;
}
/**** Store ****/
.searchBox, .browseBox {
	padding: 7px;
}

/**** Misc ****/
.more {
	padding: 7px;
	clear: both;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
	margin: auto;
}
.border {
	border: 1px solid #73a6c5;
}
.borderLeft {
	border-left: 1px solid #73a6c5;
}
.cart {
	text-align: right;
	padding: 4px;
}
.clear {
	clear: both;
}
.hidden {
	visibility: hidden;
}
.displayNone {
	display: none;
}

.pic {
	width: 250px;
}
/** IE Fix \*/
* html .iefix {
	height: 0.01%;
}
/** End IE Fix **/