/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color:#FEFEFE;
	line-height:1.166;
	margin: 0px;
	padding: 0px;
}

a:link, a:hover {
	color: #003399;
	text-decoration:none;
}

a:visited{ 
	color: #551a8b;
	text-decoration:none;
}

 a:hover {
	text-decoration:underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #336666;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #336666;
}

h3{
 font-size: 100%;
 color:#336666;
 text-align:left;
 padding: 5px;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

h1a{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #CCCCCC;
	}
ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
	font: bold 100% Verdana, Arial, Helvetica, sans-serif;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#container  {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	text-align: left;
	position:relative;
	background-color:#FEFEFE;
	border:#999999 2px outset;
	padding-top: 0px;
}

#mastheadcontainer  {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 260px;
}

#siteName1{
	font-size:115%;
	text-align:center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#siteName{
	font-size:115%;
	text-align:right;
	margin-top: 5px;
	margin-right: 70px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#siteName2{
	font-size:115%;
	text-align:right;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#slogan{
	height:100;
	width:100;
	}

#slogan1{
	text-align:center;
	margin-top: 20px;
	margin-right: 220px;
	margin-bottom: 50px;
	margin-left: 1px;
	top: 50px;
	bottom: 150px;
}

#masthead{
	background-image:url(http://intentionalprosperity.com/images/site/masthead.jpg);
	background-repeat:no-repeat;
	margin: 0;
	width: 100%;
	height: 250px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#mastheadlesson{
	background-repeat:no-repeat;
	margin: 0;
	width: 100%;
	height: 185px;
	
}

#bg{
	float:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}

#bobgwen{
	text-align:center;
	float: left;
	margin: 0px;
	padding: 0px;
}
 #bobgwen h1{
 	color: #666666;
}

#home{
	float:right;
	font-size:80%;
	border-bottom: #339999 1px solid;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 100px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#logo{
	text-align:center;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 10px;
	margin-left: 1px;
}

#btmlogos{
	height:50px;
	width:900px;
	text-align:center;
}

#header{
	background-color: #FEFEFE;
	}


#topnav{
	background-color:#EBEBEB;
	text-align: center;
	height: 40px;
	background-position: center center;
	vertical-align: middle;
	padding: 0px;
	}

#navBar{
	background-color: #b7ab8e;
	background-image:url(../images/site/navbgd.jpg);
	background-repeat:repeat;
	border-left: 2px solid #ccc;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 75%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#content{
  float:left;
	width: 67%;
	margin: 5px 30px 5px 30px;
	padding: 0 3% 0 0;
}

#content1{
  float:left;
	width: 67%;
	margin: 5px 30px 5px 30px;
	padding: 0 3% 0 0;
	border-top:#CCCCCC thin solid;
}

#content2{
  float:center;
	width: 75%;
	margin: 5px 30px 5px 30px;
	padding: 0 3% 0 0;
}


#chapter{
	padding:10px;
	text-align:left;
	border-top:#CCCCCC thin solid;
}

#lesson{
	float:left;
	height:60px;
	width:300px;
	color:#333333;
	font-size:80%;
	text-align:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}


#pageName{
	padding:10px;
	font-size: large;
	font-weight: bold;
	border-top:#CCCCCC 1px solid;
	border-bottom:#CCCCCC 1px solid;
}

#pageName2{
	padding:5px;
	font-size: large;
	font-weight: bold;
	text-transform:capitalize;
	border-top:#CCCCCC 1px solid;
	border-bottom:#CCCCCC 1px solid;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#audio{
	height:auto;
	width:auto;
	border:thick double #b7ab8e;
	background-color:#FEFEFE;
	text-align:center;	
}

#speaker{
	float:left;
	padding:5px 10px 0px 10px;
	
}

#arrow{
	float:left;
	padding:0px 10px 0px 0ox;
	margin-right:15px;
}

#box{
	border:#660000 1px dotted;
	padding:10px;
	height:auto;
	width:auto;
}

#box2{
	border:#660000 1px dotted;
	margin:5px 30px 5px 30px;
	padding:20px;
	text-align:left;
	height:auto;
	width:auto;
}

#box3{
	border:#660000 1px dotted;
	margin:5px 20px 5px 5px;
	padding:0px 15px 0px 5px;
	text-align:left;
}

#box4{
	border:#336666 2px dotted;
	margin:5px 30px 5px 30px;
	padding:20px;
	text-align:left;
	height:auto;
	width:auto;
}

#box5{
	border:#336666 2px dotted;
	margin:5px 30px 5px 30px;
	padding:20px;
	text-align:left;
	height:auto;
	width:auto;
}

#box6{
	border:#336666 2px dotted;
	margin:5px 30px 5px 30px;
	padding:20px;
	text-align:left;
	height:auto;
	width:auto;
}

#photobox{
	margin:15px;
	padding:10px;
	height:auto;
	width:auto;
}

#photobox2{
	margin:30px;
	padding:10px;
	height:auto;
	width:auto;
}

#photobox3{
	margin:30px;
	padding:10px;
	height:auto;
	width:auto;
}

#textbox{
	float:right;
	margin:10px;
	padding:20px;
	height:auto;
	width:auto;
}

#photo1{
	float:left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 0px;
}

#photo2{
	float:right;
	padding:0px 0px 5px 20px;
}

#photo3{
	float:left;
	padding:0px 20px 5px 0px;
}

#photoqfm{
	float:left;
	padding:0px 40px 5px 0px;
}

#bookcvr1{
	float:right;
	padding:0px 0px 15px 20px;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/


/*************** #pageName styles **************/


#form{
	font-size:12px;
	border: #339999 medium double;
	margin:0px 0px 0px 60px;
	padding: 5px;
	text-align:center;
	width:80%;
	}
	
#contact{
	font-size: 75%;
	border: 3px double #339999;
	width: auto;
	padding: 5px;
	margin: 5px;
	text-align: center;
	}
	
#login{
	font-size: 75%;
	border: #339999 thin solid;
	width: 350px;
	padding: 2px;
	margin: 2px;
	text-align: center;
	float: right;
	}
	
	
#sidelinks{
	font-size: 75%;
	border: #339999 thin solid;
	width: auto;
	padding: 5px;
	margin: 5px;
	text-align: center;
	}
	

#form2{
	width:auto;
	font-size:75%;
	border: 3px double #51121B;
	text-align:center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
	
#links{
	width:auto;
	font-size:85%;
	border: thick double #51121B;
	padding: 7px;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 5px;
}

/************** #headlines styles **************/

#headlines{
	margin: 5px;
	padding: 5px 10px 10px 20px;
	font-size: 80%;
	border: #339999 thin solid;
}

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


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 10px 5px 20px;
}


/************** .feature styles ***************/

.feature{
	font-size: 88%;
	text-align:left;
	}

.feature2{
	padding: 10px 5px 10px 10px;
	font-size: 88%;
	text-align:left;
}

.feature3{
	padding:5px;
	font-size: 83%;
	text-align: center;
}

.feature4{
	padding:5px;
	font-size: 88%;
	text-align: left;
}

.feature5{
	padding:5px 5px 5px 10px;
	font-size: 95%;
	text-align: left;
	background-color:#66FFCC;
	border: #999999 1px dashed;
	font-weight:bolder;
}

.example{
	padding: 10px 5px 10px 10px;
	font-size: 88%;
	text-align:left;
	border: #999999 1px dashed;
	}

.centerred{
	padding:5px;
	font-size: 85%;
	text-align: center;
	color:#FF0000;
}

.centerredBig{
	padding:5px;
	font-size: 115%;
	text-align: center;
	color:#FF0000;
}

.subtitles{
	font-size: 100%;
	font-weight:bold;
	color:#336666;
	text-transform: capitalize;
}

.subtitles2{
	padding:5px;
	font-size: 100%;
	font-weight:bold;
	text-align:left;
	color:#336666;
}

.subtitles3{
	padding: 0px 0px 10px 10px;
	font-size: 100%;
	font-weight:bold;
	color:#336666;
	text-align:center;
	text-transform: capitalize;
}

.links{
font-size:87%;
}

.linkside{
font-size:87%;
color: #51121B;
}

.linksidebackground{
	font-size:87%;
	color: #334d55;
	background-color:#CCCCCC;
}

.small{
font-size:75%;
}

.legal{
font-size:68%;
color:#CCCCCC;
}

/*div class */
.space {
	clear:both;
	margin:0;
	padding:0;
	height:10px;
	background:transparent;
	display:inline-table;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
  padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 100%;
	color: #cccccc;
	padding: 0px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}




/*************** #button styles *************/

#button{
	text-align:center;
	padding: 10px;
}


#loginHome{
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size:65%;
	height:100px;
	width:50px;
	border:#330000 1px solid;
	padding:3px;
	margin:3px;
}

