/*--- Inherit all base css from primary skin file, then overwrite what is necessary in this skin file ---*/
@import url("https://www.missouribotanicalgarden.org/PlantFinder/styles/mbgskin.css");
@import url("https://www.missouribotanicalgarden.org/PlantFinder/styles/menu.css");
body
{
	background-image:url(https://www.missouribotanicalgarden.org/PlantFinder/images/body-bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}

body,th,td,p,table,h1,h2,h3,h4,h5,h6,blockquote,.Normal,.NormalDisabled,.Head,.SubHead,.SubSubHead, input
{
	color:#636b4f; 
	font-family: Georgia, BemboStdRegular, Serif;
}


#PageBodyContent hr
{
	border:none;
	border-bottom:1px solid #5fba83;
}




/*--- WYSIWYG Styles & Page Styles ---------------------------------------------------------------------------------------------------------------------*/
.TitleText
{
	color:#035624;
	font-size:18px;
}

.SubTitleText
{
	color:#035624;
	font-size:16px;
}

.SmallText
{
	font-size:10px;
}

.AlertText
{
	color:#b93a11;
}





#PageBodyNavigationBar
{
	width:952px;
	margin:0 auto;
}

#GHPageBodyNavigation
{
	width:183px;
	background-image:url(https://www.missouribotanicalgarden.org/PlantFinder/images/PageBodyNavigation-Horizontal-bg.png);
	background-repeat:repeat-x;
	background-color:#8db39c;
	height:400px !important;
	position:relative;
	z-index:9990;
}

#PageBodyNavigation
{
	width:183px;
	background-image:url(https://www.missouribotanicalgarden.org/PlantFinder/images/PageBodyNavigation-Vertical-bg.png);
	background-repeat:repeat-y;
	background-position:right;
	height:400px !important;
	position:relative;
	z-index:9990;
}

.breadcrumbActive
{
	color:#035624 !important;
}

.GHPageBodySlideShow
{
	width:739px; /*width:769px;*/
	float:right;
	background-color:#ffffff;
	padding:15px;
}

.GHPageBodySlideShow p
{
	margin:0px;
}

.GHPageBodySlideShow img
{
	display:block;
}

.GH
{
	padding-top:20px;
}

.SubPage
{
	background-image:none !important;
	padding-top:0px; /*--- Removes padding from sub pages ---*/
}

#GHPageBodyContentLeft
{
	width:166px;
	float:left;
	margin-left:13px;
	min-height:1px; /*--- Prevents empty panes from collapsing in firefox. ---*/
}

.SubPage #GHPageBodyContentLeft
{
	width:170px;
	padding-top:20px;
}

.SubPage #GHPageBodyContentMiddle .SlideShowPane
{
	width:769px;
	margin-left:-12px;
}

.SubPage #GHPageBodyContentMiddle #SubPageBodyContentMiddleTitle
{
	width:579px;
	float:left;
	margin-left:-12px;
}

.SubPage #GHPageBodyContentMiddle #SubPageBodyContentMiddleTitleHeader
{
	width:579px;
	height:13px;
	background-image:url(https://www.missouribotanicalgarden.org/PlantFinder/images/SubPageBodyContentMiddleHeader-Top-bg.png);
	background-repeat:no-repeat;
	background-position:right;
}

.SubPage #GHPageBodyContentMiddle #SubPageBodyContentMiddleTitleContent
{
	width:529px; /* Was the following, but was causing the title to not wrap --> width:629px;*/
	background-image:url(https://www.missouribotanicalgarden.org/PlantFinder/images/SubPageBodyContentMiddleHeader-bg.png);
	background-repeat:repeat-y;
	background-position:right;
	padding:0px 25px;
}

.SubPage #GHPageBodyContentMiddle #SubPageBodyContentMiddleTitleContent.SubPageTitle
{
	color:#035624;
	font-size:30px;
}

.SubPage #GHPageBodyContentMiddle #SubPageBodyContentMiddleTitleFooter
{
	width:579px;
	height:25px;
	background-image:url(https://www.missouribotanicalgarden.org/PlantFinder/images/SubPageBodyContentMiddleHeader-Bottom-bg.png);
	background-repeat:no-repeat;
	background-position:right;
}

.SubPageNav
{
	margin-left:-13px;
	margin-top:-20px;
	margin-bottom:13px;
}

#ContactInformation
{
	/*--- Not Styles Needed - Just holds contact information in one containing element ---*/
}

#GHPageBodyContentRight
{
	width:174px;
	float:right;
	margin-right:13px;
	min-height:1px; /*--- Prevents empty panes from collapsing in firefox. ---*/
}

.SubPage #GHPageBodyContentRight
{
	padding-top:20px;
}
#GHPageBodyContentMiddle
{
	width:560px;
	float:left;
	margin-left:12px;
}

.SubPage #GHPageBodyContentMiddle
{
	width:555px;
}

#GHPageBodyContentMiddle .ContentPane, #GHPageBodyContentMiddle .FooterPane
{
	width:560px;
	margin:0 auto;
	clear:both;
}

.SubPage #GHPageBodyContentMiddle .ContentPane, .SubPage #GHPageBodyContentMiddle .FooterPane
{
	width:555px;
	clear:both;
}

#GHPageBodyContentMiddle .LeftPane
{
	width:260px;
	float:left;
	clear:left; /*--- Corrects a display issue due to user submitted content in the content pane ---*/
}

#GHPageBodyContentMiddle .RightPane
{
	width:260px;
	float:right;
}