/* ARTICLE PAGE 1 ----------------------------------*/

#pluckcomments {
		width: 640px;
	}
	
#login-container  {
		font-size:75%;
	}
	
#login-container a {
		color: #0d2569;
	}
textarea#gslComFormBody {
	width:630px;
	}

input#gslComFormBody {
   color:#fff;
   font-family:arial,helvetica,sans-serif;
   font-size:11.5px;
   font-weight:bold;
   background:url(/graphics/buttonbackground.gif);
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
   padding:0px;
   margin:8px 10px 0 10px;
   cursor:pointer;
	}
	
.UAWidget-PopUp	{
	background-color:#DEDAD1;
	border:2px solid #A3A197;
	padding:6px;
	}
	
.UAWidget-PopUp	a {
	color:#0d2569;
	}   

#articlepage1 {}

#articlepage1 #contentWrap {
	width: 990px;
	background-image: url(/graphics/BG_article1.gif);
	}

#articlepage1 #mainContent {
	border-right: 0;
	width: 669px;
	padding-bottom: 1px;
	}


/* --- Article Tools Menu  TOP and BOTTOM --- */

#topTools { 
	margin-bottom: 5px;
	padding-bottom: 6px;
	border-bottom: 1px dotted #AEADAB;
	}

#endTools {
	border-bottom: 1px dotted #AEADAB;
	padding-bottom: 6px;
	margin-bottom: 6px;
	}

ul.articleTools {
	}

ul.articleTools li {
	float:					left;
	font-size:				11px;
	height:					20px;
	list-style:				none outside none;
	margin:					0 15px 0 0;
}


ul.articleTools li a,
ul.articleTools li a:visited,
ul.articleTools li a:active {
	text-decoration: none;
	color: #000;
	}
	
ul.articleTools li a:hover {
	text-decoration: none;
	color: #aa0706;
	}

ul.articleTools li.print {
	margin-top: 1px;
	/*background: url(/graphics/print.gif) no-repeat right 0;
	padding-right: 20px;*/
	}
	
ul.articleTools li.email {
	margin-top: -1px;
	/*background: url(/graphics/email.gif) no-repeat right 3px;
	padding-right: 20px;*/
	}
	
ul.articleTools li.comment {
	/*background: url(/graphics/comment.gif) no-repeat right 0;
	padding-right: 20px;*/
	}

ul.articleTools li.share {
	/*background: url(/graphics/storysec_dropdown.gif) no-repeat left 0;
	padding-left: 20px;*/
	}
	
ul.articleTools li.flash {
	background: url(/graphics/getflash.gif) no-repeat right 0;
	padding-right: 20px;
	}
	
ul.articleTools li.txtLabel {
	/*margin-right: 2px;*/
	}

ul.articleTools li.txtSml {
	/*height: 16px;
	margin-right: 2px;
	width: 29px;
	background: transparent none;*/
	}

ul.articleTools li.txtNormal {
	/*width: 19px;
	height: 16px;
	margin-right: 2px;*/
	}

ul.articleTools li.txtBig {
	/*width: 29px;
	height: 16px;
	background: transparent none;*/
	}
	

/* ---  ARTICLE TOOLBOX DROPDOWNS */

ul.articleTools ul.pageNav {
	border: none;
	margin: 0;
	background: transparent;
	width: auto;
	}

ul.articleTools ul.pageNav li {
	width: 30px;
	padding: 0;
	margin: 0;
	}
	
ul.articleTools ul.pageNav li.twitter, ul.articleTools ul.pageNav li.stumbleupon {
	margin-top: 2px;}
	
ul.pageNav a {
	width: 15px !important;
	}

ul.articleTools ul.pageNav li a.subLink {
padding-left:0;
padding-right:0;
width:30px;
	}

ul.articleTools ul.pageNav li ul {
	width: 10em;
	padding: 0;
	}

ul.articleTools ul.pageNav li ul li {
	width: 10em;
	margin-left: .25em;
	border-bottom: 1px solid #ddd;
	height: auto;
	padding: 3px 0;
	}

ul.articleTools ul.pageNav li ul li img {
	margin-right: 4px;
	}

ul.articleTools ul.pageNav li ul li a {
	}

ul.articleTools ul.pageNav li ul li a:hover {
	}

ul.articleTools ul.pageNav li a.subLink {
	background-position: left 50%;
	}

.slider {
	color:#B20E0E;
	font-size:13px;
	font-weight: bold;
	text-align: right;
	border-bottom: 1px dotted #AEADAB;
	padding-bottom: 8px;
	margin-bottom: 13px;
	margin-top: 5px;
	}
	
.expArrow{
	padding-left: 20px;
	background: url(/graphics/arrowdown.gif) no-repeat 0px 1px;
}
.collArrow{
	padding-left: 20px;
	background: url(/graphics/arrowup.gif) no-repeat 0px 1px;
}

/* --- END Article toolbox --- */


#articleBody {
	clear: left;
	padding-top: 10px;
	font-size: 105%;
	border-bottom: 1px dotted #AEADAB;
	padding-bottom: 6px;
	margin-bottom: 6px;
	}

#articleBody.bigText {
	font-size: 120%;
	}

#articleBody.smallText {
	font-size: 90%;
	}





#articleBody h1 {
	font-size: 1.5em;
	margin-bottom: .25em;
	margin-top: .25em;
	color: #0d2569;
	line-height: 1.1em;
	}

#articleBody h2 {
	font-size: 1em;
	line-height: 1em;
	color: #666;
	margin-bottom: .5em;
	}
#articleBody h3 {
	font-size: .85em;
	color: #b20e0e;
	}
#articleBody h4 {
	font-size: .8em;
	font-weight: bold;
	margin-bottom: .5em;
	margin-top: .5em;
	color: #262626;
	}
#articleBody h5 {
	font-weight: normal;
	font-size: 1.1em;
	color: #353535;
	margin-bottom: .25em;
	}
#articleBody h6 {
	font-size: 1em;
	line-height: 1.2em;
	margin-bottom: .25em;
	}

#articleBody p,
#articleBody ul,
#articleBody ol,
#articleBody dd,
#articleBody blockquote {
	font-size: .8em;
	color: #262626;
	line-height: 1.5em;
	margin-bottom: .5em;
	}

#articleBody td {
	font-size: 1em;
	color: #262626;
	line-height: 1.5em;
	margin-bottom: .5em;
	}

#articleBody ul {
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 5px;
	font-size: .8em;
	}

#articleBody ul li {
	background-image: url(/graphics/li_bullet.gif);
	background-position: 1px 4px;
	background-repeat: no-repeat;
	padding: 0 0 0 10px;
	}

#articleBody a {
	color: #0d2569;
	text-decoration: underline;
	}








#articlepage1 #column2 {
	width:296px;
	padding-right: 10px;
	margin-left: -6px;
	display: inline;
	}


#articleExtras {
	background-color: #f8f8f6;
	float:right;
	padding: 8px 8px 8px 8px;
	width: 296px;
	float: right;
	margin-right: 8px;
	border: 1px solid #AEADAB;
	border-left: none;
	}

#articleExtras #fullView {
	margin-bottom: 8px;
	}

/* article image gallery */

#articleExtras #galThumbs a img {
	border: solid 3px #ccc;
	margin: 0  15px 15px 0;
	}
	
#articleExtras #galThumbs a:hover img {
	border: solid 3px #aa0706;
	}
	
#articleExtras #photoCaption p {
	font-size: .8em;
	}

#articleExtras #photoCaption p {
	font-size: .8em;
	}
	
#articleExtras #photoCaption .timeStamp {
	font-size: .8em;
	float: right;
	}

#articlepage1 #articleSupportBlock {
	padding: 0 0 10px 0px;
	margin: 0 10px 0 19px;
	clear: both;
	}

#articlepage1 #column1 {
	padding: 0px;
	padding-right: 10px;
	margin: 0;
	/*margin-top: 20px;*/ /* temporary IE 7 fix */
	width: 310px;
	background: transparent url(/graphics/border_vDots.gif) repeat-y top right;
	border-top: none;
	}

#articlepage1 #centerWell {
	padding-right: 0;
	margin: 0;
	/*margin-top: 20px;*/ /* temporary IE 7 fix */
	border-left: none;
	border-bottom: none;
	border-top: none;
	border-right: none;
	width: 309px;
	float: left;
	}

#articlepage1 #column2 img.medRectAd {
	margin-left: -2px;
	margin-right: -2px;
	}

#articlepage1 #footer {
	padding-top: 9px;
	}
	
.endToolsLabel 	{
	color:#B20E0E;
	font-size:13px !important;
	font-weight:bold;
	padding-top: 1px;
	}
#articleBody .sfywdgt_header h3 { display:none;}
#articleBody .sfywdgt_tools li { display:none;}
div.sfywdgt_StorifyWidget div.sfywdgt_header div.sfywdgt_tools { display: none !important; }

