/* 
  -----------------------------------
  Adaptations
  by Project Seven Development
  www.projectseven.com
  Layout 4 - PMM Menu
  -----------------------------------
*/

/*FIX FOR SAFARI 6 AND IE9 SUB-PIXEL RENDERING RECURSION WITH EQUAL HEIGHTS COLUMN SCRIPT*/
body {
	overflow-y: scroll;
	text-align: left;
}

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-color: #FFF;
	margin-top: 10px;
	margin-right: 6px;
	margin-left: 6px;
	margin-bottom: 10px;
	font-size: 1em;
}
#layout {
	width: 1340px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
img.scaled {
	height: auto;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #FFF;
	box-sizing: border-box;
	box-shadow: 5px 5px 20px #999;
}
img.scaled-plain {
	height: auto;
	width: 100%;
}
img.scaled-max {
	height: auto;
	width: auto;
	max-width: 100%;
	margin: 0px auto;
	display: block;
	border-radius: 5px;
	border: 1px solid #FFF;
	box-sizing: border-box;
	box-shadow: 5px 5px 20px #999;
}
img.scaled-max-plain {
	height: auto;
	width: auto;
	max-width: 100%;
	margin: 0px auto;
	display: block;
}
#masthead {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
h1, h2, h3, h4, h5 {
	font-weight: normal !important;
	font-style: normal !important;
	font-family: "Federo", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: normal;
	margin: 0px;
}
h1 {
	font-size: 2em;
	margin-top: 0em;
	margin-right: 0em;
	margin-left: 0em;
	margin-bottom: 0em;
	text-align: center;
}
h2 {
	font-size: 1.75em;
	margin-top: 20px;
	text-align: center;
}
h3 {
	font-size: 1.65em;
	margin-top: 20px;
}
h4 {
	font-size: 1.5em;
	margin-top: 20px;
	font-family: Federo, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.header  {
	margin: 0px !important;
}
p {
	margin-top: 6px;
	margin-bottom: 12px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 16pt;
}
.p-center{
	margin-top: 6px;
	margin-bottom: 12px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 16pt;
	text-align: center;
}
.center{
	text-align: center;
}
.fancy-quote {
	letter-spacing: 0.15em;
	margin-bottom: 15px;
	color: #3C5060;
}
.fancy-quote-CAP {
	font-size: 2em;
	margin-bottom: 15px;
	color: #3C5060;
	text-transform: uppercase;
	letter-spacing: 0.em;
	text-align: center;
}
	
.fancy-quote-CAP-blue {
	font-size: 16pt;
	margin-bottom: 15px;
	color: #0000D9
	text-transform: uppercase;
	letter-spacing: 0.em;
	text-align: center;
	color: #0000D9;
}

#masthead h1 {
	font-size: 3em;
	margin: 0px;
	text-align: center;
}
#masthead .subhead {
	font-size: 2.5em;
	margin-top: 0em;



	margin-right: ;
	margin-left: ;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 0.3em;
}
.navigation {
	/*background-image: url(images/Garden_Background.jpg); */
	background-repeat: no-repeat;
	background-position: 0px -60px;
	text-align: center;
}
.navigation, #p7PMM_1 {
	border-radius: 5px 5px 5px 5px;
}
#p7PMM_1 {
	/* [disabled]background: rgba(51,51,51,.6); */
	border-radius: 5px;
}
#p7PMM_1 ul a.pmmfirst {
	border-radius: 5px 0px 0px 0px;
}
.main-content {
	line-height: 1.5em;
	background-color: #FFFFFF;
	border-radius: 0px 0px 1px 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #444;
	border-right-color: #444;
	border-bottom-color: #444;
	border-left-color: #444;
}
.main-content .content {
	padding: 20px 24px;
	font-size: 1em;
}
.sidebar .content {
	padding: 20px 20px;
	font-size: 0.85em;
	background-color: #7A96AD;
	box-shadow: inset 0px 0px 30px #536F86;
}
/*Interior 3-Column Structure*/
.inner-columns-wrapper {
	overflow: hidden;
}
.three-column-column1 {
	width: 32%;
	margin-right: 2%;
	float: left;
}
.three-column-column2 {
	width: 32%;
	margin-right: 2%;
	float: left;
}
.three-column-column3 {
	width: 32%;
	float: left;
}
.three-column-content {
	padding: 16px;
	border: 1px solid #444;
	border-radius: 5px;
	font-size: 0.85em;
	background-color: #F0F0F0;
	box-shadow: inset 0px 0px 30px #CCC;
}
.three-column-column2 .three-column-content {
	background-color: #AAA;
	box-shadow: inset 0px 0px 30px #888;
}
#footer {
	margin: 6px auto;
	font-size: 0.8em;
	text-transform: uppercase;
}

/*link styles*/
a, a:visited {color: #039;}
a:hover, a:focus {color: #000;}
.main-content .content {
}
.Section_Title {
	font-size: 30pt;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 0pt;
	margin-top: 0pt;
}
