@charset "utf-8";

/* ===================================================================
		Main - Sublevel
*/

.main {
	width: 894px;
	margin: 0 auto;
	padding-bottom: 20px;
	font-size: 12px;
	line-height: 16px;
}

.main h2 {
	margin-left: 10px;
	margin-top: 20px;
	padding-left: 15px;
	background-image: url('/images/h2-bullet.gif');
	background-repeat: no-repeat;
	background-position: center left;
}

.main h3 { /* will normally be replaced via sIFR */
	margin-top: 0px;
	margin-left: 25px;
	color: #EF8014;
	font-size: 14px;
}

.main h4 {
	margin-top: 12px;
	margin-bottom: 0px;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}	


.main .tagline {
	margin-left: 25px;
}

.main .taglineMiddle {
	margin-left: 15px;
}


.main .hr {
	background-image: url('/images/utility/hr-blue.gif');
	background-repeat: repeat-x;
	height: 37px;
	margin: 0 10px;
}

.main .greyLine {
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 20px;
}


.main .topspacer {
	height: 15px;
	margin: 0 10px;
}

/* ------------------------------------------
		Content Structure
*/

.main .sidebar-left {
	float: left;
	width: 197px;
	border-right: 1px solid #dbdbdb;
	margin-right: -1px;
}

.main .content {
	float: left;
	width: 497px;
	border-color: #dbdbdb;
	border-style: solid;
	border-width: 0 1px;
}

.main .sidebar-right {
	float: left;
	width: 198px;
	border-left: 1px solid #dbdbdb;
	margin-left: -1px;
}

.remove-left-border .sidebar-left {
	border: 0;
	margin-right: 0;
}

.remove-left-border .content {
	border-left: 0;
	width: 498px;
}

.remove-right-border .sidebar-right {
	border: 0;
	margin-left: 0;
}

.remove-right-border .content {
	border-right: 0;
	width: 498px;
}

.remove-both-borders .sidebar-right {
	border: 0;
	margin-left: 0;
}

.remove-both-borders .sidebar-left {
	border: 0;
	margin-right: 0;
}

.remove-both-borders .content {
	border: 0;
	width: 499px;
}

/* ------------------------------------------
		Content Wide Structure
*/

.main div.content-wide {
	width: 694px;
}

.main .content-wide .image {
	float: right;
	width: 197px;
	padding-bottom: 15px;
	text-align: right;
}

.main .content-wide .wide-right-hold {
	float: left;
	width: 497px;
}

/* -- for leadership page and other pages that need equal-width content columns -- */
.main .content-wide .image-equal {
	float: left;
	width: 347px;
	padding-bottom: 15px;
	text-align: left;
}

.main .content-wide .wide-right-hold-equal {
	float: left;
	width: 347px;
}

.headertext-for-equal {
 padding: 0 15px 25px 15px;
}


.main .content-wide .block {
	padding: 0 15px 20px 15px;
}

/* ------------------------------------------
		Content Styling
*/

.main .content .block {
	padding: 0 15px 20px 15px;
}

.main .content ul {
	padding: 0 15px 13px 15px;
}

.main .content li {
	padding-bottom: 7px;
	padding-left: 15px;
	margin-left: 15px;
	list-style: none;
	background-image: url('/images/content-bullet-black.gif');
	background-repeat: no-repeat;
	background-position: left top;
}

.main .content li.title {
	font-weight: bold;
	background: none;
	margin-left: 0;
}

.main .content .nestedUL {
	padding: 4px 15px 0px 15px;
}

.main .content .nestedUL li {
	background-image: none;
	list-style: circle;
	padding-left: 0;
	margin-left: 10px;
	font-size: 11px;
}

.main .content .highlight-bar {
	background-image: url('/images/highlight-bar-large.gif');
	background-repeat: no-repeat;
	width: 467px;
	height: 21px;
	margin: 0 10px 0 10px;
	padding-bottom: 20px;
	font-weight: bold;
	padding-top: 4px;
	padding-left: 10px;
}

.main .content .highlight-bar a {
	color: #333333;
	display: block;
	height: 21px;
	padding-top: 4px;
	padding-left: 10px;
}

.main .content .highlight-bar-linked {
	width: 477px;
	padding-top: 0px;
	padding-left: 0px;
}


.main .content .highlight-bar-equal {
	background-image: url('/images/highlight-bar-307px.gif');
	background-repeat: no-repeat;
	width: 307px;
	height: 21px;
	margin: 0 10px 10px 14px;
	padding-bottom: 20px;
	font-weight: bold;
	font-size: 10px;
	padding-top: 4px;
	padding-left: 10px;
}

.main .content .highlight-bar-equal a {
	color: #333333;
	display: block;
	height: 21px;
	padding-top: 4px;
	padding-left: 10px;
}

.main .content .highlight-bar-linked-equal {
	width: 322px;
	padding-top: 0px;
	padding-left: 0px;
}


.main .content .small-padding {
	padding-bottom: 5px;
}

.main .content .no-padding {
	padding-bottom: 0px;
}

.main .content .padParagraphs p {
	padding-bottom: 18px;
}

/* ------------------------------------------
		Quote Styling added by DW Feb 2009
*/

.sidebar-left .quote-block {
	color: #59a3d6;
	font-size: 11px;
	line-height: 14px;
	padding-left: 17px;
	background-image: url('/images/blue-quote-start.gif');
	background-repeat: no-repeat;
	margin-left: 3px;
}

.sidebar-left .quote {
	background-image: url('/images/blue-quote-end.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-right: 17px;
}

.sidebar-left .credit {
	text-align: right;
	padding-top: 10px;
}

/* ------------------------------------------
		Quote Styling
*/

.sidebar-right .quote-block {
	color: #59a3d6;
	font-size: 11px;
	line-height: 14px;
	padding-left: 17px;
	background-image: url('/images/blue-quote-start.gif');
	background-repeat: no-repeat;
	margin-left: 3px;
}

.sidebar-right .quote {
	background-image: url('/images/blue-quote-end.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-right: 17px;
}

.sidebar-right .credit {
	text-align: right;
	padding-top: 10px;
}


/* ------------------------------------------
		General Left Sidebar Styling added by DW Feb 2009
*/

.main .sidebar-left .hr {
	background-image: url('/images/utility/hr-dotted-grey.gif');
	background-repeat: repeat-x;
	height: 37px;
	margin: 0 10px;
}

.main .sidebar-left p {
	color: #59A3D6;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 6px;
	margin-right: 12px;

}

.main .sidebar-left p {
	color: #59A3D6;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 6px;
	margin-right: 12px;
	margin-bottom: 12px;

}

.main .sidebar-left ul {
	padding: 0 15px 13px 5px;
}

.main .sidebar-left li {
	font-size: 11px;
	padding-bottom: 7px;
	padding-left: 10px;
	margin-left: 15px;
	list-style: none;
	background-image: url('/images/content-bullet-black.gif');
	background-repeat: no-repeat;
	background-position: left top;
}

/* ------------------------------------------
		General Right Sidebar Styling
*/

.main .sidebar-right .hr {
	background-image: url('/images/utility/hr-dotted-grey.gif');
	background-repeat: repeat-x;
	height: 37px;
	margin: 0 10px;
}

.main .sidebar-right p {
	color: #59A3D6;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 6px;
	margin-right: 12px;

}

.main .sidebar-right p {
	color: #59A3D6;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 6px;
	margin-right: 12px;
	margin-bottom: 12px;

}

.main .sidebar-right ul {
	padding: 0 15px 13px 5px;
}

.main .sidebar-right li {
	font-size: 11px;
	padding-bottom: 7px;
	padding-left: 10px;
	margin-left: 15px;
	list-style: none;
	background-image: url('/images/content-bullet-black.gif');
	background-repeat: no-repeat;
	background-position: left top;
}

.twoDeepList {
	margin-left: -12px;
	padding-left: 0px;
}


/* ===================================================================
		Unique Styles for Pages
*/

/* ------------------------------------------
		Content Styling for Inside the Lab newsletter integration into main site added by DW April 2009
*/

.main .newslettercontent .newsletterblock {
	padding: 0 15px 20px 15px;
}

.main .content ul {
	padding: 0 15px 13px 15px;
}

.main .content li {
	padding-bottom: 7px;
	padding-left: 15px;
	margin-left: 15px;
	list-style: none;
	background-image: url('/images/content-bullet-black.gif');
	background-repeat: no-repeat;
	background-position: left top;
}

.main .content li.title {
	font-weight: bold;
	background: none;
	margin-left: 0;
}

.main .content .nestedUL {
	padding: 4px 15px 0px 15px;
}

.main .content .nestedUL li {
	background-image: none;
	list-style: circle;
	padding-left: 0;
	margin-left: 10px;
	font-size: 11px;
}

.main .content .highlight-bar {
	background-image: url('/images/highlight-bar-large.gif');
	background-repeat: no-repeat;
	width: 467px;
	height: 21px;
	margin: 0 10px 0 10px;
	padding-bottom: 20px;
	font-weight: bold;
	padding-top: 4px;
	padding-left: 10px;
}

.main .content .highlight-bar a {
	color: #333333;
	display: block;
	height: 21px;
	padding-top: 4px;
	padding-left: 10px;
}

.main .content .highlight-bar-linked {
	width: 477px;
	padding-top: 0px;
	padding-left: 0px;
}


.main .content .highlight-bar-equal {
	background-image: url('/images/highlight-bar-307px.gif');
	background-repeat: no-repeat;
	width: 307px;
	height: 21px;
	margin: 0 10px 10px 14px;
	padding-bottom: 20px;
	font-weight: bold;
	font-size: 10px;
	padding-top: 4px;
	padding-left: 10px;
}

.main .content .highlight-bar-equal a {
	color: #333333;
	display: block;
	height: 21px;
	padding-top: 4px;
	padding-left: 10px;
}

.main .content .highlight-bar-linked-equal {
	width: 322px;
	padding-top: 0px;
	padding-left: 0px;
}


.main .content .small-padding {
	padding-bottom: 5px;
}

.main .content .no-padding {
	padding-bottom: 0px;
}

.main .content .padParagraphs p {
	padding-bottom: 18px;
}

/* ------------------------------------------
		Our Clients
*/

.our-clients .logos {
	text-align: right;
}

.our-clients .logos .logoA {
	padding-top: 90px;
}

.our-clients .logos .logoB {
	padding-top: 60px;
}

.our-clients .logos .logoC {
	padding-top: 35px;
}

.our-clients .logos .logoD {
	padding-top: 50px;
}



/* ------------------------------------------
		Leadership
*/

.leadership .photos {
	text-align: right;
}

.leadership .photos .amy {
	padding-top: 83px;
}

.leftImage {
	float: left;
	padding: 0 10px 5px 0;
}



/* ------------------------------------------
		Contact Us
*/

.contactus .contactForm td {
	padding: 5px;
}

.contactus .contactForm input {
	background-color: #EEEEFF;
}

.contactus .privacyNote {
	margin-left: 150px;
	margin-right: 30px;
}


/* ------------------------------------------
		Newsletter
*/


.newsletter li {
	margin: 0 ;
	list-style: disc;
	background-image: none !important;
}


/* Form Validation ala http://tetlaw.id.au/view/javascript/really-easy-field-validation */

.validation-advice {
	margin: 5px 1px 0 1px;
	padding: 3px;
	background-color: #7AADDB;
	border: 1px solid #EF8014;
	color : #FFF;
	font-size: 10px;
}


/* ------------------------------------------
		sIFR v2 font replacement for orange H3 tags
*/

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h3 {
	visibility: hidden;
	line-height:44px !important;
	height:18px;
	font-size:18px;
	visibility:hidden;
	margin-left: 25px !important;
}

