/*Version 1.2 -- BWL Version */

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
				margin: 0;
				padding: 0;
				font-family: Verdana, Arial, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
				color: #000;
				font-size: 80%;
				background-color: transparent;
}

p {
				background-color: transparent;
				padding:0 0 0 0;
}

h6 {
				background-color: transparent;
				color: #CC3399;
				clear: both;
}

h5 {
				background-color: transparent;
				color: #CC3399;
				clear: both;
}

h4 {
				background-color: transparent;
				color: #CC3399;
				clear: both;
}

h3 {
				background-color: transparent;
				color: #CC3399;
				clear: both;
}

h2 {
				background-color: #FDEDFD;
				color: #000000;
				clear: both;
}

h1 {
				background-color: transparent;
				color: #990099;
				clear: both;
}
/* Original header spacing. Modified below.
h6 {
margin-top: 24px;
}

h5 {
margin-top: 24px;
}

h4 {
margin-top: 24px;
}

h3 {
margin-top: 24px;
}

h2 {
margin-top: 24px;
}
*/
h4 {
	margin:6px 0px 14px 0px;
	}

h3 {
	margin:36px 0px 0px 0px;
	}

h2 {
	margin:6px 0px 14px 0px;
	}

h1 {
	margin:6px 0px 14px 0px;
	}

h1 {
	margin-top: 1px; /*font-family: 'Times New Roman', Georgia, 'Palatino Linotype', Palatino, serif;*/;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 0 solid #CC3399;
	text-align: center;
	font-size: 180%;
	font-weight: bold;
}

h2 {
				border-color: #CC3399;
				border: 0px;
				border-style: solid;
				font-family: Arial, Verdana, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
				font-size: 100%;
				text-align: center;
				font-weight: bold;
				font-style: italic;
				padding: 5px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 0 solid #CC3399;
	font-size: 160%;
	font-weight: normal;
}

h4 {
				font-family: Verdana, Arial, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
				border-bottom: 0 solid #CC3399;
				font-size: 110%;
				font-weight: bold;
}


blockquote {
				margin: 12px 0;
				border: 1px;
				color: #ffffff;
				background-color: #CC3399;
				font-size: 100%;
				line-height: 20px;
				font-family: Georgia, 'Times New Roman', 'Palatino Linotype', Palatino, serif;
				text-align:center;
				font-weight:bold;
}

code {
color: navy;
}

img {
border: 0 solid #ddd;
}

a:link img {
border: 0;
}


/* -- General Link Styling -- */

a:link {
color: blue; 
text-decoration: underline;
}

a:visited {
color: purple;
text-decoration: underline;
}

a:hover {
color: red;
text-decoration: underline;
}



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
				width: 725px;
}

#Header {
				position: relative;
				height: 180px;
}

#ContentWrapper {
				float: left;
				width: 725px;
}

#ContentColumn {
				margin: 0 0 0 130px;    /* STEP 1: set to "0 RightColumnWidth 0 LeftColumnWidth" */
}

#LeftColumn {
				float: left;
				width: 129px; /* STEP 2: to set left column at 180, set 1 less than 180 here */
				margin-left: -725px;        /* STEP 3: set to the same width specified in #PageWrapper above (but with minus sign)  */
}

#RightColumn {
				float: left;
				display: none; /* Hide the 3rd column for the 2 column template */
				width: 179px; /* STEP 4: to set right columns at 180, set 1 less than 180 here */
				margin-left: -180px;        /* STEP 5: set to -(RightColumnWidth) */
}

#Footer {
				clear: both;
				width: 100%;
				padding: 8px 0;
				border-top: 1px solid #f0f5fb;
				height: 80px;
}

#ContentFooter {
				clear: both;
				width: auto;
				padding: 8px 0;
				border-top: 1px solid #f0f5fb;
				height: 80px;
}

.Liner {
padding: 10px;
background-color: transparent;
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
margin: 0;
padding: 0;
}

#LeftColumn .Liner {
				padding: 0 0 5px 0;
}

#ContentColumn .Liner {
				padding: 10px 40px 5px 40px;
				background-color: transparent;
}

#ContentFooter .Liner {
				margin: 0;
				padding: 0;
}


/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
				margin: 0 auto 0 0;
				background-image: url('../image-files/back.gif');
				background-repeat: repeat-y;
				background-color: transparent;
}

#Header {
				background-image: url('../image-files/logo.png');
				background-repeat: no-repeat;
				background-color: transparent;
				background-position: top left;
}

#ContentWrapper {
				background-image: url('../image-files/left.gif');
				background-repeat: repeat-y;
				background-color: transparent;
}

#LeftColumn {
				background-color: transparent;
}

#ContentColumn {
				background-color: transparent;
}

#RightColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
}

#Footer {
				background-color: transparent;
				text-align: center;
				font-size: 85%;
}

#ContentFooter {
				background-color: transparent;
				background: url('../image-files/footer.gif') no-repeat center;
				text-align: center;
				font-size: 85%;
}


#LeftColumn {
				font-size: 90%;
				color: #000000;
}

#RightColumn {
font-size: 90%;
}

#LeftColumn h4 {
font-size: 90%;
color: white;
margin-top: 0;
}

#RightColumn h4 {
font-size: 90%;
color: white;
margin-top: 0;
}


/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
				width: 129px;
				font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
				background-color: transparent;
				margin: 0 auto 0 0;
				padding: 0 0 0 0;
				text-align: left;
}

/* -- Nav Headers -- */

.Navigation h3 {
padding: 0;
font-size: 110%;
color: #fff;
border-bottom: 1px solid #fff;
margin: 12px 0;
}

/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 0 0 8px 5px;
margin: -6px 0 0 0;
}

.Navigation li {
background-color: #ffc;        /* tan, for button and RSS box backgrounds -- */
border: 1px solid #CC3399;
margin-bottom: 3px;
}

/* -- Navigation Link styles -- */

.Navigation a:link {
color: blue;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
}

.Navigation a:visited {
color: purple;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
}

.Navigation a:hover {
color: red;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
background-color: #EFD1EF;   /* light sea blue used in center column of background.gif and for lit buttons both navbars and AdSenseBox bg color */
text-decoration: underline;
}



/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
text-align: center;
}

.ThumbnailLink a:link {
text-decoration: none;
}

.ThumbnailLink a:hover .Caption {
text-decoration: underline;
color: red;
}


/* -- Horizontal Text NavBar -- */

.ExtraNav {
				font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
				display: none;
}

.ExtraNav ul {
list-style-type: none;
padding: 0;
}

.ExtraNav ul li {
display: inline;
background-color: #ffc;
text-align: center;
}

.ExtraNav a:link {
color: blue;
text-decoration: none;
text-align: center;
padding: 0 4px;
}

.ExtraNav a:visited {
color: purple;
text-decoration: none;
}

.ExtraNav a:hover {
color: red;
background-color: #EFD1EF;
text-decoration: underline;
}

#Header .ExtraNav {
				font-size: 85%;
				display: none;
				position: absolute;
				top: 0;
				right: 0;
}

#Header .ExtraNav ul { 
margin: 0;
}

#Footer .ExtraNav {
				margin: 12px auto;
				background-color: #abc4e3;
				display: none;
}



/* ------ Section 6 - Boxes ------ */

.CalloutBox {
background-color: #fff;
width: 85%;
border: 1px dotted #CC3399;
margin: 18px auto 24px auto;
padding: 4px;
color: black;
}

div.CalloutBox p {
margin: 13px;
}

p.CalloutBox {
padding: 13px;
}

div.CalloutBox h6 {
margin: 13px 0 0 13px;
}

div.CalloutBox h5 {
margin: 13px 0 0 13px;
}

div.CalloutBox h4 {
margin: 13px 0 0 13px;
}

div.CalloutBox h3 {
margin: 13px 0 0 13px;
}

div.CalloutBox h2 {
margin: 13px 0 0 13px;
}

div.CalloutBox h1 {
margin: 13px 0 0 13px;
}

.QuoteBox {
				background-color: #EFD1EF;
				width: 400px;
				border: 1px solid #CC3399;
				margin: 24px auto 12px auto;
				padding: 10px;
				color: #000;
}

.QuoteBox h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #fff;
}

.QuoteBox p {
				font-size: 120%;
				font-family: Georgia, 'Times New Roman', 'Palatino Linotype', Palatino, serif;
				line-height: 120%;
				text-align:left;
}

.MotivationQuoteBox {
				background-position: center;
				background-color: transparent;
				width: 456px;
				margin: 24px auto 24px auto;
				color: #FFFFFF;
				height: 58px;
				font-family: Georgia, "Times New Roman", Times, 'Palatino Linotype', Palatino, serif;
				font-style: italic;
				text-align: center;
				vertical-align: middle;
				background-image: url('http://www.brainyweightloss.com/images/WLMotivation.jpg');
				background-repeat: no-repeat;
				display: table;
				clear: both;
}

div.MotivationQuoteBox p {
				vertical-align: middle;
				text-align: center;
}

/* Maybe used later
p.MotivationQuoteBox {
				margin-bottom: auto;
				margin-left: auto;
				margin-right: auto;
				margin-top: auto;
}


div.MotivationQuoteBox h6 {
margin: 13px 0 0 13px;
}

div.MotivationQuoteBox h5 {
margin: 13px 0 0 13px;
}

div.MotivationQuoteBox h4 {
margin: 13px 0 0 13px;
}

div.MotivationQuoteBox h3 {
margin: 13px 0 0 13px;
}

div.MotivationQuoteBox h2 {
margin: 13px 0 0 13px;
}

div.MotivationQuoteBox h1 {
margin: 13px 0 0 13px;
}
*/

.ReminderBox {
				background-color: #EFD1EF;
				width: 24%;
				border: 1px solid #CC3399;
				margin: 0 0 12px 18px;
				float: right; /* adding float enables text to flow around it */;
				color: #006;
}

.ReminderBox h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #fff;
}

.ReminderBox p {
font-size: 85%;
padding: 0 4px;
line-height: 120%;
}

.AdSenseBoxRightColumn {
padding: 5px;
background-color: transparent;
border: 0px;
}

.AdSenseBoxLeftColumn {
padding: 5px;
background-color: transparent;
border: 0px;
}

.AdSenseBoxCenterBanner {
padding: 5px;
background-color: transparent;
border: 0px;
}

.AdSenseBoxCenter {
padding: 5px;
background-color: transparent;
border: 0px;
}


.AdSenseBoxRight {
padding: 5px;
background-color: transparent;
border: 0px;
}

.AdSenseBoxLeft {
padding: 5px;
background-color: transparent;
border: 0px;
}

.AdSenseBoxLeft {
margin: 12px 12px 12px 0;
float: left;
}

.AdSenseBoxRight {
margin: 12px 0 12px 12px;
float: right;
}

.AdSenseBoxCenterBanner {
				width: 468px;
				margin: 12 auto 12px auto;
				text-align: center;
				clear: both;
}

.AdSenseBoxCenter {
				margin: 12 auto 12px auto;
				text-align: center;
				clear: both;
}

.AdSenseBoxRightColumn {
padding: 0;
margin: 0 auto 12px auto;
clear: both;
}

.AdSenseBoxLeftColumn {
				padding: 0 0 0 2px;
				margin: 0 auto 12px auto;
				clear: both;
}

.LinksBox {
				background-color: transparent;
				width: auto;
				border: 0px solid #CC3399;
				margin: 24px 0 12px 0px;
				color: #000000;
}

.LinksBox h4 {
				margin: 0;
				padding: 5px 0;
				text-align: center;
				background-color: #CC3399;
				color: #FFFFFF;
				font-weight: bold;
				font-size:100%
}

.LinksBox p {
				padding: 1px 0;
				line-height: 250%;
}

.ReturnToNavBox {
				background-color: transparent;
				width: auto;
				border-top: 0px solid #CC3399;
				border-bottom: 0px solid #CC3399;
				margin: 0 auto 12px auto;
				padding: 5px;
				text-align:center;
}

.SideBarBox {
				background-color: transparent;
				display: table;
				width: auto;
				border-top: 2px groove #CCCCCC;
				border-bottom: 2px groove #CCCCCC;
				margin: 24px auto 24px auto;
				padding: 20px 1px;
				text-align: left;
}

/* -- RSS Box -- */
/* Custom RSS Box, now disabled
#RSSbox {
				width: 148px;
				background-color: #ffc;
				border: 1px solid #CC3399;
				margin: 8px auto 10px 3px;
				padding: 2px 2px 10px 2px;
				font-size: 100%;
				font-weight: bold;
				color: #1d487e;
				line-height: 120%;
				text-align: center;
				display: none;
}

*/

/* SBI RSS Box*/

#RSSbox {
				width: 148px;
				margin: 8px auto 10px 0;
				padding: 2px 0 10px 0;
				text-align: center;
				display:none;
}


/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

.Caption {
font-size: 85%;
font-weight: bold;
color: #000;
display: block;
line-height: 150%;
margin-bottom:10px;
}

/* -- floats -- */

.ItemRight {
float: right;
margin: 20px 0 12px 18px;
text-align: center;
}

.ItemCenter {
margin: 20px auto 12px auto;
text-align: center;
clear: both;
}

.ItemLeft {
float: left;
margin: 20px 18px 12px 0;
text-align: center;
}

/*  -- Tables -- */

#TableStyle1
{
				font-family: Arial, Verdana, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
				border-collapse: collapse;
				border: 2px #C0C0C0;
				border-style: ridge;
				width: 500px;
				text-align: left;
				margin-left: auto;
				margin-right: auto;
				margin-bottom: 12px;
				margin-top: 12px;
}
#TableStyle1 th 
{
				font: normal normal bold 100%;
				text-align: left;
				border: 2px #C0C0C0;
				border-style: ridge;
				padding: 5px 7px 4px 7px;
				background-color: #496278;
				color: #FFFFFF;
				font-weight: bold;
}
#TableStyle1 tr.alt td
{
				color: #000000;
				font-size: 75%;
				border: 2px #C0C0C0;
				border-style: ridge;
				padding: 3px 7px 2px 7px;
				background-color: #E6E6FF;
}

#TableStyle1 td
{
				color: #000000;
				font-size: 75%;
				border: 2px #C0C0C0;
				border-style: ridge;
				padding: 3px 7px 2px 7px;
				background-color: #E6E6FF;
}

#TableStyle1 tr.alt td 
{
				background-color: #E6E6FF;
}

