/*
	General style
*/

BODY, TD, P, H1, H2, H3, H4, H5, H6
{ 
  font-family: Georgia, Times New Roman, Times, serif;
}

body, html {
	font-family: Georgia, Times New Roman, Times, serif;
	background-color: #006;
	color: #EEE;
	text-align: center;
	margin: 0;
	padding: 0;
	background-image: url(/images/bg1.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: repeat;
}

a:link		{ color: #ffbb11; }
a:visited	{ color: #9BF; }
a:hover		{  }
a:active	{  }

h1 {
	font-size: 150%;
/*	font-style: italic;  */
	text-align: center;
}

h2 {
	font-size: 125%;
}

#centerMainColumn, #centerMainColumn td {
	text-align: left;
}

fieldset {
	margin: 1.5em 5px;
	padding: 5px;
}

legend {
	color: #CCFFFF;
	font-size: 125%;
	font-weight: bold;
}


/*	top banner     */
#banner a {
	display: block;
	background: transparent url(banner-mockup.jpg) no-repeat center;
	text-decoration: none;
	height: 100px;
	width: 896px;
	margin: auto;
}


/*	Nav bar       */

#leftMainColumn {
	vertical-align: top;
}

#leftMainColumn p {
	text-align: center;
	font-size: smaller;
	color: #788EFE;
}

#newNav {
	background-color: #2C2C7C;
	margin: 0px 0px 0px 0px;
}

#newNav ul { 
	list-style: none outside none; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #2C2C7C;
}

/* dotted separator between main sections */

#newNav > ul {
	border-bottom: 1px dotted #FBD13D;
	padding: 4px 0px 4px 0px;
}

#newNav a { 
	display: block; 
	width: 105px;
	margin: 0;
	padding: 0px 8px 0px 8px;
	text-decoration: none;
	font-weight: bold;
	font-size: 9px !important;	
	font-family: Verdana, sans-serif; 
	vertical-align: middle;
	background-color: #2C2C7C;
	color: #FBD13D;
}

#newNav a:hover {
	background-color: #4169e1;
	color: #FFF;
}

#newNav a:first-line {

}

#newNav li { 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #2C2C7C;
}


#newNav li li a {
	margin: 0px 0px 0px 0px;
	padding: 0px 3px 0px 12px;
	font-weight: normal;
}


#newNav a.here {

}

#newNav a.here:hover {

}


div.navCaption {
	width: 117px;
	background-color: #2C2C7C;
	color: #788efe;
	text-align: center;
	margin: 0px 0px 10px 0px;	/* match bottom margin to the padding of the top-level containers in columnarLayout */
	padding: 6px 4px;
}


/*
	Side captions
*/



div.sideCaption {
	width: 150px;
	background-color: #2C2C7C;
	color: #788efe;
	text-align: center;
	margin: 0px 0px 10px 0px;	/* match bottom margin to the padding of the top-level containers in columnarLayout */
	padding: 6px 4px;
}

div.sideCaption img {
	border: none;
	margin: 4px 0px 4px 0px;
}



/* footer (inside the content column) */

.textnav {
	font-size: 9px !important;	
	font-family: Verdana, sans-serif; 
	font-style: normal;
	text-align: center;
}


/* page content styles */

.pageTitleA
{
	font-weight: bold;
	text-align: center;
}

.pageTitleB
{
	width: 500px; 
	text-align: left; 
	padding-left: 10px;
}

.pageTitleC
{
	font-weight: bold;
	text-align: center;
	font-style: italic;
}

.sectionTitleA
{
	
}

.sectionTitleB
{
	
}

.sectionTitleC
{
	font-weight: bold;
	font-style: italic;
}

.courseTitleA
{
	text-transform: uppercase;
	font-weight: bold;
}

.courseTitleB
{
	
}

.standout {
	font-size: larger; 
}

.symbolDecoration {
	font-size: 130%; 
	font-size: larger; 
}

.oldprice {
	text-decoration: line-through;
}

.fineprint {
	font-size: smaller;
}

/* for ruminations, reviews, etc. (matches sidecaptions) */
.excerptBox {
	background-color: #2C2C7C;
	color: #788efe;
	border: 4px ridge;
}

.excerptBox td {
	padding: 20px;
}

.customerQuote {
	color: #66CCFF;
}


/* for things like pre-loading images, etc. Things you want present, but not visible */

.offscreen {
	position: absolute;
	left: -2000px;
	width: 1px;
	height: 1px;
}

/* for removal */

.hold {
	display: none;
	visibility: hidden;
}

.rightborder { 
border-right: 1px solid #CCFFFF; 
} 
.leftborder { 
border-left: 1px solid #CCFFFF; 
} 


/* drop down menu code */
#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 13px Georgia}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 103px;
	background: #4455AA;
	color: #FFBB11;  
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #2C2C7C}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #2C2C7C;
	border: 1px solid #2C2C7C}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #2C2C7C;
		color: #FFBB11;
		font: 13px Georgia}

	#sddm div a:hover
	{	background: #4455AA;
		color: #FFBB11}

/* use image for podcast download */
div.feedburnerFeedBlock p.enclosure a {
	display: block;
	background: url(http://www.welcomed.com/podcasts/listen-now.jpg) no-repeat left center;
	height: 100px;
	width: 178px;
	color: #FFBB11;
	font-size: smaller; 
	text-align: center;
}

/* remove bullets in Buzz Boost list */
div.feedburnerFeedBlock ul { 
	margin-left:0; 
	padding-left:0; 
	list-style-type: none 
}

/* make headline larger */
div.feedburnerFeedBlock ul li span.headline { 
	font-size: 125%;
	font-weight:bold; 
	display:block; 
	margin:20px 0 0 0; 
}

/* make space between headlines */
.feedburnerFeedBlock ul li {
padding: 15px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #000044;
}

/* remove feedburner credit icon */
#creditfooter {
display: none;
}

 
 
 
