@charset "utf-8";
/* CSS Document */

body{
	margin:10px auto;	
	color:#444;
	background-color: #fff;
	font-family: Vendana, Trebuchet, Arial;
	font-size: 11px;
	}

html{
	margin:0; padding:0; color:#444;
	overflow-y: scroll;
	}
div, h1, h2, h3, h4, p, form, label, input, textarea, img, span{
	 margin:0; padding:0; 

	}

textarea{
	font-family: Vendana, Arial;
	font-size: 12px;

	}
p { margin: 8px 0; }
	 
img { border:0; }

ul  {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: 20px;
	line-height:normal;
	}

li {
	display: block;
	text-decoration: none;
	background-image:  url(/images/bullet2.gif);
	background-repeat: no-repeat;
	margin:0;
	padding: 3px 0 3px 12px;
	background-position: 4px 6px;
	line-height:normal;
	}
	
ul ul li {
	display: block;
	text-decoration: none;
	background-image:  url(/images/bullet2.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 12px;
	margin: 6px 0 0 0;
	background-position: 0px 5px;
	}

a 	{
	color: #000;
	text-decoration: underline;
	}
a:hover {
	color: #8ac00b;
	}

h1 {
	font-family:"Trebuchet MS", Trebuchet, Arial;
	font-size: 18px;
	font-weight: bold;
	color: #094ec7;
	text-decoration: none;
	}

h2 {
	font-family:"Trebuchet MS", Trebuchet, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #094ec7;
	text-decoration: none;
	}
	
h3 	{
	font-family:"Trebuchet MS", Trebuchet, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #104549;
	text-decoration: none;
	font-style: italic;
	}
	
.alink {
	background: url(/images/bullet.gif) no-repeat left center;
	padding: 0px 0px 0px 13px;
	background-position: 0 3px;
	}
	
	
.alink:hover {
	color: #0961fb !important;
	}

.spacer{
	clear:both; 
	font-size:0; 
	line-height:0;
	}

/*--------------topheader--------------------*/
#header{
	width: 946px;
	height: 64px;
	background:url(/images/header-bg.gif) no-repeat;
	}
#header-login{
	width: 1200px;
	height: 64px;
	background:url(/images/header-bg.gif) no-repeat;
	}
#logo {
	float:left;

	padding-left:3px;
	width:282px;

	}


/*--------------menu--------------------*/

#menu{
	height:40px;
	margin-top:22px;
	font-family: Arial;
	font-size: 12px;
	text-transform: none;
	text-decoration: none;
	float:left;
	width: 660px;
	padding-top:2px;
	background-color:#414141;
	} 
#menu.login{
	
	width: 700px;

	}
#menu a, #menulogin a  {
	float:left;
	display:block;
	width: 88px;
	height:28px;
	color:#fff;
	text-decoration: none;
	font-weight:bold;
	text-align:center;
	padding-top:11px
	}
#menu a:hover, #menu.login a:hover{
	color:#fff;
	text-decoration: none;
	background-image: url(/images/menu_on.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 28px;
	}
.menu1{
	background-image: url(/images/menu_on.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	} 
.menu-background {
	margin-left:3px;
}	
/*--------------body--------------------*/

#body_area{
 width:946px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Verdana, Trebuchet, Arial;
	font-size: 11px;
	text-transform: none;
	color: #686a6c;
	text-decoration: none;
	padding: 0px;
	}
#body_area.login{

	}
.left {
	margin: 0px;
	float: left;
	width: 280px;
	}
.left-overall {
	margin: 0px;
	width: 255px;
	padding:10px;
	padding-left: 0px;
	}
	

.right-int {
	margin: 14px 20px 14px 38px;
	height: 100%;
	min-height:325px;
	width: 600px;
	float: left;
	}
.right-int p{
	line-height: 16px;
	}	
#main-green {
	width:946px;
	float:none;
}

/*--------------Body LOGIN--------------------*/
.left-login {
	margin: 0px;
	float: left;
	width: 170px;
	}
.left-overall-login {
	margin: 0px;
	width: 170px;
	padding:10px;
	padding-left: 0px;
	}
.right-int-login {
	margin: 14px 15px 14px 28px;
	height: 100%;
	min-height:325px;
	width: 720px;
	float: left;
	}
	
/*--------------side links--------------------*/

.side-link {
	padding:0px;
	}
.side-link ul{
	padding-top:6px;
	padding-bottom:6px;
	margin:0;

	}
.side-link ul li{
	border-bottom: 1px dotted #ccc;
	background-position: 4px 7px;
	background: none;
	padding: 4px 0 4px 10px;
	width: 268px;
	background: none;
	}
.side-link ul li:hover{
	display: block;
	text-decoration:none;
	width: 266px;
	background-color: #f7f7f7
	}
.side-link ul li a{
	line-height:14px;
	display: block;
	text-decoration:none;
	color: #686a6c;
	}
.side-link ul li a:hover{
	display: block;
	text-decoration:none;

	}
.alink1 {
	background: url(/images/bullet.gif) no-repeat left center;
	padding: 0px 0px 0px 13px;
	background-position: 0 3px;
	color: #000 !important;
	}
.alink1:hover {
	color: #74a501 !important;
	}	
/*--------------Side Link Login-------------------*/
.side-link-login {
	padding:0px;
	}
.side-link-login ul{
	padding-top:6px;
	padding-bottom:6px;
	margin:0;

	}
.side-link-login ul li{
	border-bottom: 1px dotted #ccc;
	background-position: 4px 7px;
	background: none;
	padding: 4px 0 4px 10px;
	width: 168px;
	background: none;
	}
.side-link-login ul li:hover{
	display: block;
	text-decoration:none;
	width: 168px;
	background-color: #f7f7f7	
	}
.side-link-login ul li a{
	line-height:14px;
	display: block;
	text-decoration:none;
	color: #000;
	}
.side-link-login ul li a:hover{	
	color: #74a501 !important;
	display: block;
	text-decoration:none;

	}
/*--------------home-------------------*/

#customer {
float:left;
width: 323px;
height: 221px;
}
#customer-spotlight-title {
	width: 178px;
	margin-left:95px;
	margin-top: 60px;
	font-weight: bold;
	color:#000;
}
#customer-spotlight {
	width: 172px;
	margin-left:95px;
	margin-top: 5px;
	color: #fff;
}

#promo {
float:left;
width: 623px;
height: 221px;
background:url(/images/efc-software.jpg) repeat-x;
}
#promotext {
width: 600px;
margin-top:20px;
font-family: arial, helvetica !important;
color:#000;
}
#promotext h1{

font-family: arial, helvetica !important;

}
#promotext a, a:hover{
color:#074a501;
text-decoration:none;
}




/*--------------home bottom--------------------*/

#main-bottom {

	}
#main-bottom1 {
	margin-top: 5px;
	margin-right: 8px;
	margin-left: 0px;
	width:310px;
	float:left;
	background-image: url(/images/inside-EP.jpg);
	background-repeat:no-repeat;
	}

#main-bottom2 {
	margin-top: 5px;
	margin-right: 8px;
	width:310px;
	float:left;
	background-image: url(/images/testimonials.jpg);
	background-repeat:no-repeat;
	}

#main-bottom3 {
	margin-top: 5px;
	width:310px;
	float:left;
	background-image: url(/images/services.jpg);
	background-repeat:no-repeat;
	}

.whitepapers {
	width: 260px;
	margin: 55px 20px 10px 24px;
	height: auto;
	}

.testimonials {
	width: 260px;
	margin: 55px 20px 10px 20px;
	height: auto;
	}

.services {
	width: 260px;
	margin: 55px 20px 10px 20px;
	height: auto;

	}

.whitepapers ul li, .testimonials ul li, .services ul li {

	background-position: 4px 9px;
	line-height:15px;
	}

/*--------------footer--------------------*/

#bottom {
background-color: #414141;
width:946px;
height: 50px;
margin:0 auto ;
margin-top:20px;
}



/*--------------misc----------------*/
#projects {
	background-image: url(/images/blue-bg-arrow.jpg);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	width:100%;
	padding-bottom:42px;
	padding-top:10px;
	
}
#projects2 {
	background-image: url(/images/blue-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	width:100%;
	padding-bottom:20px;
	padding-top:10px;
	
}
#projects-text {
	margin:15px;
	margin-bottom:0;
	
	
}
.sub {
background-color:#094ec7;
color:#fff;
font-weight:bold;
border:0;
padding:3px;}
.line {
border-bottom: 1px solid #ccc;
}
.bluelink {color:#094ec7;}
.bluelink:hover{color:#0961fb;}
.italic {font-style: italic;}
.small{line-height: normal;font-size: 11px;}
.smaller {line-height: normal;font-size: 10px;}
.large{line-height: normal;font-size: 13px;}
.larger {line-height: normal;font-size: 15px;}
.lh {line-height: normal;}
.center{text-align: center;}
.inline {display:inline;}
.nomarg {margin:0;}
.plaintext {font-family:Arial, Helvetica, sans-serif;}
.nomarg{ margin:0; padding 0;}
.top-marg{ margin-top:10px}
.left-marg {padding-left: 12px;}
.bottom-marg {margin-bottom: 10px;}
.bottom-marg2 {margin-bottom: 5px;}
.right-marg {padding-left: 12px;}
.h1_smaller {font-size: 16px;}
