@charset "utf-8";
/* CSS Document */

h2, h3, h4, h5, h6 {
	margin:25px 0px 5px 0px;
	font-family:mySerif,georgia,sans-serif,times,"Times New Roman";
}
h2 { font-size:18px; }
h3 { font-size:16px; }
h4 { font-size:14px; }
h5 { font-size:12px; }
h6 { font-size:10px; }

body {
	font-size:13px;
	font-family:"Trebuchet MS",Tahoma, Arial, Helvetica, sans-serif;
	font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans","Arial", Helvetica, sans-serif;
	color:#000000;
	cursor:default;
	background:#ebebeb url(../images/page_bg_inner.gif) left top repeat-x;
}

body.home {
	background:#ebebeb url(../images/page_bg.gif) left -60px repeat-x !important;
}
a, a:visited, a:hover {
	color:#d50000;
}
#fPage {
}
#fWrapper {
	width:984px; margin:0px auto;
}
#fHeader {
	height:104px;
	clear:both;
	overflow:hidden;
}
#fHeader h1 {
	margin:20px 10px 0px;
	float:left;
	width:340px; height:80px; overflow:hidden;
	background:url(../images/eregnow-logo.gif) top left no-repeat;
}
#fHeader h1 a {
	display:block;
	line-height:200px;
}

#fHeader .fModuleRight {
	float:right;
	background:url(../images/header_nav_right.jpg) bottom right no-repeat;
	padding-right:8px;
}
#fHeader .fModuleRight ul.menu,
#fHeader .fModuleRight ul.menu li {
	margin:0px; padding:0px;
	list-style:none;
}
#fHeader .fModuleRight ul.menu {
	background:url(../images/header_nav_left.jpg) bottom left no-repeat;
	padding-left:8px;
	height:100%; overflow:hidden;
	float:left;
}
#fHeader .fModuleRight ul.menu li {
	float:left; list-style:none;
	padding:0px 0px 2px;
	background:url(../images/header_nav_rep.jpg) bottom repeat-x;
}

#fHeader .fModuleRight ul.menu li.first	{ padding-left:5px; }
#fHeader .fModuleRight ul.menu li.last	{ padding-right:5px; }

#fHeader .fModuleRight ul.menu li a,
#fHeader .fModuleRight ul.menu li span {
	padding:4px 10px 6px; display:block;
	color:#555;
	font-size:11px;
	text-decoration:none;
	background:#b8e4fb;
}

#fHeader .fModuleRight ul.menu li a:hover {
	background:#b8e4fb;
	color:#000;
}
#fHeader .fModuleRight ul.menu li span {
	background:none;
	color:#666;
}

#fNav {
	position:absolute;
	height:36px; overflow:hidden;
	top:69px; width:980px;
}
#fNav ul.menu {
	float:right;
	margin:0px; padding:0px;
	margin-right:10px;
}
#fNav ul.menu li {
	float:left;
	margin:0px; padding:0px;
	list-style:none;
	margin-left:10px;
	position:relative; z-index:2;
}
#fNav ul.menu li a { 
	text-decoration:none;
	display:block;
	font-size:13px;
}
#fNav ul.menu li a span {
	color:#5c8783;
	text-decoration:none;
	padding:10px 0px 12px;
	cursor:pointer;
	display:block;
	width:80px; text-align:center;
}
#fNav ul.menu li a:hover span {
	color:#333;
}
#fNav ul.menu li.selected a,
#fNav ul.menu li.selectedd a {
	background:url(../images/nav_selected_left.gif) top left no-repeat;
}
#fNav ul.menu li.selected a span,
#fNav ul.menu li.selectedd a span {
	background:url(../images/nav_selected_right.gif) top right no-repeat;
	color:#333;
}

#fNav ul.menu ul {
	display:none;
}
#fBanner {
	border:1px solid #cdd7d9;
	border-bottom:0px none;
	background:#f9fbfc;
	height:170px;
}
body.home #fBanner {
	height:291px;
}
#fSpotlight {
	background:url(../images/spotlight_bg.gif) top repeat-x;
	margin-top:1px;
	height:50px; overflow:hidden;
}
body.home #fSpotlight {
	overflow:auto;
	height:auto;
}
#fContent {
	border:1px solid #d6d6d6;
	background:url(../images/content_bg.gif) repeat-y center;
	padding:25px;
	height:100%; overflow:hidden;
	color:#555;
	border-top:0px none;
}
body.home #fContent {
	margin-top:12px;
	border-top:1px solid #d6d6d6;
	margin-top:10px;
}
#fContent h2,
#fContent h3,
#fContent h4,
#fContent h5,
#fContent h6 {
	color:#333333;
}

#fContent #fMatter {
	float:left;
	width:595px;
}
#fContent.wide {
	background:#fff;
}
body.notitle #fContent h1 {
	display:none;
}
#fContent.wide #fMatter {
	width:auto;
	float:none;
}
#fContent #fMatter h1,
.fModuleTitle h3 {
	font-size:2em;
	text-shadow:1px 1px 0 #BBBBBB;
	font-family:mySerif,georgia,sans-serif,times,"Times New Roman";
	color:#333333;
	letter-spacing:0px;
	margin:0px;
	margin-bottom:15px;
	background:url(../images/hr.gif) bottom repeat-x;
	padding-bottom:10px;

}
#fContent #fMatter h1 span,
.fModuleTitle h3 span {
	font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans","Arial", Helvetica, sans-serif;
	text-shadow:none;
	font-size:12px;
	color:#4e6866;
	display:block;
	font-weight:normal;
	letter-spacing:0px;
	padding-top:6px;
}
#fContent #fMatter h1 {
	padding-bottom:20px;	
}
.fModuleTitle h3 span {
	padding-top:0px;
}

#fContent #fMatter p {
	line-height:160%;
	margin:10px 0px 14px;
}
#fContent #fMatter ul,
#fContent #fMatter ol {
	line-height:160%;
}
#fContent #fSidebar {
	float:right;
	width:280px;
}
#fSidebar .fModule {
	padding-bottom:15px;
}

#fSidebar ul.menu {
	margin:0px; padding:0px;
	list-style:none;
	position:relative;
	margin-left:-31px;
	margin-bottom:20px;
}
#fSidebar ul.menu li {
	margin:0px; padding:0px;
	list-style:none;
}
#fSidebar ul.menu li a {
	text-decoration:none;
	color:#666666;
	display:block;
	padding:12px 0px 17px 30px;
	text-decoration:none;
}
#fSidebar ul.menu li a:hover {
	color:#000000;
}
#fSidebar ul.menu li.selected a {
	background:url(../images/nav_sidebar_selected.gif) top left no-repeat;
	padding:23px 0px 26px 30px;
	color:#000000;
}

.fModuleTitle h3 {
	margin:0px 0px 10px 0px;
	font-size:20px;
}

#fSpotlightBottom {
	background:url(../images/spotlight_bottom.gif) #d1ebff bottom left repeat-x;	
	padding:15px 25px 0px;
	border:1px solid #b2dcfb;
	border-bottom:none;
	border-top:1px solid #e6f4ff;
}
#fFooter {
	margin:0px;
	color:#fff;
	font-size:12px;
	height:100%; overflow:hidden;
	background:url(../images/footer_bg.gif) bottom left repeat-x;	
}
#fFooter .wrapper {
	width:982px;
	margin:1px auto 0px;
	background:url(../images/footer_rep.gif) bottom left repeat-x;	
	height:100%;
	overflow:hidden;
	padding:20px 0px;
	border:1px solid #2699ef;
	border-bottom:none;
	border-top:none;
}
#fFooter a {
	color:#fff;
	text-decoration:none;
}
#fFooter a:hover {
	text-decoration:underline;
}
#fFooter .credits {
	float:left;
	opacity:.25;
	filter:alpha(opacity=25);
	margin:0px 10px 0px 20px;
}
#fFooter .credits:hover {
	opacity:.35;
	filter:alpha(opacity=35);
}

#fFooter ul.menu {
	margin:5px 0px; padding:0px;
}
#fFooter ul.menu li {
	margin:0px; padding:0px;
	list-style:none;
	float:left;
}
#fFooter ul.menu li a {
	display:block;
	padding-right:10px;
}
