@charset "UTF-8";
/********************************
 CSS FILE: css/common.css 
********************************/
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	height: 26px;
}
ol{
	list-style: decimal;
}
div,ul,li, canvas{
	margin:0;
	padding:0;
	overflow:hidden;
}

div .navigation {
	overflow:visible;
}

#bodyWrapper #leftColumn {
	width: 655px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	overflow: hidden;
}
#bodyWrapper #rightColumn {
	margin: 0px;
	padding: 0px;
	width: 285px;
	float: left;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}

/* Fix firefox image border bug */
a img{
	border: none;
}


/*==================================================
 	Styles for pages where the loop returns nothing
===================================================*/

#nothingFound {
	text-align: center;
	font-size: 22px;
	margin-top: 100px;
	color: #999;
}
#nothingFound .goBack {
	font-size: 14px;
}

/*===========================================
 	Styles for 404 pages
===========================================*/

.title404 {
	text-align: center;
	font-size: 22px;
	margin-top: 75px;
	color: #999;
}
.text404 {
	text-align: center;
	font-size: 16px;
	color: #000;
}


#UpcomingChats table {
	margin: 10px;
	width: 100%; 
}

#UpcomingChats table tr {
}

#UpcomingChats table tr td {
	display: block;
}

#UpcomingChats table tr td.tableCol1 {
	float: left;
	padding-right: 4px;
}

#UpcomingChats table tr td.tableCol2 {
	padding: 0;
	clear: right;
}

#UpcomingChats table tr td.tableCol3 {
	padding: 0 0 10px 0;
	font-weight: bold;
}

#upcomingChatsBackground .ChatTimeZoneLink a
{
	clear: both;
	float: none;
	display: block;
	text-align: left;
	margin: 0 0 0 10px;
} 





/********************************
 CSS FILE: css/type.css 
********************************/
strong{
	font-weight: bold;
}

/* Headings
----------------------------------------------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
	margin-bottom: 10px;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

.fancyHeaderText {
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
}

.soulCravingsText {
	color: #bf0307;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: circle;
}

li {
	margin-left: 30px;
	padding-bottom: 10px;
}


/* Links */
a{
	text-decoration: none;
	color: #000;
}
a:hover{
	text-decoration: underline;
}
a strong{
	font-weight: bold;
}
.moreLink {
	font-weight: bold;
	display: inline;
}




/********************************
 CSS FILE: css/header.css 
********************************/
#headerBar {
	margin: 0 auto;
	padding: 0px;
	height: 41px;
	color: #FFF;
	background: url('images/backgroundSpritesRepeat.gif') no-repeat;
	width: 960px;
	font-size: 10px;
	background-position: 0px -700px;
}
#outerHeaderBar {
	background: url('images/backgroundSpritesRepeat.gif') repeat-x;
	overflow: visible;
}
#titleBar {
	margin: 0 auto;
	padding: 0px;
	height: 95px;
	display: block;
	width: 960px;
	z-index: 1;
}
#powerToChangeLogo {
	height: 96px;
	width: 223px;
	margin: 0px;
	padding: 0px;
	float: left;
	background-image: url(images/buttonSprites.gif);
	background-repeat: no-repeat;
	background-position: 0px -400px;
	display: block;
}
#logoSeperator {
	margin: 0px;
	padding: 0px;
	height: 90px;
	width: 1px;
	background-image: url(images/buttonSprites.gif);
	float: left;
	background-repeat: no-repeat;
	background-position: -300px 0px;
}
#outerPrimaryNav {
	margin: 0px;
	padding: 0px;
	height: 24px;
	background-color: #007AC7;
	clear: both;
	overflow: visible;
}
#primaryNav {
	margin: 0 auto;
	padding: 0px;
	height: 24px;
	background-color: #007AC7;
	color: #FFF;
	width: 960px;
	font-size: 11px;
	clear: both;
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#primaryNav #navList {
	padding: 0px;
	list-style-type: none;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	width: 960px;
	height: 24px;
}
#primaryNav #navList li {
	display: inline;
	float: left;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
	height: 21px;
}
#primaryNav #theLifeMessage {
	padding: 0px;
	float: right;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: inline;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	word-spacing: normal;
	width: 260px;
}
#headerBar ul {
	padding: 0px;
	display: block;
	list-style-type: none;
	float: right;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 300px;
	text-align: right;
}
#headerBar ul li {
	padding: 0px;
	display: inline;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.dropDownArrow {
	padding: 0px;
	margin-left: 0px;
	margin-bottom: 1px;
}

#discover-sectionSlogan {
	margin: 0px 286px 0px 0px;
	padding: 0px;
	height: 96px;
	width: 225px;
	float: left;
	background-image: url(images/taglines/discovertagline.gif);
	background-repeat: no-repeat;
	display: block;
}
#experience-sectionSlogan {
	margin: 0px 286px 0px 0px;
	padding: 0px;
	height: 96px;
	width: 225px;
	float: left;
	background-image: url(images/taglines/experiencetagline.gif);
	background-repeat: no-repeat;
	display: block;
}

#inspire-sectionSlogan {
	margin: 0px 286px 0px 0px;
	padding: 0px;
	height: 96px;
	width: 225px;
	float: left;
	background-image: url(images/taglines/inspiretagline.gif);
	background-repeat: no-repeat;
	display: block;
}
#sos-sectionSlogan {
	margin: 0px 0 0px 0px;
	padding: 0px;
	height: 96px;
	width: 511px;
	float: left;
	background-image: url(images/taglines/sos.jpg);
	background-repeat: no-repeat;
	display: block;
}
#search {
	height:auto;
	padding: 0px;
	background: url(images/backgroundSprites.gif) no-repeat;
	width: 210px;
	margin:0px;
	background-position: -400px 0px;
	float: left;
	display: block;
}
.clear {
	clear: both;
	float: none;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
}
#searchField {
	padding: 0px;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 25px;
}
#searchField #searchText {
	background-color: #ECECEC;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-left: 33px;
	margin-top: 1px;
	color: #666;
	font-size: 16px;
	margin-bottom: 0px;
	float: left;
	margin-right: 0px;
	width: 100px;
}
#searchField #searchSubmit {
	padding: 0px;
	float: left;
	margin-top: -1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#outerSecondaryNav {
	padding: 0px;
	height: 26px;
	background-image: url(images/backgroundSpritesRepeat.gif);
	background-repeat: repeat-x;
	background-position: 0px -100px;
	margin: 0 auto;
	overflow: visible;
}
#secondaryNav {
	padding: 0px;
	height: 26px;
	background-image: url(images/backgroundSprites.gif);
	background-repeat: no-repeat;
	font-size: 10px;
	background-position: 0px -800px;
	width: 960px;
	clear: both;
	margin: 0 auto;
}
#secondaryNav #subNav {
	color: #66c4ce;
	list-style-type: none;
	padding: 0px;
	display: inline;
	float: left;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#subNav li {
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 11px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul#subSubNav {
	color: #66c4ce;
	list-style-type: none;
	padding: 0px;
	display: inline;
	padding: 10px 0 10px 0;
}
ul#subSubNav li {
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 10px;
}
ul#subSubNav li a{
	color: #000000;
}
#secondaryNav #headerDonateButton {
	margin: 0px;
	padding: 0px;
	float: right;
}
#secondaryNav #corporateSubNav {
	padding: 0px;
	list-style-type: none;
	float: right;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}
#secondaryNav #corporateSubNav li {
	margin: 0px;
	display: inline;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
}
#secondaryNav #sectionName {
	padding: 0px;
	margin-top: 7px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	float: left;
	display: inline;
}
#primaryNav ul .currentSection {
	background-color: #FFF;
	color: #000;
	float: left;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
}
#primaryNav ul .christmas {
	/*background-color: #FFF;*/
	color: #000;
	float: left;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
	/*font-weight: bold;*/
}
#christmasIcon
{
vertical-align: top;
padding-right:4px;
}
#primaryNav a {
	color: #FFF;
}
#primaryNav .currentSection a {
	color: #000;
}



/* Drop down list */
.moreDropDown ul {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #007BCC;
	list-style-type: none;
	padding: 0px;
	float: left;
	width: 160px;
	position: absolute;
	overflow: visible;
	margin-left: 0px;
}
li.moreDropDownLink ul {
	display: none;
	background-color: #007BCC;
	list-style-type: none;
	padding: 0px;
	float: left;
	width: 150px;
	position: absolute;
	overflow: visible;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -10px;
	padding: 0px;
}
li.moreDropDownLink ul li {
	background-color: #007BCC;
	display: block;
	width: 150px;
	margin-top: 55px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 15px;
}
li.moreDropDownLink:hover ul {
	display: inline;
	opacity:0.8;
	filter:alpha(opacity=80);
	z-index: 100;
}
#headerBar .subscribeButton {
	float: right;
	padding: 0px;
	margin-top: 13px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	display: inline;
}
#headerBar .subscribeButton #subscribeIcon {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#headerBar #siloChooser {
	padding: 0px;
	float: left;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#bodyWrapper {
	padding: 0px;
	margin: 15px auto 0 auto;
	width: 960px;
}
#secondaryNav #donateButton {
	float: right;
	margin: 0px;
	padding: 0px;
	height: 26px;
	width: 87px;
	background-image: url(images/buttonSprites.gif);
	background-position: -300px -104px;
	background-repeat: no-repeat;
	font-weight: bold;
}
#donateButton span {
	padding: 0px;
	display: block;
	margin-top: 7px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 3px;
}
#headerBar #loginBar {
	padding: 0px;
	float: right;
	display: none;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 350px;
}
#headerBar #loginBar #loginform input {
	font-size: 10px;
}
#miniIndexArticleListTitle h2 {
	float: left;
	padding: 0px;
	font-size: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#headerBar a {
	color: #FFF;
}
.subscribeButton span {
	display: block;
	float: left;
	margin-top: 2px;
}





/********************************
 CSS FILE: css/index.css 
********************************/
/* ======================================================
 Common Styles
 =======================================================*/
/* ======================================================
 Maxi-Indexes
 =======================================================*/
#topBox {
    background-image: url(images/backgroundSprites.gif);
    background-repeat: no-repeat;
    height: 476px;
    width: 643px;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 13px;
    margin-left: 14px;
    overflow: hidden;
    background-position: -1301px -400px;
}

#maxIndexFeaturedArticle {
    padding: 0px;
    margin-top: 15px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 14px;
    width: 310px;
    float: left;
    display: inline;
}

#maxIndexFeaturedArticle p {
    line-height: 15px;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 290px;
    display: inline;
    font-size: 11.5px;
    float: left;
}

#maxIndexArticleList {
    padding: 0px;
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 300px;
    float: left;
}

#maxIndexArticleList .indexBannerAd {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 18px;
    margin-left: 0px;
}

#maxIndexFeaturedArticles {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-image: url(images/backgroundSprites.gif);
    background-repeat: no-repeat;
    background-position: -1300px 0px;
    float: left;
    width: 293px;
}

/* ================
 Article List Styles
 ==================*/
#maxIndexFeaturedArticles ul {
    padding: 0px;
    list-style-type: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    float: left;
    display: inline;
}

#maxIndexFeaturedArticles ul li {
    padding: 0px;
    display: block;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 8px;
    margin-left: 0px;
    height: 46px;
    overflow: hidden;
    width: 273px;
    clear: both;
    font-size: 11px;
}

#maxIndexFeaturedArticles ul li img {
    padding: 0px;
    float: left;
    height: 46px;
    width: 60px;
    margin-top: 0px;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.boxHeader img {
    float: left;
    padding: 0px;
    height: 16px;
    width: 16px;
    margin-top: 3px;
    margin-right: 7px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.boxHeader h2 {
    margin: 0px;
    padding: 0px;
    font-size: 18px;
}

.indexTopBannerAd, .indexBottomBannerAd {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    height: 88px;
    width: 293px;
    float: left;
    display: inline;
}

.indexBottomBannerAd {
    height: 82px;
    /*margin-top: 5px;*/
    /*margin-bottom: 10px;*/
    float: left;
}

.sidebarTopBannerAd {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    height: 88px;
    width: 284px;
    /*float: left;*/
    display: inline;
}

#maxIndexFeaturedArticle img {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
}

#maxIndexFeaturedArticle h2 {
    font-size: 25px;
    margin: 0px;
    padding: 0px;
}

/* ======================================================
 Mini-Indexes
 =======================================================*/
#miniIndexTopBox {
    background-image: url(images/backgroundSprites.gif);
    background-repeat: no-repeat;
    height: 514px;
    width: 643px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 13px;
    margin-left: 14px;
    overflow: hidden;
    background-position: -2001px -400px;
    float: left;
    padding: 0px;
}

#miniIndexFeaturedArticle {
    height: 220px;
    float: left;
    display: inline;
    margin-top: 9px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 623px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 13px;
}

#miniIndexFeaturedArticle img {
    padding: 0px;
    float: left;
    height: 220px;
    width: 290px;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
}

#miniIndexFeaturedArticle p {
    display: block;
    margin: 0px;
    padding: 0px;
    float: left;
    width: 320px;
    line-height: 15px;
    font-size: 11.5px;
}

#miniIndexFeaturedArticleTitle {
    margin-bottom: 5px;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 17pt;
}

#miniIndexArticleList {
    height: 220px;
    width: 607px;
    background-image: url(images/backgroundSprites.gif);
    background-repeat: no-repeat;
    background-position: -1600px 0px;
    float: left;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 14px;
    display: inline;
}

#miniIndexArticleListTitle {
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 7px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 14px;
    float: left;
    clear: both;
    display: inline;
    width: 550px;
}

#miniIndexArticleListTitle img {
    padding: 0px;
    float: left;
    margin-top: 1px;
    margin-right: 4px;
    margin-bottom: 0px;
    margin-left: 0px;
}

#miniIndexArticleList ul {
    margin: 10px;
    padding: 00px;
    list-style-type: none;
}

#miniIndexArticleList ul li {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    width: 100%;
    display: block;
    float: left;
}

#miniIndexArticleList ul li img {
    padding: 0px;
    height: 91px;
    width: 120px;
    float: left;
    margin-top: 0px;
    margin-right: 8px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.miniIndexArticleTitle {
    margin: 0px;
    padding: 0px;
    font-weight: bolder;
    display: block;
    float: left;
    width: 450px;
    font-size: 11px;
}

#miniIndexArticleList ul li p {
    padding: 0px;
    margin-top: 4px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    float: left;
    width: 450px;
    font-size: 11px;
}

/* ======================================================
 Tag Indexes
 =======================================================*/
#tagIndexArticleList {
    height: 200px;
    width: 280px;
    background-image: url(images/backgroundSprites.gif);
    background-repeat: no-repeat;
    background-position: -1300px 0px;
    float: left;
    padding: 10px;
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 14px;
    display: inline;
    font-size: 11px;
}

.tagIndexArticleTitle {
    margin: 0px;
    padding: 0px;
    font-weight: bolder;
   /* display: block;
    float: left;
    width: 150px;*/
    font-size: 11px;
}

#tagIndexArticleList ul {
    margin: 0px;
    padding: 00px;
    list-style-type: none;
}

#tagIndexArticleList ul li {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    width: 100%;
    display: block;
    float: left;
}

#tagIndexArticleList ul li img {
    padding: 0px;
    height: 60px;
    width: 80px;
    float: left;
    margin-top: 0px;
    margin-right: 8px;
    margin-bottom: 0px;
    margin-left: 0px;
}

#tagIndexArticleList ul li p {
    padding: 0px;
    margin-top: 4px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    float: left;
    width: 280px;
}

#tagIndexTitle {
    padding: 0px;
    margin-top: 12px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 12px;
}

/* ======================================================
 Video Index
 =======================================================*/

#tagCloud {
/*    height: 200px; */
    width: 280px;
    background-image: url(images/backgroundSprites.gif);
    background-repeat: no-repeat;
    background-position: -1300px 0px;
    float: left;
    padding: 10px;
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 14px;
    display: inline;
    font-size: 11px;
}

#tagCloud p 
{
	text-align: center;
	padding: 10px 20px 10px 20px;
}


/* ======================================================
 Video Index
 =======================================================*/
.homepage-video-row {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.homepage-video-row .homepage-video-box-thumb {
    float: left;
    width: 130px;
    margin-right: 13px;
    margin-left: 13px;
}

#videoCatSelect {
    margin-top: 10px;
    margin-bottom: 5px;
}

.video-index-nav {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
    padding-left: 0px;
}

.video-index-date {
    font-size: 10px;
    color: #666;
    margin-bottom: 0px;
    margin-top: 5px;
}

.video-index-title {
    margin: 0px;
    padding: 0px;
}

.video-index-excerpt {
    padding: 0px;
    display: block;
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    height: 70px;
}

.homepage-video-box-thumb-image {
    border: 1px solid #000;
    width: 127px;
    height: 85px;
}

.blogPostPreviewImage {
    float: left;
    height: 91px;
    width: 120px;
    margin: 4px 10px 70px 0;
}

.blogIndexTitle {
    font-size: 14px;
}

/* ======================================================
 Top Tag Images Indexes
 =======================================================*/
#topTagIndexImageList {
    /*background-image: url(images/backgroundSprites.gif);
     background-repeat: no-repeat;*/
    height: 185px;
    width: 643px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 13px;
    margin-left: 14px;
    overflow: hidden;
    background-position: -2001px -400px;
    float: left;
    padding: 0px;
}

#topTagIndexImageList a {
    float: left;
    margin: 0 0 10px 11px;
    border: thin solid black;
}

/* ======================================================
 Other Index Controls
 =======================================================*/
.leftIndexColumn {
    display: block;
    float: left;
    width: 48%;
}

.rightIndexColumn {
    display: block;
    float: right;
    width: 48%;
}

#wpstats {
	display: none;
}





/********************************
 CSS FILE: css/boxes.css 
********************************/
/* ======================================================
					Box Headers 
=======================================================*/
.boxHeader {
	padding: 0px;
	width: 250px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

/* ======================================================
					Interactive Box 
=======================================================*/
#interactiveBox {
	background-image: url(images/backgroundSprites.gif);
	background-repeat: no-repeat;
	/*height: 109px;*/
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
	background-position: -1000px 0px;
	width: 285px;
}
#interactiveBox #buttonHolder {
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#interactiveBox #lessonIcon {
	padding: 0px;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 58px;
	width: 245px;
	display: block;
	background-image: url(images/buttonSprites.gif);
	background-position: -387px -164px;
	background-repeat: no-repeat;
	float: left;
}

#interactiveBox #chatIcon {
	padding: 0px;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 58px;
	width: 245px;
	display: block;
	background-image: url(images/buttonSprites.gif);
	background-position: -387px -106px;
	background-repeat: no-repeat;
	float: left;
}
#interactiveBox #prayIcon {
	padding: 0px;
	height: 62px;
	width: 245px;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	background-image: url(images/buttonSprites.gif);
	background-position: -387px -44px;	
	background-repeat: no-repeat;
	float: left;
}
#interactiveBox #talkIcon {
	padding: 0px;
	height: 44px;
	width: 245px;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	background-image: url(images/buttonSprites.gif);
	background-repeat: no-repeat;
	background-position: -387px 0px;
	float: left;
}
/* ======================================================
					Grey Interactive Box 
=======================================================*/
#grey_interactiveBox {
	background-image: url(images/backgroundSprites.gif);
	background-repeat: no-repeat;
	/*height: 109px;*/
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
	background-position: -1000px 0px;
	width: 285px;
}
#grey_interactiveBox #buttonHolder {
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#grey_interactiveBox #lessonIcon {
	padding: 0px;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 58px;
	width: 245px;
	display: block;
	background-image: url(images/grey_buttonSprites.gif);
	background-position: -387px -164px;
	background-repeat: no-repeat;
	float: left;
}

#grey_interactiveBox #chatIcon {
	padding: 0px;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 58px;
	width: 245px;
	display: block;
	background-image: url(images/grey_buttonSprites.gif);
	background-position: -387px -106px;
	background-repeat: no-repeat;
	float: left;
}
#grey_interactiveBox #prayIcon {
	padding: 0px;
	height: 62px;
	width: 245px;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	background-image: url(images/grey_buttonSprites.gif);
	background-position: -387px -44px;
	background-repeat: no-repeat;
	float: left;
}
#grey_interactiveBox #talkIcon {
	padding: 0px;
	height: 44px;
	width: 245px;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	background-image: url(images/grey_buttonSprites.gif);
	background-repeat: no-repeat;
	background-position: -387px 0px;
	float: left;
}
/* ======================================================
			Corporate Interactive Box 
=======================================================*/
#corporate_interactiveBox {
	background-image: url(images/slices/corporate/interactivebg.gif);
	background-repeat: no-repeat;
	/*height: 109px;*/
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
	width: 285px;
}
#corporate_interactiveBox #buttonHolder {
	margin:0 0 0 2px;
	float: left;
	background:white none repeat scroll 0 0;
	padding: 0;
	
	width:277px;
}
#corporate_interactiveBox #chatIcon {
	padding: 0px;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 55px;
	width: 245px;
	display: block;
	background-image: url(images/buttonSprites.gif);
	background-position: -387px -107px;
	background-repeat: no-repeat;
	float: left;
}
#corporate_interactiveBox #prayIcon {
	padding: 0px;
	height: 62px;
	width: 245px;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	background-image: url(images/buttonSprites.gif);
	background-position: -387px -45px;	
	background-repeat: no-repeat;
	float: left;
}
#corporate_interactiveBox #talkIcon {
	padding: 0px;
	height: 45px;
	width: 245px;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	background-image: url(images/buttonSprites.gif);
	background-repeat: no-repeat;
	background-position: -387px 0px;
	float: left;
}

/* ======================================================
					Media Box 
=======================================================*/
#mediaBox {
	padding: 0px;
	height: 235px;
	background-image: url(images/backgroundSprites.gif);
	width: 285px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-position: -600px -400px;
	background-repeat: no-repeat;
	overflow: hidden;
	font-size: 10px;
}
#mediaBoxTitle {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	font-size: 17px;
	padding: 0px;
	float: left;
	display: inline;
}
#mediaBox .mediaBoxItem {
	padding: 0px;
	float: left;
	width: 280px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 22px;
	margin-left: 0px;
}
.mediaBoxItem img {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 15px;
	border: 2px solid #000;
}
.mediaBoxItem p {
	padding: 0px;
	margin-top: 2px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mediaBoxTitleMoreLinkHolder {
	float: right;
	padding: 0px;
	margin-top: 18px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: visible;
}

/* ======================================================
					Ad Box 
=======================================================*/
#adBox{
	height: 285px;
	width: 285px;
	background-image: url(images/backgroundSprites.gif);
	background-repeat: no-repeat;
	background-position: -1000px -400px;
}

#adBox iframe {
	padding: 18px;
}

#adBox, #inspire_adBox{
	margin-bottom: 20px;
}

#inspire_adBox{
	height: 287px;
	width: 285px;
	background-image: url(images/inspire/inspire_adBox.png);
}
#adBox img{
	margin: 0px;
	height: 250px;
	width: 250px;
	padding-top: 17.5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 17.5px;
}

#inspire_adBox img {
	margin: 0px;
	height: 250px;
	width: 250px;
	padding-top: 17.5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 17.5px;
}
/* ======================================================
					Sidebar Box 
=======================================================*/
.sidebarBox {
	width: 285px;
	padding: 0px;
	background-image: url(images/backgroundSprites.gif);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: -1000px 0px;
	float: left;
}
.sidebarBox ul{
	list-style: none;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	clear: both;
	display: inline;
	width: 275px;
}

/* ======================================================
					Corporate Box 
=======================================================*/
#corporateBoxHolder {
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 14px;
	display: block;
	clear: both;
	width: 643px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
.leftCorporateBox, .rightCorporateBox {
	padding: 0px;
	height: 155px;
	width: 306px;
	background-image: url(images/backgroundSprites.gif);
	margin-top: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-position: -650px 0px;
	float: left;
	margin-right: 28px;
	margin-left: 0px;
}
.rightCorporateBox {
	margin-right: 0px;
}
.corporateBoxContent {
	margin: 12px;
	padding: 0px;
	width: 282px;
}
.corporateBoxContent img {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 14px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.corporateBoxContent h3 {
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 20px;
}
.corporateBoxContent .corporateSubHeader {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 13px;
}

/* ======================================================
					Left Aligned Index Box
=======================================================*/
.leftIndexBox, .rightIndexBox {
	float: left;
	width: 306px;
	margin-top: 0px;
	margin-right: 28px;
	margin-bottom: 20px;
	background-image: url(images/backgroundSprites.gif);
	background-repeat: no-repeat;
	background-position: -650px 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow: hidden;
}

/* ======================================================
					Right Aligned Index Box (just one override)
=======================================================*/
.rightIndexBox {
	margin-left: 0px;
	float: right;
	margin-right: 0px;
	padding: 0px;
	clear: right;
}

/* ======================================================
					Left Aligned Index Image
=======================================================*/
.leftIndexBoxImage, .rightIndexBoxImage {
	float: left;
	width: 306px;
	margin-top: 0px;
	margin-right: 28px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow: hidden;
}

/* ======================================================
					Right Aligned Index Image (just one override)
=======================================================*/
.rightIndexBoxImage {
	margin-left: 0px;
	float: right;
	margin-right: 0px;
	padding: 0px;
	clear: right;
}


/* ======================================================
					Index Box Common Styles
=======================================================*/

.leftIndexBox h4, .rightIndexBox h4, .sidebarBox h4 {
	padding: 0px;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 13px;
	float: left;
}
.leftIndexBox .headerImage, .rightIndexBox .headerImage, .sidebarBox .headerImage {
	float: left;
	padding: 0px;
	margin-top: 12px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 13px;
}
.leftIndexBox ul, .rightIndexBox ul, .inspire_rightIndexBox ul, .inspire_leftIndexBox ul{
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	float: left;
	clear: both;
	display: inline;
	list-style-type: none;
	list-style-position: outside;
}
.nothingInBox {
	color: #CCC;
	font-size: 16px;
	text-align: center;
}

/* ======================================================
				Latest Articles (on Homepage) Styles
=======================================================*/
#homepageLatestArticlesList {
	list-style-type: disc;
	margin-left: 15px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	list-style-position: outside;
	width: 280px;
}

#homepageLatestArticlesList li {
	padding-bottom: 0px;
}

.leftIndexBox #latestArticlesList li {
	float: left;
	width: 275px;
	padding-bottom: 0px;
}


/* ======================================================
				Upcoming Chats Styles
=======================================================*/
#upcomingChatsBackground {
	/*background-image: url(images/icons/chatpeeps.gif);
	background-repeat: no-repeat;
	background-position: 200px 5px;
	*/
	float: left;
	width: 100%;
}

#upcomingChatsBackground a, #inspire_upcomingChatsBackground a{
	width:95%;
	clear:both;
	float: left;
	position:relative;
	text-align: right;
}

#upcomingChats ul li, #inspire_upcomingChatsBackground ul li{
	margin-bottom: 5px;
	float: left;
	width: 250px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#upcomingChats ul li strong {
	font-weight: bold;
}

#chatBox ul li {
	margin-bottom: 5px;
	clear: left;
	width: 250px;
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 15px;
}

/* ======================================================
				Discover/Experience/Inspire Widget
=======================================================*/

.DEIitem {
	height: 25px;
	/*width: 123px;*/
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	background-image: url(images/buttonSprites.gif);
	background-repeat: no-repeat;
}
#discover_active{
	background-position: 0px -350px;	
	width:119px;
}
#discover_inactive{
	background-position: 0px -300px;	
	width:119px;
}
#discover_inactive_behind{
	background-position: -149px -300px;	
	width:119px;
}
#experience_active{
	background-position: -150px -350px;	
	width:104px;
}
#experience_inactive{
	background-position: -300px -300px;
	width:103px;	
}
#experience_inactive_behind{
	background-position: -450px -300px;	
	width:103px;
}
#inspire_active{
	background-position: -300px -350px;	
	width:103px;
}
#inspire_inactive{
	background-position: -555px -300px;	
	width:103px;
}


/* ======================================================
			Grey Discover/Experience/Inspire Widget
=======================================================*/

.grey_DEIitem {
	height: 25px;
	/*width: 123px;*/
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	background-image: url(images/grey_buttonSprites.gif);
	background-repeat: no-repeat;
}

#sectioncats-storefront-notice {
        margin: 0;
        padding: 4px 10px 4px 10px;
        background-color: #005182;
        font-weight: bold;
        color: #FFFFFF;
}
#sectioncats-storefront-notice a {
        color: #FFFFFF;
}


#indexBoxHolder {
	margin: 0px;
	width: 640px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#homepageLatestArticlesList li {
	margin-left: 0px;
}

#homepageTopRightAd {
	padding-bottom: 10px;
}

#topRightFeature {
	margin: 0 0 10px 0;
	float: left;
	padding: 0;
	width: 293px;
	height: 88px;
}

#bottomRightFeature {
	margin: 0px 0 0px 0;
	float: left;
	padding: 0;
	width: 293px;
	height: 88px;
}

#bottomLeftBanner {
	float: left;
	padding: 20px 0 0 0;
}




/********************************
 CSS FILE: css/article.css 
********************************/
.alignleft {
	float: left;
	clear: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.alignright {
	float: right;
	clear: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
}

.clear {
	clear: both;	
}

.faith-adventure-transition, .faith-adventure-transition-manual {
	width: 195px;
	border: 1px dotted white;
	margin: 0px;
	padding: 0px 16px 6px 0px;
	float: left;
}

ol{
	list-style: decimal;
	margin-left: 10px;
	display: inline;
}

ol li{
	margin-bottom: 6px;
}
.articleTitle {
	font-size: 19px;
	padding: 0px;
	margin: 0px;
}
.authorField {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 10px;
}
.articleText {
	padding: 0px;
	margin-left: 8px;
	margin-top: 15px;
}
#articleWrapper {
	float: left;
	width: 630px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.blogArticleWrapper {
	float: left;
	width: 630px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.authorField a {
	text-decoration: underline;
}
.articleText strong {
	font-weight: bold;
}
#articleWrapper p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#articleWrapper p strong {
	font-weight: bold;
}
#articleWrapper p a {
	color: #0478B7;
}
#articleWrapper p a:hover{
	text-decoration: underline;
}


.blogArticleWrapper p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.blogArticleWrapper p strong {
	font-weight: bold;
}
.blogArticleWrapper p a {
	color: #0478B7;
}
.blogArticleWrapper p a:hover{
	text-decoration: underline;
}

#article-links {
	float: right;
	width: 160px;
	margin-right: 10px;
	display: inline;
}
#article-links img {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 10px;
	display: inline;
}
#article-links span {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
}
#comments {
	float: left;
	padding: 0px;
	width: 640px;
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

#comments a{
text-decoration: underline;
}

.comment-author.vcard .photo {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.commentlist {
	clear:both;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
	width:625px;
}
.commentlist .comment.even {
	margin: 0px;
	padding: 0px;
	background-color: #16b6eb;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 20px;
}
.comment-author.vcard {
	margin: 0px;
	padding: 0px;
	float: left;
}
.comment-meta.commentmetadata {
	float: right;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	display: inline;
	margin-right: 15px;
}
.comment-body {
	float: left;
	clear: both;
	margin: 0px;
	padding: 7px;
	width: 95%;
}
.comment-body p {
	float: left;
	padding: 0px;
	width: 100%;
	clear: both;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#respond {
	margin: 0px;
	float: left;
	width: 640px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.commentlist li {
	margin-bottom: 20px;
	padding: 0px;
	float: left;
	display: block;
	width: 625px;
}
#comments .navigation {
	padding: 0px;
	float: left;
	width: 625px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.comment-author.vcard .fn {
	padding: 0px;
	margin-top: 8px;
	display: block;
	float: left;
	margin-right: 4px;
}
.comment-author.vcard .says {
	float: left;
	padding: 0px;
	margin-top: 8px;
}
.comment.odd {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.commentlist .reply {
	float: left;
	margin: 0px;
	padding: 0px;
	clear: both;
}
.comment .children {
	padding-left: 10px;
	list-style-type: none;
	float: left;
	width: 100%;
}
.children li{
	width: 100%;
}
.comment.depth-2 {
	width: 600px;
}
.comment.depth-3 {
	width: 590px;
}
.comment.depth-4 {
	width: 580px;
}
#comments .nocomments {
	font-size: 18px;
	text-align: center;
	color: #CCC;
}

#articleWrapper ul, #articleWrapper ol, #articleWrapper li {
	overflow: visible;
}

#articleWrapper ul a, #articleWrapper ol a, #articleWrapper li a{
	color: #0478B7;
}




/********************************
 CSS FILE: css/author.css 
********************************/
.authorPageArticleList {
	float: left;
	margin: 0px;
	width: 640px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.authorPageArticle {
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	float: left;
}
.authorpageMetaData {
	font-size: 10px;
	margin-left: 0px;
}
.authorpageMetaData a{
	
}.authorpageMetaData a {
	color: #4F78B7;
}
.authorPageArticle .authorPageArticlePreviewImage {
	float: left;
	height: 142px;
	width: 186px;
	margin-right: 10px;
	margin-bottom: 30px;
}

/* Author Image Div */
.entry_author_image {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 25px;
	margin-left: 0px;
}
.articleTitle {
	font-size: 19px;
	padding: 0px;
	margin: 0px;
}.articlesByAuthor {
	font-size: 19px;
}
.authorArticleListHeader {
	float: left;
	width: 500px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}





/********************************
 CSS FILE: css/chat.css 
********************************/
.chatRoomBox {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	float: left;
	width: 100%;
}
.chatRoomText {
	float: left;
	width: 500px;
}
#chatAppletUpcomingChats {
	float: left;
	padding: 0px;
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 20px;
	width: 100%;
}
#chatAppletUpcomingChats ul .noUpcomingChats {
	font-size: 16px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
	color: #CCC;
	font-weight: normal;
}






#chatAppletUpcomingChats ul {
	list-style-type: none;
	width: 95%;
}
#chatAppletUpcomingChats ul li {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#chatAppletUpcomingChats ul .alt {
	background-color: #CCF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
chatLandingIcon {
	margin: 0px;
	padding: 0px;
}
.chatLandingIcon {
	display: block;
	float: left;
	height: 83px;
	width: 110px;
	background-image: url(images/chatSprites.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#aboutJesusChatIcon {
	background-position: -500px 0px;
}
#womensChatIcon {
	background-position: -610px 0px;
}
#prayerChatIcon {
	background-position: -720px 0px;
}





/********************************
 CSS FILE: css/modalbox.css 
********************************/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(../js/thickbox/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding-left:7px;
	padding-top:4px;
	padding-right:5px;
	padding-bottom: 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:24px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}




/********************************
 CSS FILE: css/footer.css 
********************************/
#outerFooter {
	height: 40px;
	background-image: url(images/backgroundSpritesRepeat.gif);
	background-repeat: repeat-x;
	background-position: 0px -50px;
	margin: 5px 0 0 0;
	clear: both;
	overflow: visible;
}
#footer {
	height: 40px;
	background-image: url(images/backgroundSpritesRepeat.gif);
	background-repeat: repeat-x;
	color: #FFF;
	font-size: 10px;
	background-position: 0px -50px;
	clear: both;
	width: 945px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0 auto;
}
#footer ul {
	padding: 0px;
	float: left;
	list-style-type: none;
	width: 500px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer ul li {
	display: inline;
	margin-left: 3px;
}
#footer .allRightsReserved {
	float: right;
	padding: 0px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer .languageSelector {
	padding: 0px;
	float: right;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer .copyrightMessage {
	padding: 0px;
	float: right;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.footerDropDownArrow {
	padding: 0px;
	margin-left: 1px;
	margin-bottom: 2px;
}





/********************************
 CSS FILE: css/storefront.css 
********************************/
/** This file controls the styles that are common to all storefronts **/

/* CSS Document */

#ptcNavLogo {
	height:28px;
	width:77px;
	float:left;
	position:relative;
	background:url(images/storefrontSprite.gif) no-repeat;
	background-position:0px -32px;
}
/*========================
Primary Navigation
========================*/
#outerstorefrontPrimaryNav {
	background: url(images/storefrontSprite.gif) #ffffff;
	background-position:0px -61px;
	overflow: visible;
}
#storefrontPrimaryNav {
	height:28px;
	width:960px;
	margin: 0 auto;
	position:relative;
	clear:both;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	background: url(images/storefrontSprite.gif) no-repeat #ffffff;
	background-position:0px -61px;
	color:#000;
}
#storeFrontnavList {
	/*width:640px;*/
	list-style-type:none;
	float:left;
	margin: 0px;
	padding: 0px;
}
#storeFrontnavList li {
	height:22px;
	margin:0px;
	float:left;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	display: block;
}

#storefrontPrimaryNav a {
	color:#000;
}

#storefrontPrimaryNav #corporateNavLink {
	list-style-type:none;
	float: right;
	padding:0px;
	margin-top: 8px;
	width: 235px;
	display: inline;
	margin-left: 5px;
	margin-right: 2px;
	margin-bottom: 0px;
	text-align: right;
}
#corporateNavLink li {
	padding:0px;
	display: inline;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
}
	
#storefrontPrimaryNav #corporateNavLink span {
	display: block;
	height:28px;
	position: relative;
	float: right;
	padding-right:10px;
	margin:0px;}
	


	
/*========================
Secondary Navigation
========================*/
#outerstorefrontSecondaryNav {
	background: url(images/storefrontSprite.gif) #ffffff;
	background-position:0px 1px;
	overflow: visible;
}
#storefrontSecondaryNav {
	height:24px;
	width:960px;
	margin: 0 auto;
	position:relative;
	display:block;
	clear: both;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	background: url(images/storefrontSprite.gif) no-repeat #ffffff;
	background-position:0px 1px;
	color:#000;
	padding:4px 0px 0px 0px;
	overflow:visible;
}

.navBreak{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	}

#storefrontSecondaryNav #navSecList {
	list-style-type:none;
	float:left;
	margin:0px;
	display:block;
}
#navSecList li {
	float:left;
	padding:0px 3px;
	display:block;
	margin:0px;
}

#storefrontSecondaryNav ul {
	color:#000;
	float:left;
	display:block;
	padding-right:10px;
	padding-left:10px;
}
#storefrontSecondaryNav a {
	color:#000;
	font-weight: bold;
}

/*========================
DropDown Navigation
========================*/
.storefrontDropDownLink {
z-index:2000;
}

li.storefrontDropDownLink ul {
	display:none;
	list-style-type:none;
	float:left;
	width:150px;
	position:absolute;
	overflow:visible;
	top: 23px;
	padding:0px;
	-moz-border-radius-bottom-left:5px;
	-moz-border-radius-bottom-right:5px;
	-webkit-border-radius-bottom-left:5px;
	-webkit-border-radius-bottom-right:5px;
}
li.storefrontDropDownLink ul li {
	display:block;
	width:150px;
	height:15px;
	background-color: #CCC;
}
li.storefrontDropDownLink:hover ul {
	display:inline-block;
	opacity:0.8;
	filter:alpha(opacity=80);
	z-index:1000;
	margin-top: 5px;
}
#navSecList li.storefrontLanguageDropDownLink {

height:30px;
overflow: visible;
font-weight: bold;
}
#navSecList li.storefrontLanguageDropDownLink ul {
	display:none;
	list-style-type:none;
	float:left;
	width:55px;
	position:absolute;
	overflow:visible;
	top: 23px;
	padding:0px;
	-moz-border-radius-bottom-left:5px;
	-moz-border-radius-bottom-right:5px;
	-webkit-border-radius-bottom-left:5px;
	-webkit-border-radius-bottom-right:5px;
}
#navSecList li.storefrontLanguageDropDownLink ul li {
	display:block;
	width:55px;
	height:15px;
	background-color: #CCC;
}
#navSecList li.storefrontLanguageDropDownLink:hover ul {
	display:inline-block;
	opacity:0.8;
	filter:alpha(opacity=80);
	z-index:10000;
	margin-top: 5px;
}
#storeFrontWaysToGiveLink {
	float: right;
	height: 28px;
	width: 80px;
	margin: 0px;
	padding: 0px;
}
#storeFrontWaysToGiveLink span {
	display: block;
	margin-top: 8px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	/* font-weight: bold; */
}
.storefrontDropDownList li{
	background-color:#000;
}





/********************************
 CSS FILE: css/grey_storefront.css 
********************************/
#grey_storefrontPrimaryNav {
	height:28px;
	width:960px;
	float:left;
	position:relative;
	clear:both;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	background:url(images/storefrontSprite.gif) no-repeat #ffffff;
	background-position:0px -61px;
	color:#000;
	overflow:visible;
}
#greyptcNavLogo {
	height:28px;
	width:77px;
	float:left;
	display: block;
	background-image: url(images/slices/miniblkP2Clogo.gif);
	background-position: 0px -2px;
}




/********************************
 CSS FILE: css/chwt.css 
********************************/
.chwtTemplate #outerPrimaryNav, .chwtTemplate #primaryNav {
	background-color: #990100;
}
.chwtTemplate #outerHeaderBar {
	background: url('images/chwtbackgroundSpritesRepeat.gif') repeat-x;
}
.chwtTemplate #headerBar {
	background: url('images/chwtbackgroundSpritesRepeat.gif') no-repeat;
}
.chwtTemplate #powerToChangeLogo {
	background-image: url(images/chwtbuttonSprites.gif);
}
.chwtTemplate #logoSeperator {
	background-image: url(images/chwtbuttonSprites.gif);
}
.chwtTemplate #search {
	background:transparent url(images/chwtbackgroundSprites.gif) no-repeat scroll -400px 0;
}

.chwtTemplate #outerSecondaryNav {
	background-image: url(images/chwtbackgroundSpritesRepeat.gif);
}
.chwtTemplate #secondaryNav {
	background-image: url(images/chwtbackgroundSprites.gif);
}

.chwtTemplate #secondaryNav #donateButton {
	background-image: url(images/chwtbuttonSprites.gif);
}
.chwtTemplate #outerFooter {
	background-image: url(images/chwtbackgroundSpritesRepeat.gif);
}
.chwtTemplate #footer {
	background-image: url(images/chwtbackgroundSpritesRepeat.gif);
}
.chwtTemplate #headerGraphic {
	height:95px;
	width:735px;
	float:left;
	position:relative;
	background:url(images/storefrontHeaders/chwtHeader.jpg) top left no-repeat;
	overflow:hidden;
}











