/*** GENERAL STYLES ***/

body {
	background: #e1e1e1;
	text-align: center;
	margin: 0;
	padding: 0;
}

body, th, td, h1, h2, h3, h4, h5, h6, select, input, textarea {
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333;
}

body, th, td, h1, h2, h3, h4, h5, h6 {
	line-height: 16px;
}

form, h1, h2, h3, h4, h5, h6 {
	margin: 0 0 18px 0;
	padding: 0;
}

img, table, fieldset {
	border: 0;
}

ul, ul li {
	list-style: none
	margin: 0;
	padding: 0;
}

p {
	margin: 0 0 18px 0;
}

a {
	color: #507CB2;
	text-decoration: none;
}

a:hover {
	color: #EC881D;
	text-decoration: underline;
}

a.arrowlink {
	padding-right: 10px;
	background: url(../images/arrow.gif) right 4px no-repeat;
}

a.backlink {
	padding-left: 10px;
	background: url(../images/backlink.gif) left 4px no-repeat;
}


a.button {
	padding-right: 25px;
	background: transparent url(../images/button-orange-right.png) no-repeat right;
	height: 34px;
	display: inline-block;
	text-decoration: none;
	color: white;
	position: relative;
	margin-left: -5px;
}

a.button span {
	padding-left: 25px;
	background: transparent url(../images/button-orange-left.png);
	height: 34px;
	line-height: 34px;
	vertical-align: middle;
	display: block;
}

.hide {
	display: none;
}

.alert {
	color: #c00;
}

.small {
	font-size: 10px;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.imgleft {
	float: left;
	margin: 0 30px 30px 0;
}

.imgright {
	float: right;
	margin: 0 0 20px 20px;
}

.imgborder {
	border: 1px solid #999;
}

.pull {
	position: relative;
	margin-right: -190px;
}

.textcenter {
	text-align: center;
}

.textright {
	text-align: right;
}

.spacer {
	float: none;
	clear: both;
	height: 1px;
	overflow: hidden;
}

.clear {
	float: none;
	clear: both;
}

.hr {
	background: #ccc;
}

.half {
	width: 50%;
}

.third {
	width: 33%;
}
.pct40 {
	width: 40%;
}
.twothird {
	width: 60%;
}

.quarter {
	width: 25%;
}

.threequarter {
	width: 70%;
}

.ir {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

a .ir {
	cursor: pointer;
}

sup, sub {
	height: 0;
	line-height: 1px;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

/*** STRUCTURAL STYLES ***/

#outer {
	position: relative;
	width: 990px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
	padding-top: 87px;
}

#main-wrapper {
	background: #fff url('../images/bg-main.png');
}

body.sidebar #main-wrapper {
	background: #fff url('../images/bg-main-home.png');
}

body.resources #main {
	/* background: url('../images/bg-resources-2.jpg') no-repeat right bottom; */
}

body.whatwedo #main {
	/* background:  url('../images/bg-whatwedo.jpg') no-repeat 425px bottom;
	padding-bottom: 170px; */
}

body.whoweare #main {
	/* background: url('../images/bg-whoweare.jpg') no-repeat right bottom; */
}

#content-wrapper {
	float: left;
	width: 763px;
}

#content {
	float: left;
	width: 525px;
	padding: 25px 0 30px;
	margin-left: 23px;
}

#sidebar-left {
	float: left;
	width: 227px;
	color: white;
	border-top: 2px solid white;
	padding-bottom: 25px;
	overflow: hidden;
}

#sidebar-left a {
	color: white;
}

#sidebar-left .callout {
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	background: url(../images/bg-sidebar-left-callout.jpg);
}

#sidebar-left .selectawards {
	padding: 0 20px 0;
}

#sidebar-left .callout p {
	padding-top: 20px;
	margin: 0;
	background: url(../images/bg-sidebar-left-callout-top.jpg) no-repeat 0 top;
}

#sidebar-left .callout a {
	background: url(../images/bg-sidebar-left-callout-bottom.jpg) no-repeat 0 bottom;
	display: block;
	padding: 0 20px 25px;
	color: white;
}

#sidebar-right {
	float: left;
	width: 140px;
	margin-left: 25px;
	padding: 25px;
	border-top: 2px solid white;
}

body.press #sidebar-right li {
	list-style-type: none;
}

#sidebar-right h2 {
	color: #717074;
}

body.press #sidebar-right h2 {
	color:#EC881D;
	font-size:18px;
	font-weight:normal;
	line-height:1.2em;
	margin-bottom:1em;
}

#flash {
	padding-top: 2px;
	_padding-top: 0;
	background-color: #fff;
}

/*** TOP STYLES ***/

#printlogo {
	display: none;
}

h1#logo {
	margin: 0;
}

#logo a {
	position: absolute;
	left: 15px;
	top: 22px;
	width: 257px;
	height: 53px;
	font-size: 17px;
	font-weight: normal;
	line-height: 1.2em;
	text-align: center;
}

#logo strong {
	display: block;
	font-size: 24px;
}

#logo .ir {
	background: url(../images/logo.gif) no-repeat 0 0;
}

#tagline {
	position: absolute;
	right: 20px;
	top: 25px;
	font-size: 20px;
	color: #EC881D;
	line-height: 87px;
	font-weight: normal;
}

#navbar {
	height: 40px;
	font-size: 15px;
	font-weight: bold;
}

#navbar ul#mainnav {
	height: 40px;
	margin: 0;
	padding: 0;
	background: url(../images/bg-nav.png) repeat-x;
}

#navbar li {
	float: left;
	list-style-type: none;
	width: 163px;
	padding-right: 2px;
	background: transparent url(../images/nav-spacer.png) no-repeat center right;
}

#navbar a {
	display: block;
	height: 38px;
	line-height: 38px;
	padding: 1px 0;
	vertical-align: middle;
	text-align: center;
	color: #707073;
	text-decoration: none;
	white-space: nowrap;
}

#navbar a:hover {
	color: #222;
}

#navbar li.last {
	background: none;
	padding-right: none;
}

#mainnav li.on a {
	color: #507CB2;
}


/*** CONTENT STYLES ***/
.banner {
	float: right;
	width: 761px;
	border-top: 2px solid white;
}

#content h1 {
	color: #F0A252;
	color: #EC881D;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.2em;
	margin-bottom: 1em;
}

#content h2 {
	color: #47BFAF;
	color: #8B8A8E;
	font-size: 14px;
	margin-bottom: 1em;
}

#content h3 {
	font-size: 13px;
	margin-top: 1.5em;
}

#content h3.subhead {
	margin-bottom: 1.5em;
	color: #666;
}

#content ul, #content ol {
	margin: 0 0 18px;
}

#content ol {
	padding-left: 18px;
}

#content ul li {
	padding-left: 12px;
	background: url(../images/bullet-square-orange.gif) 0 5px no-repeat;
	margin-bottom: 3px;
	list-style-type: none;
}

/* 
.note {
	font-size: 16px;
	color: #EC881D;
	line-height: 1.3em;
	text-align: center;
	padding: 10px 40px;
}
*/

#content h2.separator {
	margin-top: 1.5em;
	padding-top: 1.5em;
	border-top: 1px solid #ddd;
}

#content h2.close {
	margin-bottom: 3px;
}

#content h3.close {
	margin-top: 0;
	margin-bottom: 1.5em;
}

div.diagram {
	position: relative;
	margin-bottom: 2em;
}

div.diagram h2 {
	padding-top: 20px;
}

#content div.separator {
	clear: both;
	margin: 1.5em 0;
	padding-top: 1.5em;
	border-top: 1px solid #ddd;
}

#content ul.sitemap {
	margin: 0;
	font-size: 14px;
	font-weight: bold;
}

#content ul.sitemap ul {
	margin: 10px 0 15px 10px;
	font-size: 13px;
	font-weight: normal;
}

#content ul.sitemap ul ul {
	margin: 5px 0 10px 20px;
	font-size: 12px;
}

#content ul.sitemap li {
	margin: 0 0 8px 0;
	padding: 0;
	background: none;
}

#content ul.sitemap li li {
	margin: 0 0 4px 0;
	padding: 0 0 0 10px;
	background: url(../images/bullet-blue.gif) 0 4px no-repeat;
}

#content ul.sitemap li li li {
	margin: 0 0 2px 0;
	padding: 0;
	background: none;
}

/*** CONTACT FORM STYLES ***/

#contactform div {
	clear: both;
	padding: 5px 0 0 0;
}

#contactform label {
	font-weight: bold;
	line-height: 20px;
}

#contactform div.textbox label, #contactform div.textarea label {
	float: left;
	width: 130px;
	margin-right: 10px;
}

#contactform label.required {
	background: url(../images/required.gif) right center no-repeat;
}

#contactform div.textbox input {
	width: 300px;
}

#contactform div.textarea textarea {
	width: 300px;
	height: 70px;
}

#city {
	width: 160px !important;
}

#state {
	width: 40px !important;
}

#zip {
	width: 70px !important;
}

#contactform div.checkbox label {
	font-weight: normal;
}

#contactform div.checkbox input {
	vertical-align: middle;
}

#contactform div.checkbox .indent {
	display: block;
	padding-left: 25px;
}

#contactform div.selectbox label {
	float: left;
}

#contactform div.selectbox select {
	float: right;
	width: 250px;
}

#contactform #submitbutton {
	border: 0;
	background: #81a5c1;
	color: #fff;
	font-weight: bold;
}

/*** SIDEBAR STYLES ***/

#sidebar h3 {
	font-size: 13px;
	color: #fff;
	margin-bottom: .5em;
}

#sidebar ul a {
	color: #fff;
	text-decoration: none;
}

#secondary-links h2 {
	padding: 15px 20px;
	margin: 0;
	font-size: 16px;
	color: #fff;
	background: transparent url('../images/bg-recent-news-top.jpg');
}

#leftnav {
	background: #B4CCDF;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 0;
	font-size: 13px;
	margin: 0 0 18px;
}

ul#leftnav, #leftnav li {
	margin-bottom: 0;
	list-style-type: none;
}

#leftnav li a {
	display: block;
	width: 187px;
	padding: 6px 20px;
	color: #000;
}

#leftnav a:hover {
	background: #185d80;
	color: #fff;
	text-decoration: none;
}

#leftnav li.on a {
	background: white;
	color: #EC881D;
	font-weight: bold;
}

#leftnav li.on  li a {
	font-weight: normal;
}

#leftnav li.on  li a:hover {
	color: #507CB2;
}

#leftnav ul {
	display: none;
}

#leftnav li.on ul {
	display: block;
	background: #dbe9f1;
	font-size: 12px;
	line-height: 15px;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#leftnav li.on ul a {
	width: 177px;
	padding-left: 32px;
	background: white url(../images/bullet-square-blue.gif) 20px 10px no-repeat;
	color: #507CB2;
}

#leftnav li.on ul a:hover {
	background: white url(../images/bullet-square-orange.gif) 20px 10px no-repeat;
}

#leftnav li.on ul li.on a {
	background: #fff url(../images/bullet-square-orange.gif) 20px 10px no-repeat;
	color: #EC881D;
}

#quicklinks {
	padding: 20px;
	background: #185d80;
}

#quicklinks li a {
	display: block;
	width: 177px;
	border-top: 1px dotted #5e8ea6;
	padding: 5px 5px 5px 15px;
	margin: 0 -5px;
	background: url(../images/bullet-white.gif) 5px 9px no-repeat;
}

#quicklinks li a:hover {
	background-color: #5e8ea6;
}

.event p {
	margin-bottom: 0;
}

.event .title {
	font-weight: bold;
}

/*** HOME STYLES ***/

#homeflash {
	height: 239px;
}

#homeflashdiv {
	height: 239px;
	line-height: 239px;
	text-align: center;
	background: #eee;
}

#homefeature {
	float: right;
	width: 140px;
	margin: 0 0 20px 40px;
	font-size: 14px;
	color: #EC881D;
	line-height: 18px;
}

#homefeature p {
	margin-bottom: 1em;
}

#homefeaturelink {
	position: relative;
	display: block;
	width: 89px;
	height: 24px;
	background: #5e8ea6;
	color: #fff;
	line-height: 24px;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

#homefeaturelink .ir {
	background: url(../images/btn-moreinfo.gif) no-repeat;
}

#homemodules {
	clear: both;
	background: url(../images/homemodules.gif) 350px 0 repeat-y;
	margin: 10px 0;
	font-size: 11px;
	line-height: 14px;
}

#homemodules .half {
	width: 45%;
	padding: 5px 10px;
}

#homemodules h3 {
	margin-bottom: 1em;
}
	
#homemodules .imgright {
	margin: 0 0 15px 15px;
}

#homemodules #newslist {
	margin: 0;
}

#recent-news {
	/*background: url(../images/bg-recent-news.jpg);*/
}

#sidebar-left h2.title {
	background: url(../images/bg-recent-news-top.jpg) no-repeat top;
	padding: 20px;
	margin: 0;
	font-size: 18px;
	color: white;
}

ul#newslist {
	margin: 0;
	padding: 0 20px;
	/*background: url(../images/bg-recent-news-bottom.jpg) no-repeat bottom;*/
}

#newslist li {
	padding: 0;
	background: none;
	margin: 0 0 20px 0;
	list-style-type: none;
}

#homemodules a.arrowlink {
	padding-right: 8px;
	background-image: url(../images/bullet-blue.gif);
	background-position: right 4px;
}

#homeiconlinks {
	/*background: #ececec url(../images/homeiconlinks.gif) left bottom repeat-x;*/
	color: #000;
	font-size: 11px;
	line-height: 14px;
}

#content #homeiconlinks li {
	behavior: url(includes/iepngfix.htc);
	margin-bottom: 20px;
	padding-top: 20px;
	padding-right: 10px;
	height: 80px;
	width: 240px;
	float: left;
	list-style-type: none;
	background: none;
}

.homeicon {
	float: left;
	width: 90px;
	margin-right: 10px;
}

#homeiconlinks a {
	color: #333;
	font-weight: bold;
	padding-right: 8px;
}

#homeiconlinks strong {
	color: #f0923b;
	font-size: 12px;
}

#homeiconlinks .description {
	margin-bottom: 5px;
}

#content #homeiconlinks li.socialmedia {
	padding-left: 130px;
	height: 80px;
	width: 300px;
	margin-top: 10px;
}

/*** FOOTER STYLES ***/

#footer {
	border-top: 1px solid #ccc;
	font-size: 10px;
	color: #666;
	padding: 15px 20px;
	line-height: 1.2em;
	background-color: #fff;
}

#footer ul {
	position: relative;
	float: right;
	overflow: hidden;
	margin: 0;
}

#footer li {
	position: relative;
	left: 1px;
	float: left;
	border-right: 1px solid #666;
	list-style-type: none;
}

#footer li a {
	display: block;
	padding: 0 8px;
	text-transform: uppercase;
	color: #005088;
}

#footer p {
	float: left;
	margin: 0;
}

body.ourcustomers #main {
	/* background: url(../images/bg-up.jpg) no-repeat 250px bottom;
	padding-bottom: 300px; */

}

body.casestudies #main {
	background: none;
}

/* */

.download-whitepaper {
	background: url('../images/icon-whitepaper_sm.png') no-repeat left top;
	display: inline-block;
	padding-left: 24px;
	height: 22px;
	line-height: 22px;
	vertical-align: middle;;
}

.download-casestudy {
	background: url('../images/icon-casestudy_sm.png') no-repeat left 1px;
	display: inline-block;
	padding-left: 24px;
	height: 22px;
	line-height: 22px;
	vertical-align: middle;;
}