/* CSS Document */

body{
	font-family:Tahoma;
	font-size:13px;
	margin:5px;
	text-align:left;
}

table{
font-family:Tahoma;
font-size:14px;

}
form{margin:0; padding:0;}

#maincontainer{
	width:730px;
	text-align:left;
	font-size:14px;
}
#mainbody{
	width:730px;
	font-size:14px;
	clear:both;
}
#menuholder{
padding-left:10px;
	width:200px;

	height:430px;
	float:left;
}
#mainarea{
	vertical-align:top;
	float:right;
	width:715px;
	/*height:550px;*/
}

#moduleholder{
	/*height:450px;*/
}

#footer{
	clear:both;
	margin-top:10px;
}
#footer .bottommenu{
	height:20px;
	line-height:20px;
	background-color:#006699;
	text-align:center;
	display:block;
}
#footer .footertext{
	text-align:center;
}

div#pathway{
padding-left:10px;
	margin-bottom:4px;
	float:left;
}
div#pathway a:link, div#pathway a:visited{
	color:#000066;
	font-weight:bold;
	text-decoration:none;
}
div#pathway a:hover{
	text-decoration:underline;
	color:#FF6600;
}

div#btn_exit{

	float:right;
}

div#btn_exit a:link, div#btn_exit a:visited{
	color:red;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
} 
div#btn_exit a:hover{
	text-decoration:underline;
}

div#hr{
	border-top:1px solid #B9D1F3; 
	border-bottom:1px solid #B9D1F3;
	width:100%; 
	height:4px;
	line-height:4px;
	margin:1px; 
	clear:both;
}

div#topmenu ul {
	padding-left:0;
	list-style:none;
	line-height:20px;
	height:20px;
	background-color:#DDEAF3;
	clear:both;
	margin:0px;
}

div#topmenu ul li{
	float:left;
	padding-left:2px;
	text-align:center;
	vertical-align:middle;
	margin-right:2px;
	line-height:18px;
	background-image:url(../images/bg_menu.jpg);
}

div#topmenu ul li a:link, div#topmenu ul li a:visited{
	padding-left:5px;
	padding-right:5px;
	text-decoration:none;
	color:#324D9E;
	font-weight:bold;
	font-size:12px;
}

div#topmenu ul li a:hover{
	color:#FFFFFF;
	background-color:#324D9E;
}

div#moduleholder{

}

.menutitle{
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#006898;
}

.menuitems{
	font-size:11px;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}
.menuitems ul{
	margin:1px;
	padding-left:2px;
	background-color:#FFFFFF;
	list-style:none;
	list-style-position:inside;
}

.menuitems ul li{
	white-space:nowrap;
	line-height:18px;
	background:#E7E7E7;
	margin-bottom:2px;
	margin-right:1px;
	padding-right:1px;
	list-style-position:inside;
}

.menuitems ul li a:link, .menuitems ul li a:visited{
	width:90%;
	display:block;
	clear:both;
	padding-left:3px;
	display:list-item;
	list-style-position:inside;
	list-style-image:url(../images/arrow.jpg);
	text-decoration:none;
	color:#006780;	
}
.menuitems ul li a:hover, .menuitems ul li.active a:link, .menuitems ul li.active a:link, .menuitems ul li.active a:visited{
	text-align:right;
	display:list-item;
	list-style:url(../images/arrow_active.jpg);
	font-weight:bold;
	color:#FFFFFF;
	background:#BBBBBB;
}

/* -|- MODULE STYLES -|- */
table#filters .filters_box{
	border:#01669A 1px solid;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:2px;
	padding-right:2px;
}

.fiters{
	margin-bottom:4px;
}

.filters_box{
	font-size:11px;
}
table.list{
	font-size:11px;
}

table.list tr td, table.list tr th{
	font-size:11px;
}
table.list a:link, table.list a:visited{
	text-decoration:none;
	color:#0066CC;
	font-size:11px;
} 
table.list a:hover{
	text-decoration:underline;
}
table.list tr th{
	font-weight:bold;
	color:#006780;
	background-color:#BAD3F1;
}

div.modulecontainer .title, h4{
	margin-bottom:1px;
	font-size:12px;
	font-weight:bold;
	color:#006780;
	background-color:#BAD3F1;
}
h5{
	font-weight:bold;
	margin-bottom:1px;
	margin-top:4px;
	color:#FF9500;
	font-size:11px;
}
div#toolbar{
	width:500px;
	padding:3px;
	vertical-align:middle;
}

div#toolbar ul{
	clear:both;
	padding:0;
	margin:0;
	list-style:none;
	background-color:#DDEAF3;
	height:18px;
}

div#toolbar ul li{
	float:left;
	padding:3px;
	margin-right:4px;
	margin-bottom:4px;
	background-color:#CCCCCC;
	height:14px;
	background-image:url(../images/bg_menu.jpg);
}
div#toolbar ul li a:link, div#toolbar ul li a:visited{
	text-decoration:none;
	color:#324D9E;
	font-weight:bold;
	font-size:11px;
}



















#top {
	background-color: #0D83DD;
	border-bottom: 4px solid #86C620;
	text-align: center;
	height: 25px;
	
}

/* main navigation */
#nav {
	text-align: right;
}
#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: right;
	background-color:#0D83DD;
}
#nav ul li {
	float: left;
	background-image: none;
	text-align: center;
	padding: 0;
	margin: 0;
}
#nav a {
	background-image: none;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	line-height: 25px;
	padding: 6px 10px;
	border-left: 1px solid #0D83DD;
	border-right: 1px solid #0D83DD;
}
#nav a:hover {
	background-color: #009900;
/*	background-image: url(../images/nav-bg.gif);*/
	color: #000;
	line-height: 25px;
	padding: 6px 10px;
	border-left: 1px solid #365800;
	border-right: 1px solid #FFF;
}

#nav a.navOn:link, #nav a.navOn:active, #nav a.navOn:visited {
	background-color: #009900;
/*	background-image: url(../images/nav-bg.gif);*/
	color: #000;
	line-height: 25px;
	padding: 6px 10px;
	border-left: 1px solid #365800;
	border-right: 1px solid #FFF;
}
#nav a.navOn:hover {
	background-image: url(../images/nav-bg.gif);
	color: #000;
	text-decoration: underline;
	line-height: 25px;
	padding: 6px 10px;
	border-left: 1px solid #365800;
	border-right: 1px solid #FFF;
}

/* subnavigation links */
#sub {
	text-align: center;
	margin: 0 0 20px 0;
}
#sub a {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
	padding: 5px 0;
}
#sub a:hover {
	border-bottom: 4px solid #86C620;
	text-decoration: none;
}
#sub a.subOn:link, #sub a.subOn:active, #sub a.subOn:visited {
	border-bottom: 4px solid #86C620;
	text-decoration: none;
}
#sub a.subOn:hover {
	color: #72B319;
	border-bottom: 4px solid #86C620;
	text-decoration: none;
}

/* 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;
}

/* 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 {
	margin-top: 0px;
}
.clBoth {
	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: "Helvetica Neue", Helvetica, Arial, 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: 40px;
}
h3.img {
	background-image: url(../images/fresh.gif);
	background-repeat: no-repeat;
	padding-left: 35px;
}
h3 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #0D83DD;
	line-height: 20px;
	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;
}
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: 209px;
	padding-left: 30px;
	border-left: 1px solid #DDD;
}
.midCol {
	float: left;
	width: 350px;
	padding-right: 30px;
}
.triCol {
	float: left;
	width: 223px;
	padding-right: 30px;
}
.triCol2 {
	float: left;
	width: 230px;
	padding-left: 30px;
}
/* highlighted text */
.hl {
	background-color: #E1F4A8;
	color: #000;
	padding: 1px 1px;
}
.hlOrange {
	background-color: #DB6700;
	color: #FFF;
	padding: 1px 2px;
}


/* lists */
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 13px;
	padding-left: 13px;
}
ul.noPad {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
ul li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 8px;
	padding-left: 15px;
	line-height: 20px;
}
ol li {
	background-image: none;
	padding-left: 0px;
}
/* check mark list item */
.check {
	background-image: url(../images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 25px;
}

/* footer links */
#foot li {
	background-image: url(../images/bullet3.gif);
	background-repeat: no-repeat;
	background-position: 0 8px;
	padding-left: 15px;
}

/* side column links */
.sLink {
	font-size: 11px;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
.sLink li {
	background-image: none;
/*
	background-repeat: no-repeat;
	background-position: 0 12px;
*/
	padding-left: 0px;
	line-height: 20px;
}
.sLink a:link, .sLink a:active, .sLink a:visited {
	color: #000;
	text-decoration: none;
	display: block;
	border-top: 1px solid #9ECCF3;
	padding: 2px 0;
	width: 100%;
}
.sLink a:hover {
	background-color: #E5FFBC;
	text-decoration: none;
}



/* 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 #86C620;
	padding: 10px 0;
	clear: both;
}
#foot a {
	color: #FFF;
	text-decoration: underline;
	padding: 1px 0;
}
#foot a:hover {
	background-color: #FFF;
	color: #3193DD;
}


/* 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: "Helvetica Neue", Helvetica, Arial, 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: "Helvetica Neue", Helvetica, Arial, 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: 15px;
}
.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: "Helvetica Neue", Helvetica, Arial, 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: "Helvetica Neue", Helvetica, Arial, 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;
}

.rightColBlog {
	float: left;
	width: 209px;
	padding-left: 30px;
	border-left: 1px solid #FFF;
}

.pageNews {
	background-color: #F5FBFF;
	font-size: 11px;
	border: 1px solid #BBDDF6;
	padding: 10px;
}
.mediaDate {
	font-size: 11px;
	color: #888;
	width: 100px;
	float: left;
}
.mediaCol {
	font-size: 11px;
	line-height: 22px;
}
.mediaCol a:link, .mediaCol a:visited, .mediaCol a:active {
	color: #000;
	text-decoration: underline;
	padding: 1px 2px;
}
.mediaCol a:hover {
	background-color: #0D83DD;
	color: #FFF;
	text-decoration: none;
}

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: "Helvetica Neue", Helvetica, Arial, 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;
}


.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;
}

.blog {
	width: 780px;
}


/* 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:112px;
}

a.boxTry:link, a.boxTry:visited, a.boxTry:active {
	background-color: #e3ffb6;
	font-family: "Helvetica Neue", Helvetica, Arial, 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 0;
}
