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

/* Main Styles */
body {
	overflow-x: hidden;
	background-color: #444547;
}

#rapper {
	margin: auto;
	width: 1200px;
}

img {
	border: none;
}

#nav {
	width: 1200px;
	height: 56px;
	background-color: #A4A3A3;
	position: relative;
}

span.h1 {
	color: #0E2C77;
	font-size: 26px;
	line-height: 28px;
}

span.h2 {
	color: #0E2C77;
	font-size: 18px;
	line-height: 28px;
}

span.h3 {
	font-size: 18px;
}

span.h4 {
	color: #005ba1;
}

span.h7 {
	color: #005ba1;
}

.logo {
	width: 230px;
	position: absolute;
	top: 5px;
	left: 40px;
}

.nav-links {
	position: absolute;
	top: 16px;
	left: 270px;
	width: 100%;
}

.nav-links a {
	font-family: helvetica, sans-serif;
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	padding-right: 25px;
	text-decoration: none;
}

.nav-links a:hover {
	color: #CCC;
}

#portal-log-box {
	background-image: url(../images/portal-login-box.png);
	position: absolute;
	left: 868px;
	height: 56px;
	width: 330px;
	border-left: solid 2px #EEE;
	-webkit-box-shadow: inset 0 1px 7px rgba(0, 0, 0, .6);
	-moz-box-shadow: inset 0 1px 7px rgba(0, 0, 0, .6);
	box-shadow: inset 0 1px 7px rgba(0, 0, 0, .6);
}

#portal-log-box p {
	padding: 5px 0px 0px 10px;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	font-family: helvetica, sans-serif;
}

input {
	width: 9em;
}

form#portal-login {
	position: absolute;
	left: 880px;
	top: 25px;
}

.field {
	display: inline-block;
	background: #CCC;
	height: 17px;
	border: solid 2px #EEE;
	-webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 1px 7px rgba(0, 0, 0, .6);
	box-shadow: 0 1px 7px rgba(0, 0, 0, .6);
}

#submit {
	display: inline-block;
	vertical-align: top;
	border: 2px solid #EEE;
	width: 50px;
	height: 21px;
	background-color: #268BD1;
	-webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 1px 7px rgba(0, 0, 0, .6);
	box-shadow: 0 1px 7px rgba(0, 0, 0, .6);
	color: white;
}

/*#banner
{
	height: 394px;
	width: 100%;
	background-image: url(../images/pages/home/homeImage.png);
}*/

/*.calltoaction
	{
		position: absolute;
		width: 344px;
		left: 830px;
		top: 80px;
	}
		
		#image1
		{
			position: absolute;
			top: 0;
			left: 0;
		}
		
		#image1 a
			{
				background-image: url(../images/pages/home/tryitfree.png);
				width: 344px;
				height: 162px;
				display: block;
				text-decoration: none;
			}
			
			#image1 a:hover
			{
				background-image: url(../images/pages/home/tryitfreeUp.png);
			}
		
		#image2
		{
			position: absolute;
			bottom: 0;
			left: 0;
		}
		
			#image2 a
			{
				background-image: url(../images/pages/home/talktosales.png);
				width: 344px;
				height: 162px;
				display: block;
				text-decoration: none;
			}
			
			#image2 a:hover
			{
				background-image: url(../images/pages/home/talktosalesUp.png);
			}
		
		/* Rolloever Effect
		
		.rollover_img
		{
			width: 344px;
			height: 162px;
			background-image:url(../images/pages/home/tryitfree.png);
			background-position: top;
			float: left;
		}
		*/
#media-banner {
	position: relative;
	width: 1200px;
	height: 50px;
	background-color: #a4a4a4;
}

#content-banner {
	width: 1100px;
	height: 100px;
	padding-left: 100px;
}

.content-banner-image {
	width: 300px;
	height: 100px;
	padding-right: 33px;
	float: left;
}

#content-text {
	width: 1200px;
	height: 360px;
	background-color: white;
}

.content-banner-text {
	width: 270px;
	padding-left: 25px;
	text-align: justify;
	padding-right: 33px;
	float: left;
	color: black;
	font: 14px Arial, Helvetica, sans-serif;
	line-height: 20px;
}

div#container {
	width: 1200px;
	height: auto;
	text-align: justify;
	font-family: Helvetica Neue, sans-serif;
}

div#container a {
	text-decoration: underline;
	color: #000099;
}

div#container a:hover {
	color: #000;
}

div#container p {
	color: #005BA1;
	font-size: 14px;
}

div.content {
	height: 100%;
	margin-top: 30px;
	width: 950px;
	padding-left: 80px;
}

div.content p {
	margin-right: 1.5em;
}

img.globe {
	float: left;
	padding-right: 10px;
}

div.left {
	float: left;
	width: 590px;
	margin-right: 10px;
	padding-right: 80px;
}

div.right {
	float: left;
	width: 190px;
}

p.text {
	margin: 0 0 1.5em;
	line-height: 20px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #005BA1;
}

/* Begin Technical Features Styles for Home Page */
div#technical-features {
	float: left;
	height: 600px;
	width: 950px;
	background-image: url(../images/pages/home/cross.gif);
	background-position: left;
	background-repeat: no-repeat;
}

div#technical-features a.red-link {
	color: #E41111;
	font-size: 12px;
	text-decoration: none;
}

.features-row {
	height: 164px;
	width: 950px;
	padding-top: 15px;
}

.feature-column-left {
	float: left;
	margin-right: 10px;
	margin-top: 0px;
	width: 470px;
}

.feature-icon {
	float: left;
	margin-right: 10px;
	padding-right: 40px;
	width: 150px;
}

.feature-text {
	float: left;
	padding-right: 40px;
	width: 230px;
}

.top {
	float: left;
	width: 230px;
	height: 80px;
	text-align: left;
}

.bottom {
	float: left;
	width: 230px;
	text-align: right;
	padding-top: 10px;
}

.feature-column-right {
	float: left;
	width: 470px;
	margin-top: 0px;
}

/* End Technical Features */

/* Industries Columns */
div#industries {
	width: 1090px;
	height: auto;
	position: relative;
}

.home-text {
	position: absolute;
	left: 40px;
	top: 30px;
	width: 700px;
	height: 316px;
}

.home-offers {
	position: absolute;
	top: 30px;
	left: 800px;
	width: 395px;
	height: auto;
}

.home-offers img {
	padding: 10px 0;
}

.free-trial {
	position: absolute;
	top: 180px;
	left: 20px;
}

.column1 {
	float: left;
	padding-right: 40px;
	margin-right: 10px;
	width: 300px;
}

.column2 {
	float: left;
	padding-right: 40px;
	margin-right: 10px;
	width: 300px;
}

.column3 {
	float: left;
	padding-right: 40px;
	width: 300px;
}

/* Industries columns end */
div#footer {
	width: 1200px;
	clear: both;
	position: relative;
	height: 230px;
	background-image: url(../images/foot-background.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

div#footer p {
	line-height: 21px;
}

div#footer a {
	color: white;
	text-decoration: none;
	font-size: 14px;
	font-family: helvetica neue, sans-serif;
}

div#footer a:hover {
	color: #F60;
}

div#footer .sitemap {
	width: 1200px;
	position: absolute;
	top: 30px;
	left: 40px;
	text-align: left;
}

div#footer .interior-sitemap {
	width: 1200px;
	position: absolute;
	top: 30px;
	left: 40px;
	text-align: left;
}

div#footer .column {
	float: left;
	width: 190px;
	margin-right: 10px;
}

.footer-links-header {
	font-family: Helvetica Neue, sans-serif;
	font-size: 16px;
	color: #434546;
}

.logo-footer {
	position: absolute;
	bottom: -10px;
	right: 30px;
}

div#footer .copyright {
	position: absolute;
	color: white;
	top: 200px;
	left: 40px;
}

#siteFooter {
	float: left;
	position: relative;
	left: 40px;
	bottom: -200px;
	color: white;
	vertical-align: middle;
}

#siteFooter p.copy {
	padding-right: 20px;
	font-family: helvetica neue, sans-serif;
	font-size: 10px;
	display: inline;
}

/* Twitter */
div#twitter {
	position: absolute;
	top: 100px;
	left: 40px;
	vertical-align: middle;
}

/*newsticker*/
.latest {
	position: absolute;
	top: 18px;
	left: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}

.newsticker {
	position: absolute;
	top: 18px;
	left: 60px;
	height: 20px;
	color: #FFF;
	list-style-type: none;
	background: #a4a4a4;
	font-size: 14px;
}

/* 30 Day Trial */
#trial-content {
	float: left;
	background-color: #FFF;
	display: block;
	height: 500px;
	width: 100%;
}

.sign-up-header {
	font-family: helvetica, sans-serif;
	color: #FFF;
	font-size: 30px;
	padding-left: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.sign-up {
	float: left;
	width: 400px;
	height: 450px;
	padding: 5px;
	background-color: #CCC;
	border: 2px solid #999;
	margin: 20px 0 0 200px;
	-webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 1px 7px rgba(0, 0, 0, .6);
	box-shadow: 0 1px 7px rgba(0, 0, 0, .6);
}

.sign-up p {
	margin: 0 10px 1.5em 10px;
	line-height: 20px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #005BA1;
}

.sign-up form {
	margin-top: 20px;
}

.sign-up input {
	width: 20em;
	height: 1.75em;
	margin: 10px;
	padding: 3px;
	border: 1px solid #999;
	font-size: 18px;
}

.sign-up select {
	width: 20em;
	height: 1.75em;
	margin: 10px;
	padding: 3px;
	font-size: 18px;
}

.sign-up-text {
	float: left;
	width: 550px;
	height: 450px;
	margin: 20px 0 0 20px;
	font-family: helvetica, sans-serif;
	font-size: 22px;
	color: #FFA500;
}

.sign-up-text ul {
	list-style: circle;
	line-height: 60px;
	vertical-align: middle;
}

p.highlights {
	height: 45px;
	padding: 10px;
	width: auto;
	border-bottom: 1px dotted #CCC;
}
