

/* Body */

body {
	background: #f6f6f6 url('img/body.png') left 62px repeat-x;
	color: #858585;
}


/* Typography */

body {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
a {
	border-bottom: 1px solid #2c459f;
	color: #2c459f;
	text-decoration: none;
}
p,
ul,
ol,
dl {
	margin: 0 0 18px 0;
}
p.button {
	font-size: 9px;
	text-transform: uppercase;
}
p.button a {
	background: url('img/button.png') top repeat-x;
	color: #fff;
	display: block;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
p.button a:hover {
	border-bottom: none;
}
h2 {
	background: #a1cc59 url('img/title.png') left top repeat-y;
	color: #fff;
	display: block;
	font-size: 18px;
	margin: 0 0 9px -12px;
	padding: 4px 0 4px 14px;
	text-transform: uppercase;
	width: 300px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
h3 {
	border-bottom: 1px solid #e5e5e5;
	color: #5f9605;
	font-size: 19px;
	margin: 10px 0 10px 0;
	padding: 0 0 5px 0;
	text-transform: uppercase;
}
h4 {
	color: #5f9605;
	font-size: 12px;
	margin: 0 0 0 0;
	text-transform: uppercase;
}
div#footer h3 {
	border-bottom: none;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
div#container div.content ul li {
	background: url('img/ul.png') left 6px no-repeat;
	margin: 0 0 0 3px;
	padding: 0 0 0 10px;
}
div#container div.content ol li {
	list-style-type: decimal;
	margin: 0 0 0 18px;
}
dl {
	margin: 0 0 5px 0;
}
dl dt {
	font-weight: bold;
}


/* Misc. */

.clear {
	clear: both;
}


/* Wrappers */

div#outside {
	background: url('img/footer2.png') bottom repeat-x;
 	border-bottom: 5px solid #5c9503;
}
div#wrapper {
	background: url('img/left.png') left top no-repeat;
	width: 1096px;
	margin: 0 auto;
}
div#page {
	background: url('img/right.png') right top no-repeat;
	width: 1096px;
}


/* Header */

div#header {
	float: left;
	margin: 0 0 0 16px;
}
h1#site-title a {
	background: url('img/logo.png') left top no-repeat;
	display: block;
	height: 62px;
	text-indent: -999em;
	width: 282px;
}


/* Navigation */

div#nav {
	background: url('img/nav.png') top repeat-x;	
	float: right;
	margin: 11px 24px 0 0;
	position: relative;
	text-transform: uppercase;
	z-index: 100;
}
div#nav div.wrap {
	background: url('img/nav-left.png') left top no-repeat;
	height: 38px;
	width: 690px;
}
div#nav a {
	border-bottom: none;
	color: #fff;
	display: block;
	padding: 5px 5px;
}


div#nav a:hover,
div#nav li:hover a,
div#nav li.current a {
	background: #a1cd59;
	border: 1px solid #fff;
	margin: -1px -1px 0 -1px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}


div#nav ul {
	background: url('img/nav-right.png') right top no-repeat;
	display: block;
	float: left;
	margin: 0 0 0 15px;
	padding: 5px 0 0 0;
	width: 675px;
}
div#nav li {
	display: block;
	float: left;
	margin: 0 3px 0 0;
	padding: 0 0 7px 0;
	position: relative;
}
div#nav ul ul {
	background: url('img/dropdown.png') left top repeat;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	display: none;
	left: 0;
	margin: 0;
	top: 33px;
	padding: 5px 0 10px 0;
	position: absolute;
	width: 230px;
	z-index: 200;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
div#nav ul li:hover ul,
div#nav ul li.hover ul {
	display: block;
}
div#nav ul ul li {
	clear: both;
	line-height: 14px;
	margin: 0 0 0 7px;
	padding: 0;
}
div#nav ul ul a {
	width: 205px;
}
div#nav ul li:hover ul a,
div#nav ul li.hover ul a {
	background: none;
	border: none;
}

div#nav ul li:hover ul a:hover,
div#nav ul li.hover ul a:hover {
	background: #9dadcd;
	border: 1px solid #fff;
	margin: -2px 0 -1px -2px;
}




/* Container */

div#container {
	clear: both;
	margin: 0 auto 0 auto;
	padding: 23px 0 0 0;
	width: 960px;
}
div#container div.wrap {
	background: #f6f6f6;
	display: block;
	padding: 9px 0 0 0;
	position: relative;
	z-index: 10;
	min-height:400px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 20px #ccc;
	-moz-box-shadow: 0px 0px 20px #ccc;
	box-shadow: 0px 0px 20px #ccc;
}
div#container img {
	background: #fff;
	border: 1px solid #ccc;
	padding: 4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 2px 5px 3px #ccc;
	-moz-box-shadow: 2px 5px 3px #ccc;
	box-shadow: 2px 5px 3px #ccc;
}
div#container div.upper img {
	border: none;
	padding: 0;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
div#container div.content {
	float: left;
	font-size: 12px;
	margin: 0 0 25px 12px;
	width: 690px;
}
div#container div.content p {
	margin-bottom: 12px;
}


/* Sidebar */

div.aside {
	color: #7e7e7e;
	float: right;
	font-size: 11px;
	margin: 3px 0 25px 0;
	width: 227px;
}
div.aside a {
	border-bottom: none;
	color: #7e7e7e;
	text-decoration: none;
}
div.aside a:hover {
	border-bottom: 1px solid #7e7e7e;
}
div.aside h3 {
	background: #a0cb58 url('img/aside.png') bottom repeat-x;
	color: #fff;
	font-size: 12px;
	margin: 0;
	padding: 0;
	position: relative;
	top: -5px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
}
div.aside h3 span {
	display: block;
	padding: 10px 0 10px 50px;
}
div.aside span.title-wrap {
	display: block;
	padding: 0;
	background: none;
}
div.aside h3 a {
	border-bottom: none;
	color: #fff;
}
div.aside h3 a:hover {
	border-bottom: 1px solid #fff;
}
div.aside li.widget {
	background: #eee;
	clear: both;
	margin: 0 0 12px 0;
	padding: 0 0 16px 0;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
div.aside li.widget div.text {
	clear: both;
	margin: 15px;
}
div.aside li.widget div.text h4 {
	color: #858585;
	font-size: 1.0em;
	text-transform: none;
	margin-bottom: 0;
}
div.aside li.widget div.text p {
	margin-bottom: 2px;
}
div.aside li.widget div.text a {
	border-bottom: 1px solid #2c459f;
	color: #2c459f;
	text-decoration: none;
}
div.aside dl {
	float: left;
	width: 100%;
}
div.aside dl dt {
	clear: both;
	display: block;
	float: left;
	margin-bottom: 2px;
	width: 55px;
}
div.aside dl dd {
	display: block;
	float: left;
	margin-bottom: 2px;
	width: 130px;
}
div.aside li.widget ul {
	margin: 15px 0 0 12px;
}
div.aside li.widget ul li {
	background: url('img/icon-pdf.gif') left 3px no-repeat;
	padding: 2px 0 2px 19px;
}
li#onlinevideos ul li,
li#related-links ul li 
{
	background:none;
	padding:2px 0 2px 2px;
}
li#testimonials h3 span {
	background: url('img/icon-testimonials.png') 8px 4px no-repeat;
}
li#related-links h3 span {
	background: url('img/icon-related-links.png') 8px 4px no-repeat;
}
li#case-studies h3 span {
	background: url('img/icon-case-studies.png') 8px 4px no-repeat;
}
li#questions h3 span {
	background: url('img/icon-questions.png') 5px 4px no-repeat;
}
li#onlinevideos h3 span {
	background: url('img/icon-videos.png') 8px 2px no-repeat;
}
li#whitepapers h3 span {
	background: url('img/icon-papers.png') 10px 3px no-repeat;
}
li#brochures h3 span {
	background: url('img/icon-brochures.png') 12px 3px no-repeat;
}
li#questions h3 a span
{
	padding:0;
	display:inline;
	background:none;
}

li#search, 
li#questions {
	background: none;
	margin: 0 0 14px 0;
	padding: 0;
}

li#search button {
	background: url('img/search.png') left top no-repeat;
	border: none;
	display: block;
	height: 29px;
	text-indent: -999em;
	width: 29px;
}
li#search button:hover {
	cursor: pointer;
}
li#search input {
	background: url('img/searchbg.png') left top no-repeat;
	border: none;
	color: #858585;
	float: left;
	font-size: 11px;
	height: 15px;
	margin: 0;
	padding: 7px 5px;
	width: 174px;
}


/* Home Page */

body.home div#container div.wrap {
	background: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
body.home div#container div.aside img {
	background: none;
	border: none;
	clear: right;
	float: right;
	margin: 0 0 9px 0;
	padding: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
li#quotation {
	font:  italic 1.8em/1.3em Georgia;		
	padding:0.8em 0 0 0.8em;
	display: block;
/* 	height: 238px; */
	margin: 0 0 20px 0;	
	width: 203px;
	color:#FFFFFF;
}
li#quotation .job-title 
{
	font: italic 0.6em/1.1em Helvetica, Verdana;		
}


body.home div#container div.aside {
	margin-top: -5px;
	margin-right: -10px;
}
body.home div#container div.upper {
	height: 405px;
	margin-left: -12px;
	margin-bottom: 20px;
	position: relative;
}
body.home div#container div.upper a {
	border: none;
	padding: 0;
}
div#slides {
	position: relative;
	z-index: 10;
}
div#slides div.slide {
	height: 405px;
	position: relative;
}
div#slides div.slide div.slidecopy {
	color: #fff;
	position: absolute;
	left: 23px;
	text-shadow: #6374AB 20px -12px 2px;
/* 	top: 15px; */
	top: 14px;
	width: 450px;
}
div.slidecopy h3 {
	border: none;
	color: #fff;
	font-size: 2.5em;
	margin-bottom: -15px;
	text-transform: none;
}
div.slidecopy p {
	font-size: 1.45em;
}
div.slide p.learnmore {
	position: absolute;
	right: 20px;
	bottom: 0;
}
p.learnmore a {
	display: block;
	background: url('img/learnmore.png') left top no-repeat;
	width: 102px;
	height: 33px;
	text-indent: -999em;
}
div#pager {
	bottom: 20px;
	color: #fff;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	left: 20px;
	position: absolute;
	z-index: 9999;
}
body.home div#container div.content div.upper div#pager a {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	color: #fff;
	display: block;
	float: left;
	padding: 3px 7px;
}
body.home div#container div.content div.upper div#pager a.last {
	border-right: 1px solid #fff;
}
body.home div#container div.content div.upper div#pager a:hover,
body.home div#container div.content div.upper div#pager a.activeSlide {
	background: #7acbde;
}
body.home div#container .title {
	font-size: 24px;
	margin-left: 0;
	margin-bottom: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
}
body.home div#container div.main {
	background: #eee url('img/homecontent.png') top repeat-x;
	border: 1px solid #ebebeb;
	margin-left: -12px;
	padding: 8px 0 0 0;
	width: 495px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
body div#container div.content ul.posts li {
	background: none;
	list-style-type: none;
	padding: 0;
}
body div.entry {
	float: left;
	margin: 0 0 0 11px;
	clear:both;
}
body.home div.entry {
	width: 380px;
}
body.page div.entry {	
	width: 575px;	
}
body div.entry a {
	border: none;
}
body div.entry h3 {
	color: #242172;
	font-size: 16px;
	margin: 0 0 12px 0;
	padding: 0;
	text-transform: none;
}
body div.thumb {
	background: #fff;
	border: 1px solid #e5e5e5;	
	float: left;
	margin: 35px 0 0 11px;
	padding: 4px 4px 0 4px;
	width: 62px;
}

div#container ul.posts .thumb {	
	width: auto;
	margin: 0 11px 5px 0;
}

 div#container ul.posts img {
	padding: 0;
	border: none;
	margin: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
div.thumb a {
	border: none;
}


/* Contact Pages */

body.contact div#container div.content {
	width: 715px;
}
body.contact div#container div.content div.main {
	background: #e7e7e7 url('img/contact.png') top repeat-x;
	border: 1px solid #e0e0e0;
	float: left;
	margin-bottom: 270px;
	margin-right: 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 550px;
	height: 307px;
}
body.contact div#container div.content div.lower {
	float: left;
	width: auto;
}
body.contact div#container div.content div.lower img {
	border: none;
	margin: none;
	padding: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
div.content input.inputField,
div#form input {
	background: url('img/contact-input.png') left top no-repeat;
	border: none;
	font-size: 12px;
	height: 15px;
	padding: 10px 5px;
}
div.content .button,
div.content button {
	background: url('img/contact-button.png') left top no-repeat;
	display: block;
	border: none;
	margin-top: -30px;
	text-indent: -999em;
	width: 55px;
	height: 25px;
	clear: both;
	margin-right: 15px;
	float: right;
}
div.content button:hover {
	cursor: pointer;
}
div.content #form {
	margin: 15px 0;
}
form div.column {
	float: left;
	width: 270px;
}
div.content #form label {
	font-weight: bold;
}
div.content #form label,
div.content input.inputField,
div#form input,
div.content textarea {
	color: #414141;
	display: block;
	margin-left: 14px;
	width: 245px;
}
div#form input {
	margin-bottom: 8px;
}
form div#form input {
	margin-left: 0;
}
body.contact div#form input {
	margin-left: 14px;
}
div.content textarea {
	background: url('img/contact-textarea.png') left top no-repeat;
	border: none;
	font-size: 12px;
	height: 201px;
	padding: 10px 5px;
	width: 246px;
}
#form input.inputField {
	margin-bottom: 8px;
}
div.error {
	color: #d86565;
	clear: both;
	float: left;
	font-weight: bold;
	margin-left: 15px;
	padding-top: 10px;
}
div.content div.error p {
	margin: 0;
}
body.contact div#container div.aside li.widget div.text {
	margin-bottom: 0;
}


/* Footer */

div#footer {
	clear: both;
}
div#footer div.wrap {
	display: block;
	padding: 0 0 40px 0;
	position: relative;
}
div#footer div.upper {
	border: 1px solid #f6f6f6;
	margin: 15px auto 50px auto;
	width: 960px;
}
ul#awards {
	float: right;
	margin: 0 0 0 0;
}
ul#awards li {
	float: left;
	margin: 0 0 0 10px;
}
body ul#awards a {
	border-bottom: 0;
}
div#footer div.content {
	bottom: -5px;
	color: #fff;
	font-size: 9px;
	left: 0;
	position: absolute;
	text-transform: uppercase;
	width: 100%;
}
div#footer div.content p {
	border-right: 1px solid #fff;
	float: left;
	line-height: 8px;
	margin: 5px 4px 0 0;
	padding: 0 4px 0 0;
	text-align: right;
	width: 600px; /* Determines the centeredness of the bottom footer line */
}
div#footer div.content ul {
	float: left;
	margin: 0;
}
div#footer div.content a {
	border-bottom: none;
	color: #fff;
	text-decoration: none;
}
div#footer div.lower {
	background: url('img/footerbg.png') center top no-repeat;
	clear: both;
	font-size: 10px;
	line-height: 18px;
	margin: 0 auto;
	width: 970px;
}
div#footer div.lower a {
	border-bottom: 1px solid #2c459f;
	color: #2c459f;
	text-decoration: none;
}
div#footer div.lower p.button {
	margin: 5px 0 0 0;
}
div#footer div.lower p.button a {
	color: #fff;
}
div#footer div.lower p.button a:hover {
	border-bottom: none;
}
div#footer div.lower a:hover {
	border-bottom: 1px solid #858585;
}
div#footer div.lower ul {
	margin: 0 0 0 15px;
	padding: 10px 0 0 0;
}
div#footer div.lower li.widget {
	background: url('img/divider.png') right top no-repeat;
	float: left;
	margin: 0 10px 0 0;
	width: 185px;
}
div#footer div.lower li#meetus {
	width: 156px;
}
div#footer div.lower li#subscribe {
	background: none;
}
div#footer div.lower p {
	margin: 0;
}
div#footer div.lower ul#social {
	margin: 0;
	padding: 0;
}
div#footer div.lower ul#social li {
	float: left;
	margin: 4px 15px 0 0;
}
div#footer div.lower ul#social li a {
	border-bottom: none;
	display: block;
	height: 21px;
	text-indent: -999em;
	width: 76px;
}
div#footer div.lower ul#social a:hover {
	border: none;
}
li#twitter a {
	background: url('img/social-twitter.png') left top no-repeat;
}
li#blogger a {
	background: url('img/social-blogger.png') left top no-repeat;
}
li#linkedin a {
	background: url('img/social-linkedin.png') left top no-repeat;
}
li#facebook a {
	background: url('img/social-facebook.png') left top no-repeat;
}
li#youtube a {
	background: url('img/social-youtube.png') left top no-repeat;
}

div#footer div.lower p.button a {
	border-bottom: none
}


/* single news page */
.sf_singleNews a
{
	border:0;
}


