/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

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

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px 0px 0px 0px;
	
	padding: 0px;
	background-image: url(../images/background_lines.gif);
	background-repeat: repeat;	
}

a{
	color: #513C5E;
	text-decoration: underline;
}

a:link{
	color: #513C5E;
	text-decoration: underline;
}

a:visited{
	color: #513C5E;
	text-decoration: underline;
}

a:hover{
	color: #666666;
	text-decoration: underline;
}



h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%;
	color: #878656;
	margin: 0px;
	padding: 10px 0px 0px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	display: block;
}

h2{
 font-family: Arial, sans-serif;
 font-size: 110%;
 color: #745687;
 margin: 0px;
 padding: 0px;
}
#titlegraphic {
	background-image: url(../images/what_mormons_believe_title.gif);
	background-position: center center;
	background-repeat: no-repeat;
	position: static;
	height: 100px;
	width: 800px;
	margin-bottom: 15px;
}


h3{
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	text-transform: none;
	
	font-style: normal;
	font-weight: normal;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

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

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

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 10px 0px 0px 0px;
	border-bottom: none #cccccc;
	width: 100%;
}

#navBar{
	float: left;
	width: 185px;
	margin: 0px;
	padding: 0px;
	background-color: #ADA16F;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	max-height:1200px;
	height:825px;
	/*min-height:780px;*/

}

#headlines{
  float:right;
	width: 20%;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
	background-color:C4D1D6;
}

#contentMain{
	float: left;
	width: 615px;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#content{
	float: left;
  width: 75%;
}
/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
	background-image:url(../images/title_graphic.gif);
	background-repeat:no-repeat;
	background-position:center;
	height:100px;
	display:none;
	}
#siteName img{
display:block;
background-image:url(../images/title_graphic.gif);
background-repeat:no-repeat;
background-position:center;
}
	


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

#globalNav{
padding: 0px 0px 5px 10px;
border-bottom: 1px solid #CCC;
color: #cccccc;
}

#globalNav img{
 display: block;
}

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

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

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

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

#breadCrumb{
	font-size: 80%;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0;
	margin-bottom: 5px;
}


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

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	padding-right: 30px;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


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

.story{
	clear: both;
	padding: 30px;
	font-size: 80%;
	list-style-type: none;
	margin: 0px;
}
.story li {
	list-style-type: disc;
	line-height: 16px;
	margin-bottom: 10px;
}


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


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

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #000;
	padding: 10px 0px;
	width: 800px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	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; text-decoration:none}
#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;
	font-variant: small-caps;
	color:#88A2AC;
	font-size:150%;
	font:Georgia, "Times New Roman", Times, serif;
	display: none;
}

#sectionLinks ul li a{
	color:#fff;
}
#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #fff;
}
#sectionLinks ul li a:hover{
	color:#878787;
	text-decoration:none;
}


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

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	line-height:1.3;
	font-size: 90%;
	
}

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


.relatedLinks a:link,
.relatedLinks a:visited {
color: #fff;

	display: block; 
}

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

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


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

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
.titlebullets {
	list-style-image: url(../images/bigbullets.gif);
	list-style-position: inside;
	
	
}
.smallbullets {
	list-style-image: url(../images/smallbullet.gif);
	list-style-position: outside;
	
}
ul.titlebullets li {
margin-bottom: 14px;
font-size:18px;
font-weight:bold;

}
.picture_caption {
	font-size: 9pt;
	font-style: italic;
	padding: 10px;
	display:inline;
	text-align:center;
}
