/* simple page with one background image */

/*** SUBPAGE CSS ***/

/* Sub Page Layout */
#subPageContentContainerSimple {  /* content container below nav on Sub-Pages */
	width:100%;
	background: #fff url("/includes/EF/SmithsonianSite/images/bg_section.gif") bottom left no-repeat; /* this is the white background image*/
	float:left;
	padding:0px;
	margin:0px;
}

/* END Sub Page Layout */



/* Sub Page Module for sub Menu and contact Module */

 #subPageContentSimple{
 	margin: 0 0 0 0px;
	padding:0;
	_height: 1%;
	background-color: white;
 }
 #content #subPageContentSimple {
	float:left;
 	/*width:564px;*/
 	width:720px;
 	padding:0px;
 	margin:0px;
 }


/* END Sub Page Module */



/* Section and Sub-Section Pages */

#subPageContentSimple .widePage #simpleSectionPage{
	background: url("/includes/EF/SmithsonianSite/images/bg_mainContent1.gif") 0px 20px repeat-x;
	/* use to have bg_sub_section.gif as image */
	width: 720px; /* use to be width:530px; */
	min-height:300px; /*min-height use to be 200px */
	margin-top: 15px;
}


.section #subPageContentSimple {
	/*background: url("/includes/EF/SmithsonianSite/images/bg_maincontent.gif") 20px 207px no-repeat;*/		
	float:left;
	min-height:300px;
}

/*includes the teachers > find a tour > specific tour pages*/
#simpleSectionPage { 
	margin:0 15px;
	padding: 8px 10px 0 10px;	
	_padding-top:10px;
	position:relative;
}

.section #simpleSectionPage {   /* wide as on Sub-Section page */
	margin:9px 0px 0 20px;
	
	padding:0px 0px;
	width:290px;
	_width:278px;
	float:left;
	display:inline;
}

#sectionPageContent {
	padding:0 10px;
}

/*
#simpleSectionPage .InnerPageTitle,
#simpleSectionPage h3 {
	padding:15px 0 3px 0;
	border-bottom:solid 1px #98afbb;
	margin-right:-10px;
}

#simpleSectionPage .InnerPageSubTitle,
#simpleSectionPage h4 {
	padding:10px 0 2px 0;
	font-weight:bold;
	font-size:11px;	
}
*/


/* Section Page */

#simpleSectionPage.narrow { /* narrower as on Section page */
	/*padding-top:10px;*/

}

/*
#simpleSectionPage.narrow h2 {
	margin:0 0 15px 0px;
	padding:0 0 3px 0;
	_padding:0 0 3px 0;
}	


*+html #simpleSectionPage.narrow h2 {
		padding:0 0 2px 0;
}


#simpleSectionPage.narrow .InnerPageTitle,
#simpleSectionPage.narrow h3 {
	padding-bottom:0px;
	overflow:visible;
	height:auto;
	border:none;
	color:#666;
}


#simpleSectionPage.narrow .InnerPageSubTitle,
#simpleSectionPage.narrow h4 {
	padding-top:15px;
	font-weight:normal;
}

#simpleSectionPage h2 {
	padding:0 0 0 0;
	margin: 2px 0 20px 0; /* original margin-top was 3px and margin-left was -10px 
	_margin-top: 3px; /* original was 5px
	border:none;
	font-weight: bold;
	font-family: Times New Roman;
	font-size: 15px;
}
*/
#simpleSectionPage .Quote {
	float:right;
	margin:30px 0 0 10px;
	white-space:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#305F77;
}

#simpleSectionPage .Quote .Source {
	float:right;
	background: #fff url("/includes/EF/SmithsonianSite/images/quote_stars.gif") 0px 3px no-repeat;
	padding:0 0 0 43px;
	white-space:nowrap;
	display:block;
	min-width:1px;
	_width:1px;
}	


/* FROM GLOBAL */

/* Wysiwyg Page Content */
#wysiwygContentSimple a.RedLink {
	color:#AB3A40;
	font-style:normal;
	font-weight:bold;
}

#wysiwygContentSimple a:hover.RedLink {
    text-decoration:underline;
}

#wysiwygContentSimple a:visited.RedLink {
    color:#ab3a40;
}

.RedHighlight {
	color:#AB3A40;
	font-style:normal;
	font-weight:bold;
}

a:hover .RedHighlight {
	color:#AB3A40;
	text-decoration:underline;
}

#wysiwygContentSimple .BlueText {
	color:#305F77;
}

#wysiwygContentSimple {
	padding:0pt 10px;
	float:left;
}

#wysiwygContentSimple .ImageRight {
    float: right;
    vertical-align: text-top;
    margin-left: 10px;
    
}

#wysiwygContentSimple td {
	vertical-align:top;
	font-size:11px;
}
    #simpleSectionPage #wysiwygContentSimple h3 {
       padding: 0;
       border-bottom: 1px solid #305F77;
       margin: 0 0 5px 0;
       padding: 0 0 4px 0;
       color: #305F77;
       font-size: 11px;
       font-weight: bold;
       text-transform: uppercase;
    }
    
    #simpleSectionPage #wysiwygContentSimple h4 {
       padding: 0;
       border: medium none;
       font-size: 11px;
       font-weight: bold;
    }
		#simpleSectionPage #wysiwygContentSimple h4 a {
			color:#818181;
		}

	#wysiwygContentSimple p, #mainContentTeacher #wysiwygContentSimple p {
		margin: 0;
		padding: 0;
	}
	
	#wysiwygContentSimple ul, 
	#mainContentTeacher #wysiwygContentSimple ul {
		margin: 0 0 0 1px;
		padding-left: 0;
		list-style: disc outside;
	}
	
	    #wysiwygContentSimple ul li {
			margin: 0;
			padding: 0 0 0 12px;
	        background: url(/includes/EF/SmithsonianSite/images/star_red.gif) 0 2px no-repeat;
	        list-style: none;
	        list-style-position: outside;
		}
	
	#wysiwygContentSimple ol {
	    list-style-type: decimal;
	}
	
	    #wysiwygContentSimple ol li {
	        margin-left: 17px;
	    }

/* End Wysiwyg Page Content */