/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Bartlett Page Pack
  3 Column Fluid Horizontal Menu
  -----------------------------------
*/
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 0;
	background-image: url(../images/backgroundFES.jpg);
	background-repeat: repeat-x;
	background-color: #009900;
	margin: 30px;
}

/*Pagewrapper serves as a container for all elements on the page.
Min-width is set to 720px. This prevents the box from getting too narrow -
to the point that it would either break the layout or make text
impossible to read. When a user makes the browser window narrow,
pagewrapper will shrink in width until it reaches 720px - then the
browser will spawn a horizontal scrollbar. MSIE 6 does not support
min-width, but we have included a special workaround. See the
readme_first file included with this PagePack for details.*/
#pagewrapper{
	margin: 0;
	min-width: 720px;
	padding: 0px;
	display: block;
	top: 0px;
}

/*Sets all table cells to align their content to the top.*/
td {vertical-align: top;}

/*The masthead DIV contains the background images that comprise the
layout's upper curve, as well as the logodiv.
Masthead's background image tiles left to right along the X-Axis
creating the masthead's textured backdrop.*/
#masthead {
	background-image: url(../images/topmiddle.jpg);
	background-repeat: repeat-x;
	height: 125px;
	margin: 0px;
	padding: 0px;
	background-position: left bottom;
	vertical-align: text-bottom;
}

/*The logodiv carries the embedded logo image and a right-aligned
background image that creates the abstract pear scene and the
top right corner of the top curve.*/
#logodiv {
	background-image: url(../images/topleft.jpg);
	background-repeat: no-repeat;
	background-position: left;
	margin: 0px;
	padding: 0px;
	height: 125px;
	text-align: right;
	vertical-align: text-bottom;
	display: block;
}

/*The menubar DIV is the container for our menu. Background image
is set to render a textured behind the top-level links that matches
the sub-menu texture. Dark gray borders are set on all sides except
for the top. The lighter-colored top border you see is actually part
of the masthead images. Font-size is set to .85em for the entire menu.*/
#menubar {
	background-color: #FFFFFF;
}

/*The logodiv carries the embedded logo image and a right-aligned
background image that creates the abstract pear scene and the
top right corner of the top curve.*/
#menubar2 {
	padding-left: 120px;
	background-color: #FFFFFF;
}



/*Sidebar1 is the left sidebar table cell.*/
#sidebar1 {
	font-size: .75em;
	background-color: #FFFFFF;
	background-image: url(../images/leftside.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 1px;
}

/*Maincontent is the center content table cell. We assign a background
image to create a dashed vertical rule between maincontent and sidebar1.*/
#maincontent {
	font-size: .9em;
	padding: 10px 24px 16px;
	background-color: #FFFFFF;
	background-image: url(../images/RHS-pumps.jpg);
	background-repeat: repeat-y;
	background-position: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	margin: 0px;
}

/*Maincotent paragraph margins.*/
#maincontent p {
	margin: 0px;
	text-align: left;
	color: #003333;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	font-size: 1em;
	line-height: 1.5em;
}

/*Sidebar2 is the right sidebar table cell. We assign a background
image to create a dashed vertical rule between sidebar 2 and maincontent.*/
#sidebar2 {
	font-size: .8em;
	padding: 0px;
	background-color: #006239;
	width: 160px;
	text-align: center;
	background-repeat: repeat-y;
}
/*Sidebar2 is the right sidebar table cell. We assign a background
image to create a dashed vertical rule between sidebar 2 and maincontent.*/
#sidebar3 {
	background-image: url(../images/rightedge.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}

/*The copyrightcell carries the textured background along the bottom
edge of the mainbox. Nested inside this cell is the
copyrightnotice DIV.*/
#copyrightcell {
	background-image: url(../images/bottommiddle.jpg);
	background-repeat: repeat-x;
}

/*Copyrighnotice contains the embedded copyright notice, which
also creates the bottom left curve of the main box. We also set
a background image that completes the bottom curve.*/
#copyrightnotice {
	font-size: .75em;
	background-image: url(../images/bottomleft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#sidebar1 h3, #sidebar2 h3 {
	color: #666666;
}
#sidecontent a:link {
	color: #837C50;
}
#sidecontent a:visited {
	color: #006600;
}
#sidecontent a:hover, #sidecontent a:active, #sidecontent a:focus {
	color: #333333;
}
#maincontent h2 {
	margin: 0px;
	text-align: left;
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	line-height: 21px;
	padding: 0px;
}
#maincontent ul {
	margin: 0px 0 12px 10;
	color: #003333;
	padding-right: 5px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
}
#maincontent a:link {
	text-align: left;
	color: #003333;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#maincontent a:hover {
	text-align: left;
	color: #006600;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
#feed {
	font-size: 0.9em;
	padding: 0px 0px 5px 5px;
	background-color: #FFFFFF;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
#feed a:link {
	font-size: 1.1em;
	line-height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-decoration: underline;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 0px;
}
#footer {
}
#maincontent h5 {
	margin: 0px;
	text-align: left;
	color: #333333;
	padding-right: 10px;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
}
#footer p {
	font-size: 1em;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#footer a {
	font-size: 0.8em;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#footer a:hover {
	font-size: 0.8em;
	color: #FFFFFF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
ol {
	margin: 0px 0 12px 5;
	text-align: left;
	color: #003333;
	padding-right: 5px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	text-indent: 0pt;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 20px;
}
#maincontent a:visited {
	text-align: left;
	color: #006633;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
#pumptext h1 {
	margin: 0px 0 20px;
	text-align: left;
	color: #003333;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 5px;
	font-size: 0.9em;
	line-height: 20pt;
}
#maincontent li {
	text-indent: 0pt;
	padding-left: 0px;
	margin-left: 20px;
}
#maincontent h1 {
	margin: 0px;
	text-align: left;
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: bold;
	line-height: 1.4em;
	padding: 0px 0px 10px;
}
#maincontent h3 {
	margin: 0px;
	text-align: left;
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	line-height: 21px;
	padding: 0px;
}
#introduction {
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
#introduction p {
	visibility: visible;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	font-size: .5em;
}
#footer h2 {
	font-size: 1em;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	visibility: hidden;
}
#maincontent li strong {
	font-weight: normal;
}

#rightpic {
	border: 0px solid #000033;
	float: right;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding: 0px;
	margin-top: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1em;
	display: block;
	width: 285px;
	text-align: right;
}
#rightpic img {
	border: 1px solid #003300;
	margin: 0px 0px 5px;
	padding: 0px;
}
#diaphragm-intro p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -30px;
	margin-left: 0px;
	visibility: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1em;
}
