/* Article CSS */
.article .intro {
	margin: 5px;
}
.article .intro p {
	color: #333333;
	font-size: 98%;
	line-height: 1.4em !important;
}

.article .intro p img.author {
	float: left;
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px solid #DABDA3;
	margin-right: 5px;
}
.article .intro p .authorDate {
	display: block;
	text-transform: uppercase;
	padding-top: 0.3em;
	color: #000000;
}

.article .intro h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 170%;
	font-style: italic;
	font-weight: normal;
	color: #036;
}
.article .intro h3 a {
	text-decoration: none;
}

.article .pageSelector {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 1em;
	width:100%;
	_width:430px;
}
.article .pageSelector ol {
	padding: 1em;
	width:100%;
	
}
.article .pageSelector ol li {
	display: inline;
	text-align: center;
	_float:left;
}
.article .pageSelector ol li a {
	line-height: 2em;
	padding: 0.5em;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	text-decoration: none;
	border: 1px solid #C5DCE9;
	margin: 0.3em;
	background-color: #EDF4F8;
	font-size: 90%;
}
.article .pageSelector ol li.selected a {
	background-color: #FFFFFF;
}
.article .pageSelector span {
	float: left;
	line-height: 3em;
}
.article .tagSelector ol {
	padding: 1em;
}
.article .tagSelector ol li {
	display: inline;
	text-align: center;
	
}
.article .tagSelector ol li a {
	padding: 0.5em;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	text-decoration: none;
	border: 0px solid #886337;
	margin: 0.3em;
	background-color: #CDB26F;
	font-size: 90%;
	color: #4F3717;
	
}
.article .tagSelector ol li.selected a {
	background-color: #CDB26F;
	
}

.article .tagSelector span {
	float: left;
	line-height: 3em;
	
}
.article .content {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
	font-size: 110%;
	margin-bottom: 2em;
}
.article .content p {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
	font-size: 110%;
	/*margin-bottom: 10em;*/
}

.article .content li {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.2em;
	font-size: 110%;
	margin-bottom: 1em;
}

.article .content ul li {
	background : url(/images/bg_navCrumb-item.gif) no-repeat left .4em ; 
	margin-bottom : .3em ; 
	padding-left : 20px ; 
}

.article .content br {
	line-height: 1.5em;
	margin: 0em;
	padding: 0em;
}

.article .content p .dropCap {
	float: left;
	width: 0.7em;
	font-size: 3.2em;
	line-height: 1em;
	font-weight: normal;
	font-family: georgia, times;
	margin-bottom: -0.2em;
}
.article .content p .leftImage {
	float: left;
	margin-right: 0.5em;
}
.article .content p .rightImage {
	float: right;
	margin-left: 0.5em;
}
.articleTools {
	margin-top: 3.3em;
}
.article .content blockquote { 
	clear : none ; 
	color : #369 ; 
	float : right ; 
	font : italic 1.8em "Times New Roman", Times, serif ; 
	}
.article .content blockquote img { float : left ; }
.toollist {
	margin-top: -2.8em !important;
}

.toollist2 {
	margin-top: 1.0em !important;
	float: right;
}


.article .articleLine {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 1em;
}

.relatedArticleContainer {
	margin-top: 2em;
}

.social-bookmarker {
	border: 1px solid #CEBDA5;
	background-color: #F9F7EE;
	padding: 5px;
}
.social-bookmarker .sb-heading {
	font-size: 120%;
}
.social-bookmarker .sb-list {
	margin: 8px;
	margin-bottom: 0;
}
.social-bookmarker .sb-list li {
	display: inline;
}
.social-bookmarker .sb-tip {
	
	font-size: 90%;
	margin-left: 8px;
}
.social-bookmarker .sb-tip span {
	text-decoration: none;
	color: #333333;
	background-color: #FFFFFF;
	padding: 5px;
	display: none;
	line-height: 150%;
	text-decoration: none !important;
}
.social-bookmarker .sb-tip:hover span {
	display: block;
	margin: 5px;
}
