/* CSS Document */

html { 
	height		: 100%; 
	margin-bottom	: 1px; 
}

body {
	margin: 0;
	padding: 0;
	height:  100%;
	margin-bottom: 1px;
	background: #fefdf9 url(../images/iefs_background.jpg) 0 0 repeat-x;
}

ul.menu span,
a:link, a:visited {
	color: #7EA000;
	font-weight: normal;
	text-decoration: none;
}

fieldset { 
	border: none; 
}

a:hover {
	color: #46c;
	text-decoration: underline;
}

h1 {
	font-weight: normal;
	font-size: 18px;
	color: #000;
}

h2 {
	font-weight: normal;
	font-size: 16px;
	color: #333;
}

td, p, div, span {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 130%;
	text-align: left;
}

h3, .componentheading {
	color: #333;
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	padding: 4px 0;
	margin: 10px 0;
	border-bottom: 1px solid #ccc;
}

.componentheading {
	padding: 0;

}

.contentheading {
	height: 35px;
	vertical-align: bottom;
	padding: 0;
	margin: 0;
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
	font-weight: bold;
}

.buttonheading {
	vertical-align: bottom;
}

.sectiontableheader {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}

table.contenttoc {
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	padding: 5px;
}

span.small, td.createdate {
	font-size: 11px;
	font-weight: normal;
	color: #999;
}

#whitebg ul.menu { 
	margin-left: 0;
	padding-left: 0;
}

#whitebg ul.menu li { 
	list-style: none;
	background: none;
	padding-left: 0;
}

#whitebg ul.menu ul { 
	padding-left: 15px;
	margin: 0;
}


ul.menu a,
a.mainlevel {
	display: block;
	background: url(../images/iefs_menu_bullet.png) 0 -3px no-repeat;
	padding-left: 20px;
	height: 20px;
}

div.clr {
	clear: both;
}

div#design {
	background: url(../images/iefs_design.jpg) no-repeat top center;
}

div#center {
	height: 100%;
	text-align: center;
}

div#wrapper {
	margin-left: auto;
	margin-right: auto;
	width:960px;
}

div#whitebg {
	margin: 0px;
	background: #fefdf9 url(../images/iefs_whitebg.jpg) 0 0 no-repeat;
}

div#header {
	margin: 0px;
	
}

div#header_iefs {
	height: 165px;
	background: url(../images/logo_iefs.png) 0 0 no-repeat;
}

span.header {
	display: block;
	line-height: 90%;
	vertical-align: bottom;
	padding-left: 30px;
	padding-top: 80px;
	font-family: Times New Roman, Times, serif;
	font-size: 36px;
	color: #fff;
}
span.subhead {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #CFEDC8;
	padding-left: 30px;
}

div#padding {
	padding-bottom: 14px;
}

div#horizsep {
	height:1px;
	overflow: hidden;
	background: #ccc;
	margin-top: 15px;
	margin-bottom: 15px;
}

div#divider {
	border: 1px solid #fff;
	background: url(../images/iefs_bg_left.jpg) 0 0 no-repeat;
}

div.thinsep {
	clear: both;
	margin-top: 15px;
	height: 5px;
	overflow: hidden;
	background: #000 url(../images/vd_header.jpg) 0 0 no-repeat;
}

div.signature {
	clear: both;
	margin-top: 0px;
	height: 40px;
	overflow: hidden;
	background: #fefdf9 url(../images/signature.png) 0 0 no-repeat;
}

div#footer {
	clear: both;
	
	margin-top: 15px;
	padding: 5px 0;
	text-align: center;
	color: #999;
	font-size: 10px;
}


div#main {
	margin-left: 214px;
	float: none;
	width: auto;
	overflow:hidden;
}

div#main_padding {
	padding: 0 15px;
	float: none;
	width: auto;
}

div#sidebar {
	float: left;
	width: 214px;
}

div#sidebar_padding {
	padding: 0 15px;
	float: none;
	width: auto;
}

/* horizmenu */
div#horizmenu {
	white-space: nowrap;
	margin: 10px 0px; 
	line-height: 20px;
	height: 20px;
	margin-right: 5px;
	padding-left: 15px;
}

div#horizmenu ul {
	margin: 0;
	padding: 0;
	list-style:none;
}

div#horizmenu li {
	float: right;
	background: url(../images/vd_vert_sep.png) 0 0  no-repeat;
	margin: 0;
	padding: 0;
}

div#horizmenu ul#mainlevel-nav a {
	float:left;
	display:block;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
	padding: 0 15px;
}

div#horizmenu a:hover {
}

div#horizmenu li a#active_menu-nav {
	color: #006699;
}

span.pathway {
	float: left;
	line-height: 20px;
}

a img {border: 0;}
.tool-tip {float: left;background: #ffc;border: 1px solid #D4D5AA;padding: 5px;max-width: 200px;text-align:left;}
.tool-title {padding: 0;margin: 0;font-size: 100%;font-weight: bold;margin-top: -15px;padding-top: 15px;padding-bottom: 5px;background: url(../../system/images/selector-arrow.png) no-repeat;}
.tool-text {font-size: 100%;margin: 0;}

