body, html {
	height:100%;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
}

p, ul {
	margin: 0 0 25px 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: 20px;
}

ul {
	margin-left: 20px;
}

a:link
{
	color: #008ab8;
	font-weight: bold;
	text-decoration: none;
}
a:visited
{
	color: #008ab8;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	color: #008ab8;
	font-weight: bold;
	text-decoration: underline;
}

.large-blue-text {
	font-size: 24px;
	font-weight: bold;
	color: #008ab8;
}
.bannerLink {
	position:relative;
	color: #ffffff;
	font-size: 12px;
	top:137px;
	right: 200px;
}

.newsarchive {
	font-size: 11px;
	line-height: 15px;
}

/* for overflowing carousels */
.carousel-unbound-wrapper {
  height: auto;
  overflow-x: hidden;
  text-align: center;
}

.carousel-list {
  position: absolute;
  list-style: none;
}

.carousel-no-overflow {
  overflow: hidden;
}

.carousel-item {
	left: 3000px;
  	position: absolute;
	margin: 0;
	padding: 0;
	text-align: center;
}
#home-carousel-nav {
	margin:0 auto;
	position:relative;
	top:-145px;
	width:960px;
	z-index: 255;
}
.carousel-previous {
  z-index: 500;
  float: left;
}
.carousel-previous img {
  border: 0;
  width: 15px;
  height: 25px;
}
.carousel-next {
  z-index: 500;
  float: right;
}
.carousel-next img {
  width: 15px;
  height: 25px;
  border: 0;
}

/* Content Layout */
#siteLayout {
	position:relative;
	min-height:100%;
	height:auto !important;
	height:100%;
	width: 100%;
	margin: 0 auto -120px; /* the bottom margin is the negative value of the footer's height */
    text-align: left;
}
#siteLayoutHome {
	position:relative;
	min-height:100%;
	height:auto !important;
	height:100%;
	width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#mainContent {
	margin: 0 auto;
	padding: 0 0 160px 0;
}
#mainContentHome {
	padding-bottom:160px;
}
#breadcrumbs {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 50px;
	min-height: 50px;
}
#breadcrumbsContainer {
	margin: 0;
	padding: 0;
	padding-top: 15px;
	padding-left: 20px;
	width: 960px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#666666;
}
#breadcrumbsContainer a:link
{
	color: #008ab8;
	font-weight: bold;
	text-decoration: none;
}
#breadcrumbsContainer a:visited
{
	color: #008ab8;
	font-weight: bold;
	text-decoration: none;
}
#breadcrumbsContainer a:hover
{
	color: #008ab8;
	font-weight: bold;
	text-decoration: underline;
}
#pageContent {
	margin: 0;
	padding: 0;
	width: 100%;
	/*height: 300px;
	min-height: 300px;*/
	height:auto !important;
}
#pageContentContainer {
	position: relative;
	margin: 0;
	padding: 0;
	padding-left: 20px;
	/*margin: 0 auto;
	padding: 0 0 120px 0;*/
	width: 960px;
	height:auto !important;
}
#header {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 107px;
	min-height: 107px;
	background: url(../img/hdr-bg.gif) 0 0 repeat-x;
}
#headerContainer {
	margin: 0;
	padding: 0;
	width: 980px;
	height: 107px;
	min-height: 107px;
	position: relative;
	z-index: 1000;
}
#headerTopSpacer {
	float: left;
	margin: 0;
	padding: 0;
	width: 980px;
	height: 24px;
	min-height: 24px;
}
#headerLogo {
	float: left;
	margin: 0;
	padding: 0;
	width: 332px;
	height: 83px;
	min-height: 83px;
	padding-left: 20px;
	text-align:left;
	overflow: hidden;
}
#headerNav {
	float: left;
	margin: 0;
	padding: 0;
	width: 605px;
	height: 83px;
	min-height: 83px;
}
#headerSearch {
	float: right;
	margin: 0;
	padding: 0;
	height: 44px;
	min-height: 44px;
}
#headerNavElements {
	float: left;
	margin: 0;
	padding: 0;
	width: 605px;
	height: 39px;
	min-height: 39px;
}
#headerNavBorder {
	float: right;
	margin: 0;
	padding: 0;
	width: 1px;
	height: 39px;
	min-height: 39px;
	background: url(../img/nav-top-sep.gif) 0 0 no-repeat;
}
#homeContent {
	background: #1f1f1f;
	width: 100%;
	margin:305px 0 0;
	text-align: center;
	width: 100%;
}

#homeContent p, #homeContent h1, #homeContent h2, #homeContent h3, #homeContent h4 {
	color: #ffffff;
}

/* navigation layout */
ul.navTop {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	width: 600px;
	height: 39px;
}
ul.navTop li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
	z-index: 100;
}
ul.navTop li a{
	padding: 0px;
	display: block;
	float: left;
}
div.navItem
{
	float: left;
	margin: 0;
	padding: 0;
	height: 39px;
	min-height: 39px;
}
div.navItemSub
{
	float: left;
	z-index: 125;
	margin: 0;
	padding: 0;
	height: 33px;
	overflow:hidden; /* Fix extra height problem in IE6 */
}
div.navItemSub a, div.navItemSub a:visited
{
	display:block;
	width: 119px;
	height: 33px;
	background: url(../img/dropdown-bg.gif) 0 0 repeat-x;
	color: #666666;
	font-size: 11px;
}
div.navItemSub a:hover
{
	color: #ffffff;
	text-decoration: none;
}
div.navItemSub a div
{
	margin-top: 10px;
	line-height: 12px;
}
div.navItemSub a div.longText
{
	margin-top: 4px;
}
ul.subMenu
{
	width: 119px;
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	position: absolute;
	top: 39px;
	border-top: 1px solid #8f8f8f;
	border-left: 1px solid #8f8f8f;
	border-right: 1px solid #8f8f8f;
	left: 0px;
}
ul.subMenu li
{
	padding: 0;
	margin: 0;
	height: 33px;
	z-index: 1000;
}
ul.menu li.hover div.navItem a {
	background-position: 0 -39px;
}
ul.menu li.active div.navItem a {
	background-position: 0 -39px;
}
ul.menu li ul.subMenu li.hover div.navItemSub a {
	background-position: 0 -33px;
}
ul.menu li ul.subMenu li.active div.navItemSub a {
	background-position: 0 -33px;
}
ul.menu li.active ul {
	display: none;
}
.navRollHome a
{
	display:block;
	width: 120px;
	background: url(../img/nav-top-home.gif) 0 0 no-repeat;
}
.navRollAbout a
{
	display:block;
	width: 120px;
	background: url(../img/nav-top-aboutus.gif) 0 0 no-repeat;
}
.navRollSolutions a
{
	display:block;
	width: 120px;
	background: url(../img/nav-top-solutions.gif) 0 0 no-repeat;
}
.navRollPortfolio a
{
	display:block;
	width: 120px;
	background: url(../img/nav-top-portfolio.gif) 0 0 no-repeat;
}
.navRollBuzz a
{
	display:block;
	width: 120px;
	background: url(../img/nav-top-buzz.gif) 0 0 no-repeat;
}
#headerHomeBorder {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 1px;
	min-height: 1px;
	background-color: #333333;
	overflow: hidden;
}
#headerNavSub {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 35px;
	min-height: 35px;
	background-color: #333333;
	overflow: hidden;
}
div.headerNavSubLinks {
	margin: 0;
	padding: 0;
	width: 800px;
	height: 35px;
	min-height: 35px;
	padding-left: 234px;
	text-align: left;
}
div.hide {
	display: none;
}
.navSubLink {
	float: right;
	margin: 0;
	padding: 0;
	width: 160px;
	height: 35px;
	min-height: 35px;
	margin-top: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color:#FFFFFF;
}
.navSubLink a:link
{
	color: #ffffff;
	text-decoration: none;
}
.navSubLink a:visited
{
	color: #ffffff;
	text-decoration: none;
}
.navSubLink a:hover
{
	color: #008ab8;
	text-decoration: none;
}

/* footer styles */
#footer {
	position : absolute;
    left : 0;
    right : 0;
    bottom : 0px; /* that's the height of the footer */
    width: 100%;
	height : 160px;
	min-height: 160px;
    overflow : hidden;
	text-align: left;
    background: url(../img/foot-bg.gif) 0 0 repeat-x;
}
#footerContainer {
	margin: 10px 0 0 0;
	padding: 0;
	width: 980px;
	height: 110px;
	min-height: 110px;
}
#footerParterLogo {
	float: left;
}
#partnerContent {
	text-align: left;
	float: left;
	width: 560px;
	color: #666666;
}
#footerFindOutTxt {
	font-size: 11px;
	margin-bottom: 10px;
	padding: 0 5px;
}
.footerPartnerYear {
	float: left;
	border-left: 1px solid #e5e5e5;
	font-size: 11px;
	width: 175px;
	padding: 0 5px;
}
.footerPartnerYear span {
	color: #333333;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 18px;
}
#footerTopSpacer {
	float: left;
	margin: 0;
	padding: 0;
	width: 980px;
	height: 15px;
	min-height: 15px;
}
#footerBottomSpacer {
	float: left;
	margin: 0;
	padding: 0;
	width: 980px;
	height: 22px;
	min-height: 22px;
}
#footerContent {
	float: left;
	margin: 0;
	padding: 0;
	width: 980px;
	height: 83px;
	min-height: 83px;
}
#footerContentColOne {
	float: left;
	margin: 0;
	padding: 0;
	width: 700px;
	height: 83px;
	min-height: 83px;
	border-left: 1px solid #cccccc;
}
#footerContentColTwo {
	float: left;
	margin: 0;
	padding: 0;
	width: 220px;
	padding-left: 18px;
	height: 83px;
	min-height: 83px;
	border-left: 1px solid #cccccc;
}
#footerContentColThree {
	float: left;
	margin: 0;
	padding: 0;
	width: 20px;
	height: 83px;
	min-height: 83px;
	border-left: 1px solid #cccccc;
}
#valuedPartnersTitle,
#followUsTitle {
	margin: 0;
	padding: 0;
	padding-top: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color:#333333;
	text-align:left;
	height: 15px;
	min-height: 15px;
	overflow: hidden;
}

.banner {
  top: 108px;
  z-index: 50;
  color: #333333;
  width: 100%;
  height: 305px;
  overflow: hidden;
  margin: 0;
}
#carouselPartners {
	margin: 0;
	padding: 0;
	width: 700px;
	height: 39px;
	text-align: left;
	position: relative;
}
#carouselCtrlLeft {
  position: absolute;
  left: 2px;
	margin: 0;
	padding: 0;
	width: 11px;
	height: 39px;
	min-height: 39px;
	background: url(../img/foot-carousel-arrow-left.gif) 0 0 no-repeat;
}
#carouselCtrlRight {
  position: absolute;
  right: 0px;
	margin: 0;
	padding: 0;
	width: 11px;
	height: 39px;
	min-height: 39px;
	background: url(../img/foot-carousel-arrow-right.gif) 0 0 no-repeat;
}
#carouselItems {
  position: absolute;
  top: 0px;
  margin: 0;
  padding: 0;
  width: 682px;
  height: 39px;
  min-height: 39px;
}
#carouselItems ul {
  position: absolute;
  left: 12px;
  z-index: 10;
	margin: 0;
	padding: 0;
	width: 660px;
	height: 39px;
	min-height: 39px;
	left:15px;
}
#carouselItems ul li {
	margin: 0;
	padding: 0;
	width: 132px;
}
#footerCopyright {
	margin: 0;
	padding: 0;
	padding-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666666;
	text-align:left;
	height: 14px;
	min-height: 14px;
	overflow: hidden;
}

#footerCopyrightText {
	width: 980px;
	margin: 0 auto;
}

#footerCopyright a:link
{
	color: #008ab8;
	text-decoration: none;
	font-weight: bold;
}
#footerCopyright a:visited
{
	color: #008ab8;
	text-decoration: none;
	font-weight: bold;
}
#footerCopyright a:hover
{
	color: #008ab8;
	text-decoration: underline;
	font-weight: bold;
}
#followUsDesc {
	margin: 0;
	padding: 0;
	padding-top: 5px;
	padding-right: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#999999;
	text-align:left;
	height: 34px;
	min-height: 34px;
	overflow: hidden;
}
#followUsIcons {
	margin: 0;
	padding: 0;
	text-align:left;
	height: 34px;
	min-height: 34px;
	overflow: hidden;
}

/* show hide behaviour */
ul.menu ul,
ul.menu li:hover ul ul,
ul.menu ul ul,
ul.menu li:hover ul ul ul,
ul.menu ul ul ul,
ul.menu li:hover ul ul ul ul{
	position: absolute;
	left: -999em;
}

ul.menu li:hover ul,
ul.menu li li:hover ul,
ul.menu li li li:hover ul,
ul.menu li li li li:hover ul{
	left: 0px;
	z-index: 999;
}

/* show hide behaviour with protofish */
ul.menu li.hover ul ul,
ul.menu li.hover ul ul ul,
ul.menu li.hover ul ul ul ul{
	position: absolute;
	left: -999em;
}

ul.menu li.hover ul,
ul.menu li li.hover ul,
ul.menu li li li.hover ul,
ul.menu li li li li.hover ul{
	left: 0px;
	z-index: 999;
}

.description-section {
	float: left;
	width: 430px;
	text-align: left;
}
h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
}
#mainContentHome h3 {
	font-size: 18px;
	margin: 0 0 20px 0;
	font-weight: bold;
}
.description-title {
	font-size: 34px;
	padding-bottom: 5px;
}
.description-text p {
	margin: 0 0 10px 0;
}
.description-subtitle {
	font-size: 18px;
	padding-bottom: 15px;
}
.side-title {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	background-color: #333333;
	width: 195px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.blue-box-title {
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}
.blue-box-desc {
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 0;
}
.photos-awards-carousel-section {
	float: left;
	width: 460px;
}
.leadership-section {
	float: left;
	width: 920px;
	margin-bottom: 10px;
}
.affiliations-section {
	float: left;
	width: 460px;
	text-align: left;
}

.photos-awards-carousel-section {
	position: absolute;
	left: 470px;
	width: 480px;
	height: 346px;
	overflow: hidden;
	background-color: #008ab8;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.photos-awards-carousel-section h2{
  display: inline;
  font-family: Arial, Helvetica, sans-serif;
  font-size:14px;
  color: white;
  font-weight: bold;
}

.photos-awards-carousel-section .active h2{
  color: black;
}

.photos-awards-carousel-section a.about-carousel_link  {
  	display:block;
	float:left;
	margin:13px;
	text-decoration:none;
}

.photos-awards-carosuel-section a:hover {
  color: black;
}

.photos-awards-carousel-tabs {
  position: absolute;
  top: 40px;
  left: 0;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#photos-carousel, #awards-carousel {
  position: relative;
  width: 480px;
  height: 36px;
}

#photos-carousel .carousel-previous, #awards-carousel .carousel-previous {
  position: absolute;
  left: 0px;
  bottom: 0px;
  margin: 0 0 0 10px;
  cursor: auto;
}

#photos-carousel .carousel-next, #awards-carousel .carousel-next {
  position: absolute;
  right: 0px;
  bottom: 0px;
  margin: 0 10px 0 0;
  cursor: auto;
}

#photos-carousel ul, #awards-carousel ul{
  	bottom:0;
	height:34px;
	left:34px;
	list-style:none outside none;
	margin:0;
	padding:0;
	position:absolute;
	width:430px;
}

#photos-carousel li, #awards-carousel li {
  width: 60px;
  height: 40px;
}

.clearBoth {
	clear: both;
}
.news-section {
	width: 200px;
	margin: 20px;
	text-align: left;
	float: left;
}

.news-section p {
	margin: 0 0 20px 0;
}

.home-morenews {
	margin: 40px 0 0 0;
}

.home-news-date {
	color: #999999;
}

.feature-section {
	width: 440px;
	float: left;
	margin: 20px;
	text-align: left;
}

#homeContent .feature-section p {
	color: #999999;
	margin: 15px 0 0 0;
}

.social-media-section {
	width: 200px;
	float: left;
	margin: -9px 20px 0;
	text-align: left;
}

p.social-title {
	font-size: 18px;
	margin: 0;
	font-weight: bold;
}

.social-title-divider {
	color: #999999;
}

.leadership-section {
	margin-top: 40px;
}

.leadership_image {
	width: 200px;
	height: 280px;
	margin: 17px;
	float: left;
	text-align: left;
	position: relative;
}

.leadership_image.first{
	margin-left: 0;
}

.leadership_image a {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	margin:0 0 0 11px;
	position:absolute;
	text-decoration:none;
	top:254px;
}

.leadership_image a:hover {
	text-decoration: underline;
}

.leadership-title {
	color: #666666;
	margin: 0 0 25px 0;
	font-size: 18px;
	font-weight: normal;
}

.leadership-quote {
	color: #008AB8;
	margin: 0 25px 15px;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
}

.leadership-content {
	float: right;
	width: 480px;
	margin: 360px 20px 50px 20px;
	font-size: 12px;
	color: #333333;
	text-align: left;
}

.leadership-contact-info {
	width: 200px;
	margin: 0 20px;
	float: left;
}

.leadership-contact-recommendations {
	width: 200px;
	margin: 0 20px;
	float: right;
}

.twitter-bar {
	margin-top: 14px;
}

.philosophy-link {
	font-size: 12px;
}

.employment-link, .side-text {
	margin: 10px 0;
}

.side-subtitle {
	font-weight: bolder;
	margin: 0 0 10px 0;
}

.bluebox-wrapper {
	margin-bottom: 10px;
}

.client-quote {
	width: 240px;
	font-size: 17px;
	color: #008ab8;
	float: right;
	margin: 5px;
}

.client-list {
	float: right;
	width: 395px;
}

.client-list h2 {
	font-size: 18px;
}

.client-list ul {
	font-size: 12px;
}

.client-list li {
	line-height: 20px;
}
.emailError {
	color: #ff0000;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 12px;
}
.contactForm {
	margin-bottom: 10px;
}
.contactForm label {
	font-size: 12px;
}

.contactForm input {
	width: 175px;
	height: 21px;
	border: 1px solid #cecece;
}

.contactForm textarea {
	width: 361px;
	height: 187px;
	border: 1px solid #cecece;
}

a img.submitContactButton {
	background: url(../img/contact_submit_button.gif) 0 0 no-repeat;
}
a:hover img.submitContactButton {
	background-position: 0 -22px;
}

#homeLogin {
	position: absolute;
	top: 10px;
	right: 25px;
}

#homeLogin a {
	font-size: 10px;
	color: #999999;
}

#headerSearch .search-field {
	height: 20px;
	margin: 0;
	padding: 0;
}

#headerSearch a .submitButton {
	margin-top: 10px;
	background: url(../img/search-button.gif) 0 0 no-repeat;
}
#headerSearch a:hover .submitButton {
	background-position: 0 -20px;
}

/**** Twitter Feed *****/
.twtr-doc {width: 200px;}
.twtr-hd {display: none;}
.twtr-tweet {border-bottom: #1f1f1f;}
.twtr-join-conv {color: #008ab8}

/**** Facebook Feed *****/

