sup {
vertical-align: super;
font-size: 9px;
line-height: auto;
text-transform: lowercase;
}

img.left { margin: 0 20px 5px 0px; }

.imgBorder { padding: 2px; border: 1px solid #ddd; }

#basic-accordian{
	position:relative;
}

.accordion_headings{
	cursor:pointer;
	margin-bottom: 25px;
}

.accordion_child{
	border: 2px solid #ededed;
	padding:30px 30px 10px;
	margin: 0px 40px 20px 5px;
	font: 12px Georgia, "Times New Roman", Times, serif;
	background: url(/images/paper-fadecorner.jpg) no-repeat right top;
	color: #666666;
}
body,td,th {
	color: #333333;
	font: 12px/18px Arial, Helvetica, sans-serif;
}
body { background: #98aebf; margin: 15px 0 0 0; }
.ErrorText { color: #990000; }
a img { border: none; }
a { color: #3e7998; text-decoration: underline; font-weight: bold; }
a:hover { color: #3e7998; text-decoration: none; }
p, H1, table { margin-bottom: 18px; }
form td { padding: 3px; }
.textfield { width: 90%; border: 1px solid #999999; padding: 2px; color: #666666; background: white; }
.textfield_small {
	width: 40px;
	margin-right: 5px;
	border: 1px solid #999999;
	padding: 2px;
	color: #666666;
	background: white;
}
.formbutton { background: #3e7998; color: white; font-weight: bold; text-align: center; width: 100px; padding: 3px; border: 1px solid #D8E1E7; }
ul {
	padding: 0 0 0 35px;
	margin: 5px 0 18px 0;
	list-style: disc outside;
}
ul ul { margin: 0; padding: 0 0 0 20px; list-style: circle outside; }
H1 {
	color: #3e7998;
	border-bottom: 1px solid #D8E1E7;
	padding-bottom: 4px;
	font: 19px/23px bold Arial, Helvetica, sans-serif;
}
H1 span {
	font-size: 12px;
	font-weight: bold;
}
H1 em {
	font-size: 15px;
	border-left: 1px solid #c1ccd5;
	margin-left: 5px;
	padding-left: 10px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
}
H2 {
	margin-bottom: 5px;
	color: #666666;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
p + H2, ul + H2, p + H1, ul + H1 { padding-top: 15px; }

H3 {
	margin-bottom: 12px;
	font: normal 16px Georgia, "Times New Roman", Times, serif;
	color: #666666;
}
.smalltext { font-size: 10px; color: $666666; }

#wrapper {
	width: 900px;
	padding: 0;
	margin: 0px auto;
	border: 3px solid white;
	background: white;
}
#header {
	padding: 30px 0 0 30px;
	height: 85px;
	background: url(/images/PH-header.jpg) no-repeat right top;
	border-bottom: 2px solid white;
}

#nav {
	width:100%; 	/* makes the div full width */
	float:left; /*makes the div enclose the list */
	font-size:14px;	/* SET FONT-SIZE HERE */
	background-color:#3e7998; /* colors the div */
	}
#nav ul { padding: 0; margin: 0; }
#nav li {
	float:left;	/* causes the list to align horizontally instead of stack */
	list-style-type:none;	/* removes the bullet off each list item */
	border-right:1px solid #ffffff; /* creates dividing lines between the li elements */
	}
#nav li:hover { 
	background-color:#256081; /*sets the background of the menu items */
	}
#nav a {
	text-decoration:none;	 /* removes the underlining of the link */
	color:#ffffff;	/* sets the type color */
	padding: 8px 20px;
	display: block;
	}
#nav a:hover {
	color:#ffffff;
	}

/* LEFT NAV */

#subnav { width: 200px; text-align: left; }
#subnav ul {
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
}
#subnav li a {
	font-size: 13px;
	font-weight: bold;
	display: block;
	background: #dbe3e9;
	text-decoration: none;
	color: #3e7998;
	padding: 4px 12px;
	margin-bottom: 1px;
	width: 176px;
}
#subnav li a:hover {
	text-decoration: none;
	color: #ffffff;
	background: #3e7998;
}
#subnav ul li ul {
	margin: 5px 13px 14px;
}
#subnav ul li ul li a {
	font-size: 12px;
	font-weight: normal;
	background: none;
	text-decoration: none;
	color: #3e7998;
	padding: 2px 0;
	margin: 0;
	border-bottom: 1px dotted #f0f0f0;
}
#subnav ul li ul li a:hover {
	color: #3e7998;
	background: none;
	font-weight: bold;
}

body#wp a#wp_link,
body#epm a#epm_link {
	text-decoration: none;
	color: #ffffff;
	background: #3e7998;
}
#subnav li a.active { font-weight: bold; }


#content {
overflow: auto;
padding: 30px;
clear: left;
}
* html #home_content {
height: 1%; }

#home_content_left { width: 480px; float: left; padding: 0 20px 0 0; }
#home_content_right { width: 340px; float: right; }
#interior_rightcol { width: 200px; padding-left: 40px; float: right; }
#interior_leftcol { width: 200px; padding-right: 40px; float: left; }
#interior_content { width: 600px; }
.left { float: left; }
.right { float: right; margin-right:3px; margin-top:3px; }
.col_half { width: 48%; }
.clearfix { clear: both; }

#footer { width: 900px; margin: 0 auto; padding: 15px 0; text-align: center; }

#newsletter {
	padding:6px;
	border:solid 1px #999999;
}	

.enlarge {
	display:block;
	float:left;
	padding-right:25px;
	padding-bottom:10px;
	text-align:center;
	width:115px;
}
