/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Bartlett Page Pack
  3 Column Fluid Horizontal Menu
  -----------------------------------
*/

#p7s1content1 { position: absolute; width: 500pt; z-index: 99; left: 0px; top: 298px; visibility: visible }

body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	margin: 5px 20px 12px;
	padding: 0;
	background-color: #031d63;
}

/*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;
	background-color: #FFFFFF;
}

/*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;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}

/*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-image: url(../images/figleaf12.jpg);
	background-repeat: repeat-x;
}

/*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 {
	background-image: url(../images/figleaf9.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 120px;
}



/*Sidebar1 is the left sidebar table cell.*/
#sidebar1 {
	background-image: url(../images/leftside.jpg);
	background-repeat: repeat-y;
	width: 170px;
	background-color: #124586;
	vertical-align: top;
}

/*Maincontent is the center content table cell. We assign a background
image to create a dashed vertical rule between maincontent and sidebar1.*/
#maincontent {
	background-color: #FFFFFF;
	vertical-align: text-top;
	margin: 0px;
	padding: 15px;
	width: 100%;
}

/*Maincotent paragraph margins.*/
#maincontent p {
	margin: 0px;
	color: #000033;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-size: .8em;
	line-height: 20pt;
	padding: 5px 0px;
}
/*Sidebar3 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;
	vertical-align: top;
	width: 56px;
}

/*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;
}
/*the top class is applied to headings at the top of a DIV when we want
those heading to be flush with the top of the DIV. This class can be
assigned to any element to set its margin to zero.*/
.top {margin: 0;}
#sidecontent a:link {
	color: #837C50;
}
#sidecontent a:visited {
	color: #9D9660;
}
#sidecontent a:hover, #sidecontent a:active, #sidecontent a:focus {
	color: #333333;
}
/*Footer styles*/
#footer a:link {
	font-size: 0.75em;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#footer a:visited {
	font-size: 0.75em;
	color: #CCCCCC;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#footer a:hover, #footer a:active, #footer a:focus {
	font-size: 0.75em;
	color: #FFFFFF;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}
#maincontent h3 {
	text-align: left;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 2px;
	font-size: 1em;
}
#maincontent h2 {
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #0039ac;
	text-align: left;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 0px 0px;
	margin: 0px;
}
#maincontent h1 {
	margin: 0px;
	font-size: 1.8em;
	font-family: Arial, Helvetica, sans-serif;
	color: #0039ac;
	text-align: left;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 0px 10px;
}
#maincontent h1 a {
	text-align: left;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#maincontent h1 a:hover {
	text-align: left;
	color: #0088ba;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
#maincontent h2 a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	color: #0039ac;
}
#maincontent h1 a:visited {
	text-align: left;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#maincontent h4 {
	margin: 0px 0;
	text-align: left;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 20px;
	text-decoration: none;
	font-size: 9pt;
	line-height: 10pt;
	font-style: italic;
}
#button img {
	border: 0px;
}
#sidebar2 h1 {
	font-size: 1.5em;
	padding: 15px 2px 5px 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px;
}
#sidebar2 p {
	font-size: 0.9em;
	padding: 5px 2px 0px 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-style: italic;
	margin: 0px;
}
#footer {
	margin-right: 30px;
	background-color: #031d63;
}
#line {
	background-color: #FFFFFF;
}
#logodiv {
	background-image: url(../images/topright.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	padding: 0px;
	vertical-align: text-bottom;
	text-align: left;
	display: block;
}

/*Sidebar2 is the right sidebar table cell. We assign a background
image to create a dashed vertical rule between sidebar 2 and maincontent.*/
#sidebar2 {
	padding: 0px;
	background-color: #FFFFFF;
	width: 160px;
	margin: 0px;
	vertical-align: bottom;
	text-align: left;
	white-space: normal;
}
#sidebar2 h1 a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	text-decoration: none;
	font-size: .8em;
	margin: 0px;
	padding: 10px 0px 0px;
}
#addresscontent {
	font-size: .9em;
	padding: 16px 24px;
	vertical-align: bottom;
	background-color: #FFFFFF;
	height: 30px;
}
#addresscontent p {
	margin: 0px 0;
	color: #000033;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 10px;
	text-decoration: none;
	font-size: 0.9em;
	line-height: 15pt;
}
#maincontent strong {
	margin: 0px 0;
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 10px;
	text-decoration: none;
	font-size: 2em;
	line-height: 20pt;
}
#sidebar2 p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	text-decoration: none;
	font-size: 0.7em;
	margin: 0px;
	padding: 5px 5px 0px 0px;
}
#sidebar2 p a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#sidebar2 p a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#maincontent {
	width: 100%;
}
#imageborder {
	border-top: 2px solid #000099;
	border-right: 2px solid #000033;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #000066;
}
#maincontent ul {
	margin: 0px;
	color: #000033;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 0px 20px;
	font-size: .9em;
	line-height: 20pt;
}
#maincontent p a {
	text-decoration: none;
	color: #000033;
}
#maincontent p a:hover {
	text-decoration: underline;
	color: #000033;
}
#sidebar1a {
	background-image: url(../images/leftside.jpg);
	background-repeat: repeat-y;
	width: 40px;
	background-color: #124586;
	vertical-align: top;
}
#sidebar2 img {
	border: 1px solid #000033;
	margin: 0px;
	padding: 0px;
}
#foottext {
	margin: 0px;
	padding: 20pt 10pt 1pt`;
	height: 25px;
	bottom: -20px;
}
#foottext p {
	margin: 0px;
	color: #000099;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-size: 0.8em;
	line-height: 1.1em;
	padding: 0px;
	vertical-align: bottom;
	text-align: center;
}
#middle {
	height: 100%;
	display: block;
	background-color: #FFFFFF;
}
#addresscontent h2 a {
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
	color: #0039ac;
	text-align: center;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 0px 0px;
	margin: 0px;
	font-style: italic;
}
#sidebar2right p a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#sidebar2right p a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#sidebar2right img {
	border: 1px solid #000033;
	margin: 0px;
	padding: 0px;
}
#sidebar2right h1 a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	text-decoration: none;
	font-size: .8em;
	margin: 0px;
	padding: 10px 0px 0px;
}
#sidebar2right h1 {
	font-size: 1.5em;
	padding: 15px 2px 5px 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px;
}
#sidebar2right p {
	font-size: 0.7em;
	padding: 5px 2px 0px 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-style: italic;
	margin: 0px;
}
#sidebar2right h3 {
	padding: 0px;
	background-color: #FFFFFF;
	width: 160px;
	margin: 0px;
	vertical-align: bottom;
	text-align: left;
	white-space: normal;
}
#sidebar2right h1 a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	text-decoration: none;
	font-size: .8em;
	margin: 0px;
	padding: 10px 0px 0px;
}
#sidebar2right {
	padding: 0px 0px 0px 10px;
	background-color: #FFFFFF;
	width: 160px;
	margin: 0px;
	vertical-align: top;
	text-align: left;
	white-space: normal;
}
#introduction p {
	margin: 0px;
	color: #000033;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-size: .8em;
	line-height: 20pt;
	padding: 5px 0px;
}
#introduction {
	background-color: #FFFFFF;
	vertical-align: text-top;
	margin: 0px;
	padding: 15px;
	width: 100%;
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
