/* base styles */
html, body {
	font-family: Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-align: left;
	background: url(../images/homepage_butterfly.jpg) no-repeat top left #000;
	color: #5e6367;
	font-size: 10pt;
}

a {
	color:#0680c3;
	text-decoration: none;
}

hr {
	border: none;
	border-bottom: 1px solid #e5ecf0;
	clear:both;
	float:left;
	width:100%;
}

input, select, textarea {
	color:#444;
}
label.error {
	color: #ff0000;
}

h3, h4 {
	clear: both;
}

/* tt site styles */
#primarycontent div {
	padding-bottom: 10px;
	float: left;
}

#maincontainer {
	width: 900px;
	margin-left: 30px;
	height: 100%;
	float: left;
	clear: left;
}

#masthead {
	width: 100%;
	height: 100px;
	float: left;
	background-color: #fff;
}
#masthead #prilogo {
	float: left;
	clear: left;
}

#masthead #searchbar {
	float: right;
	clear: right;
	padding: 9px 9px 6px 0;
	width: 300px;
	text-align:right;
}
#masthead #searchbar #txtKeywords {
	height: 17px;
	width: 203px;
	vertical-align: middle;
}
#masthead #searchbar #btnsearch {
	height: 18px;
	width: 32px;
	background: url(../images/go-button.png) no-repeat top left;
	border: 0;
	vertical-align: middle;
}

#masthead #smallnav {
	float: right;
	clear: right;
	padding: 0 9px;
	color: #777;
	font-size: 10px;
	width: 250px;
}
#masthead #smallnav ul {
	margin: 0;
	text-indent: 0;
	list-style:none;
	height: 12px;
	padding: 0;
	display: block;
	float: left;
	text-transform: uppercase;
}
#masthead #smallnav ul li {
	padding: 0;
	margin: 0;
	padding: 0 15px;
	display:inline-block;
	height: 12px;
	clear: none;
	text-align: center;
	vertical-align: middle;
	float: left;
	border-right: 1px solid #aaa;
}
#masthead #smallnav ul li.first {
	padding-left: 3px;
}
#masthead #smallnav ul li.last {
	border-right: 0;
}
#masthead #smallnav ul li a {
	display: block;
	height: 12px;
	font-size: 11px;
	color: #aaa;
	text-decoration: none;
	background: none;
	float: left;
}
#masthead #smallnav ul li a:hover {
	color: #4a97c1;
	text-decoration: none;
}

#primarynav {
	float: left;
	clear: left;
	width: 100%;
	height: 27px;
	background: url(../images/nav-bg.png) repeat top left #666666;
}
#primarynav ul {
	margin:0;
	text-indent:0;
	list-style:none;
	height: 27px;
	padding:0;
	display: block;
	float: left;
}
#primarynav ul li {
	padding: 0;
	margin: 0;
	padding: 0;
	display:inline-block;
	height: 27px;
	clear: none;
	text-align: center;
	vertical-align: middle;
	float: left;
}
#primarynav ul li a {
	display: block;
	padding: 6px 0;
	height: 27px;
	width: 100%;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	float: left;
}
#primarynav ul li a span {
	padding: 6px 22px;
}
#primarynav ul li a:hover, #primarynav ul li.current {
	text-decoration: none;
	background: url(../images/nav-bg-selected.png) repeat top left;
	display: block;
}

#breadcrumb {
	float: left;
	clear: left;
	height: 21px;
	background-color: #b7c7d2;
	color: #000;
	font-size: 10px;
}
#breadcrumb ul {
	margin:10px 0 0 20px;
	text-indent:0px;
	list-style:none;
	height: 12px;
	padding:0px;
	display: block;
	float: left;
}
#breadcrumb ul li {
	padding:0px;
	margin:0px;
	display:inline-block;
	height: 12px;
	clear: none;
	text-align: center;
	vertical-align: middle;
	float: left;
}

#breadcrumb ul li a {
	color: #5492bd;
	text-decoration: none;
}

#primarycontent {
	width: 100%;
	background: url(../images/content_bg.png) repeat-y #b7c7d2 705px 0;
	float: left;
}
#primarycontent #content {
	background-color: #f1f4f6;
	float: left;
	clear: left;
	color: #1e1e1e;
	margin: 0 15px;
	padding: 10px;
	width: 655px
}
#primarycontent #sidebar {
	width: 194px;
	background-color: #b7c7d2;
	float: right;
	/* border-left: 1px dotted #809fb5; */
}
#primarycontent #sidebar h3 {
	background: url(../images/sidebar-head-bg.png) repeat-x top left;
	color:#CFE2EB;
	font-size:12px;
	height:23px;
	padding:6px;
	margin: 0;
	float: left;
	clear: both;
	width: 182px;
}
#primarycontent #sidebar ul{
	margin:0px;
	text-indent:0px;
	list-style:none;
	padding:0px;
	display: block;
	float: left;
	width: 194px;
}
#primarycontent #sidebar ul li {
	padding: 0px;
	height: 23px;
	margin: 0px;
	padding: 0;
	display: block;
	clear: both;
	text-align: left;
	vertical-align: middle;
	float: left;
	width: 194px;
}
#primarycontent #sidebar ul li a {
	display: block;
	font-size: 14px;
	color: #282828;
	text-decoration: none;
	background: none;
	float: left;
	height: 22px;
	width: 179px;
	padding: 1px 0 0 15px;
	vertical-align: middle;
}
#primarycontent #sidebar ul li a:hover, #primarycontent #sidebar ul li a.selected, #primarycontent #sidebar #socialnav a:hover {
	color: #129de8;
	font-weight: bolder;
	background-color: #e6e6e6;
}
#footer {
	float: left;
	clear: both;
	height: 107px;
	width: 100%;
	background: url(../images/logo-sm.png) no-repeat top left #28333b;
}
#footer #footernav {
	margin: 40px 0 0 47px;
	float: left;
	clear: both;
}
#footer #footernav ul {
	margin:0px;
	text-indent:0px;
	list-style:none;
	height: 12px;
	padding:0px;
	display: block;
	float: left;
}
#footer #footernav ul li {
	padding:0px;
	margin:0px;
	padding: 0 15px;
	display:inline-block;
	height: 12px;
	clear: none;
	text-align: center;
	vertical-align: middle;
	float: left;
	border-right: 1px solid #cfe2eb;
}
#footer #footernav ul li.last {
	border-right: 0px;
}
#footer #footernav ul li a {
	display: block;
	height: 12px;
	font-size: 11px;
	color: #cfe2eb;
	text-decoration: none;
	background: none;
	float: left;
}
#footer #footernav ul li a:hover {
	color: #4a97c1;
	text-decoration: none;
}
#footer #copyright {
	margin: 15px 0 0 61px;
	float: left;
	clear: left;
	color: #999;
	font-size: 10px;
	* width: 353px;
}
#footer #tertiarynav {
	float: left;
	clear: none;
	margin: 15px 0 0 17px;
	width: 330px;
}
#footer #tertiarynav ul {
	margin:0px;
	text-indent:0px;
	list-style:none;
	height: 12px;
	padding:0px;
	display: block;
	float: left;
}
#footer #tertiarynav ul li {
	padding:0px;
	margin:0px;
	padding: 0 15px;
	display:inline-block;
	height: 12px;
	clear: none;
	text-align: center;
	vertical-align: middle;
	float: left;
	border-left: 1px solid #cfe2eb;
}
#footer #tertiarynav ul li a {
	display: block;
	height: 12px;
	font-size: 11px;
	color: #cfe2eb;
	text-decoration: none;
	background: none;
	float: left;
}
#footer #tertiarynav ul li a:hover {
	color: #4a97c1;
	text-decoration: none;
}

#calltoaction {
	float: left;
	clear: right;
	width: 200px;
	margin: 450px 30px 0 30px;
	color: #fff;
	text-align: left;
	font-size: 15px;
	display: none;
}
#calltoaction a {
	display: block;
	clear: both;
	font-weight: bold;
	color: #f67f15;
	margin-top: 7px;
}

#primarycontent #content h2 {
	margin: 0 0 10px 0;
	color: #0680c3;
	font-size: 20px;
	font-weight: normal;
}
#primarycontent #content h3 {
	margin: 5px 0;
	clear: both;
}

/* overrides for CMS generated stuff */
#pagetitlecontainer {
	height: 125px;
	width: 702px;
	background: url(../images/page-heading.png) no-repeat top left;
	float: left;
	clear: left;
}
#pagetitlecontainer h1.pageTitle {
	color:#F67F15;
	font-size:25px;
	font-weight:normal;
	padding:40px 30px 0 29px;
	text-align: left;
}

#primarycontent p {
	float: left;
}

#svPortal {
	clear: both;
	float: left;
	margin-top: 0;
}
#svPortal dl, #svPortal dd {
	margin: 10px 0;
	padding: 0;
}
#svPortal dl {
	border-bottom: 1px solid #e5ecf0;
}

#svSearchResults {
	clear: both;
}
div.moreResults {
	clear: both;
}
div.moreResults ul {
	clear: both;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}
div.moreResults ul li {
	display: block;
}
#svSearchAgain {
	float: left;
	clear:  both;
	font-size: 0.9em;
	margin-top: 14px;
}
#svSearchAgain span {
	display: block;
	clear: both;
	margin-bottom: 7px;
}

/* special page styles */
#primarycontent #leftbar {
	float: left;
	clear: left;
	width: 174px;
	padding: 10px;
}
#primarycontent #leftbar h3 {
	font-size: 21px;
	font-weight: normal;
	color: #6a7881;
	border-bottom: 1px dotted #809fb5;
	margin-bottom: 5px;
	margin-top: 10px;
}
#primarycontent #leftbar h3.first {
	margin-top: -10px;
}
#primarycontent #leftbar a {
	text-decoration: none;
	color: #0680c3;
	font-weight: bolder;
}

#primarycontent #content div.profile {
	background-color: #fff;
	margin: 5px;
	padding: 10px;
	float: left;
}
#primarycontent #content div.profile div.photo {
	float: left;
	width: 110px;
}
#primarycontent #content div.profile div.photo img {
	border: 1px outset;
}
#primarycontent #content div.profile div.photo a {
	text-decoration: none;
	color: #129DE8;
	font-weight: bolder;
	padding: 5px;
	padding-bottom: 0;
	display: block;
	float: left;
	font-size: 0.9em;
}
#primarycontent #content div.profile div.photo a img {
	border: none;
	width: auto;
	height: auto;
	margin-right: 5px;
	vertical-align: middle;
}
#primarycontent #content div.profile div.summary {
	float: left;
	width: 515px;
}
#primarycontent #content div.profile div.summary a {
	text-decoration: none;
	color: #129DE8;
	font-weight: bolder;
}

#primarycontent #hero {
	float: left;
	background: url(../images/hero-bottom.png) no-repeat left bottom #f0f0f0;
	height: 375px;
}
#primarycontent #hero #inspire {
	float: left;
	padding: 15px 0 0 30px;
	width: 270px;
}
#primarycontent #hero #inspire div {
	float: left;
	padding-top: 20px;
	color: #6a7881;
	font-size: 17px;
	line-height: 25px;
	width: 250px;
}
#primarycontent #hero #verticals {
	float: right;
	width: 600px;
}
#primarycontent #hero #verticals div.verticalcontainer {
	float: left;
	margin-right: 10px;
}
#primarycontent #hero #verticals div.verticalcontainer div {
	margin: 0;
	margin-top: 8px;
	background: url(../images/verticals-top.png) no-repeat top left;
	width: 267px;
	height: 91px;
	padding: 8px 10px;
	float: left;
	clear: both;
	color: #1e1e1e;
}
#primarycontent #hero #verticals div.verticalcontainer div h1 {
	color: #4a97c1;
	font-size: 21px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
#primarycontent #hero #verticals div.verticalcontainer div.bottom {
	display: block;
	background: url(../images/verticals-bottom.png) no-repeat bottom left;
	height: auto;
	width: 267px;
	margin: 0;
	float: left;
	clear: both;
	color: #576770;
	padding-top: 3px;
	padding-bottom: 10px;
	font-size: 10pt;
}
#primarycontent #hero #verticals div.verticalcontainer div.bottom a {
	padding-top: 5px;
	/* margin-left: 7px; */
	/* display: block; */
}

#primarycontent #news {
	float: left;
	height: 270px;
}
#primarycontent #news #events {
	float: left;
	width: 300px;
	height: 270px;
	background: url(../images/home-news-light-bg.png) repeat-x top left #f0f0f0;
}
#primarycontent #news #awards {
	float: right;
	width: 580px;
	height: 270px;
	background: url(../images/home-news-bg.png) repeat-x top left #f0f0f0;
	padding: 0 10px 10px 10px;
}
#primarycontent #news #events h2, #primarycontent #news #awards h2 {
	font-size: 21px;
	font-weight: normal;
	color: #6a7881;
	margin: 10px 0 10px 30px;
}
#primarycontent #news #awards img {
	float: left;
}
#primarycontent #news #awards div {
	clear:right;
	float:right;
	padding:0 10px;
	width: 340px;
}
#primarycontent #news #awards div a {
	font-weight: bolder;
}
#primarycontent #news #awards div a > img {
	padding-top: 5px;
}

#primarycontent #whowehelp, #primarycontent #whowehelp div {
	margin: 5px 0;
}

div.post {
	float: left;
	margin-bottom:10px;
	padding:5px;
	width:646px;
	background-color: #fff;
}
div.post h3.posttitle {
	margin: 0 0 5px 0;
}
div.post div.postinfo {
	margin:0px;
	float: left;
	clear: both;
	width: 645px;
}
div.post div.postbody {
	float: left;
	clear: both;
	width: 645px;
} 

#whatwedo_podcontainer {
	float: left;
}
div.podcontainer {
	float: left;
	margin-right: 10px;
	width: 317px
}
div.podcontainer div {
	margin: 0;
	margin-top: 8px;
	background: url(../images/pod-top.png) no-repeat top left;
	width: 310px;
	height: 41px;
	padding: 8px 10px;
	float: left;
	clear: both;
	color: #1e1e1e;
}
div.podcontainer div ul {
	margin: 0 0 0 23px;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	width: 290px;
}
div.podcontainer div ul li {
	/* display: block; */
	list-style-image:url(../images/double_gt.png);
}
div.podcontainer div h4 {
	color: #F67F15;
	font-size: 21px;
	font-weight: normal;
	margin: 2px 20px 0 0;
	padding: 0;
}
div.podcontainer div.bottom {
	display: block;
	background: url(../images/pod-bottom.png) no-repeat bottom left;
	height: auto;
	width: 310px;
	margin: 0;
	float: left;
	clear: both;
	color: #576770;
	padding-top: 3px;
	font-size: 10pt;
}

#events div {
	margin-left: 35px;
	margin-right: 15px;
	padding-bottom: 5px;
	clear: both;
}
#events div a {
	display: block;
	float: left;
}
#events div div {
	margin-left: 0px;
	margin-right: 0px;
	font-size: 0.85em;
	width: 250px;
}

#eventscontainer div {
	clear: both;
	background-color: #fff;
	margin-bottom: 10px;
	padding: 5px;
	width: 645px;
}
#eventscontainer div a {
	display: block;
	float: left;
}
#eventscontainer div div {
	width: 635px;
}

#wwh_container, #wwu_container, #uxcontainer, #dmcontainer, #entcontainer {
	border-top: dotted 1px #5e6367;
	padding-top: 10px;
}
#wwh_title, #wwu_title, #ux_title, #dm_title, #ent_title {
	float: left;
	width: 200px;
	color: #5e6367;
	font-size: 17px;
}
#wwh_content, #wwu_content, #ux_content, #ent_content, #dm_content {
	width: 455px;
}
#wwh_content div, #wwu_content div, #ux_content div, #dm_content div, #ent_content div {
	padding:0 10px 0 17px;
	display: none;
}

#contact_container div a {
	width: 184px;
	height: 211px;
	padding: 0;
	margin: 10px 17px;
	display: block;
	float: left;
}

#contact_container #contact_offerings #contact_link_offerings {
	background: url(../images/contact_offerings.png) no-repeat top left;
}
#contact_container #contact_offerings #contact_link_offerings:hover {
	background: url(../images/contact_offerings_hover.png) no-repeat top left;
}
#contact_container #contact_partnerships #contact_link_partnerships {
	background: url(../images/contact_partnerships.png) no-repeat top left;
}
#contact_container #contact_partnerships #contact_link_partnerships:hover {
	background: url(../images/contact_partnerships_hover.png) no-repeat top left;
}
#contact_container #contact_media #contact_link_media {
	background: url(../images/contact_media.png) no-repeat top left;
}
#contact_container #contact_media #contact_link_media:hover {
	background-image: url(../images/contact_media_hover.png);
}

#contactPanel a.container-close {
	background:transparent url(../images/close.png) no-repeat scroll;
	width: 36px;
	height: 36px;
	top: -19px;
	left: 582px;
}
#contactPanel div.bd #btnContactSubmit {
	clear: both;
	float: right;
	text-transform: uppercase;
	height: 26px;
	width: 59px;
	background: url(../images/submit.png) no-repeat bottom left;
	border: none;
	color: #fff;
	font-size: 11px;
	padding: 7px 0 0 11px;
}
#contactPanel div.hd, #contactPanel div.ft {
	display: none;
}
#frmContact div {
	float: left;
	width: 580px;
	clear: both;
	margin-bottom: 10px;
}
#frmContact div label {
	float: left;
	width: 175px;
	text-align: right;
	padding-right: 10px;
}
#frmContact div input, #frmContact div textarea {
	width: 285px;
}
#frmContact div textarea {
	height: 100px;
}
#contactPanel div.bd p {
	margin: 10px 20px 15px 20px;
}

#insights {
	padding-left: 10px;
	padding-right: 10px;
}

#socialnav a {
	text-decoration: none;
	color: #129DE8;
	font-weight: bolder;
	padding: 5px;
	padding-bottom: 0;
	display: block;
	float: left;
	font-size: 0.9em;
	width: 183px;
}
#socialnav a img {
	border: none;
	width: auto;
	height: auto;
	margin-right: 5px;
	vertical-align: middle;
}

/* yui overrides */
div.yui-panel-container {
	float: left;
}
div.yui-panel-container div {
	float: left;
}
.yui-skin-sam .yui-panel-container.shadow .underlay {
	left: 3px;
}
.yui-skin-sam .mask {
	opacity:0.75;
}
/* #busy__mask {
	background-color:#777;
	opacity: 1;
} */
#busy_ .hd {
	width: 220px;
}
