html, body {
	width: auto;
	min-width: 0px;
	font: 12px/15px sans-serif;
	background: #fff;
	padding: 3px;
	color: #000;
	margin: 0;
	}

	.nav {
		position: relative;
		min-height: 25px;
		width: 100%;
	}	
	.nav ul {
		width: 180px;
		padding: 3px 0;
		position: absolute;
		top: 0;
		left: 10px;
		border: solid 1px #aaa;
		background: #6FF url(../images/icon-menu.png) no-repeat 10px 11px;
		border-radius: 5px;
		box-shadow: 0 1px 2px rgba(0,0,0,.3);
	}
	.nav li {
		display: none; /* hide all <li> items */
		margin: 0;
	}
	.nav .current {
		display: block; /* show only current <li> item */
	}
	.nav a {
		display: block;
		color: navy;
		padding: 5px 5px 5px 32px;
		text-align: left;
	}
	.nav .current a {
		background: none;
		color: #666;
	}

	/* on nav hover */
	.nav ul:hover {
		background-image: none;
	}
	.nav ul:hover li {
		display: block;
		margin: 0 0 5px;
	}
	.nav ul:hover .current {
		background: url(../images/icon-check.png) no-repeat 10px 7px;
	}

	/* right nav */
	.nav.right ul {
		left: auto;
		right: 0;
	}

	/* center nav */
	.nav.center ul {
		left: 50%;
		margin-left: -90px;
	}
	



#about-author { display: none;}

#social-media {
	display: none;
}

.google1 {
display: none; 
}

#logo-area {
/* background-image : url(ldsfaq5.jpg); */
background-image : url(ldsfaq-small-logo2.jpg);
background-color : rgb(249,249,249);
background-attachment : not-fixed;
background-position : top left;
background-repeat : no-repeat;
margin-bottom: 0;
margin-top: 0px; padding-top: 2px; /* padding is needed to stop a big gap for some reason */
}

#logo-area p {width: 100%;}

/* sandbag divs */
#sb2, #sb2b, #sb3, #sb3b, #sb4, #sb5, #sb5b, #sb6, #sb-siding1, #sb-siding2 {
display: none; 
}

#sb1b,#sb1 {width: 100%; height: 90px; }

/* end sandbag-divs */


#intro2 {
display: block;
padding-top: 0px;
margin-top: 0px;
background-image : none;
background-color: white;
padding-right: 5px;
padding-bottom: 3px;
max-width: 100%;
font-size: 15px;
line-height: 129%;
color: #321;
z-index: 2;
}


#intro2 p{
padding-right: 6px; /* was 10. */
padding-left: 2px;
margin-left: 3px;
}

/* for Internet Explorer */
/*\*/
* html #intro2 p{
font-size: 16px;
line-height: 20px;
padding-right: 5px;
}
/**/


#main2 img { 
	max-width: 95%;
	}
	
	

/* iPhone-specific styles */
only screen and (max-device-width: 480px) { 

	html {
		-webkit-text-size-adjust: none;
		}

}


h1 {
font-size: 150%;
margin-top: 5px;
}

h2 {
font-size: 133%;
line-height: 130%;
font-variant: small-caps;
padding: 2px;
margin-bottom: 4px;
margin-top: 4px;
}

h2 a:link {color: #CA6644; text-decoration: none;}
#resource-box h3 a:visited {color: #eed;}
#resource-box h3 a:hover {color:#aff; background-color: #155; text-decoration: none;}
#resource-box h3 a:active {color: white; background-color: #369;}

h3 {
font-size: 110%;
line-height: 120%;
font-variant: small-caps;
padding: 2px;
margin-bottom: 4px;
margin-top: 4px;
}


#idea-box {
float: none;
width: 22em;
text-align: left;
border: 3px solid #8b0000;
color: #000;
background: #eee;
padding: 4px;
margin: 3px;
}


.resourcebox {
text-align: left;
float: none;
padding: 5px;
margin: 5px;
width: 95%;
border: 1px solid #4470a8;
color: #060640;
background: #f0f8ff url(../gif/ghost.png) repeat;
font-size: 14px;
line-height: 125%;
}

#resource-box {
display: none;
}

p.zor { padding: 5px 10px 5px 10px; background-color: #EEEEEE; }

#mainstreet {
margin: 0px;
padding: 3px;
display:block;
}



/* begin teach styles */

#content2 {
margin: 3px;
}



.news {

float: none;
}



a.top, h2.float-left, h2.float-right, h3.float-left  {
float:none;
}



blockquote {
  font-size: 90%;
  margin: 10px;
  padding: 0;
}



blockquote > p {/* selects child p of a blockquote - control mozilla paragraph margin */
  margin: 8px;
  }

blockquote.float-right {
float: none;
width: 90%;
}


blockquote.float-left {
float: none;
width: 95%;
padding: 8px;
margin: 8px;
}





p.top {

padding: 5px;

}

p.default-margin {
/* margin-top: ; undeclared - default margin */
padding: 5px;
border-top: 1px dotted #696969;

}

/* 
p.after-h3 {
padding: 0.4em;
border-top: 3px dotted #696969;
background: #ffe4e1;
} 

p.after-blockquote {
padding: 0.4em;
border-top: 3px dotted #696969;
background: #e6e6fa;
}
*/

/* end teach styles */


/* begin special constructs */

.res-box{

float: none;
padding: 5px;
margin: 8px;
width: 93%;

}


#footer {
font-family: Georgia, Palatino, Serif;
font-style: italic;
text-align: center;
padding-bottom: 1em;
}

/* end special constructs */


#lord {
	background-image : none;
	display: none;
}




.title
{
	position:absolute;
	top:218px;
	left:264px;
	font-family: Garamond, Georgia, "Book Antiqua", Palatino, Bookman, Times, Times Roman, serif;
	margin-left : auto;
	margin-right: auto;
	padding: 0px;
	z-index: 3;
	font-size: 24px;
	line-height:28px;
	color: #531;
}
.sidebar
{
	display: none;
}

.menu
{
	padding : 4px;
	margin-bottom : 4px;
}


.prop {
    float:none
  }

address {
font-style: italic;
font-size: 83%;
float:left;
width:auto;
margin-left: 3%;
margin-bottom: 10px;
line-height: 130%;
color: #553;
}

/* ----------- MAIN BODY ----------- */

#intro {
display: block;
padding-top: 0px;
margin-top: 0px;
background-image : url(ldsfaq-logo2.jpg);
background-position : 3px 24px;
background-repeat : no-repeat;
padding-right: 5px;
padding-bottom: 10px;
width: 100%;
font-family: Georgia, Bookman, Times, serif;
font-size: 1.1em;
line-height: 128%;
color: #321;
z-index: 2;
min-height: 362px;
}

#intro p{
padding-right: 40px;
padding-left: 60px;
}



#main {
margin: .4em .8em; position: relative; padding-top: .3em;
font-family:Arial, Helvetica, sans-serif;
color: #333333;
font-size: 1em;
padding: 1px 7px 2px 7px;
}

#main li{
margin-top: .4em;
padding-top: .2em;
}

#main2 {
position: relative;
font-family:Arial, Helvetica, sans-serif;
color: #333333;
font-size: 14px;
padding: 3px;
margin: 3px;
max-width:100%;
line-height:145%;
}

/* for Internet Explorer */
/*\*/
* html #main2 {
width: 100%;
}
/**/

#main2 li{
margin-top: 4px;
padding-top: 2px;
font-size: 85%;
}





a.fill-div {
    display: block;
    height: 100%;
    width: 100%;
    background-color: transparent; 
    text-decoration: none;
}


#mainnav{
position: relative;
top:0px; left: 0px; /* changed from 3px for mobile */
width: 100%;
background-color: #234466;
color: #AEF4FF;
height: 22px;
border-bottom: 2px solid #67A;
text-align: left;
line-height: 16px;
font-weight: bold;
z-index: 0;
}

#mainnav a{
font-size: 13px;
font-family: Arial, sans-serif;
color: #AEF4FF;
text-decoration: none;
padding: 2px 10px;
}

#mainnav a:hover{
/*text-decoration: underline;*/
background-color: #CCF;
color: #009966;
}


ul#navmenu {
  margin: 0;
  border: 0 none;
  padding: 0;
 /* width: 960px; */ /*For KHTML*/
  list-style: none;
  height: 24px;
  overflow: hidden;
}

ul#navmenu li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 24px;
  overflow: hidden;
}
/*max-width below was 1100px */
#index {max-width:100%; width: 90%; margin-right: 10px; color: #DA5; text-decoration: none;}

#index li {margin-top: 9px;}
#index ul {margin-bottom: 18px;}
#index li a:link {color:#149; text-decoration: none; margin-top: 9px; font-size: 125%;}
#index li a:visited {color:#449; text-decoration: none; margin-top: 9px; font-size: 125%;}
#index li a:hover {color:#226; background-color: gold; text-decoration: none;}
#index li a:active {color: white; background-color: #369;}

#index ul > ul {list-style: square; font-size: 90%;}

