/* version 20110725 */

* { margin: 0; padding: 0; }
a img { border: none; }
.vcard abbr { border: none; }

html,
body,
* html #primary { height: 100%; }

body {
	background: #fff url(/images/incontext-bg_body.gif) 0 0 repeat-x;
	text-align: center;
	}

#primary { /* wraps everything before #bottom for sticky footer */
	position: relative;
	min-height: 100%;
	}


/* --------------------------------
Header
-------------------------------- */

#header {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	}

#header p.logo a {
	display: block;
	width: 290px;
	height: 45px;
	padding: 27px 0 0 0;
	text-indent: -999em;
	background: url(/images/incontext-logo.gif) 0 27px no-repeat;
	}

#header p.tagline {
	margin: 2px 0 8px 140px;
	font: 18px Georgia, sans-serif;
	font-style:italic;
	color: #777;
	}

/* --- main nav tabs --- */

#header #nav {
	width: 960px;
	height: 40px;
	background: url(/images/incontext-bg_nav_article.gif) 0 0 no-repeat;
	}
	
#frontpage #header #nav { background-image: url(/images/incontext-bg_nav_frontpage.gif); }

#pcm{display:none;}

#nav ul {
	list-style: none;
	}

ul.menu {
	float: left;
	margin: 6px 0 0 0;
	}
	
	ul.menu li {
		background-color: #A5CF4C;
		border-right: 1px dotted #fff;
		float: left;
		}
		
		ul.menu li:hover {
			position: relative;
			}

		ul.menu li a {
			display: block;
			height: 18px;
			text-align: center;
			text-decoration: none;
			padding: 3px 10px 2px 15px;
			text-transform: uppercase;
			font: bold 12px/19px Arial, Helvetica, sans-serif;
			letter-spacing: 1px;
			color: #000;
			text-decoration: none;
			background: #A5CF4C url(/images/incontext-bg_nav_link-corner.gif) 0 0 no-repeat;
			}
			
			ul.menu li a:hover {
				color: #637393;
				}
			
			ul.menu li a.active { color: #fff !important; }

	/* dropdown styles */
	
	ul.menu ul {
		display: none;
		position: absolute;
		z-index: 99;
		left: -1px;
		top: 98%;
		width: 168px;
		}
	
	ul.menu li:hover > ul { display: block; }
	
		ul.menu li ul li {
			float: none;
			border-right: none;
			}
		
			ul.menu li ul li a {
				background: #A5CF4C;
				text-align: left;
				border-bottom: 1px dotted #fff;
				font-weight: normal;
				letter-spacing: 0;
				text-transform: none;
				}
				
				ul.menu li ul li a:hover {
					background: #637393;
					color: #fff;
					}

	ul.menu ul ul {
		position: absolute;
		left: 98%;
		top: -2px;
		}

/* --- top search box --- */

#header #nav form {
	width: 195px;
	float: right;
	padding: 6px 0 0 11px;
	}

#header #nav form p {
	display: inline;
	}

#header #nav form input.field {
	width: 125px;
	background: transparent;
	border: none;
	margin: 0 5px 0 0;
	}

#header #nav form input.button {
	width: 51px;
	height: 17px;
	background: url(/images/incontext-search_button.gif) 0 0 no-repeat;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font: 9px Arial, Helvetica, sans-serif;
	border: none;
	}

*:first-child+html #header #nav form { padding: 9px 0 0 11px; } /* target IE7 only */
*:first-child+html #header #nav form input.field { width: 130px; }




/* --------------------------------
Core - Main Structure
-------------------------------- */

#core {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
	background-repeat: repeat-y;
	background-position: 0 0;
	padding-bottom: 357px; /* needed for sticky footer */
	}
	
/* *:first-child+html #core { padding-bottom: 357px; } target IE7 only */

#frontpage #core { background-image: url(/images/incontext-bg_core_frontpage.gif); }

#leadfeatures {
	width: 435px;
	float: left;
	}

#content {
	width: 750px;
	float: right;
	overflow: hidden;
	}

#frontpage #content {
	float: left;
	width: 280px;
	margin: 0 0 0 15px;
	}

#secondary {
	width: 190px;
	float: left;
	margin-top: 45px;
	xpadding: 15px 0 30px 0;
	xbackground: #ebebeb url(/images/incontext-bg_secondary.gif) right bottom no-repeat;
	}
	
#frontpage #secondary {
	width: 200px;
	float: right;
	margin: 0;
	padding: 0;
	background: none;
	}

/* --- generic label error styles --- */

#core #register div.error {
	width: 142px;
	display: block;
	xmargin-left: 170px;
	padding: 3px 5px 5px 5px;
	background: #de3216;
	color: #fff;
	line-height: 15px;
	font: 11px Tahoma, sans-serif;
	}


#core #register input.error,
#core #register select.error {
	margin-bottom: 0;
	border: 1px solid #de3216;
	padding: 1px;
	}


/* --------------------------------
Core - Front Page - Featured
-------------------------------- */

#leadfeatures #features{
	background-color: #ebebeb;
}

#leadfeatures .feature .leadimage {
	background: url(/images/incontext-bg_feature_img.gif) 0 0 no-repeat;
	margin: 0 11px;
	width: 413px;
	height: 260px;
	}

#leadfeatures .feature .leadimage img {
	width: 395px;
	height: 243px;
	margin: 5px 0 0 9px;
	}

#leadfeatures .feature .leadimage p.credit{
	margin: 0;
	padding: 5px 5px 0 0;
	*padding: 3px 5px 0 0;/*target IE*/
	font: 9px/11px Verdana, Arial, Helvetica, sans-serif;
	color:#909090;
	text-align: right;
}

#leadfeatures .feature h1 {
	font: 28px/27px Georgia, "Times New Roman", Times, serif;
	color: #637393;
	letter-spacing: -1px;
	margin: 5px 15px;
	}

#leadfeatures .feature h1 a {
	color: #637393;
	text-decoration: none;
	}

#leadfeatures .feature h1 a:hover {
	background: #637393;
	color: #fff;
	}

 #leadfeatures  .feature p.author {
	color: #999;
	font-style: italic;
	}

#leadfeatures .feature p.author strong {
	color: #637393;
	}

#leadfeatures .feature p {
	font: 12px/18px Georgia, "Times New Roman", Times, serif;
	margin: 0 15px;
	}

#leadfeatures #queued {
	border-top: 1px solid #adadad;
	margin: 15px;
	width: 405px;
	overflow: hidden;
	}

#leadfeatures .queued-feature {
	width: 129px;
	float: left;
	padding: 18px 0 0 0;
	}

#leadfeatures .queued-feature img {
	width: 125px;
	height: 79px;
	border: 2px solid #fff;
	}

#leadfeatures .queued-feature h2 {
	font: 14px/16px Georgia, "Times New Roman", Times, serif;
	color: #637393;
	padding: 0 0 0 7px;
	}

#leadfeatures .queued-feature h2 a {
	display: block;
	color: #637393;
	text-decoration: none;
	}

#leadfeatures .queued-feature h2 a strong {
	font-weight: normal;
	}

#leadfeatures .queued-feature h2 a:hover strong {
	color: #fff;
	background: #637393;
	}

#leadfeatures .activeSlide {
	background: url(/images/incontext-queued-feature_active.gif) 50% 0 no-repeat;
	}

#leadfeatures #story2 { /* for spacing between three blocks */
	margin: 0 9px;
	display: inline;
	}



/* --------------------------------
Core - Front Page - Content
-------------------------------- */

#content .story {
	width: 280px;
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: 1px dotted #d1d2d4;
	margin-bottom: 10px;
	}

#content .story img {
	border: 1px solid #9e8165;
	width: 58px;
	height: 58px;
	float: left;
	}

#content .story .summary {
	width: 210px;
	float: right;
	}

#content .story .summary h3 {
	color: #754c24;
	font: 14px Arial, Helvetica, sans-serif;
	margin: 0;
	}

#content .story .summary h3 a {
	color: #754c24;
	text-decoration: none;
	}

#content .story .summary h3 a:hover {
	background: #754c24;
	color: #fff;
	}

#content .story .summary p {
	margin-bottom: 0;
	}
	
#content .story .summary .author, #archive #content .author {
	color: #999;
	margin: 2px 0 5px 0;
	font-style: italic;
	}

#content .story .summary .author strong, #archive #content .author strong {
	color: #637393;
	}



/* --------------------------------
Core - Front Page - Secondary
-------------------------------- */

#secondary .insights-title {
	color: #637393;
	font: 18px/18px Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px 0;
	}

#secondary .insight-lead {
	width: 180px;
	padding: 7px 10px;
	}

#secondary .insight-lead .insight-category {
	font: 10px/12px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #999;
	}

#secondary .insight-lead h4 {
	color: #637393;
	font: 14px/16px Georgia, "Times New Roman", Times, serif;
	margin: 4px 0 5px 0;
	}

#secondary .insight-lead h4 a {
	color: #637393;
	text-decoration: none;
	}

#secondary .insight-lead h4 a:hover {
	color: #fff;
	background: #637393;
	}

#secondary .insight-lead p {
	font: 12px/15px Arial, Helvetica, sans-serif;
	color: #555;
	}

#secondary .offset {
	background: #f4f1e9;
	}

#secondary .offset1 {
	background: #f4f1e9;
	}



/* --------------------------------
Core - Content
-------------------------------- */

#content h1 {
	font: 30px/27px Georgia, "Times New Roman", Times, serif;
	color: #637393;
	letter-spacing: -1px;
	margin: 0 0 15px 0;
	}

#content h2 {
	font: 24px/27px Georgia, "Times New Roman", Times, serif;
	color: #666;
	border-left: 5px solid #a5cf4c;
	padding: 0 0 0 10px;
	margin: 20px 0 10px 0;
	}

#content h3 {
	color: #754c24;
	font: 16px Arial, Helvetica, sans-serif;
	margin: 15px 0 10px 0;
	}

/* --- fundamental style information --- */

#content p,
#content li,
#content dl,
#content table,
#content label {
	font: 12px/19px Georgia, "Times New Roman", Times, serif;
	}

#content p,
#content ul,
#content ol,
#content dl,
#content table,
#content form {
	margin-bottom: 10px;
	}

#content li {
	margin-bottom: 3px;
	}

#content ul,
#content ol {
	margin-left: 30px;
	}

#content table {
	border-collapse: collapse;
	padding: 0;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	}

#content table th,
#content table td {
	padding: 3px 8px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: left;
	}

#content table th {
	background: #f4f1e9;
	}

#content table caption {
	font: bold 12px/18px Arial, Helvetica, sans-serif;
	color: #754c24;
	padding: 0 0 5px 0;
	}

#content a,
#topics a {
	color: #637393;
	}

#content a:hover,
#topics a:hover {
	color: #fff;
	background: #637393;
	text-decoration: none;
	}

#content p.lead {
	font-style: italic;
	font-size: 16px;
	}

#content .photo{
	float: right;
	margin: 3px 0 10px 10px;
	border: 1px solid #eee;
	padding: 3px;
	background: #fff;
	}

#content .photo-last{
	margin: 3px 0 10px 10px;
	border: 1px solid #eee;
	padding: 3px;
	background: #fff;
	}

#content .photo-left{
	float: left;
	margin: 3px 0 10px 0;
	border: 1px solid #eee;
	padding: 3px;
	background: #fff;
	}

#content .photo-right{
	float: right;
	margin: 3px 0 10px 0;
	border: 1px solid #eee;
	padding: 3px;
	background: #fff;
	}

#content .photo p,
#content .photo-left p,
#content .photo-right p{
	color: #777;
	font: 12px/15px Arial, Helvetica, sans-serif;
	}

#content .photo p.credit,
#content .photo-left p.credit,
#content .photo-right p.credit{
	margin: 2px 0 5px 0;
	font: 9px/10px Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	}

#content a.thickbox{
	text-decoration: none;
}

#content blockquote.pull {
	float: right;
	width: 200px;
	padding: 5px 0 5px 15px;
	margin: 0 0 20px 15px;
	border-left: 3px double #eee;
	}

#content blockquote.pull p {
	font-size: 16px;
	line-height: 17px;
	color: #921e3a;
	margin-bottom: 0;
	}

/* --- related content box at end of articles --- */

#content #relatedcontent {
	background: #f1f5e7;
	padding: 10px 0;
	border-left: 1px solid #a5cf4c;
	margin: 20px 0;
	}

#content #relatedcontent h2 {
	margin-top: 0;
	margin-bottom: 5px;
	}

#content #relatedcontent ul,
#content #relatedcontent ul li {
	margin-bottom: 0;
	}
#content #fullarticle {
	width: 600px;
	}	
#content .fullphoto {
	margin: 3px 0 10px 0;
	border: 1px solid #eee;
	padding: 3px;
	background: #fff;
	}

/* --------------------------------
Core - Content - Glossary
-------------------------------- */

#glossary dt {
	font-size: 18px;
	line-height: 28px;
	color: #754c24;
	}

#glossary dd{
	margin: 0 0 0 20px;
}


/* --------------------------------
Core - Content - Archive Lists
-------------------------------- */

#archive #content h2 {
	font: 20px/23px Georgia, "Times New Roman", Times, serif;
	}

#archive .date {
	float: right;
	}

#archive .tagged{
	background: #637393;
	color: #FFF;
	}

/* --------------------------------
Core - Content - Author Profile
-------------------------------- */


#content #author-info {
	float: left;
	width: 430px;
	overflow: hidden;
	}

#content #author-info img {
	width: 422px;
	height: 150px;
	border: 1px solid #eee;
	background: #fff;
	padding: 3px;
	margin: 3px 0 10px 0;
	}

/* --- profile vCard --- */

#content .vcard {
	float: left;
	width: 170px;
	background: #fff;
	}

.vcard {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #777;
	}
	
.vcard .fn {
	font-size: 14px;
	font-weight: bold;
	color: #637393;
	}
	
.vcard .org {
	font-size: 10px;
	letter-spacing: 1px;
	margin: 2px 0;
	}

.vcard .title {
	font-style: italic;
	font-size: 12px;
	margin: 0 0 5px 0;
	}

#content #author-profile {
	float: right;
	width: 250px;
	}


/* --------------------------------
Contact Form & Comments Form
-------------------------------- */

/* sendtofriend */

#sendtofriend  {
	width: 390px;
	padding: 5px;
	}

#sendtofriend label {
	font: 12px/19px Georgia, "Times New Roman", Times, serif;
	}
	
#sendtofriend p {
	padding: 5px;
	}
	
/* contactv2 */

#content #contactv2 fieldset, 
#content #commentform fieldset,
#content #previouscomments fieldset,
#sendtofriend fieldset {
	border: 0;
	border-top: 3px solid #eee;
	padding: 10px 0 0 0;
	margin: 0;	
	}
	
#content #contactv2 fieldset legend, 
#content #commentform fieldset legend,
#content #previouscomments fieldset legend,
#sendtofriend fieldset legend {
	font: 18px Arial, sans-serif;
	color: #a5cf4c;
	padding: 3px 10px 5px 0;
	margin: 0;
	}

#content #contactv2 fieldset p,
#content #commentform fieldset p{
	width: 485px;
	overflow: hidden;
	}

#content #contactv2 label,
#content #commentform label,
#sendtofriend label {
	float: left;
	width: 160px;
	margin: 0 10px 0.2em 0;
	color: #000;
	text-align: right;
	position:relative /*IEWin hack*/
	}


#content #contactv2 input,
#content #contactv2 textarea,
#content #commentform input,
#content #commentform textarea,
#sendtofriend input,
#sendtofriend textarea {
	background: #f2f2f2;
	padding: 2px 4px;
	font: 12px Arial, sans-serif;
	border: 1px solid #999;
	}

#content #contactv2 input:focus,
#content #contactv2 textarea:focus,
#content #commentform input:focus,
#content #commentform textarea:focus,
#sendtofriend input:focus,
#sendtofriend textarea:focus {
	background: #e3dfc5;
	border: 1px solid #937b18;
	}

#content #contactv2 .radiobuttons p {
	margin: 0 0 5px 170px;
	}

#content #contactv2 .radiobuttons p input {
	float: left;
	margin: 3px 0 0 0;
	background: #fff;
	padding: 0;
	border: none;
	}

*:first-child+html #content #contactv2 .radiobuttons p input,
* html #content #contactv2 .radiobuttons p input { margin: 0; } /* target IE6, IE7 only */

#content #contactv2 .radiobuttons p label {
	float: left;
	width: 200px;
	text-align: left;
	margin: 0 0 0 5px;
	position: static;
	}

#content #contactv2 fieldset label.error,
form.incontext fieldset label.error{
	width: 200px;
	display: block;
	margin-left: 172px;
	padding: 2px;
    color: #ff0000;
    text-align: left;
	}

#content #contactv2 fieldset input.error {
    border: 1px solid #ff0000;
    }

#content #contactv2 #contactv2 select {
	width: 207px;
	}

#content #contactv2 textarea,
#content #commentform textarea {
	width: 480px;
	height: 100px;
	margin: 0 0 0 170px;
	}

#content #commentform textarea.commentstextfield {
    margin: 0;
 }

#content #contactv2 input.button,
#content #contactv2 p.requiredfield,
#content #commentform input.button,
#content #commentform p.requiredfield,
#sendtofriend input.button {
	margin: 20px 0 0 170px;
	}

#content #contactv2 input.button, 
#content #commentform input.button,
#sendtofriend input.button {
	background: #aa4e15;
	color: #fff;
	font-weight: bold;
	border: 3px double #d7bf91;
	}

#content #commentform span.inputexcerpt {
    color: #666;
    font-size: 10px;
    padding-left: 170px;
 }

#content #commentform p.commentexcerpt {
    margin: 10px 0 0 170px;
 }
 
/* Comments for articles/blog entries */
#content #previouscomments .commentblock {
    background: #f1f5e7;
	border-left: 1px solid #a5cf4c;
    border-bottom: 3px solid #eee;
    margin-bottom:15px;
	padding: 10px 0 0 15px;
 }
#content #previouscomments .commentblock span.commentuser{
    border-left: 5px solid #a5cf4c;
	color: #754c24;
	font: 14px Arial, Helvetica, sans-serif;
	margin: 5px 0 10px 0;
    padding-left:10px;
 }
#content #previouscomments .commentblock span.commentdetails {
    color: #666;
    font: 11px Georgia, Times New Roman, serif;
    padding-left:10px;
 }


/* --- author's articles --- */

#content #author-articles {
	float: right;
	width: 280px;
	background: #f1f5e7;
	padding: 10px 20px 0 0;
	border-left: 1px solid #a5cf4c;
	margin: 3px 0 0 0;
	}

#content #author-articles h2 {
	margin: 0;
	}

#content #author-articles ul {
	list-style: none;
	margin-top: 12px;
	margin-bottom: 20px;
	margin-left: 18px;
	}

#content ul.article-list li {
	line-height: 17px;
	}

#content ul.article-list li a { display: block; text-decoration: none;	}
#content ul.article-list li a span.article-published { font: 11px Arial, sans-serif; }
#content ul.article-list li a strong { font-weight: normal; text-decoration: underline; }

#content ul.article-list li a:hover { background: transparent; color: #637393; }
#content ul.article-list li a:hover strong { background: #637393; color: #fff; text-decoration: none; }



#content ul.article-list li span.article-categories, #archive #content .article-categories {
	font: 11px Arial, sans-serif;
	color: #777;
	margin: 2px 0 8px 0;
	display: block;
	}

#content ul.article-list li span.article-categories a, #archive #content .article-categories a {
	display: inline;
	color: #777;
	text-decoration: none;
	}

#content ul.article-list li span.article-categories a:hover,
#archive #content .article-categories a:hover {
	color: #000;
	}

#archive #content .article-categories a:hover {
	background-color:#e5e5e5;
	}



/* --------------------------------
Topics - Main Structure
-------------------------------- */

#topicspage #header #nav { background-image: url(/images/incontext-bg_nav_topicspage.gif); }

#topics {
	width: 735px;
	float: left;
	background-color: #ebebeb;
	}
	
	#topics .story {
		background: #f6f6f6;
		width: 685px;
		padding: 10px;
		margin: 15px;
		overflow: hidden;
		margin-bottom: 10px;
		border-top: 3px double #fff;
		border-bottom: 3px double #fff;
		}

		#topicspage #topics .story img {
			border: 1px solid white;
			width: 265px;
			height: 163px;
			float: left;
			}
		
		#topicspage #topics .story .summary {
			width: 415px;
			float: right;
			}

#topicspage #more{
	padding-bottom: 10px;
}

#topicspage #browse {
	background-color: #fff;
	padding-top: 1px;
	}
	
#topicspage #experts {
	width: 207px;
	float: right;
	margin: 10px 0 0 0;
	padding: 0;
	background: none;
	}

	
/* --------------------------------
Topics - Generic 
-------------------------------- */

#topicspage #topics h1, h2, h3 {
	color: #637393;
	letter-spacing: -1px;
	margin: 0 15px 10px 15px;
	}
	
#topicspage #topics h1 {
	font: 20px/26px Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #aaa;
	letter-spacing:0.01em;
	}
	
#topicspage #topics h2 {
	font: 18px/22px Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #aaa;
	letter-spacing:0.01em;
	}
	
#topicspage #topics h3 {
	font: 16px/20px Georgia, "Times New Roman", Times, serif;
	letter-spacing:0.01em;
	}


	
/* --------------------------------
Topics - Main Column
-------------------------------- */

#topicspage #topics .glossary p{
	font: 12px/18px Georgia, "Times New Roman", Times, serif;
	margin: 0 15px 10px;
}

#topicspage #topics .summary p, #topicspage #more .details p {
	font: 12px/18px Georgia, "Times New Roman", Times, serif;
	margin: 0 15px;
	}
	
#topicspage #topics p.readmore {
	color: #637393;
	margin-top: 10px;
	}
	
#topicspage #topics p.readmore a {
	text-transform:uppercase;
	font-weight: bold;
	text-decoration: underline;
	}

#topicspage #topics a.author{
	text-decoration: underline;
	}

#topicspage #topics #more p.readmore {
	margin-top: 0;
	}
	
#topicspage #topics .summary p.expert {
	color: #999;
	font-style: italic;
	}
	
#topicspage #topics .topiclist p {
	font: 11px/14px Arial, Helvetica, sans-serif;
	color: #666;
	margin: 10px 15px;
	}
	
#topicspage .share-article{
	width: 120px;
	padding: 0 0 10px 15px;
	overflow: hidden;
}

#topicspage .author-tooltip .share-article{
	padding: 0 0 10px 0;
}

#topicspage .share-article ul{
	float: left;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	}

#topicspage .share-article ul li {
	float: left;
	list-style: none;
	margin: 0 5px 0 0;
	width: auto;
	}

#topicspage .share-article ul li a {
	background: url(/images/incontext-sprite_social.gif) no-repeat scroll 0 0;
	display: block;
	float: left;
	height: 16px;
	text-decoration: none;
	width: 18px;
	}


#topicspage .share-article ul li a span {display: none;}
#topicspage .share-article ul li.delicious a{background-position: 0 0;}
#topicspage .share-article ul li.stumbleupon a{background-position: -20px 0;}
#topicspage .share-article ul li.twitter a{background-position: -40px 0;}
#topicspage .share-article ul li.sendtofriend a{background-position: -60px 0;}

#topicspage #browse p{
	background-color: #a5cf4c;
	padding: 5px 10px;
	width: 350px;
}

#topicspage #browse p a{
	color: #333;
}

#topicspage #browse p a:hover{
	color: #fff;
	background: none;
}

/* show/hide toggle */

#topicspage #more .showhide,
#topicspage #more .hideshow {
	border-bottom: 1px dotted #ccc;
	margin: -20px 15px 10px 15px;
	overflow: hidden;
	}

	#topicspage #more .show,
	#topicspage #more .hide {
		width: 85px;
		height: 18px;
		float: right;
		}

		#topicspage #more .show .toggledetails,
		#topicspage #more .hide .toggledetails {
			width: 85px;
			height: 18px;
			-webkit-border-top-left-radius: 5px;
			-webkit-border-top-right-radius: 5px;
			-moz-border-radius-topleft: 5px;
			-moz-border-radius-topright: 5px;
			border-top-left-radius: 5px;
			border-top-right-radius: 5px;
			color: #444;
			font: bold 9px/18px Arial, Helvetica, sans-serif;
			cursor: pointer;
			text-align: center;
			}
			
			#topicspage #more .show .toggledetails { background-color: #dadada; }
			#topicspage #more .hide .toggledetails { background-color: #bbb; color: #000; }
			
			#topicspage #more h3 { margin-right: 110px; }



/* --- author-tooltip --- */

#topicspage #topics .author-tooltip {
	width: 190px;
	float: left;
	margin: 20px 0 0 45px;
	padding: 15px 0 10px 0;
	background: #fff;
	}
	
#topicspage #topics .author-tooltip .article-context {
	margin-top: 5px;
	}

#topicspage #topics .author-tooltip .article-context h4 {
	color: #977417;
	font: 14px Arial, Helvetica, sans-serif;
	margin: 0 0 8px 0;
	padding: 0 0 0 10px;
	}

#topicspage #topics .author-tooltip .article-context ul {
	list-style: none;
	text-align: left;
	font: 11px Arial, Helvetica, sans-serif;
	margin: 0 10px;
	color: #777;
	}

#topicspage #topics .author-tooltip .article-context a {
	color: #777;
	text-decoration: none;
	margin-top: 0;
	padding-top:0;
	}

#topicspage #topics .author-tooltip .article-context a:hover {
	color: #000;
	text-decoration: underline;
	}
	
#topicspage #topics .author-tooltip a.thickbox {
	font: bold 11px Arial, Helvetica, sans-serif;
	}

#topicspage #topics .author-tooltip #article-feedback a.thickbox {
	margin: 0 10px;
	}
	
#topicspage #topics #article-info h4 {
	margin: 0 0 4px 0;
	}
	
#topicspage #topics #article-feedback h4 {
	margin: 0 0 0 0;
	}

#topicspage .author-tooltip #dig-deeper li {
	list-style: circle outside;
	margin-left: 23px;
	}
	
/* --- vcard --- */


#topicspage #topics .author-tooltip .vcard {
	width: 170px;
	overflow: hidden;
	font: 12px Arial, Helvetica, sans-serif;
	color: #777;
	margin: 0 10px;
	}

#topicspage #topics .author-tooltip .vcard img  {
	border: 1px solid #9e8165;
	width: 58px;
	height: 58px;
	float: left;
	margin: 0;

	}

#topicspage #topics .author-tooltip .vcard div {
	float: right;
	width: 100px;
	}

#topicspage #topics .author-tooltip .vcard div.org,
#topicspage #topics .author-tooltip .vcard div.title { float: none; }

#topicspage #topics .author-tooltip .vcard a.fn {
	font-weight: bold;
	color: #637393;
	}
	
#topicspage #topics .author-tooltip .vcard a.fn:hover {
	color: #fff;
	background: #637393;
	text-decoration: none;
	}

#topicspage #topics .author-tooltip .vcard .org {
	xtext-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	margin: 3px 0 2px 0;
	}

/* --------------------------------
Topics - Experts Column
-------------------------------- */
	
#topicspage #experts .expert{
	padding-top: 5px;
	}
	
#topicspage #experts .first {
	border-bottom: 1px dotted #ebebeb;
	margin-bottom: 10px;
	padding-bottom: 10px;
	}
	
#topicspage #experts h2 {
	font: 16px/20px Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #ebebeb;
	}
	
#topicspage #experts .vcard .fn {
	color: #754c24;
	font: 14px/20px Georgia, "Times New Roman", Times, serif;
	xmargin: 15px 0 10px 0;
	}
	
#topicspage #experts .vcard .title {
	color: #637393;
	font: 11px/16px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	xletter-spacing: -1px;
	xmargin: 5px 15px 10px 15px;
	}
	
#topicspage #experts .vcard p{
	font: 12px/18px Arial, Helvetica, sans-serif;
	margin: 5px 0 0 0;
}

#topicspage #experts .vcard a.expert-articles {
	margin-top: 10px;
	text-transform:uppercase;
	font-weight: bold;
	text-decoration: none;
	color: #637393;
	}
	
#topicspage #experts .vcard a.expert-articles:hover {
	color: #FFF;
	background-color: #637393;
	}
/* --------------------------------
Core - Secondary
-------------------------------- */

#secondary #sidebar-author{
	padding: 15px 0 30px 0;
	background: #ebebeb url(/images/incontext-bg_secondary.gif) right bottom no-repeat;
}

#secondary .article-context {
	margin-top: 15px;
	}

#secondary .article-context h4 {
	color: #977417;
	font: 14px Arial, Helvetica, sans-serif;
	background: url(/images/incontext-secondary_header_carrot.gif) 0 3px no-repeat;
	margin: 0 0 8px 0;
	padding: 0 0 0 10px;
	}

#secondary .article-context ul {
	list-style: none;
	text-align: left;
	font: 11px Arial, Helvetica, sans-serif;
	margin: 0 10px;
	color: #777;
	}

#secondary .article-context a {
	color: #777;
	text-decoration: none;
	}

#secondary .article-context a:hover {
	color: #000;
	text-decoration: underline;
	}

#secondary .article-context a.thickbox {
	font: bold 11px Arial, Helvetica, sans-serif;
	margin: 0 10px;
	}


/* --- vcard --- */

#secondary .vcard {
	width: 170px;
	overflow: hidden;
	font: 12px Arial, Helvetica, sans-serif;
	color: #777;
	margin: 0 10px;
	}

#secondary .vcard img {
	border: 1px solid #9e8165;
	width: 58px;
	height: 58px;
	float: left;
	}

#secondary .vcard div {
	float: right;
	width: 100px;
	}

#secondary .vcard div.org,
#secondary .vcard div.title { float: none; }

#secondary .vcard a.fn {
	font-weight: bold;
	color: #637393;
	}
	
#secondary .vcard a.fn:hover {
	color: #fff;
	background: #637393;
	text-decoration: none;
	}

#secondary .vcard .org {
	xtext-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	margin: 3px 0 2px 0;
	}


/* --- article share --- */

#secondary #share-article ul li a {
	display: block;
	color: #777;
	text-decoration: none;
	padding: 0 0 0 23px;
	line-height: 19px;
	background-position: 0 0;
	background-repeat: no-repeat;
	margin: 0 0 4px 0;
	}

#secondary #share-article ul li.delicious a { background-image: url(/images/incontext-share-article_icon_del.gif); }
#secondary #share-article ul li.stumbleupon a { background-image: url(/images/incontext-share-article_icon_su.gif); }
#secondary #share-article ul li.twitter a { background-image: url(/images/incontext-share-article_icon_twit.gif); }
#secondary #share-article ul li.sendtofriend a { background-image: url(/images/incontext-share-article_icon_email.gif); }

#secondary #share-article ul li a:hover {
	color: #000;
	background-position: 0 -100px;
	text-decoration: underline;
	}

/* --- dig deeper --- */

#secondary #dig-deeper li {
	list-style: circle outside;
	margin-left: 23px;
	}


/* --------------------------------
Bottom - Required for Sticky Footer
-------------------------------- */

#bottom {
	position: relative;
	margin-top: -357px;
	}

/* *:first-child+html #bottom { margin-top: -357px; position: static; } target IE7 only */

*:first-child+html #bottom,
* html #bottom { position: static; } /* target IE6, IE7 only */

*:first-child+html #frontpage #bottom,
* html #frontpage #bottom { position: relative; } /* target IE6, IE7 only */



/* --------------------------------
Site Tools
-------------------------------- */

#sitetools {
	background: #707070 url(/images/incontext-bg_sitetools.gif) 0 0 repeat-x;
	height: 280px;
	padding-top: 15px;
	}

#toolwrap {
	width: 960px;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
	}

#sitetools #share {
	float: left;
	width: 190px;
	}

#sitetools #popular {
	float: left;
	width: 230px;
	margin: 0 0 0 15px;
	display: inline;
	}

#sitetools #browsearchives {
	float: right;
	width: 510px;
	overflow: hidden;
	}
	
#sitetools #share,
#sitetools #popular,
#sitetools #browsearchives {
	background: url(/images/incontext-bg_sitetools_topbar.gif) 0 0 repeat-x;
	text-align: center;
	}

#sitetools #share h5,
#sitetools #popular h5,
#sitetools #browsearchives h5 {
	margin: 0 0 10px 0;
	}

#sitetools #share h5 strong,
#sitetools #popular h5 strong,
#sitetools #browsearchives h5 strong {
	padding: 2px 15px 0 15px;
	border: 2px solid #8a8a8a;
	border-bottom: none;
	background: #5f5f5f;
	font: 10px/25px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	}

#sitetools #share h5 strong { color: #afcce9; }
#sitetools #popular h5 strong { color: #d9be47; }
#sitetools #browsearchives h5 strong { color: #a2c42a; }

	
/* --- share --- */

#sitetools #share ul {
	list-style: none;
	text-align: left;
	font: 11px Arial, Helvetica, sans-serif;
	}

#sitetools #share ul li a {
	display: block;
	color: #ddd;
	text-decoration: none;
	padding: 0 0 0 23px;
	line-height: 19px;
	background-position: 0 0;
	background-repeat: no-repeat;
	margin: 0 0 5px 0;
	}

#sitetools #share ul li.rss a { background-image: url(/images/incontext-share_icon_rss.gif); }
#sitetools #share ul li.delicious a { background-image: url(/images/incontext-share_icon_del.gif); }
#sitetools #share ul li.stumbleupon a { background-image: url(/images/incontext-share_icon_su.gif); }
#sitetools #share ul li.twitter a { background-image: url(/images/incontext-share_icon_twit.gif); }
#sitetools #share ul li.sendtofriend a { background-image: url(/images/incontext-share_icon_email.gif); }

#sitetools #share ul li a:hover {
	color: #fff;
	background-position: 0 -100px;
	text-decoration: underline;
	}


/* --- popular --- */

#sitetools #popular dl {
	text-align: left;
	}

#sitetools #popular dl dt {
	font: 12px/15px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	}

#sitetools #popular dl dt a {
	color: #fff;
	text-decoration: none;
	}

#sitetools #popular dl dt a:hover {
	text-decoration: underline;
	}

#sitetools #popular dl dd {
	color: #b6a75c;
	font: 11px/16px Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0;
	}


/* --- browse archives --- */

#sitetools #browsearchives .browse-topic {
	width: 118px;
	margin: 0 9px 0 0;
	float: left;
	display: inline;
	text-align: left;
	}

#sitetools #browsearchives .browse-topic h6 {
	background: url(/images/incontext-bg_sitetools_browse-topic.gif) 0 0 no-repeat;
	color: #a5cf4c;
	font: bold 11px/20px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 0 0 0 5px;
	}

#sitetools #browsearchives .browse-topic ul {
	list-style: none;
	font: 11px/12px Arial, Helvetica, sans-serif;
	color: #ddd;
	margin: 0 0 0 5px;
	}

#sitetools #browsearchives .browse-topic ul li {
	margin-top: 4px;
	}

#sitetools #browsearchives .browse-topic ul li a {
	color: #ddd;
	text-decoration: none;
	}

#sitetools #browsearchives .browse-topic ul li a:hover {
	color: #fff;
	text-decoration: underline;
	}





/* --------------------------------
Footer
-------------------------------- */

#footer {
	background: url(/images/incontext-bg_footer_bottom.gif) 0 0 repeat-x;
	height: 30px;
	padding: 32px 0 0 0;
	font: 10px/30px Verdana, sans-serif;
	}

#footer p {
	display: inline;
	color: #ada69f;
	}

#footer p a {
	color: #ada69f;
	text-decoration: none;
	}

#footer p a:hover {
	color: #fff;
	}

#footer p.sitelinks {
	margin: 0 0 0 20px;
	}


a.readmore {
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
	color: #637393;
	}

a.readmore:hover {
	color: #fff;
	background: #637393;
	text-decoration: none;
	}
/* --- generic label error styles --- */

#core #content #commentform #incontextcomments p label.error {
	width: 171px;
	display: block;
	margin-left: 0px;
	padding: 3px 5px 5px 5px;
	background: #de3216;
	color: #fff;
	line-height: 15px;
	font: 11px Tahoma, sans-serif;
	}

#core #content #commentform #incontextcomments label.error {
	width: 171px;
	display: block;
	margin-left: 170px;
	padding: 3px 5px 5px 5px;
	background: #de3216;
	color: #fff;
	line-height: 15px;
	font: 11px Tahoma, sans-serif;
	}

#core #content #commentform #incontextcomments input.error,
#core #content #commentform #incontextcomments textarea.error,
#core #content #commentform #incontextcomments select.error {
	margin-bottom: 0;
	border: 1px solid #de3216;
	padding: 1px;
	}
#core #content #commentform #thankyou {
text-align: center;
height: 100px;
border: 1px solid #ccc;
background-color: #F1F5D7;
}
#core #content #commentform #thankyou H1{
margin: 30px;
}

#customer_address  {
display: none;

}
#core .form-wrap .thankyou {
display: none;
width: 195px;
}
#core .form-wrap .thankyou h3{
background-color: #A5CF4C;
margin: 0 0 0 0;
padding: 3px;
color: #fff;
}
#core .form-wrap .thankyou .message {
background-color: #EBEBEB;
padding: 7px;
Font Family:	Georgia,"Times New Roman",Times,serif
Font Size:	12px;
color: #555;
}


/* --------------------------------
Request Form 
-------------------------------- */

/* Colors */
/*
Burnt Umber: #754c24;
Blue: #637393;
*/
form div#sidebar-request, form div#sidebar-request-teeth {margin-top: 10px;margin-bottom: 10px; width: 190px;}
form div#sidebar-request h3, form div#sidebar-request-teeth h3 {
    background: transparent url(/images/request-form-header-bg.jpg) no-repeat scroll 0 0;
    color: #fff;
    font: bold 13px/24px Arial, Helvetica, sans-serif;
    display: block;
    height: 22px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    width: 190px;
}
form div#sidebar-request .form-body, form div#sidebar-request-teeth .form-body {margin: 0; padding: 15px;} 
form div#sidebar-request-teeth .form-body {padding-bottom: 19px; position: relative; z-index: 100;}
form div#sidebar-request .form-body {background: transparent url(/images/request-form-bg.gif) no-repeat scroll 0 0;}
form div#sidebar-request-teeth .form-body.top {background: transparent url(/images/request-form-top-bg.png) no-repeat scroll 0 0;}
form div#sidebar-request-teeth .form-body.bottom {background: transparent url(/images/request-form-bottom-bg.png) no-repeat scroll 0 0; height: 78px;}

form p.smaller {
    color: #959595;
    display: block;
    font: normal 10px/12px Georgia, Times New Roman, serif;
    font-style: italic;
    margin: 0 0 5px 0;
	}

form .form-body p {margin: 0 0 8px 0;}
form .form-body p label {color: #754c24; font: normal 14px/19px Georgia, Times New Roman, serif;}

form .form-body p input {
    background: #fff url(/images/request-form-field.jpg) no-repeat scroll 0 0;
    border: 1px solid #a3a3a3;
    color: #555;
    font: normal 12px/16px Arial, Helvetica, sans-serif;
    height: 15px;
    margin: 0;
    padding: 3px 5px;
    width: 148px;
	}

form .form-body p input:hover {border: 1px solid #637393;}
form .form-body p input:focus {background: #fff; border: 1px solid #a5cf4c;}
            
form .form-body p input[type="submit"] {
    background: #fff url(/images/request-form-button.gif) repeat-x scroll 0 0;
    border: 1px solid #a7a7a7;
    color: #637393;
    cursor: pointer;
    font: bold 12px/21px Georgia, Times New Roman, serif;
    height: 23px;
    padding: 2px 5px;
    text-align: center;
    text-shadow: 0 1px 1px #fff;
    width: 160px;
    }

form .form-body p input[type="submit"]:hover {color: #52607b;}
form .form-body.bottom p {margin: 0;}    
form .form-body.bottom p input[type="submit"] {margin: 5px 0 0 0;}
                    
/* Checkboxes region */
form .form-checkboxes {
    background: #a5cf4c; 
    margin: -20px 0; 
    overflow: hidden;
    padding: 15px; 
    position: relative; 
    z-index: 99;
    }

form .form-checkboxes p {margin: 10px 0; overflow: hidden; position: relative;}
form .form-checkboxes p input[type="checkbox"] {
    display: block; 
    float: left;
    height: 16px; 
    width: 16px;
    }

form .form-checkboxes p span {
    color: #fff;
    display: block; 
    float: left;
    font: bold 12px/16px Arial, Helvetica, sans-serif;
    padding: 3px 0 3px 8px;
    width: 129px;
    }
#content #contactv2 .question {
       width: 100%;
       }
.answers {
list-style: none;
}
.answers li {
       overflow: hidden;
       }

.answers input {
       float: left;
       margin: 3px 5px 0 0;
       }

#content #contactv2 .answers label {
       float: left;
       text-align: left;
       width: 90%;
       margin: 0;
       }

#content #contactv2 .essay {
       margin-bottom: .8em;
       }

       #content #contactv2 .essay label {
               width: 100%;
               float: none;
               display: block;
               text-align: left;
               margin: 0 0 .5em 0;
               }

       #content #contactv2 .essay textarea {
               height: 150px;
               margin: 0;
               }

