body, td { margin:5px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#666666; line-height:130%; }
h1 { font-size: 17px; font-weight:normal; color:#333333; }
h2 { font-size: 15px; font-weight:bold; color:#666666; }
h3 { font-size: 13px; font-weight:bold; color:#666666; }
a { color:#666666; }
a:hover { text-decoration:none; }
.outside_table { border-left:#0099cc solid 1px; border-right:#0099cc solid 1px; }
.topnav { padding-bottom:5px; text-align:right; padding-right:10px; font-size:11px; }
.search_button { text-align:right; padding-right:10px; font-size:11px; }
.content_area { padding:10px; }
.content_area_white { padding:20px; }
.content_area_watermark { padding:20px; background:url(gf-watermark-white-bg.jpg) repeat-y right; }
.blue_border_table { border:#e8f4e3 solid 1px; padding:5px; }
.main_content { background:url(../assets/gf-content-bg.jpg) repeat-y right top; padding:10px; }
.calltoaction_column { padding-top:10px; padding-right:10px; }
.calltoaction { border-bottom:#6dbd4d solid 1px; font-size:17px; color:#6dbd4d; }
.calltoaction_text { padding:10px 0px; }
.breadcrumbs { padding-left:10px; }
.footer { text-align:right; padding-top:5px; padding-right:10px; font-size:11px; }
.main_nav { color:#e8f4e3; font-size:11px; }
.main_nav a { text-decoration:none; color:#0099cc; font-size:11px; }

/* EXPLODING MENU */
.exmenu A { color:#666666; text-decoration:none; }
.exmenu A:hover { text-decoration:underline; }
.class1 { padding: 10px 0px 10px 10px; border-bottom: #0099cc solid 1px; }
.class2 { padding: 10px 0px 10px 10px; background-color:#e8f4e3; border-bottom: #0099cc solid 1px; }

/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Vertical
  Style Theme:0 -Basic Style
  -----------------------------------
*/
#p7PMnav {
	margin: 0;
	padding:0;
	/*border: 1px solid #ff0000;*/
	color: #666666;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
/* Down Down Menu */
#p7PMnav ul {
	margin: 0;
	padding: 0;
	background-color: #e8f4e3;
	/*border-bottom: #0099cc solid 1px;*/
	/*border-left: 1px solid #FA2D0E;
	border-right: 1px solid #FA2D0E;*/
	position: absolute;
		left: -9000px;
	z-index: 10000;
}
/* Main Menu */
#p7PMnav a {
	display: block;
	text-decoration: none;
	padding: 10px 0px 10px 10px;
	border-bottom: #0099cc solid 1px;
	line-height:100$;
	color: #666666;
}
/* Main Menu Hover */
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #e8f4e3;
	text-decoration: none;
	border-bottom:#0099cc;
	color: #0086B3;
	letter-spacing: .01px;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	/* color: #FFFFFF; 
	font-weight: bold; */
}
/* ------ the trigger link styles ------- */

/*Trigger link */
#p7PMnav .p7PMtrg, #p7PMnav .p7PMon {
	background-image:  url(img/p7PM_light_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* Trigger link active */
#p7PMnav .p7PMon {
	background-color: #e8f4e3;
	color: #0086B3;
	border-bottom:#0099cc;
}

/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav {
	width: 170px;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul {
	width: 220px;
}
/* Drop Down Menu List Item*/
#p7PSnav a {
	color: #666666;
	/*border:none;*/
	border-bottom:#0099cc;
}
/* Drop Down Menu List Item Hover*/
#p7PSnav a:hover, #p7PSnav a:active, #p7PSnav a:focus {
	color: #0086B3;
	background-color:#e8f4e3;
	text-decoration: none;
	border-bottom:#0099cc;
}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #333333;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #5A69A5;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}
/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width. */
#p8PMnav li {width: auto;}
