@charset "utf-8";


/* CSS Reset */
html,body,div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend, /* input, select,*/
table,caption,tbody,tfoot,thead,tr,th,td {
	border: 0;
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-size: 100%;
	/*font-style: normal;
	font-weight: normal;*/
	line-height: 150%;
	/*text-align: left;*/
}
:focus {
	outline: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol,ul,li {
	list-style:none;
	margin: 0;
	padding: 0;
}
a{
	outline:none;
}
a img,
a:link img,
a:visited img {
	border:none
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font-size: 1.3ex;
	
}
sup {
	bottom: 1.2ex;
}
sub {
	top: .5ex;
}

/* CSS Styles */

/* Tag styles */
html {
	background: #ffffff url(../images/bg_bottom.jpg) repeat-x 0 100%;
	*height: 100%;
	width: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	background: transparent url(../images/bg_sub.gif) repeat-x 0 0;
	font-size:12px;
	color: #333333;
}
body.homepage {
	background: #000000 url(../images/bg_home.gif) repeat-x 0 0;
	color: #ffffff;
}
body.marketing,
body.products {
	background: transparent url(../images/bg_sub2.gif) repeat-x 0 0;
}
a {
	color:#00a5e5;
	text-decoration:underline; 
}
a:hover {
	color:#00a5e5;
	text-decoration: none;
}
a:visited {
	color: #2088c4;
}
.homepage a {
	color:#ffffff;
}
h1 {
	color: #ffffff;
	font-size: 36px;
	float: left;
	font-style: normal;
	font-weight: normal;
}
.homepage h1 {
	color: #00a5e5;
	float: none;
}
h2 {
	font-size: 28px;
	font-style: normal;
	font-weight: normal;
}
h3 {
	font-size: 17px;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 24px 0 0 0;
}
/* Basic styles */
.left {
	float: left;
}
.right {
	float: right;
}

div.fullwidth {
	overflow: auto;
	width: 100%;
	background: #ccc;
}

div.leftside {
	width: 490px;
	float: left;
	margin: 0;
	padding: 0;
	/*background: #ccc;*/
}
div.rightside {
	width: 430px;
	float: right;
	margin: 0;
	padding: 0;
	/*background: #aaa;*/
}


/*hr.imgSeparator {
	background: url(../images/separator.jpg) no-repeat center;
	width: 977px;
	height: 35px;
	text-align: center;
	border: 0;
	clear: both;
}*/

div.hr {
	width: 977px;
	height: 35px;
	text-align: center;
	clear: both;
	background: url(../images/separator.jpg) no-repeat scroll center;
}
div.hr hr {
	display: none;
}

.clear {
	clear: both;
}

.bold {
	font-weight: bold;
}


/* Site structure */
#wrapper {
	width:980px;
	margin: 0 auto;
}
#contaccards,
#contaccards a:link,
#contaccards a:active,
#contaccards a:visited {
	text-align: right;
	color: #00a5e5;
	text-decoration: none;
	width:980px;
	margin: 0 auto;
}

#topslimbar, 
#topslimbar a:link, 
#topslimbar a:active, 
#topslimbar a:visited {
	text-align: right;
	width: 100%;
	color: #00a5e5;
	padding: 6px 0 0 0;
	margin: 0 0 -12px 0;
	text-decoration: none;
	*padding: 0;
	*margin: 13px 0 -10px 0;
}
#topslimbar a:hover, #topslimbar a:contaccards {
	color: #fff;
}

#topslimbar #loginbutton {
	background: url(../images/loginbutton.png) no-repeat;
	height: 22px;
	width: 58px;
	text-align: center;
}

#topslimbar #loginbutton a {
	color: #fff;
}

#topslimbar ul {
	list-style-type: none;
}

#topslimbar ul li{
	float: right;
	margin-left: 10px;
}

.add {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	margin: 0 3px;
	vertical-align: sub;
	*vertical-align: middle;
	font-size: 18px;
}

#header {
	display: block;
	width: 100%;
	clear: both;
	overflow:auto;
	*overflow: hidden;
}
#navigation {
	display: block;
	width: 100%;
	clear: both;
	overflow:auto;
}
#slideshow {
	display: block;
	width: 100%;
	clear: both;
	height: 350px;
	position:relative;
	margin-top: 10px;
	margin-bottom: 15px;
}
#tagline {
	display: block;
	width: 100%;
	clear: both;
	margin-bottom: 15px;
	overflow:auto;
}
#columns {
	display: block;
	width: 100%;
	clear: both;
	padding-bottom: 40px;
	overflow: auto;
}
#content {
	display: block;
	position: relative;
	width: 100%;
	clear: both;
	margin-bottom: 60px;
	margin-top: 35px;
	min-height: 500px;
	_height: 500px;
}
#clientspage #content {
	margin-bottom: 100px;
} 
#quotes {
	display: block;
	width: 100%;
	clear: both;
	border-top: 1px solid #3b3b3b;
	padding-top: 17px;
	padding-bottom: 20px;
}

.page_quote {
	margin: 0 0 10px 0;
	padding: 0;
	vertical-align: top;
	width: 260px;
	height: 310px;
	float:left;
	background-color: transparent;
	background-image: url(../images/quote_background_blue.png);
	background-attachment: scroll;
}

.page_quote_wide {
	margin: 0 0 10px 0;
	padding: 0;
	vertical-align: top;
	width: 520px;
	height: 310px;
	float:left;
	background-color: transparent;
	background-image: url(../images/quote_bg_wide.png);
	background-attachment: scroll;
}

.quote_text {
	font-style: italic;
	font-size: 12px;
	line-height: 18px;
	color: #2b5971;
	padding-top: 44px;
	padding-right: 32px;
	padding-bottom: 1px;
	padding-left: 32px;
}

.quote_speaker {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	line-height: 14px;
	color: #056ea3;
	padding: 0 0 0 16px;
	/*background: #eef;*/
	display: inline-block;
	list-style: decimal;
}

#clients {
	display: block;
	width: 980px;
	clear: both;
	border-top: 1px solid #3b3b3b;
	overflow: hidden;
	height: 70px;
	padding: 0;
}
#footer {
	display: block;
	width: 100%;
	clear: both;
	border-top: 1px solid #3b3b3b;
	overflow:auto;
	padding-top: 15px;
	padding-bottom: 30px;
}

/* Header */
#header .logo {
	float: left;
}
#header .taglinesub {
	float: right;
	margin-top: 37px;
}

/* Navigation */
#navigation #nav1,
#navigation #nav2 {
	display: block;
	width: 100%;
	clear: both;
	overflow:auto;
}

/*ul .subnav_long li{
	margin-left: -10px;
	background: #ccc;
}
#navigation #nav2 ul #subnav_aboutus li{
	background: #222;
}
*/

#navigation li {
	float:left;
	margin-right: 40px;
	padding-top: 13px;
	padding-bottom: 10px;
	border-bottom: 2px solid transparent;
}
#navigation #nav2 li {
	padding-top: 13px;
	padding-bottom: 12px;
}
#navigation .right li {
	margin-right: 0;
	margin-left: 40px;
}
.homepage #navigation li {
	border-bottom: none;
}
#navigation li.selected {
	border-bottom: 2px solid #00a5e5;
}
#navigation li a,
#navigation li a:visited {
	color: #ffffff;
	font-size: 16px;
	text-decoration:none;
	cursor: pointer;
}
#navigation #nav2 li a {
	font-size: 14px;
}
#navigation .right li a,
#navigation .right li a:visited {
	color: #999999;
}
#navigation li a:hover {
	color: #00a5e5;
}
#navigation .right li a:hover {
	color: #00a5e5;
}
#navigation li.selected a,
#navigation .right li.selected a {
	color: #00a5e5;
}

/* subnav spacing */
#nav2 ul {
	margin: 0 0 0 -24px;
}
#nav2 li {
	margin: 0 0 0 24px;
	*margin: 0 16px 0 0;
}
ul.subnav_long li{
	/*background: #ccc;*/
}

#content .editorialwide ul.quotes li{
	list-style-type: none;
	/*background: #efefef;*/
}
ul.quotes li {
	margin: 34px 0 34px -24px;
	border-bottom: 1px solid #eee;
	padding: 0 65px 20px 65px;
	background: url(../images/quotes.gif) no-repeat top center;
	list-style-type: none;
}
#page_quotes {
	width: 780px;
	/*height: 2550px;
	background-color: #efefef;*/
	padding-top: 10px;
	margin: 0 auto;
}

.read_more_testimonials{
	text-align: center;
	background: #efefef;
	padding: 4px 6px;
	margin: 8px auto 0 auto;
	width: 150px;
	/*border: 1px solid #ccc;*/
}

/* HOMEPAGE */

/* Slideshow */
#slideshow #slides {
	width: 980px;
	height: 350px;
}
#slideshow #slides img {
	display: none;
	z-index: 100;
	width: 980px;
	height: 350px;
}
#slideshow #slidenav {
	position: absolute;
	width: 100%;
	text-align:center;
	bottom: 12px;
	left: 0;
	z-index: 998;
}
#slideshow #slidenav a {
	display: inline;
	width: 12px;
	height: 12px;
	background:url(../images/slidenav.png) no-repeat -15px 0;
	margin-right: 5px;
	text-decoration:none;
}
#slideshow #slidenav a img {
	width: 12px;
	height: 12px;
}
#slideshow #slidenav a.activeSlide {
	background:url(../images/slidenav.png) no-repeat 0 0;
}


/* Tagline */
#tagline {
	text-align:center;
}

/* Columns */
#columns h2 {
	color: #ffffff;
	font-size: 18px;
	font-weight: lighter;
	padding-top: 10px;
	padding-bottom: 25px;
}
#columns .column {
	width: 230px;
	margin-right: 20px;
	float: left;
}
.column_three{
	float: right;
	margin: -160px -186px 0 0;
	*margin: -163px -186px 0 0;
	_margin: -163px -93px 0 0;
}
#columns .column.last {
	margin-right: 0;
}
#columns .column a {
	color: #ffffff;
	text-decoration:none;
	display: block;
}
#columns .column a:hover {
	color: #ffffff;
	text-decoration:none;
	background: transparent url(../images/bg_column.png) no-repeat top right;	
}
#columns #col1 h2 {
	background: transparent url(../images/ico_news.png) no-repeat left;	
	padding-left: 63px;
}
#columns #col1 p span {
	color: #00a5e5;
}
#columns #col2 h2 {
	background: transparent url(../images/ico_aboutus.png) no-repeat left;	
	padding-left: 60px;
}
#columns #col3 h2 {
	background: transparent url(../images/ico_casestudies.png) no-repeat left;	
	padding-left: 55px;
}
#columns #col4 h2 {
	background: transparent url(../images/ico_careers.png) no-repeat left;	
	padding-left: 52px;
}

/* Clients Scroller */
.simply-scroll { 
	width: 980px;
	height: 70px;
}
.simply-scroll-container { 
	position: relative;
}
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
	z-index: 2;
	width: 980px;
	height: 70px;
}
.simply-scroll-list { 
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
	height: 70px;
	float: left;
}
.simply-scroll-list li img {
	border: none;
	display: block;
}

/* SUBPAGES */

/* Content */
#content h2 {
	font-size: 22px;
	padding-top: 20px;
	color: #444444;
}
#content h2 span {
	font-size: 17px;
	color: #666666;
	padding-left: 7px;
}
#content h3 {
	font-size: 17px;
	padding-top: 15px;
	color: #444444;
}
#content ul {
	padding-left: 20px;
	padding-top: 7px;
}
#content li {
	list-style:disc;
	line-height:150%;
}
/* fix for the bullets to not show for this by getting the exact path */
#content .copy .quickTree li, #content .copy .quickTree2 li, #content .copywide .quickTree li, #content .copywide .quickTree2 li {
	list-style: none;
}
#content .title {
	display: block;
	height: 74px;
}
#content .copy{
	padding-top: 7px;
	margin-right: 440px;
}
#content .copywide{
	padding-top: 7px;
}
#content .editorial{
	padding-top: 16px;
	padding-bottom: 10px;
	margin-right: 440px;
}
#content .editorial p {
	font-size: 16px;
	padding-top: 10px;
	line-height:150%;
}
#content .editorialwide {
	padding-top: 16px;
}
#content .editorialwide p {
	font-size: 16px;
	padding-top: 10px;
	line-height:150%;
}
p.center {
	text-align:center;
}
#content .copywide {
	padding-top: 15px;
}
#content .copy p,
#content .copywide p {
	font-size: 12px;
	padding-top: 10px;
}
#content .gallery {
	float: right;
	/* background-color:#eeeeee;
	border: 1px solid #bbbbbb;*/
	margin-left: 30px;
	margin-bottom: 20px;
}
#content .copy .gallery {
	position: absolute;
	right: 0;
}

#content .group {
	width: 100%;
	clear: both;
	overflow: auto;
}
#content .address {
	float: left;
	width: 245px;
	height: 175px;
}
#content .address h2 {
	padding-top: 5px;
}
#content .pressblock {
	padding-bottom: 40px;
}
#content .clientlogos {
	width: 100%;
}
#content .clientlogos li {
	list-style:none;
	display: inline;
	width: 120px;
	height: 120px;
	margin-right: 9px;
	margin-left: 9px;
}
#content .contentleft {
	width: 280px;
	float: left;
	padding-bottom: 80px;
}
#content .contentleft li {
	list-style:none;
}
#content .contentright {
	width: 670px;
	float: right;
}
#content .spacer {
	padding-bottom: 70px;
}
#content .videobtn {
	margin-right: 40px;
}

/* Press Releases */

#pressreleases ul {
	padding-left: 0;
}
#pressreleases li {
	list-type: none;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #d6d9dd;
}
#pressreleases h2 {
	padding-top: 0;
}
#pressreleases h3 {
	padding-top: 20px;
	padding-bottom: 10px;
}
#pressreleases h3.handle {
	padding: 5px 7px 5px 7px;
	/*background: #eeeeee url(../images/bg_plus.gif) no-repeat right;
	border-bottom: 1px solid #d6d9dd;*/
	border-bottom: 1px solid #d6d9dd;
	cursor: pointer;
	color: #00a5e5;
}
#pressreleases h3.handle.selected {
	/*background: #f8f8f8 url(../images/bg_minus.gif) no-repeat right;*/
	border-bottom: 2px solid #00a5e5;
	background: #f4f4f4;
}
#pressreleases p {
	padding-top: 5px;
}
#pressreleases .news {
	margin-top: 15px;
	margin-bottom: 20px;
	overflow: auto;
	overflow-x: hidden;
}
#pressreleases .date {
	color: #888888;
}
#pressreleases .contentleft .date {
	color: #888888;
	font-size: 11px;
}
#pressreleases .toplink {
	display: block;
	float: right;
	color: #d6d9dd;
}

/* Career Page */

#career_pg {
	padding: 0;
	margin: 0;
	background: #ffffff url(../images/bg_bottom.jpg) repeat-x 0 100%;
	display: block;
	width: 100%;
	clear: both;
	overflow-x: hidden;
}
#career_header {
	background: #fff url(../images/bg_careers.gif) repeat-x 0 0;
	display: block;
	overflow-x: hidden;
	clear: both;
	padding: 12px;
}
#career_content {
	display: block;
	clear: both;
	overflow-x: hidden;
	overflow-y:auto;
	margin: 18px auto 36px auto;
	padding: 12px;
}
#career_footer {
	display: block;
	border-top: 2px solid #aaa;
	padding: 18px 12px 12px 12px;
	text-align: center;
	background: #000;
}
#career_pg h1 {
	color: #fff;
	font-size: 26px;
	float: left;
	font-style: normal;
	font-weight: normal;
	width: 100%;/* to fix next line to work in ie7 */
}
h3.careerplace {
	float: left;
	margin: 0;
	padding: 0;
	color: #888;
	white-space: pre;/* to fix next line to work in ie7 */
}
#career_content ul, #career_content ol, #career_content li {
	list-style: disc;
	list-style-position:inside;
	padding-left: 12px;
}
#career_content a:link, #career_content a:active, #career_content a:visited {
	color: #000;
	text-decoration:underline;
}
#career_content a:hover {
	text-decoration:none;
}

/* Case Studies */

#casestudies ul {
	padding-left: 0;
}
#casestudies li {
	list-type: none;
	padding: 6px 0 6px 0;
	border-bottom: 1px solid #d6d9dd;
}


/* Google Map */
#map1 {
	width: 977px;
	height: 350px;
	border: 1px solid #d6d9dd;
}
.mapshow {
	font-size: 10px;
	text-transform:uppercase;
}
.maplinks {
	display: block;
	text-align: left;
	padding-bottom: 5px;
}
.maplinks a {
	display: inline;
	font-size: 10px;
	text-transform:uppercase;
	margin-right: 15px;
}
.mapinfo {
	font-size: 10px;
}


/* Quotes */
#quotes li {
	font-style:italic;
	font-size:12px;
	display: none;
	text-align:center;
}
#quotes li .signature {
	font-style:italic;
	display:block;
	text-align:center;
}
#quotes li .signature strong {
	font-style:italic;
	font-weight: bold;
	padding-right: 7px;
}

/* Quotes2 */
#quotes2 {
	display: block;
	clear: both;
	background: #f7f8f8;
	border: 1px solid #d6d9dd;
	padding: 30px;
	overflow: auto;
	height: 100px;
	margin-top: 20px;
}
#quotes2 ul {
	padding-left: 0;
}
#quotes2 li {
	font-style:italic;
	font-size:14px;
	display: none;
	text-align:center;
	list-style:none;
}
#quotes2 li .signature {
	font-style:italic;
	display:block;
	text-align:center;
	margin-top: 15px;
	overflow: auto;
}
#quotes2 li .signature strong {
	font-style:italic;
	font-weight: bold;
	padding-right: 7px;
}


/* Contact Form */

#content #contactform {
	display: block;
	clear: both;
	background: #f7f8f8;
	border: 1px solid #d6d9dd;
	padding: 30px;
	overflow: auto;
}
#contactform label {
	display: block;
	clear: both;
	width: 100%;
}
#contactform label.error {
	color: #ee0000;
	display: none;
}
#contactform ul.error {
	color: #ee0000;
	padding-bottom: 10px;
	padding-left: 50px;
}
#contactform ul.error li {
	list-style: none;
}
#contactform div.success {
	background: transparent url(../images/ico_success.png) no-repeat left;
	padding: 15px 15px 15px 60px;
	font-size: 17px;
	color: #339933;
	font-weight:bold;
}
#contactform div.error {
	background: transparent url(../images/ico_error.png) no-repeat left;
	padding: 15px 15px 15px 50px;
	font-size: 17px;
	color: #ee0000;
	font-weight:bold;
}
#contactform .textarea,
#contactform .textbox,
#contactform .selectbox {
	background-color:#FFFFFF;
	border: 1px solid #cccccc;
	padding: 2px;
}
#contactform .textarea {
	width: 620px;
	height: 120px;
}
#contactform .textbox {
	width: 250px;
}
#contactform .selectbox {
	width: 255px;
}
#contactform #sendnow {
	margin-top: 15px;
}


/* Subscribe Form */

.subscribe_form {
	
}
.subscribe_form label {
	
}
.subscribe_form .name {
	background: url(../images/ico_name.jpg) no-repeat 1.5% center;
	padding-left: 24px;
}
.subscribe_form .email {
	background: url(../images/ico_email.jpg) no-repeat 1.5% center;
	padding-left: 24px;
}
.subscribe_form .company_url {
	background: url(../images/ico_company_url.jpg) no-repeat 1.5% center;
	padding-left: 24px;
}

.subscribe_form input {
	color: #a4a4a4;
	display: block;
	background: #fff;
	border: 1px solid #aeaeae;
	padding: 2px 8px;
	margin: 4px 0;
	width: 220px;
}
.subscribe_form .offers_checkbox {
	margin: 0;
	padding: 0;
	width: 20px;
	display: inline-block;
}
.subscribe_form .submit_button {
	color: #fff;
	background: #00a5e5;
	width: 80px;
}
.subscribe_form input:hover {
	/*background: #efefef;*/
}
.subscribe_form .submit_button:hover {
	background: #0395cd;
}
/*input[type='text'] {
    background-image: url(images/comment-author.gif);
    background-position: 7px 7px;
    background-repeat: no-repeat;
}*/

/* Footer */
#footer p {
	font-size: 10px;
}

/* Top Right Banner */

#topright, #topright a:link {
	position: absolute;
	right: 20px;
	top: 20px;
	display: block;
	height: 47px;
	width: 176px;
	background: url(../images/bubble.png) no-repeat;
	text-indent: -999em;
	text-decoration: none;
	z-index:400;
}

#topright:hover {
	background-position: 0px -47px;
}

/* Other */

.top_small_txt {
	vertical-align: top;
	font-size: 6px;
	letter-spacing: 1px;
	color: #000;
}


.noflashtxt, .noflashtxt p, .gallery.noflashtxt {
	color: #ffffff;
}



