body {
	background-color: #fff;
	font-family: Verdana, Tahoma;
	font-size: 12px;
	margin: 0;
	padding: 0;
	line-height: 18px;
}

/* main links */
a:link, a:active, a:visited {
	color: #00f;
	text-decoration: underline;
}
a:hover {
/*
	background-color: #00f;
	color: #fff;
*/
	text-decoration: none;
}
p a:hover {
	background-color: #00f;
	color: #fff;
}

/* blue links */
a.b:link, a.b:active, a.b:visited {
	color: #00F;
	text-decoration: underline;
	padding: 1px 0;
}
a.b:hover {
	background-color: #00F;
	color: #FFF;
	text-decoration: none;
}

/* no rollover highlight */
a.none:link, a.none:active, a.none:visited {
	padding: 0;
}
a.none:hover {
	background-color: transparent;
}


/* white links */
a.w:link, a.w:active, a.w:visited {
	color: #fff;
	text-decoration: underline;
	padding: 1px;
}
a.w:hover {
	background-color: #FFF;
	color: #3193DD;
	text-decoration: none;
}

.fontSmall {
	font-size: 11px;
}

.fontBig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.fontGrey {
	color: #777;
}

.logo {
	width: 760px;
	text-align: right;
	padding: 5px 0;
	margin-bottom: 3px;
}
.container {
	width: 760px;
	text-align: left;
	margin: 0 auto;
}
.container2 {
	width: 500px;
	text-align: left;
}

div.blog {
	width: 780px;
}
div.blog2 {
	width: 955px;
}


.mainPad {
	padding: 20px;
}

/* top navigation bar */
#top {
	background-color: #0D83DD;
	border-bottom: 4px solid #F3951B;
	text-align: center;
	height: 25px;
}

/* main navigation */
#nav {
	text-align: right;
}
#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: right;
}
#nav ul li {
	float: left;
	text-align: center;
}
#nav a {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	line-height: 25px;
	display: block;
	height: 25px;
	width: 25px;
	padding: 0 10px;
	border-left: 1px solid #0D83DD;
	border-right: 1px solid #0D83DD;
}
#nav li > a {
	width: auto;
	min-width: 25px;
}
#nav a:hover {
	background-image: url(images/nav-bg.gif);
	background-color: #0D83DD;
	color: #000;
	border-left: 1px solid #365800;
	border-right: 1px solid #fff;
}

#nav a.navOn {
	background-image: url(images/nav-bg.gif);
	color: #000;
	border-left: 1px solid #365800;
	border-right: 1px solid #fff;
}


/* subnavigation links */
#sub {
	text-align: center;
	color: #c6c6c6;
	font-size: 16px;
}
#sub a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	padding: 2px 0 0 0;
	display: inline-block;
}
#sub a:hover {
	background-color: #0000ff;
	color: #FFFFFF;
	text-decoration: none;
}
#sub a.subOn:link, #sub a.subOn:active, #sub a.subOn:visited {
	background-color: #69af00;
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px 4px 0 4px;
}
#sub a.subOn:hover {
	color: #FFFFFF;
}

/* text bar */
.bar {
	background-color: #FFFBE1;
	border-top: 2px solid #D6CE95;
	border-bottom: 2px solid #EFEBD5;
	text-align: center;
	margin: 0 0 20px 0;
}

/* breadcrumbs */
#bread {
	font-size: 10px;
	color: #999999;
	margin-bottom: 20px;
}
#bread a {
	font-size: 10px;
	color: #999999;
	text-decoration: underline;
}
#bread a:hover {
	text-decoration: none;
}


/* dashed line */
.dashed {
	background-image: url(..images/dashed.gif);
	width: 100%;
	height: 1px;
	margin: 20px 0;
	clear: both;
}
/* dashed line no top and bottom padding */
.dashed2 {
	background-image: url(..images/dashed.gif);
	width: 100%;
	height: 1px;
	margin: 1px 0;
	clear: both;
}
.dashed3 {
	background-image: url(..images/dashed2.gif);
	width: 100%;
	height: 1px;
	margin: 20px 0;
	clear: both;
}
.dashed3_nopad {
	background-image: url(..images/dashed2.gif);
	width: 100%;
	height: 1px;
	clear: both;
}


/* solid line */
.line {
	background-color: #0D83DD;
	margin: 2px 0;
}

/* white line */
.whiteLine {
	background-color: #88C5F4;
	width: 100%;
	height: 1px;
	margin: 20px 0;
	clear: both;
}


p {
	padding: 0;
	margin: 0 0 12px 0;
}
.clBoth, .clearb {
	clear: both;
}
.fLeft {
	float: left;
	text-align: left;
}
.fRight {
	float: right;
	text-align: left;
}

.imgR {
	float: right;
	padding-left: 20px;
}
.imgL {
	float: left;
	padding-right: 20px;
}

/* our team images */
.teamImg {
	float: left;
	padding-right: 30px;
}


/* headers */
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #000;
	line-height: 26px;
	margin: 0 0 7px 0;
}
h2.img {
	background-image: url(..images/fresh.gif);
	background-repeat: no-repeat;
	background-position: right;
	display: inline;
	padding-right: 35px;
	line-height: 20px;
}
h3.img {
	background-image: url(..images/fresh.gif);
	background-repeat: no-repeat;
	padding-left: 35px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #0D83DD;
	line-height: 24px;
	margin: 0 0 7px 0;
}
h3.arrow {
	background-image: url(..images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 1px;
	padding-left: 28px;
}
h3.arrow a:link, h3.arrow a:visited, h3.arrow a:active {
	color: #000;
}
h3.arrow a:hover {
	background-color: #0D83DD;
	color: #FFF;
}
h3.white {
	color: #FFF;
}
h3.small {
	font-size: 17px;
}
h3.soon {
	font-size: 17px;
	line-height: 7px;
}
.rightCol h3 {
	font-size: 17px;
}
h4 {
	font-size: 13px;
	margin: 0 0 5px 0;
}
h4.arrow {
	background-image: url(..images/arrow.gif);
	background-repeat: no-repeat;
	padding-left: 28px;
}


/* columns */
.leftCol{
	float: left;
	width: 490px;
	padding-right: 30px;
}
.rightCol {
	float: left;
	width: 215px;
	padding-left: 20px;
/*	border-left: 1px solid #DDD;*/
}
.midCol {
	float: left;
	width: 350px;
	padding-right: 30px;
}
.midColTopL {
	vertical-align:	top;
	float: left;
	width: 700px;
	padding-right: 30px;
}
.midColTopR {
	vertical-align:	top;
	float: left;
	width: 240px;
	padding-right: 30px;
}
.triCol {
	float: left;
	width: 223px;
	padding-right: 30px;
}
.triCol2 {
	float: left;
	width: 230px;
	padding-left: 30px;
}
/* highlighted text */
.hl {
	background-color: #FFEAA9;
	color: #000;
	padding: 1px 1px;
}
.hlOrange {
	background-color: #DB6700;
	color: #FFF;
	padding: 1px 2px;
}
.new_hl {
	background-color: #ff8b00;
	color: #fff;
	padding: 0px 4px;
	
}


/* lists */
ul, ol {
	line-height: 20px;
	margin: 0 0 1.2em 35px;
	padding: 0;
}
ul.noPad {
	margin-left: 18px;
}
ul ul, ul ol, ol ol, ol ul {
	margin-bottom: 0;
}

/* check mark list item */
ul.check {
	list-style: none;
	margin-left: 10px;
}
ul.check li {
	background-image: url(..images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 25px;
}
/* side column links */
ul.sLink {
	font-size: 11px;
	list-style: none;
	margin-left: 0;
}
ul.sLink li {
	line-height: 20px;
}
ul.sLink a:link, ul.sLink a:active, ul.sLink a:visited {
	color: #000;
	text-decoration: none;
	display: block;
	border-top: 1px solid #9ECCF3;
	padding: 2px 0;
	width: 100%;
}
ul.sLink a:hover {
	background-color: #E5FFBC;
	text-decoration: none;
}
ul.sLink ul {
	margin-bottom: 0;
	list-style: none;
	margin-left: 20px;
}




/* form messages */
.error {
	font-weight: bold;
	background-color: #FF0000;
	color: #FFF;
	padding: 2px 4px;
	line-height: 20px;
}
.ok {
	font-weight: bold;
	background-color: #00AE00;
	color: #FFF;
	padding: 2px 4px;
	line-height: 20px;
}

/* footer */
#foot {
	font-size: 11px;
	background-color: #0D83DD;
	color: #FFF;
	text-align: center;
	border-top: 4px solid #F3951B;
	padding-top: 10px;
	clear: both;
	margin-top: 30px;
}
#foot a {
	color: #FFF;
	text-decoration: underline;
	padding: 1px 0;
}
#foot a:hover {
	background-color: #FFF;
	color: #3193DD;
}
#footer_bottom {
	background-color: ;
	line-height: 1.6em;
	padding: 20px 0;
}
#footer_bottom .footer_bottom_left {
	float: left;
	width: 130px;	
}
#footer_bottom .footer_bottom_mid {
	float: left;
	width: 300px;
}
#footer_bottom .footer_bottom_right {
	float: right;
	width: 280px;
	text-align: right;
}
#footer_bottom .footer_bottom_right img{
	float: right;
	margin-left: 15px;
}

/* form styles */
form {
	margin: 0;
}
label {
	float: left;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	text-align: right;
	padding-right: 5px;
}
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
}
textarea {
	margin-top: 1px;
}
fieldset {
	background-color: #F0F9FF;
	border: 1px solid #0D83DD;
	border-top: 3px solid #0D83DD;
	display: block;
	position: relative;
	width: 480px;
}
legend {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #000;
	border: 1px solid #0D83DD;
	border-top: 3px solid #0D83DD;
	padding: 5px 10px;
	position: relative;
	top: -13px;
}
.req {
	font-weight: bold;
	color: #FF0000;
}
.errField {
	border: 1px solid #FF0000;
	background-color: #FFF4F4;
}

/* contact form styles */
#contactForm label {
	width: 140px;
}
#contactForm br {
	clear: both;
}
#contactForm input {
	vertical-align:	middle;
}	
#contactForm textarea {
	vertical-align:	top;
}

/* homepage styles */
.photoCol {
	font-size: 11px;
	line-height: 16px;
	width: 135px;
	padding: 0 10px;
	float: left;
}
.quoteCol {
	font-size: 11px;
	float: left;
	width: 223px;
	padding-right: 30px;
}
.quoteCol p, .photoCol p /*, .rightCol p */ {
	margin: 0;
	padding: 0;
}
.quoteName {
	line-height: 15px;
	padding-top: 10px;
}
.photoBox {
	background-color: #F5FBFF;
	border-top: 2px solid #0D83DD;
	border-bottom: 1px solid #0D83DD;
	border-left: 1px solid #BBDDF6;
	border-right: 1px solid #BBDDF6;
	padding-top: 5px;
	clear: both;
}
.photoTitle {
	background-color: #86C620;
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
	line-height: 13px;
	margin-bottom: 10px;
	padding: 2px 0;
}
.photoTitle .team {
	font-size: 11px;
	font-weight: normal;
}

/* pricing page */
.fontPricing {
	font-family: Verdana, Tahoma;
	font-size: 11px;
	line-height: 14px;
}
.fontPricing a:link, .fontPricing a:visited, .fontPricing a:link, .fontPricing a:hover {
	color: #000;
	text-decoration: none;
	width: 100%;
	display: block;
}
.pricingRow {
	background-color: #FFF;
	text-align: center;
}
.borderRight {
	border-right: 2px solid #0D83DD;
}
.borderRight2 {
	text-align: left;
	border-right: 2px solid #0D83DD;
	padding-left: 15px;
}
.pricingLeft {
	text-align: left;
	padding-left: 5px;
	border-right: 2px solid #0D83DD;
}
.tableHead {
	background-color: #EBF3FF;
	padding: 0;
	margin: 0;
	height: 55px;
}
.tableHead2 {
	background-color: #EBF3FF;
	padding: 5px;
	text-align: center;
}
.pricingBox {
	background-color: #FFFBE1;
	border: 1px solid #D6CE95;
	height: 85px;
	padding: 20px;
}
.pricingBoxL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #C06800;
	line-height: 28px;
	width: 473px;
	padding-right: 15px;
}
.pricingBoxR {
	font-size: 11px;
	width: 210px;
	float: right;
	padding-left: 15px;
	border-left: 1px solid #D6CE95;
}
.pricingQ {
	background-color: #D6CE95;
	font-weight: bold;
	color: #000;
	padding: 0 2px;
}

/* coming soon text */
a.soon:link, a.soon:visited, a.soon:active {
	font-size: 9px;
	font-weight: bold;
	padding: 1px;
	background-color: #DB6700;
	color: #FFF;
}
a.soon:hover {
	background-color: #00F;
	color: #FFF;
}

.bigLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
}




/* tags box */
.tags {
	font-size: 11px;
	text-align: right;
}
.tags a:link, .tags a:active, .tags a:visited {
	color: #000;
	text-decoration: underline;
}
.tags a:hover {
	background-color: #00F;
	color: #FFF;
	text-decoration: none;
}
.related {
	background-color: #F0F9FF;
	font-size: 11px;
	border: 0;
	padding: 10px;
}
.related a:link, .related a:active, .related a:visited {
	color: #000;
	text-decoration: underline;
}
.related a:hover {
	background-color: #00F;
	color: #FFF;
	text-decoration: none;
}
.related ul {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;

}


.barG {
	border-top: 3px solid #86C620;
}

/* hack for shifting footer links in IE */
.layout {
	height: 0;
	he\ight: auto;
	zoom: 1;
}


.imp {
/*
	background-image: url(..images/header-imp.gif);
	background-repeat: no-repeat;
	background-position: 0 1px;
*/
	font-size: 17px;
	color: #FFF;
	padding: 1px 0 0 0;
	height: 23px;
	float: left;
}
.imp a:link, .imp a:visited, .imp:active {
	font-size: 17px;
	color: #FFF;
	text-decoration: underline;
}
.imp a:hover {
	color: #0D83DD;
	background-color: #FFF;
	text-decoration: none;
}


.footQuote {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #CFE6F8;
	line-height: 22px;
	float: left;
	width: 350px;
	padding: 0 15px;
}


.pageNews {
	background-color: #F5FBFF;
	font-size: 11px;
	border: 1px solid #BBDDF6;
	padding: 10px;
}
.mediaCol {
}
.mediaCol ul {
	line-height: 22px;
	margin: 0 0 35px 18px;
}
.mediaCol ul li span {
	font-size: 11px;
	color: #0d83dd;
}
.mediaCol a:link, .mediaCol a:visited, .mediaCol a:active {
	color: #000;
	text-decoration: underline;
	padding: 1px 2px 0;
}
.mediaCol a:hover {
	background-color: #0D83DD;
	color: #FFF;
	text-decoration: none;
	border-bottom-color: #0D83DD;
}

a.boxLink:link, a.boxLink:visited, a.boxLink:active {
	background-color: #dcffa4;
	font-size: 12px;
	color: #000;
	border: 1px solid #86c620;
	padding: 10px;
	display: block;
	text-decoration: none;
}
a.boxLink:hover {
	background-color: #b8ed63;
	border: 1px solid #638e0e;
	text-decoration: none;
}
.boxLinkTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
}
a.boxLink.blue:link, a.boxLink.blue:visited, a.boxLink.blue:active {
	background-color: #caeaff;
	color: #000;
	border: 1px solid #0d83dd;
}
a.boxLink.blue:hover {
	background-color: #97d5ff;
}


/* hiring banner in footer */
#footer_hiring {
	margin-bottom: 30px;
}
#footer_hiring a {
	padding: 0;
	margin: 0;
}
#footer_hiring a:hover {
	background-color: transparent;
}


.video {
	background-image: url(..images/blue-fade.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Tahoma;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	line-height: 27px;
	margin-bottom: 35px;
	border: 2px solid #0D83DD;
	padding: 14px 0;
}


/* homepage reasons */
ol.reasons {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	line-height: 16px;
	padding: 0;
	margin: 0;
	padding-left: 22px;
}
ol.reasons li {
	margin-bottom: 10px;
}
ol.reasons li .hl {
	font-weight: bold;
}
.reasons {
	font-size: 11px;
	font-weight: normal;
	color: #666;
}
.reasonsCol {
	font-size: 11px;
	width: 220px;
	float: right;
	margin: 0 0 20px 30px;
}
ul.noList {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.noList li {
	background-image: none;
	line-height: 20px;
	padding: 0 0 0 8px;
}

.blueLine {
	border-bottom: 1px solid #bbddf6;
}

.uses {
	font-family: Verdana, Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #555;
	background-color: #e8f5ff;
	padding: 4px 6px;
	line-height: 15px;
}
.uses span {
	font-family: Verdana, Tahoma;
	font-size: 11px;
	font-weight: normal;
}


.usersRight {
	background-color: #deeffb;
	width: 245px;
	border: 1px solid #acceec;
	float: right;
	padding: 10px;
	margin: 0px 10px 0 0;
	font-size: 11px;
}
.usersLeft {
	float: left;
	width: 465px;
	padding-top: 0px;
}
.homeWhere {
	color: #777;
	text-align: center;
	padding: 3px 0;
	font-size: 10px;
}
.whoUses {
	background-color: #FFF;
	color: #003e6e;
	line-height: normal;
	padding: 3px 10px;
	margin-bottom: 5px;
}
.whoUses .big {
	font-size: 14px;
	font-weight: bold;
}
ul.whoList {
	padding-left: 0px;
	line-height: 14px;
}
ul.whoList li {
	line-height: 15px;
}
.whoMid {
	float:left;
	width:124px;
}

.whoMidR {
	float:right;
	width:50px;
	padding-right: 10px;
}


a.boxTry:link, a.boxTry:visited, a.boxTry:active {
	background-color: #e3ffb6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #00F;
	border: 1px solid #86c620;
	padding: 10px;
	display: block;
	text-decoration: underline;
}
a.boxTry:hover {
	background-color: #c0ed78;
	color: #375300;
	border: 1px solid #638e0e;
	text-decoration: none;
}


/* notice at the top of website */
#notice {
	background-color: #0D83DD;
	padding: 12px;
	color: #FFF;
}
#notice div.container {
	border-bottom: 1px solid #fff;
}
#notice h2 {
	font-size: 20px;
	color: #FFF;
}
#notice p {
	padding: 0;
	margin: 0;
	padding-bottom: 12px;
}


/* rounded boxes */
.r1 {
	height: 1px;
	margin: 0 5px;
	background-color: #bbddf6;
}
.r2 {
	background-color: #f5fbff;
	border: 1px solid #bbddf6;
	border-top: 0;
	border-bottom: 0;
	height: 1px;
	margin: 0 3px;
}
.r3 {
	background-color: #f5fbff;
	height: 1px;
	margin: 0 2px;
	border: 1px solid #bbddf6;
	border-top: 0;
	border-bottom: 0;
}
.r4 {
	background-color: #f5fbff;
	height: 2px;
	margin: 0 1px;
	border: 1px solid #bbddf6;
	border-top: 0;
	border-bottom: 0;
}
.round {
	background-color: #f5fbff;
	border: 1px solid #bbddf6;
	border-top: 0;
	border-bottom: 0;
	padding: 10px 15px;
}


.boxBlue {
	background-color: #e8f6ff;
	border: 1px solid #bbddf6;
	padding: 15px;
}
.boxOrange {
	background-color: #fffbe1;
	border: 1px solid #e0d9a8;
	padding: 15px;
}


/* social media press release */
.globeLeaf {
	float: right;
	margin-left: 20px;
}
.freshThinking {
	margin: 7px 17px 0 0;
}
.iconBulb {
	margin: 0 4px 0 0;
	vertical-align: middle;
}


/* our team page */
.team_members div {
	float: left;
	width: 375px;
	padding: 2px 0;
}
.team {
	border-top: 1px solid #eee;
	margin-top: 20px;
}
.team h3 {
	margin-top: 20px;
}
.team img {
	float: left;
	margin: 20px 20px 0 0;
	
}
.advisors {
	border-top: 1px solid #eee;
	padding-top: 15px;
}

.developers_new {
	background-color: #ea7900;
	font-size: 10px;
	color: #fff;
	padding: 0 1px;
	margin-left: 1px;
}

#notice a {
	color: white;
}


/* home page widget box */
#download_widget {
	background-image: url(..images/download-widget3.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.1em;
	width: 760px;
	height: 72px;
	float: left;
	clear: both;
	margin-bottom: 15px;
}
#download_widget div {
	padding: 12px 0 0 40px;
}

#download_widget a img {
	border: 0;
	margin-bottom: -15px;
}


#box_addons {
	font-size: 11px;
	padding: 10px;
	float: left;
	height: 38px;
	margin-top: 6px;
}
#box_addons h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin: 0;
}

#widget_here {
	background-image: url(..images/widget-is-here.gif);
	width: 760px;
	height: 106px;
	clear: both;
	margin-bottom: 5px;
}
#widget_here div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 44px 0 0 97px;
}
#widget_here span {
	color: #777;
}


#in_the_news {
	width: 245px;
	height: 210px;
	overflow: hidden;
}
#in_the_news a {
}
#in_the_news a:hover {
	background-color: transparent;
}
#in_the_news img {
	width: 245px;
	height: 210px;
	border: 0;
}



.notifyBox {
	background-color: #d9ffb2;
	border: 1px solid #88c331;
	padding: 15px 20px;
}
.notifyBox img {
	float: left;
	margin-right: 15px;
}
.notifyBox h3 {
	font-size: 17px;
	line-height: normal;
	color: #4c8700;
	float: left;
}
.notifyBox p {
	clear: both;
}
.notifyBox.orange {
	background-color: #fffbe1;
	border: 1px solid #e0d9a8;
}
.notifyBox.orange h3 {
	color: #000;
}

