/******************************
General element styles
******************************/
* {
	margin: 0;
	padding: 0;
}
html,body {
	height: 100%;
}
body {
	font: normal 12px/18px "Lucida Sans Unicode","Lucida Grande",Arial,Helvetica,Verdana,sans-serif;
	position: relative;
	background: url('../images/bg-top.png') top repeat-x;
}
h1, h2, h3, h4 {
	font-family: "Lucida Sans Unicode","Lucida Grande",Arial,Helvetica,Verdana,sans-serif;
	font-size: 18px;
	color: #534741;
	margin: 0 0 20px;
	font-weight: normal;
}
h2, h3, h4 {
	margin: 0 0 8px;
}
h4 {
	font-size: 12px;
}
ol {
	margin: 0 0 10px 18px;
}
ul {
	margin: 0 0 10px 16px;
}
input,select,textarea,button {
	font: normal 11px/15px "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	color: #534741;
}
a {
	color: #f2782a;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 8px;
}
p.last {
	margin: 0 0 16px;
}
img {
	border: none;
}
button {
	cursor: pointer;
}
fieldset {
	border: 0;
}
.img_left {
	float: left;
	margin: 0 1em 1em 0;
}
.img_right {
	float: right;
	margin: 0 0 1em 1em;
}
.left {
	float: left;
}
.right {
	float: right;
}
.hidden {
	display: none;
}
.radio,
.checkbox {
	vertical-align: middle;
	margin: 0 2px 0 0;
}

.buttons {
	text-align: center;
}

.button,
.button:link,
.button:visited {
	background: #f1782a; 
	border-top: 1px solid rgba(255,255,255,0.25);
	border-right: 1px solid rgba(0,0,0,0.15);
	border-bottom: 1px solid rgba(0,0,0,0.15);
	border-left: 1px solid rgba(255,255,255,0.25);
	color: #fff; 
	cursor: pointer;
	display: inline-block; 
	font: normal 13px "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif !important;
	margin: 0;
	padding: 0 10px 2px 10px !important; 
	position: relative;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0,0,0,0.25);
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px; 
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}
.button:link,
.button:visited {
	height: 19px;
	line-height: 19px;
	padding: 1px 10px !important; 
}
.button:hover,
.button:active {
	background-color: #e05123;
	color: #fff;
	text-decoration: none;
}
.button:active {
	top: 1px;
}

.button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input.button {
	height: 22px;
	vertical-align: top;
}

.button_sm,
.button_sm:link,
.button_sm:visited {
	font-size: 12px !important;
}
input.button_sm {
	height: 21px;
}

/******************************
Toggles
******************************/ 
.toggle_trigger {
	background: transparent url("/images/icon-sprite.png") no-repeat 100% -395px;
	padding: 0 15px 0 0;
	text-transform: uppercase;
}
.toggle_trigger_open {
	background-position: 100% -445px;
}
/******************************
Wrap
******************************/ 
#wrap {
	position: relative;
	overflow: hidden;
	width: 1000px;
	height: 100%;
	height: auto !important;
	min-height: 100%;
	margin: 0 auto;
	font-size: 12px;
	color: #333333;
	zoom: 1;
}
/******************************
Header
******************************/ 
#header {
	position: relative;
	overflow: hidden;
	height: 44px;
	padding: 0 16px;
}
/******************************
Logo
******************************/
#header .logo {
	float: left;
	width: 182px;
	height: 29px;
	margin: 8px 0 0;
	background: url('/images/header/logo.png') top left no-repeat;
}
#header .logo a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -1000em;
}
/******************************
Nav
******************************/ 
#header .nav {
	float: right;
}
#header .nav ul {
	overflow: hidden;
	list-style: none;
	margin: 0;
}
#header .nav ul li {
	float: left;
	height: 43px;
}
#header .nav ul li a {
	display: block;
	line-height: 54px;
	padding: 0 7px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	text-transform: lowercase;
}
#header .nav ul li a:hover {
}
/******************************
Footer
******************************/ 
#footer {
	position: relative;
	overflow: hidden;
	margin: 0 0 24px;
}
/******************************
Links/Copyright
******************************/
#footer .links-copy {
	float: left;
	color: #fff;
}
#footer .links-copy ul {
	overflow: hidden;
	list-style: none;
	margin: 0 0 12px;
}
#footer .links-copy ul li {
	float: left;
	margin: 0 8px 0 0;
}
#footer .links-copy ul li a {
	color: #fff;
	text-decoration: underline;
}
/******************************
Addthis/Login Form
******************************/
#footer .addthis-login {
	float: right;
}
/******************************
Addthis
******************************/ 
#footer .addthis-login .addthis {
	margin: 0 0 12px;
	text-align: right;
}
/******************************
Login
******************************/ 
#form-login {
	float: right;
	height: 23px;
}
#form-login .form_row {
	display: block;
	float: left;
	padding: 0 0 0 12px;
	position: relative;
	width: 158px;
}
#form-login .form_row_button {
	width: 92px;
}
#form-login .form_row_button .button {
	width: 91px;
}
#form-login label.pre_pop {
	color: #777;
	cursor: pointer;
	display: block;
	font-size: 11px;
	height: 15px;
	line-height: 15px;
	margin: 0;
	padding: 4px 0 4px 6px;
	position: absolute;
	width: 158px;
	z-index: 3;
}
#form-login input.pre_pop {
	background: #c1c1c1;
	border: 1px solid #999;
	color: #000;
	display: block;
	font-size: 11px;
	height: 15px;
	line-height: 15px;
	margin: 0;
	padding: 3px 4px;
	position: relative;
	width: 154px;
	z-index: 2;
}
#form-login label.focus { opacity: 0.35; }
#form-login label.has-text { opacity: 0.0; }


/* begin overlay elements */

.overlay_wrapper {
	background: url("/images/overlay/bg.png") repeat 0 0;
	display: none;
	width: 560px;
	z-index: 10001;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.overlay_wrapper .close {
	background: transparent url("/images/overlay/close.png") no-repeat 0 0;
	cursor: pointer;
	height: 26px;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 31px;
}
.overlay_content {
	color: #fff;
	overflow: hidden;
	padding: 60px;
	text-align: left;
	width: 440px;
}
.overlay_content h1,
.overlay_content h2,
.overlay_content h3,
.overlay_content p {
	color: #fff;
}

.overlay_content form .error {
	background: #fff;
	color: #c30;
	display: none;
	font-size: 11px;
	margin: 4px 0 0 1px;
	padding: 1px 4px;
	width: 196px;
}
.overlay_content form .error_xl {
	width: 423px;
}
.overlay_content form .show_error {
	display: block !important;
}

.overlay_content form legend {
	display: none;
}

.overlay_content form .form_row {
	padding: 0 0 12px 0;
}

.overlay_content form .form_row .float_block {
	float: left;
	width: 220px;
}

.overlay_content form .tight .form_row {
	padding: 0 0 4px 0;
}

.overlay_content form label, 
.overlay_content form .label {
	display: block;
	padding: 0 0 4px 0;
}

.overlay_content form .inline label, 
.overlay_content form .inline .label {
	display: inline;
	padding: 0 10px 4px 0;
}
.overlay_content form .inline .checkboxes {
	display: inline;
}
.overlay_content form .inline .checkboxes label {
	padding-left: 0;
	text-transform: uppercase;
}

.overlay_content form .md {
	width: 200px;
}
.overlay_content form .xl {
	width: 427px;
}

.overlay_content form .text {
	background: #c1c1c1;
	border: 1px solid #454f57;
	border-width: 1px 0 0 1px;
	display: block;
	height: 16px;
	padding: 2px;
}
.overlay_content form textarea.text {
	height: 90px;
}
.overlay_content form textarea.md {
	height: 30px;
}

.overlay_content form .form_row:after,
.overlay_content form fieldset:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}


/* begin whitepaper overlay elements */

#whitepaper_overlay .global_ajax_error {
	background: #fff;
	color: #c30;
	display: none;
	font-size: 11px;
	margin: 0 0 10px 0;
	padding: 1px 4px;
}
#whitepaper_overlay .overlay_content {
	color: #fff;
	overflow: hidden;
	padding: 30px;
	text-align: left;
	width: 500px;
}
#whitepaper_overlay .overlay_content .right {
	padding: 30px 0 0 0;
	width: 205px;
}
#whitepaper_overlay .overlay_content .thank_you_msg {
	display: none;
}
#whitepaper_overlay .overlay_content .thank_you_msg h1 {
	font-size: 39px;
	line-height: 39px;
	margin: 90px 0 10px 0;
}
#whitepaper_overlay .overlay_content .thank_you_msg h2 {
	margin: 0 0 15px 0;
}


/* begin slideshow overlay elements */

#slideshow_overlay {
	height: 600px;
	width: 740px;
}
#slideshow_overlay .overlay_content {
	color: #fff;
	height: 500px;
	overflow: hidden;
	padding: 25px 120px 50px 120px;
	text-align: left;
	width: 500px;
}
#slideshow_overlay .scrollable_counter {
	height: 25px;
	line-height: 25px;
	text-align: right;
}
#slideshow_overlay .overlay_scrollable {
	height: 500px;
	overflow: hidden;
	position: relative;
	width: 500px;
}
#slideshow_overlay .overlay_scrollable .items {
	height: 500px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 9999em;
}
#slideshow_overlay .overlay_scrollable .items li {
	display: block;
	float: left;
	height: 500px;
	text-align: center;
	width: 500px;
}
#slideshow_overlay .overlay_scrollable .items li .container {
	background: #555;
	position: relative;
	vertical-align: middle;
}
#slideshow_overlay .overlay_scrollable .items li .caption {
	bottom: 0;
	display: block;
	height: 50px;
	position: absolute;
	width: 100%;
}
#slideshow_overlay .overlay_scrollable .items li .caption .inner {
	background: #000;
	display: block;
	height: 30px;
	filter: alpha(opacity=80);
	-moz-opacity: .80;
	opacity: .80;
	padding: 10px;
	text-align: left;
}
#slideshow_overlay .ovs-nav {
	background: transparent url("/images/arrow-sprite.png") no-repeat 0 -100px;
	cursor: pointer;
	display: block;
	height: 50px;
	position: absolute;
	text-indent: -999em;
	top: 210px;
	width: 25px;
	z-index: 999;
}
#slideshow_overlay .disabled {
	visibility: hidden;
}
#slideshow_overlay #ovs-next {
	left: 660px;
}
#slideshow_overlay #ovs-prev {
	background-position: 0 -150px;
	left: 50px;
}

/* begin follow-us overlay elements */

#follow_us_overlay {
	height: 310px;
	width: 440px;
}
#follow_us_overlay .overlay_content {
	padding: 90px 40px 30px 80px;
	width: 320px;
}
#follow_us_overlay .overlay_content h6 {
	font-size: 40px;
	line-height: 40px;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}
#follow_us_overlay .overlay_content a {
	background: transparent url("/images/follow-us-overlay-sprite.png") no-repeat 0 0;
	display: block;
	float: left;
	height: 75px;
	margin: 0 25px 0 0;
	text-indent: -999em;
	width: 75px;
}
#follow_us_overlay .overlay_content #fo-twitter {
	background-position: 0 0;
}
#follow_us_overlay .overlay_content #fo-facebook {
	background-position: 0 -100px;
}
#follow_us_overlay .overlay_content #fo-linkedin {
	background-position: 0 -200px;
	margin: 0;
}

.follow-us-mini #twitter_import {
	min-height: 50px;
}
