html {
	overflow-y: scroll;
}
body {
	margin:0;
	color:#3d3838;
	font:14px Arial, Helvetica, sans-serif;
	background:#fff url(../images/bg-body.jpg) no-repeat 50% 0;
	min-width:997px;
}
img {border-style:none;}
a {
	color:#6A840B;
}
a:hover {
	text-decoration:none;
	}
hr {
	border: 1px solid #B0D0E6;
}
#content p {
	line-height: 180%;
}

#content li {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
/* wrapper */
#wrapper{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.w1 {
	width: 1120px;
	position: relative;
	float: left;
	left: 50%;
}
.w2 {
	position: relative;
	float: left;
	left: -50%;
	width:1120px;
}
.wrapper-holder {
	background: url(../images/bg-wrapper-holder.png) no-repeat;
	width:998px;
	padding:0 60px;
	margin: 0 auto;
	overflow: hidden;
}
/* header */
#header {
	width:100%;
	overflow:hidden;
	margin:0 0 -58px;
}
.inner #header {margin-bottom:-104px;}
/* logo */
.logo {
	background: url(../images/logo.png) no-repeat;
	width: 291px;
	height: 74px;
	text-indent:-9999px;
	overflow:hidden;
	padding:95px 115px 117px;
	margin:0 0 0 -68px;
	float:left;
}
.logo a {
	display:block;
	position:relative;
	height:100%;
}
#client-login {
	position: absolute;
	top: 10px;
	left: -30px;
	background: url(../images/lock.png) no-repeat left center;
	padding-left: 20px;
	line-height: 16px;
	text-decoration: none;
	font-weight: bold;
}
#header h2 {
	margin:105px 34px 0 0;
	float:right;
	font-size:31px;
	line-height:34px;
	text-align:right;
	color:#00649d;
	display:inline;
	word-spacing:-2px;
}
.cufon-active #header h2 {
	font-size:31px;
	line-height:31px;
}
#header h2 cufon {
	margin:0 !important;
	padding:0 0 4px !important;
	float:left;
}
#header h2 strong,
#header h2 span {
	display:inline-block;
	overflow:hidden;
}
#header h2 span {
	font-size:26px;
	line-height:29px;
}
/* menu-bar */
.menu-bar {
	position:absolute;
	left:120px;
	top:0;
	width:909px;
	font-size:11px;
	line-height:14px;
}
.menu-bar ul {
	list-style:none;
	margin:0;
	padding:35px 0 0;
	float:left;
}
.menu-bar ul a:hover,
.menu-bar ul li.active a {color:#1b79b4;}
.menu-bar ul li {
	float:left;
	margin:0 12px 0 0;
}
.menu-bar .chinese a {
	float:left;
	background: url(../images/ico-chinese.png) no-repeat;
	width: 20px;
	height: 10px;
	padding:0 0 1px;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
}
.menu-bar .chinese a:hover {
	background: url(../images/ico-chinese-hover.png) no-repeat;
	border-bottom:1px solid #1b79b4;
}
.menu-bar .chinese {margin:3px 0 0 4px;}
/* navigation */
#nav {
	float:right;
	padding:0;
	font-weight:bold;
	line-height:11px;
	text-transform:uppercase;
}
#nav li {
	margin:0;
	padding:0 0 3px;
	float:left;
}
#nav li a {
	background: url(../images/bg-nav-li.png) no-repeat;
	height: 60px;
	color:#fff;
	display:table;
	cursor:pointer;
	text-decoration: none;
}
* html #nav a {float:left;}
*+html #nav a {float:left;}
#nav li:hover a,
#nav li.hover a,
#nav li.active a {
	background: url(../images/bg-li-hover.png) no-repeat;
	text-decoration:none;
}
#nav li a.first {background: url(../images/bg-nav-li-first.png) no-repeat;}
#nav li .first span {width:64px;}
#nav li .last {background: url(../images/bg-nav-li-last.png) no-repeat;}
#nav li .last span {width:69px;}
#nav li:hover a.first,
#nav li.hover a.first,
#nav li.active a.first {background: url(../images/bg-li-first-hover.png) no-repeat;}
#nav li:hover a.last,
#nav li.hover a.last,
#nav li.active a.last {background: url(../images/bg-li-last-hover.png) no-repeat;}
#nav li span {
	display:table-cell;
	vertical-align:middle;
	padding:18px 6px 0 14px;
	width:84px;
}
* html #nav li span {display:block;}
*+html #nav li span {display:block;}
/* ie6 bug fix start */
#nav li li { z-index: 2; }
#nav li li li { z-index: 3; }
/* ie6 bug fix end */
#nav li:hover,
#nav li.hover { position:relative; }
#nav li:hover .drop,
#nav li.hover .drop {
	top: 63px;
	left:0;
}
/* drop-down */
#nav .drop {
	position: absolute;
	left: -99999px;
	top: -99999px;
	z-index: 999;
	width: 999px;
}
#nav .drop .drop {
	top: -9999px;
	margin: 0 -15px;
	display: none;
}
#nav .right-side .drop {
	left: auto;
	right: 0;
}
#nav .drop .drop-inner {
	float: left;
	position: relative;
}
#nav .drop .col {
	bottom:87px;
	padding:0 14px 0 10px;
	position:relative;
	display:table;
	margin:0 0 -88px;
}
#nav .drop ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float:none;
}
#nav .drop ul li {
	float: none;
	background: none;
	/* ie bug fix start */
	font-size: 0;  
	line-height: 0;
	/* ie bug fix end */
}
#nav .drop ul li a {
	padding: 0;
	float: none;
	display: block; /* must be block - fix FF2 */
	height: auto;
	background: none;
	color: #fff;
	font: bold 12px/15px Arial, Helvetica, sans-serif;
	text-transform:none;
	padding: 5px 5px;
	border-bottom: 1px solid #586C09;
}
#nav .drop ul li.last a {
	border-bottom: none;
}
#nav .drop ul li:hover > a,
#nav .drop ul li a:hover { 
	color: #D3DFB5 !important;
	}
.pointer { display: none; }
.table { display: table; }
.drop-holder {
	display:inline;
	float:left;
}
#nav .drop .row,
.body { display: table-row; }
.left,
.right {
	width: 4px;
	display: table-cell;
}
.left {background:#6d870b;}
.right {
	background: url(../images/bg-right.png) repeat-y;
	width:8px;
}
.content {
	height: 1%;
	background-color: #6d870b;
	display: table-cell;
	position:relative;
}
.top-left,
.top-right,
.bottom-left,
.bottom-right {
	background: url(../images/bg-top-left.png) no-repeat;
	height: 5px;
	width: 4px;
	font-size: 0;
	display: table-cell;
}
.top-left {height:97px;}
.top-right {
	background: url(../images/bg-top-right.png) no-repeat;
	width:8px;
	height:97px;
}
.bottom-left {
	background: url(../images/bg-bottom-left.png) no-repeat;
	width:4px;
	height:9px;
}
.bottom-right {
	background: url(../images/bg-bottom-right.png) no-repeat;
	width:8px;
	height:9px;
}
.top,
.bottom {
	background: url(../images/bg-top.png) repeat-x;
	height: 97px;
	display: table-cell;
	font-size: 0;
}
.bottom {
	background: url(../images/bg-bottom.png) repeat-x;
	height:9px;
}

/***********************
 3rd level navigation
 ***************************/
 #nav .drop ul li:hover .drop .drop-inner {
	margin-left: 15px;
	padding-left: 20px;
	margin-top: -73px;
}
#nav .drop ul li:hover .drop {
	display: block;
}
/* main */
#main {width:998px;}
/* motivation-block */
.motivation-block {
	background: url(../images/bg-arrows.png) no-repeat;
	width: 990px;
	height: 140px;
}
.motivation-block ul {
	list-style:none;
	margin:0;
	font-size:26px;
	line-height:26px;
	font-weight:bold;
	color:#1075b3;
	letter-spacing:-1px;
	padding:46px 0 0 28px;
	width:962px;
	overflow:hidden;
}
.cufon-active .motivation-block ul {
	font-size:26px;
	line-height:26px;
	font-weight:normal;
}
.motivation-block2 {
	height:126px;
	overflow:hidden;
}
.motivation-block2 ul {
	font-size:18px;
	line-height:18px;
}
.cufon-active .motivation-block2 ul {
	font-size:18px;
	line-height:18px;
}
.motivation-block li {
	float:left;
	width:220px;
	padding:4px 35px 0 60px;
	text-transform:uppercase;
}
.motivation-block2 li {
	float:left;
	width:160px;
	padding:10px 0 21px 64px;
	margin:0;
	text-transform:uppercase;
}
.motivation-block2 li.first {
	padding:10px 0 21px 64px;
	margin-right:91px;
}
.motivation-block2 li.third {padding:9px 0 21px 57px;}
.motivation-block li.first {background: url(../images/ico-first.png) no-repeat;}
.motivation-block li.first.active {background: url(../images/ico-first-active.png) no-repeat;}
.motivation-block li.second {
	background: url(../images/ico-second.png) no-repeat;
	color:#bc1017;
}
.motivation-block li.second.active {background: url(../images/ico-second-active.png) no-repeat;}
.motivation-block2 li.second {
	background: url(../images/ico-second.png) no-repeat;
	padding:10px 0 21px 54px;
	margin-right:103px;
}
.motivation-block li.third {background: url(../images/ico-third.png) no-repeat;}
.motivation-block li.third.active {background: url(../images/ico-third-active.png) no-repeat;}
.motivation-block li cufon {
	float:left;
	margin:0;
}
.motivation-block li .more {
	width:100%;
	overflow:hidden;
	padding:0 0 1px;
}
.motivation-block2 li .more {padding-top:6px;}
.motivation-block li .more a {
	color:#1b79b4;
	padding:0 0 1px;
	text-decoration: none;
	float:left;
}
.motivation-block .more {
	font-size:14px;
	line-height:14px;
	width: 1024px;
}
.motivation-block li .more a:hover {
	text-decoration:none;
	padding-bottom:0;
	border-bottom:1px solid #1b79b4;
}
/* title */
.title {
	width:1024px;
	margin:0 -13px 4px;
	position:relative;
	text-align: center;
	font-size:31px;
	line-height:34px;
	text-transform:uppercase;
	word-spacing:-2px;
	color:#eaf1d3;
	letter-spacing:-1px;
}
.inner .title {
	text-align: left;
}
.cufon-active .title {letter-spacing:0;}
.inner .title {margin-bottom:2px;}
.title h2 {
	margin:0;
	font-size:21px;
	line-height:26px;
	color:#fff;
}
.title strong {
	font-size:48px;
	line-height:51px;
	letter-spacing:-1px;
	word-spacing:0px;
	display:inline-block;
	overflow:hidden;
	margin:0 0 18px;
}
.cufon-active .title strong {
	font-size:48px;
	line-height:51px;
	letter-spacing:1px;
}
.title-holder {
	width:100%;
	float:left;
	position:relative;
	padding: 24px 0 0;
	margin:0 0 -6px;
}
.inner .title-holder {
	width:767px;
	overflow:hidden;
	padding: 10px 200px 14px 0;
}
.title-c {
	background: url(../images/bg-title-c.jpg) repeat-y;
	width: 967px;
	padding:0 29px 0 28px;
}
.title-c:after {
	content:"";
	display:block;
	clear:both;
}
.title-c .text {
	padding:0 6px 0 0;}
.inner .title-c .text {
	padding:0 6px 0 258px;}
.title-c .text cufon {
	float:left;
	margin:0 !important;
}
.title-b {
	background: url(../images/bg-title-b.png) no-repeat;
	width: 1023px;
	height: 14px;
	overflow:hidden;
	margin:0 0 0 1px;
}
.title p {
	margin:0 0 13px;
	display:inline-block;
}
* html .title p {display:inline;}
*+html .title p {display:inline;}
/* gallery */
.title .gallery {
	width:952px;
	overflow:hidden;
	background:#fff;
	border:1px solid #8aa22d;
	padding:21px 0 18px 13px;
}
.title .gallery .holder {
	width:883px;
	overflow:hidden;
	position:relative;
	float:left;
	margin:0 17px 0 0;
}
.title .gallery a.prev,
.title .gallery a.next {
	float:left;
	width:11px;
	height:17px;
	text-indent:-9999px;
	overflow:hidden;
	background: url(../images/bg-control.gif) no-repeat;
	margin:33px 17px 0 0;
}
.title .gallery a.next {
	background-position:0 -21px;
	margin-right:0;
}
.title .gallery ul {
	list-style:none;
	margin:0;
	padding:0;
	width:99999px;
	overflow:hidden;
}
.title .gallery ul li {
	float:left;
	/*background: url(../images/bg-gallery-li.jpg) no-repeat 100% 0;*/
	padding: 4px;
	margin-right: 2px;
	margin-left: 2px;
	border: 2px solid;
	text-align: center;
}
.title .gallery ul img {vertical-align:top;}
/* home text */
#home-text {
	padding: 0px 30px;
}
/* boxes */
.boxes {
	background: url(../images/bg-boxes-c.gif) repeat-y 7px 0;
	width: 980px;
	margin:0 0 0 7px;
}
.boxes-t {
	background: url(../images/bg-boxes-t.gif) no-repeat 7px 0;
	width: 980px;
}
.boxes-b {
	background: url(../images/bg-boxes-b.gif) no-repeat 7px 100%;
	width: 965px;
	padding:11px 17px 20px 8px;
	overflow:hidden;
}
.boxes .holder {width:984px;}
.boxes .holder:after {
	content:"";
	display:block;
	clear:both;
}
.boxes .box {
	width:298px;
	margin:0 20px 0 0;
	float:left;
	padding:0 10px 0 0;
	display:inline;
}
.boxes .heading {
	background: url(../images/bg-boxes-heading1.png) no-repeat;
	width: 303px;
	height: 34px;
	margin:0 -18px 1px -8px;
	position:relative;
	padding:12px 0 0 21px;
}
.boxes .heading2 {background: url(../images/bg-boxes-heading2.png) no-repeat;}
.boxes .heading3 {background: url(../images/bg-boxes-heading3.png) no-repeat;}
.boxes .heading h3 {
	margin:0;
	font-size:16px;
	line-height:19px;
	color:#fff;
	text-transform:uppercase;
	width:100%;
	overflow:hidden;
}
.boxes .heading h3 cufon {
	float:left;
	margin:0 !important;
}
.boxes .frame {
	width:100%;
	overflow:hidden;
	position:relative;
}
.boxes .visual {
	float:left;
	margin:0 -19px 0 0;
}
* html .boxes .visual {margin-right:-22px;}
.boxes .visual img {display:block;}
.boxes p {margin:0 0 10px;}
.boxes .text {
	height:1%;
	overflow:hidden;
	position:relative;
	font-size:11px;
	line-height:13px;
	padding:8px 0 30px;
}
.boxes .more {
	position:absolute;
	right:3px;
	bottom:12px;
	background: url(../images/more-button.png) top center no-repeat;
	color:#fff;
	font-size:11px;
	padding: 7px 22px 12px 22px;
	text-decoration: none;
	font-weight: bold;
}
.boxes .more:hover {
	color: #BFE0F1;
}
/* main-holder */
.main-holder {
	height:1%;
	overflow:hidden;
	padding:0 46px 22px 23px;
	position:relative;
}
/* breadcrumbs */
.breadcrumbs {
	list-style:none;
	margin:0 0 12px;
	padding:0;
	width:100%;
	overflow:hidden;
	line-height:15px;
	font-size: 0.8em;
	padding-bottom: 10px;
}
.breadcrumbs li {
	float:left;
	background: url(../images/separator2.gif) no-repeat 0 2px;
	padding:0 7px 0 6px;
	margin:0 0 0 -4px;
	color:#6a840b;
}
.breadcrumbs li a {color:#3d3838; text-decoration: none;}
.breadcrumbs li a:hover {
	color:#07649d;
}
#content .breadcrumbs li {
	padding-top: 0;
	padding-bottom: 0;
}


/* content */
#content {
	width:680px;
	float:right;
	line-height:14px;
	padding:7px 0 0;
	min-height: 325px; 
	height:auto;
	}
/* for Internet Explorer */
	/*\*/
* html #content {
	height: 325px;
	}
#content h1,
#content h2,
#content h3,
#content h4 { 
	font-family: 'Ubuntu', arial, serif; 
	font-weight: normal;
	}
#content h1 {
	font-size: 21px;
	line-height:24px;
	color: #0f66a1;
}
#content h2 {
	font-size: 19px;
	line-height:21px;
	color: #6D870B;
}
#content h3 {
	margin: 0px;
	font-size: 17px;
	line-height:19px;
	color: #997500;
}
#content h4 {
	font-size: 15px;
	line-height:17px;
	color: #3D91C6;
}
.title-holder h2 {
	font-family: 'Ubuntu', arial, serif; 
	font-weight: bold;
}
#content .alignright {
	float:left;
	margin:0 16px 0 -1px;
	padding:2px 0 0;
}
#content .text {
	height:1%;
	margin:0 0 14px;
}
#content .text:after {
	content:"";
	display:block;
	clear:both;
}
/* sidebar */
#sidebar {
	width:214px;
	float:left;
}
#sidebar ul {
	list-style:none;
	margin:0;
	padding:0;
	line-height:15px;
	font-weight:bold;
}
#sidebar ul ul {
	padding-left: 15px;
}
#sidebar ul li {

	}
#sidebar ul li.active {
	background:#6d870b;

}
#sidebar ul li.active a {
	color:#fff;
	text-decoration:none;
}
#sidebar ul a {
	display: block;
	padding: 6px 10px;
	border-bottom: 1px solid #9CCEE9;
	color:#0669A1;
	text-decoration:none;
}
#sidebar ul a:hover {
	text-decoration:none;
	color: #6d870b;
	}
#sidebar .button {
	display:block;
	width: 217px;
	overflow:hidden;
	text-align:center;
	color:#fff;
	font-size:11px;
	line-height:15px;
	font-weight:bold;
	text-transform:uppercase;
	margin:20px 0 0 -3px;
	cursor:pointer;
	text-decoration: none;
}
#sidebar .button:hover {
	color: #C1E0F2;
}
#sidebar .button em {
	display:block;
	font-style:normal;
	background: url(../images/bg-btn-t.png) no-repeat;
	width: 207px;
	padding:6px 5px 3px;
}
#sidebar .button strong {
	display:block;
	font-size:14px;
	line-height:17px;
	padding:2px 0 0;
}
#sidebar .button span {
	display:block;
	background: url(../images/bg-btn-b.png) no-repeat;
	width: 217px;
	height: 13px;
	overflow:hidden;
}
/* footer */
#footer {
	width:100%;
	overflow:hidden;
	text-align:center;
	line-height:15px;
	padding:0 0 10px;
	margin:-1px 0 0;
}
#footer ul {
	list-style:none;
	margin:0 0 9px;
	padding:0;
	height:1%;
	overflow:hidden;
}
#footer ul li {
	display:inline-block;
	background: url(../images/separator.gif) no-repeat 0 2px;
	padding:0 4px 0 8px;
	vertical-align:top;
}
#footer ul li:first-child {background:none;}
* html #footer ul li {
	display:inline;
	padding:0 7px 0 8px;
}
*+html #footer ul li {
	display:inline;
	padding:0 7px 0 8px;
}
#footer p {margin:0;}
#footer ul a {color:#363a40;}
#footer a {color:#2a5790;}
/* social */
#footer .social {
	margin-bottom:7px;
	padding:0 0 0 6px;
}
#footer .social li {
	background:none;
	padding:0 2px;
}
* html #footer .social li {padding:0 4px 0 3px;}
*+html #footer .social li {padding:0 4px 0 3px;}
#footer .social li a {
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	width:23px;
	height:24px;
	background: url(../images/bg-social.gif) no-repeat;
}
#footer .social li .facebook {background-position:0 0;}
#footer .social li .rss {background-position:-30px 0;}
#footer .social li .twitter {background-position:-60px 0;}
#footer .social li .linkedin {background-position:-90px 0;}
#footer .copy {
	font-size:10px;
	line-height:13px;
}

/*********************************
 CUSTOM
 *********************************/
#find-out-more-form {
	display: none;
}
thead {
	background-color: #3D91C6;
}
td h4 {
	margin: 0px;
	padding: 0px;
	color: #fff !important;
	font-size: 13px !important;
	white-space: nowrap !important;
}
.table-border {
	margin-top: 4px;
	margin-bottom: 4px;
}
.table-border td {
	border-bottom: 1px solid #C2E2F1;
}
.table-border small {
	display: none;
	font-weight: normal;
}
/*
label {
	display: block;
}
*/
#find-out-more-form {
	padding-top: 75px;
}
#find-out-more-form #main-call {
	text-align: center;
	font-size: 18px;
	color: #6D870B;
}
#find-out-more-form #call-text {
	text-align: center;
}
#find-out-more-form #call-text strong {
	font-size: 1.2em;
	color: #0F66A1;
}
#find-out-more-form #call-text p {
	font-size: 1em;
	color: #0F66A1;
}
#find-out-more-form small {
	color: #666;
	display: block;
	padding-top: 10px;
}
#find-out-more-form input {
	font-weight: normal;
}
.hover-pointer {
	cursor: pointer;
}

.box-list {
	margin: 0px;
	padding: 0px;
	list-style: none;
	clear: both;
}
.box-list li {
	display: block;
	width: 305px;
	border: 1px solid #D1E9F5;
	text-align: center;
	padding: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
	height: 220px;
	font-size: 12px;
	line-height: 14px !important;
}
.box-list li p {
	line-height: inherit !important;
}



/******************************
  Testimonial Rotator
  *****************************/
#testimonials {
	color: #000;
	font-size: 12px;
}
#testimonials .testimonial {
	display: none;
}

.testimonial-listing {
	padding-top: 4px;
	background-image: url('http://content.stockpr.com/equisolve2/files/images/quote.png');
	background-repeat: no-repeat;
	background-position: left top;
}
.testimonial-listing p {
	margin: 0;
}
.testimonial-listing hr {
	margin-bottom: 20px;
}
.attribution {
	background-image: url('http://content.stockpr.com/equisolve2/files/images/quote2.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 52px;
}
