html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12pt;
	font-weight: 300;
	color: #363636;
}


h1, h2, h3 {
	margin: 0;
	padding: 0;
}

p, ol, ul {
	margin-top: 0px;
}

p {
	line-height: 170%;
}

p.address {
	line-height: 125%;
}

p.form {
	line-height: 125%;
}

p.news {
	line-height: 115%;
	font-size: 11pt;
}

p.divPartnerBio
{
    padding: 5px 0px 5px 0px;
	line-height: 125%;
}

strong {
}

a {
	color: #171717;
}

a:hover {
	text-decoration: none;
	color: #7c98ac;
}

a img {
	border: none;
}

	.image
	{
		display: inline-block;
	}
	
		.image img
		{
			display: block;
			width: 100%;
		}

	.image-full
	{
		display: block;
		width: 100%;
		margin: -.8em 0 2em 0;
	}
	
	.image-left
	{
		float: left;
		margin: 0 2em 2em 0;
	}
	
	.image-centered
	{
		display: block;
		margin: 0 0 2em 0;
	}

		.image-centered img
		{
			margin: 0 auto;
			width: auto;
		}

hr {
	display: none;
}


/*********************************************************************************/
/* List Styles                                                                   */
/*********************************************************************************/
ul.bullets, ul.newsbullet
	{
		margin: 0;
		padding-left:1.5em;
		list-style-type: square;	
		list-style-position:inherit;
	
	}

ul.newsbulletnum
	{
		margin: 0;
		padding-left:1.5em;
		list-style-type: decimal;	
		list-style-position:inherit;
	
	}
	
ul.quote
	{
		margin: -20px 0 0 0;
		padding-left:3em;
		text-align: left;
		list-style-type: none;
		list-style-position:inherit;
	
	}


	ul.bulletsdemo
	{
		margin: 0;
		padding-left:.8em;
		list-style-type: none;
		list-style-position:inherit;
	
	}
	
	 ul.bullets li
	{
		display:list-item;
		padding-top: .5em;
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 12pt;
		font-weight: 300;
		color: #363636;
		text-align:left;
	}
	
	 ul.bulletsdemo li
	{
		display:list-item;
		padding-top: .5em;
		padding-bottom: .2em;
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 12pt;
		font-weight: 400;
		color: #363636;
		text-align:left;
	}
	
	ul.newsbullet li
	{
		padding-bottom: .2em;
		display:list-item;
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 11pt;
		font-weight: 300;
		color: #363636;
		text-align:left;
	}
	
	ul.newsbulletnum li
	{
		padding-bottom: .4em;
		display:list-item;
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 12pt;
		font-weight: 300;
		color: #363636;
		text-align:left;
	}
	

	ul.bullets li a:hover {
	color: #7c98ac;
}
	
	 ul.bullets li:first-child
	{
		border-top: 0;
		padding-top: 0;
	}

	 
/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/

	.title
	{
		margin-bottom: 1.5em;
		text-transform: none;
	}

	.title h2
	{
		font-weight: 400;
		font-size: 2em;
		color: #9eb1bf;
	}
	
	.title .byline
	{
		letter-spacing: 0.15em;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 0.90em;
		color: #6F6F6F;
	}

	.subtitle
	{
		text-transform: none;
	}
	
	.subtitle h3
	{
		font-weight: 500;
		font-size: 1.2em;
		color: #eb7059;
	}
	
	.subtitle p
	{
		font-weight: 500;
		font-size: 1em;
		color: #363636;
		line-height: 105%;
		margin-bottom: 5px;
	}
	
.subtitle img {
    padding: 0 25px 0 0;
    border:0px;
}

	
/** WRAPPER */

#wrapper {
	background: #FFFFFF;
	min-width: 1200px; width: 100%;
}

#footer-wrapper
{
	background: #9eb1bf;
}

.container {
	width: 1200px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}


/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

#header-wrapper
{
	width: 100%;
	overflow: hidden;
	background-image:url(images/enacomm-logo.png);
	background-repeat:no-repeat;
	background-color:#fff;
}


/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header 
	{
		position: relative;
		overflow: inherit;
		text-align: right;
	}

/*********************************************************************************/
/* Header Menu                                                                          */
/*********************************************************************************/

#topmenu 
	{
		float: right;
		padding: 20px 0 0 0;
		width: 780px;
		height: 125px;
	}
	
#topmenu p
	{
		padding-top: .7em;
		padding-right: .35em;
		font-weight: 450;
		font-size: 1.3em;
		line-height: 120%;
		color: #eb7059;
	}
	
	#topmenuleft 
	{
		float: left;
		margin: 30px 0 0 0;
		width: 420px;
		height: 100px;
	}
	
	
/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner 
	{
		z-index: 1;
		overflow: hidden;
		width: 100%;
		height: auto;
		background: no-repeat center;
		background-size: cover;
	}
	
	#bannervalue 
	{
		overflow: hidden;
		height: 400px;
		background: url(images/value-slide.jpg) no-repeat center;
		background-size: cover;
	}
	
	#bannerencart 
	{
		overflow: hidden;
		height: 400px;
		background: url(images/encart-slide.jpg) no-repeat center;
		background-size: cover;
	}
	
	#bannerefs 
	{
		overflow: hidden;
		height: 400px;
		background: url(images/efs-slide.jpg) no-repeat center;
		background-size: cover;
	}

#bannervpa 
	{
		overflow: hidden;
		height: 400px;
		background: url(images/vpa-slide.jpg) no-repeat center;
		background-size: cover;
	}



	
	#bannereva 
	{
		overflow: hidden;
		height: 400px;
		background: url(images/eva-slide.png) no-repeat center;
		background-size: cover;
	}
	
	
	#banneresig 
	{
		overflow: hidden;
		height: 400px;
		background: url(images/esig-slide.png) no-repeat center;
		background-size: cover;
	}
	
	#bannerengage 
	{
		overflow: hidden;
		height: 400px;
		background: url(images/engage-slide.jpg) no-repeat center;
		background-size: cover;
	}
	
	
	#bannernews 
	{
		overflow: hidden;
		height: 400px;
		background: url(images/news-slide.jpg) no-repeat center;
		background-size: cover;
	}
	
	#bannersoda 
	{
		overflow: hidden;
		height: 400px;
		background: url(images/ealert-slide.jpg) no-repeat center;
		background-size: cover;
	}
	
	#bannerekba 
	{
		overflow: hidden;
		height: 400px;
		background: url(images/ekba-slide.jpg) no-repeat center;
		background-size: cover;
	}
	
	
	#bannercareer 
	{
		overflow: hidden;
		height: 400px;
		background: url(images/career-slide.jpg) no-repeat center;
		background-size: cover;
	}
	
	#bannermanage 
	{
		overflow: hidden;
		height: 400px;
		background: url(images/manage-slide.jpg) no-repeat center;
		background-size: cover;
	}
	
	#bannerivr 
	{
		overflow: hidden;
		height: 400px;
		background: url(images/ivr-slide.jpg) no-repeat center;
		background-size: cover;
	}
	
	#bannerpartner 
	{
		overflow: hidden;
		height: 400px;
		background: url(images/partner-slide.jpg) no-repeat center;
		background-size: cover;
	}
	
	#bannervision 
	{
		overflow: hidden;
		height: 400px;
		background: url(images/vision-slide.jpg) no-repeat center;
		background-size: cover;
	}
	
#bannerabout 
	{
		overflow: hidden;
		height: 400px;
		background: url(images/about-slide.jpg) no-repeat center;
		background-size: cover;
	}

#banneraboutrev 
	{
		overflow: hidden;
		height: 400px;
		background: url(images/about-slide-rev.jpg) no-repeat center;
		background-size: cover;
	}
	
#bannerproduct 
	{
		overflow: hidden;
		height: 400px;
		background: url(images/product-slide.jpg) no-repeat center;
		background-size: cover;
	}

#bannerVIVR 
	{
		overflow: hidden;
		height: 400px;
		background: url(images/VIVR-header.jpg) no-repeat center;
		background-size: cover;
	}

#banneretdos 
	{
		overflow: hidden;
		height: 400px;
		background: url(images/eTDoS-header.jpg) no-repeat center;
		background-size: cover;
	}
	
#bannerhost 
	{
		overflow: hidden;
		height: 400px;
		background: url(images/host-slide.jpg) no-repeat center;
		background-size: cover;
	}
	
	
	#banner4cast 
	{
		overflow: hidden;
		height: 400px;
		background: url(images/4cast-slide.jpg) no-repeat center;
		background-size: cover;
	}
	
	#bannervia 
	{
		overflow: hidden;
		height: 400px;
		background: url(images/via-slide.jpg) no-repeat center;
		background-size: cover;
	}
	
	#bannerfcm 
	{
		overflow: hidden;
		height: 400px;
		background: url(images/fcm-slide2.jpg) no-repeat center;
		background-size: cover;
	}

	#bannerecontact 
	{
		overflow: hidden;
		height: 400px;
		background: url("images/e-callcenter-header.jpg") no-repeat center;
		background-size: cover;
	}
	
#bannertrademark 
	{
		overflow: hidden;
		height: 400px;
		background: url("images/trademark-header-new.jpg") no-repeat center;
		background-size: cover;
	}
/** NAVIGATION */

ul {
	text-align: center;
}

ul li {
	font: 13px Verdana, 'Lucida Grande';
	cursor: pointer;
	-webkit-transition: padding .05s linear;
	-moz-transition: padding .05s linear;
	-ms-transition: padding .05s linear;
	-o-transition: padding .05s linear;
	transition: padding .05s linear;
}

ul li.drop {
	position: relative;
}
ul > li {
	display: inline-block;
}

ul li a:hover {
	color: #7c98ac;
}

.dropOut .triangle {
	width: 0;
	height: 0;
	position: absolute;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid white;
	top: -8px;
	left: 50%;
	margin-left: -8px;
}
.dropdownContain {
	width: 180px;
	position: absolute;
	z-index: 999;
	left: 50%;
	margin-left: -90px; /* half of width */
	top: -850px;
}
.dropOut {
	padding: 10px 0 0 0;
	border-bottom: 8px solid #eb7059;
	width: 180px;
	background-color: rgba(255,255,255,.9);
	float: left;
	position: relative;
	margin-top: 0px;
	opacity: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 6px rgba(0,0,0,.15);
	-moz-box-shadow: 0 1px 6px rgba(0,0,0,.15);
	box-shadow: 0 1px 6px rgba(0,0,0,.15);
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;
}

.dropOut ul {
	float: left;
	padding: 10px 0;
}

.dropOut ul li a{
	text-align: left;
	float: left;
	width: 150px;
	padding: 8px 0 8px 10px;
	margin: 0px 10px;
	color: #7c98ac;
	font-weight:600;
	text-decoration:none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: background .1s ease-out;
	-moz-transition: background .1s ease-out;
	-ms-transition: background .1s ease-out;
	-o-transition: background .1s ease-out;
	transition: background .1s ease-out;

}

.dropOut ul li:hover {
	background: #dfdfdf;
}



ul li:hover .dropdownContain { top: 65px; }
ul li:hover .dropOut { opacity: 1; margin-top: 8px; }


/** MENU */

#menu-wrapper
{
	background: #9eb1bf;
}

#menu {
	height: 80px;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#menu li {
	display: inline-block;
}

.menulink ul li {
	display: block;
	letter-spacing: 1px;
	padding: 0px 30px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 1em;
	line-height: 80px;
	border: none;
	color: #FFF;
}

.menulink a {
	display: block;
	letter-spacing: 1px;
	padding: 0px 30px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 1em;
	font-weight:600;
	line-height: 80px;
	border: none;
	color: #FFF;
}

.menulink a:hover {
	text-decoration: none;
}

.menulink a:hover {
	background: #b5c5d0;
}

/** PAGE */

#page
{
	position: relative;
	overflow: hidden;
	padding: 2em 0em 2em 0em;
}

/** CONTENT */

#content
{
	padding-left: 1em;
	float: left;
	width: 725px;
}

#contentprivacy
{
	padding-left: 1em;
	float: left;
	width: 900px;
	font-size: 11pt;
}

#contentlog
{
	padding-left: 25em;
	float: left;
	width: 705px;
	height: 430px;
}

#content2nd
{
	margin-right: 24px;
	float: left;
	width: 585px;
}

#contentnews
{
	float: left;
	width: 700px;
}
/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

	#sidebarleft
	{
		float: left;
		margin-right: 24px;
		width: 200px;
		height: 250px;
	}
	
	#sidebar
	{
		float: right;
		width: 350px;
		margin: 0 1em 0 0
	}
	
	#sidebar .title h2
	{
		font-size: 1.6em;
	}
	
	#sidebar .box1
	{
		margin-bottom: 3em;
	}

#sidebarquote
	{
		position:relative;
		top: -348px;
		float: right;
		width: 350px;
		margin: 0 1em 0 0;
		visibility: hidden; 
	}
	
#largeealert
	{
		position:relative;
		top: -760px;
		right: 55px;
		float: right;
		width: 780px;
		margin: 0;
		visibility: hidden; 
	}
	
	
#large4cast
	{
		position: relative;
		top: -700px;
		right: 55px;
		float: right;
		width: 800px;
		margin: 0;
		visibility: hidden; 
	}
	
#largevia
	{
		position:relative;
		top: -690px;
		right: 55px;
		float: right;
		width: 780px;
		margin: 0;
		visibility: hidden; 
	}
	
#largeengage
	{
		position:relative;
		top: -575px;
		right: 55px;
		float: right;
		width: 780px;
		margin: 0;
		visibility: hidden; 
	}
	
	#largeengage2
	{
		position:relative;
		top: -1075px;
		right: 55px;
		float: right;
		width: 780px;
		margin: 0;
		visibility: hidden; 
	}
	
#largeivr
	{
		position:relative;
		top: -750px;
		right: 55px;
		float: right;
		width: 780px;
		margin: 0;
		visibility: hidden; 
	}
	
#largeencart
	{
		position:relative;
		top: -675px;
		right: 55px;
		float: right;
		width: 780px;
		margin: 0;
		visibility: hidden; 
	}
	
	#largeencart2
	{
		position:relative;
		top: -1275px;
		right: 55px;
		float: right;
		width: 500px;
		margin: 0;
		visibility: hidden; 
	}
	
	#largeencart3
	{
		position:relative;
		top: -1500px;
		right: 55px;
		float: right;
		width: 800px;
		margin: 0;
		visibility: hidden; 
	}
	
	#largeesig
	{
		position:relative;
		top: -975px;
		right: 55px;
		float: right;
		width: 650px;
		margin: 0;
		visibility: hidden; 
	}
	
	#largeesig2
	{
		position:relative;
		top: -1500px;
		right: 55px;
		float: right;
		width: 1050px;
		margin: 0;
		visibility: hidden; 
	}
/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright-wrapper
{
	min-width: 1200px; width: 100%;
	background: #9eb1bf;
}

	#copyright
	{
		overflow: hidden;
		padding: .25em 0em 0em 0em;
		text-align: center;
	}
	
	#copyright p
	{
		letter-spacing: 0.10em;
		text-align: center;
		font-size: 0.80em;
		color: #fff;
	}
	
	#copyright a
	{
		text-decoration: underline;
		color: rgba(255,255,255,.7);
	}
	
	#copyright a:hover
	{
		text-decoration: underline;
		color: #fff;
	}
	

/*********************************************************************************/
/* Portfolio                                                                     */
/*********************************************************************************/

	#portfolio-wrapper
	{
		min-width: 1200px; width: 100%;
		background: #9eb1bf;
		padding: 2.5em 0em .5em 0em;
		color: #fff;
	}
	
	#portfolio
	{
		overflow: hidden;
	}
	
	#portfolio .title h2
	{
		font-size: 1em;
		color: #FFF;
		text-transform: uppercase;
		letter-spacing: 0.1em;
	}

	#portfolio .byline
	{
		font-size: 1em;
		color: #EEA7C1;
	}
	
	#column1,
	#column2,
	#column3,
	#column4
	{
		width: 282px;
	}
	
	#column1
	{
		float: left;
		margin-left: 6px;
	}
	
	#column1,
	#column2
	{
		float: left;
		margin-right: 21px;
	}
	
	#column3
	{
		float: left;
	}
	
	#column4
	{
		float: right;
	}
	
/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/

	.button
	{
		display: inline-block;
		margin-top: 1.5em;
		padding: 0.50em 3em 0.50em 2em;
		background: #b5c5d0;
		letter-spacing: 0.20em;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 0.90em;
		color: #FFF;
	}
	
	.button:hover {
	background: #eb7059;
}
	
		.button:before
		{
			display: inline-block;
			width: 40px;
			height: 40px;
			line-height: 40px;
			border-radius: 20px;
			text-align: center;
			color: #FFF;
		}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/
	
	#footer-wrapper
	{
		min-width: 1200px; width: 100%;
		overflow: hidden;
		padding: 1em 0em .5em 0em;
		background: #9eb1bf;
	}

	#box2
	{
		float: left;
		width: 835px;
		height: 32px;
		margin-top: 1.7em;
	}

	#box2 p
	{
		letter-spacing: 0.25em;
		text-align: right;
		text-transform: uppercase;
		font-size: 0.80em;
		color: #fff;
	}
	
	#box2 a
	{
		text-decoration: underline;
		color: rgba(255,255,255,.7);
	}
	
	#box2 a:hover
	{
		text-decoration: underline;
		color: #fff;
	}
	

	#box3
	{
		float: right;
		width: 305px;
		margin-top: 1.2em;
	}


#returntop
{
    padding: 0px 0px 20px 0px;
}


/*********************************************************************************/
/* Form                                                                        */
/*********************************************************************************/
	
	
form {
font-family: 'Source Sans Pro', sans-serif;
	font-size: 12pt;
	font-weight: 300;
	color: #363636;
margin:auto;
position:absolute;
width:330px;
height:200px;
line-height: 125%;
text-decoration: none;
border-radius: 10px;
padding:10px;
border: 1px solid #999;
border: inset 1px solid #333;
}

input    {
margin: 0 0 1em 0;
width:325px;
display:block;
height: 25px;
}

.ssl
	{
		width: 345px;
		margin-bottom: 1.5em;
		text-align:center;
	}
	
p.ssl
	{
		font-size: 8pt;
	}