html, body {
	height:100%!important /* needed for container min-height */
}
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 100%/120% Verdana, Arial, Helvetica, sans-serif;
}
body {
	margin: 0;
	background-color: #FFFFFF;
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
ul {
	margin: 0 0 5px 0;
	padding: 0;
}
li, dd, blockquote {
	margin-left: 1em;
}
form label {
	cursor: pointer;
}
fieldset {
	border: none;
}
input, select, textarea {
	font-size: 100%;
}
/*  HEADINGS */
h3, h4, h5, h6, pre,
blockquote, dl, address {
	margin: 1em 0;
	padding: 0;
}
h1 {
	margin:0;
	font-size: 18px;
	line-height: 18px;
	color: #FF9900;
	font-weight: 100;
	padding: 22px 0 0 50px;
	hight: 40px;
}
h2 {
	background-image: url('../app_themes/efactorlabs/images/home_09.gif');
	background-repeat: repeat-x;
	color: #5B709D;
	font-size: 13px;
	padding: 3px;
	margin: 0;
}
p {
	margin: 0 0 5px 0;
	text-align:left;
}
a {
	color: #FFAD1E;
	text-decoration: none;
}
a img {
	border: none;
}
a:visited {
	color: #FFAD1E;
	text-decoration: none;
}
a:active , a:hover {
	color: #5E729E;
	text-decoration: none;
}

.a_img {
	border-width: 0px;
	padding: 0;
	margin: 0px;
	height: 50px;

}
.clear {
	clear: both;
}
ul.greyBullets {
										
	padding:0;
	margin:0;
	list-style: none;
}
ul.greyBullets > li {
	background-position: left top;
	display: block;
	padding: 3px 0 4px 25px;
	margin:  10px 0;
	background-image: url('../app_themes/efactorlabs/images/greyBullet.gif');
	background-repeat: no-repeat;
}

/* LAYOUT */
#menu {
	background-position: right top;
	width: 250px;
	float: left;
	background-image: url('../app_themes/efactorlabs/images/home_06.gif');
	background-repeat: no-repeat;
}
#footer {
	margin:0 auto;
	width:950px;
	background: url('../app_themes/efactorlabs/images/efl_06.png') repeat-x scroll center top;
	padding: 40px 0 10px 0;
}
.copyrightfooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: center;
}
#logo h1 {
	position: relative;
	top: -10000px;
}
#logo {
	background: #ffffff url('../app_themes/efactorlabs/images/Logo.jpg') no-repeat 15px 15px;
	width: 170px;
	height: 150px;
	padding: 0 0 50px 0;
}

div#container {
	margin:0 auto;
	width:950px;
	background:#ffffff url('../app_themes/efactorlabs/images/efl_01.gif') repeat-y scroll center top;	
}
div#subContainer1{
	width:950px;
	background:url('../app_themes/efactorlabs/images/efl_02.gif') repeat-y scroll left top;
}
div#subContainer2{
	width:950px;
	background:url('../app_themes/efactorlabs/images/efl_03.gif') no-repeat scroll left top;
}
div#subContainer3{
	width:950px;
	background:url('../app_themes/efactorlabs/images/efl_04.gif') no-repeat scroll left bottom;
}
div#subContainer2{
	width:950px;
	background:url('../app_themes/efactorlabs/images/efl_03.png') no-repeat scroll left top;
}
div#subContainer3{
	width:854px;
	padding: 58px 48px;
	background:url('../app_themes/efactorlabs/images/efl_04.png') no-repeat scroll left bottom;
}
div#subContainer4{
	width:854px;
	background:#ffffff url('../app_themes/efactorlabs/images/efl_05.gif') repeat-y scroll 50px top;
}







#content {
	width: 600px;
	float: right;
overflow:hidden;
}
#nav_menu {
	background: url('../app_themes/efactorlabs/images/home_07.gif') no-repeat left 1px;
	width: 250px;
}
#nav_menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0;
}
#nav_menu ul li {
	padding: 0;
	margin: 0px;
	height: 50px;
	display:block;
}
#nav_menu ul li a, #nav_menu ul li a:visited{
	border: 0px;
	margin: 0;
	text-decoration: none;
	color: #6477A2;
	height: 50px;
	line-height: 50px;
	font-size:50px;
}
#nav_menu ul li a:hover, #nav_menu ul li a:active {
	background-position: 0px 0px;
	text-decoration: none;
	background-image: url('../app_themes/efactorlabs/images/small_ball.jpg');
	background-repeat: no-repeat;
	color: #FAA509;
}


#header {
	padding: 0px;
	margin: 0px;
	width: 600px;
	/* height: 40px; */
	background-image: url('../app_themes/efactorlabs/images/home_08.gif');
	background-repeat: no-repeat;
	background-position: left top;
}
#colA {
	width: 300px;
	float: left;
	overflow: hidden;
}
#colB {
	width: 300px;
	float: right;
	overflow: hidden;
}
.contentLeft {
	margin: 15px 10px 15px 25px;
	float: none; /* ei6 must die */
}
.contentRight {
	margin: 15px 25px 15px 10px;
	float:none /* ei6 must die */
}
.contentCenter {
	margin: 15px 25px;
	float:none /* ei6 must die */
}
/******************************
FORMS
*/

.bizForms fieldset label { 
	display:  block;
	float:  left;
	clear:  left;
	width:  7em;
	padding-right:  1em;
	text-align:  right;
	line-height:  1.8em;
}

.bizForms fieldset input {
	display:  block;
	float:  left;
	margin: 0.2em;
}

.bizForms br {
	clear:  both;
}

.bizForms fieldset {
	background-color:  #fff;
	border:  1px solid #5B709D;
	margin:  1em 0;
	padding:  0.5em;
}

.bizForms fieldset fieldset {
	background-color:  #fff;
	border:  1px solid #5B709D;
	margin:  0.5em 0;
	padding:  0.5em;
}

.bizForms legend {
	color: #5B709D;
	font-size:  1em;
	font-weight:  bold;
}

.NewsReleaseDate {
	margin-bottom: 10px;
}












