/* CSS Document */

/* Body
----------------------------------------------------------------------*/
	body {
		text-align:center;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		margin-top:0px;
		font-size:11px;
		background-position:center;
		background-repeat:repeat-y;
	}
	
/* Content
---------------------------------------------------------*/

	#content{
		width: 775px;
		text-align:center;
		margin-left: auto;
		margin-right: auto;
		border-left:solid 1px #CCCCCC;
		border-right:solid 1px #CCCCCC;
		border-bottom:1px solid #c2bfd4;
	}
	
	
	h3{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		padding-left:20px;
		text-align:left;
	}

	h3 a{
		text-decoration:none;
		font-size:12px;
		color:#000000;
	}

	h3 a:hover{
		text-decoration:underline;
	}
	
	h4{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		padding-left:20px;
		text-align:left;
		font-weight:normal;
	}
	
	h4 a{
		text-decoration:none;
		font-size:10px;
		color:#666666;
	}

	h4 a:hover{
		text-decoration:underline;
	}


/* Header
----------------------------------------------------------*/
	
	#header{
		width:775px;
		margin-top:0px;
		text-align:center;
		height:85px;
		margin-bottom:0px;
		padding-bottom:0px;
	}

/* Menu
-------------------------------------------------------------*/

	#menu{
		background-repeat:no-repeat;
		height:36px; 
		width:775px;
		margin-left:0px;
		margin-right:0px;
		padding-top:0px;		
		text-align:left;
		border-bottom:1px solid #CCCCCC;
	}

	#menu #links{
		width:520px;
		float:left;
		display:inline;
	}
	
	#menu .linkicon{
		float:left;	
		display:inline;
		padding-top:11px;
		margin-left:16px;
	}
	
	#menu .link{
		float:left;	
		display:inline;
		padding-left:5px;
		padding-top:8px;
		color:#8e8f91;
		text-decoration:none;
		font-weight:bold;
	}
	
	#menu .link a:hover{
		text-decoration:underline;
	}
	
	#menu .link:hover{
		text-decoration:underline;
	}
	
	
	#menu #search{
		float:right;
		margin-top:5px;
		margin-right:5px;
		height:10px;		
	}
	
	form#search{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		width:200px;
		font-size: 8px;
		text-align: right;

	}
	#search .text {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		width: 100px;

	}
	#search .buttons {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		background-color: #F9F1E4;
		color: #D28A00;
		margin-right: 6px;
		margin-top:1px;
		border:solid 1px #F5E5CB;
		height:17px;
	}
	
	

	
/* Toolbar
----------------------------------------------*/

#tools{
	float: right;
	display:block;	
	margin-top:-15px;
}
#tools a{
	font-size: 9px;
	text-decoration:none;
	color:#999999;
	display:block;
}

#tools .tooltext{
	text-decoration:none;
}

#tools .tooltext a{
	text-decoration:none;
}


#tools .tooltext a:hover{
	text-decoration:underline;
}

.toolitem{
	margin-top:0px;
	float:right;
	padding-left:4px;
}

	
/* Main Article -- story.cfm
---------------------------------------------*/
	#article_wrapper {
		width:540px; 
		padding-left:10px;
		padding-right:20px;
		float:right; 
		line-height:17px; 
		text-align:justify;
		/*display:inline;*/
	}
	

	#article_wrapper h1 {
		font-size:14px;
		text-align:left;
	}
		
	#article_wrapper h2{
		font-size:12px;
		text-align:left;
	}
	
	#article_wrapper a{
		text-decoration:underline;
	}
	
	.large_photo_right, .small_photo_right, .small_photo_left{
		text-align:left;
		border: 1px solid #c2bfd4;
		padding:3px;
		border: 1px solid #c2bfd4;
		padding:3px;
	}
		
	.large_photo_right a, .small_photo_right a, .small_photo_left a{
		color:#999999;
		display:block;
		text-align:right;
	}	
	
	.large_photo_right{
		float:right;
		width:300px;
		margin-left:10px;
		margin-right:0px;
	}
	
	.small_photo_right{
		float:right;
		width:150px;
		margin-left:10px;
		margin-right:0px;
	}	

	.small_photo_left{
		float:left;
		width:150px;
		margin-left:0px;
		margin-right:10px;
	}
	
	.small_photo_left.caption, .small_photo_right.caption {
		margin-left:10px;
		margin-right:10px;
		text-align:left;
	}

	.story_photo a{
		display:block;
		margin-left:5px;
	}		

	#article_wrapper a.fullstory,  #rightstories a.fullstory{
		color:#878686; 
		font-size:10px; 
		text-decoration:none;
		text-align:left; 
	}
	
	#article_wrapper a:link, #mainarticle a:visited {
		color:#999999;
		text-decoration:none;
	}
	
	.sectiondivider{
		width: 450px;
		background:#EEEEEE;
		color:#000000;
		font-weight:bold;
		padding: 2px;	
	}
	

/* Footer
----------------------------------------------------------*/
	

	#footer{
		clear:both;
		width:775px;
		padding-top:10px;
		padding-bottom:20px;
		border-top:1px solid #c2bfd4;;
	}
	
	#rssfeeds{
		float:left;
		margin-left:10px;
	}
	
	#copyrightinfo{
		color:#999999;
		float: right;
		margin-right: 10px;
	}
	
	#copyrightinfo a, #rssfeeds a{
		color:#999999;
		text-decoration:none;
	}
	
	#copyrightinfo a:hover, #rssfeeds a:hover{
		text-decoration:underline;
	}
	
/* Search Results
--------------------------------------------------------*/

#searchresults{
	float:left;
	width:460px;
}

#searchresults h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding-left:20px;
	padding-right:20px;
}

#searchresults .result{
	border-bottom:solid 1px #999999;
	padding-bottom:10px;
	padding-top:10px;
}

#searchresults .result h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	padding-left:20px;
	text-align:left;
}

#searchresults .result h3 a{
	text-decoration:none;
	color:#666666;
}

#searchresults  .result h3 a:hover{
	text-decoration:underline;
}

#searchresults .result a.fullstory{
	text-decoration:none;
	font-size:11px;
	color:#999999;
	font-weight:bold;
	line-height:25px;
	float:right;
}

#searchresults  .result a.fullstory:hover{
	text-decoration:underline;
}

#searchresults .result p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-left:20px;
}

#searchresults .result .photo{
	border: 1px solid #c2bfd4;
	padding:5px;
	float:right;
	margin-left:10px;
}

/* Photo Results
--------------------------------------------------------*/

#photoresults{
	float:left;
	width:460px;
}

#photoresults h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding-left:20px;
	padding-right:20px;
}

#photoresults .result{
	border-bottom:solid 1px #999999;
	padding-bottom:10px;
	padding-top:10px;
}

#photoresults .result h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	padding-left:20px;
	text-align:left;
}

#photoresults .result h3 a{
	text-decoration:none;
	color:#666666;
}

#photoresults  .result h3 a:hover{
	text-decoration:underline;
}

#photoresults .result a.fullstory{
	text-decoration:none;
	font-size:11px;
	color:#999999;
	font-weight:bold;
	line-height:25px;
	float:right;
}

#photoresults  .result a.fullstory:hover{
	text-decoration:underline;
}

#photoresults .result p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-left:20px;
}

#photoresults .result .photo{
	float: right;
	padding-left:10px;
}

/* formStyles
-------------------------------------------------------*/
.formLabel{
	width:100px;
}

form input{
	display:inline;
}

/* Typography
--------------------------------------------------------*/

	p {text-align:left;}

	.storiestitle a{
		text-align:center;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#999933;
		text-decoration:none;
		font-weight:bold;
	}
	
	.storiestitle a:hover{
		text-decoration:underline;	
	}	


	.fullstory a{
		width: 200px;
		float:right;
		color:#878686; 
		font-size:10px; 
		text-decoration:none;
		text-align:right; 
	}
	

	a:hover{text-decoration:underline;}

	a.story {
		color:#878686; 
		font-size:10px; 
		text-decoration:none;
	}

	.search {
		border:1px solid #CCCCCC; 
		height:15px; 
		width:80px;
	}

	.search_button {
		text-align:left; 
		line-height:12px;
	}

	a.title {
		font-size:12px; 
		text-decoration:none; 
		color:#006699; 
		font-weight:bold; 
		line-height:18px;
	}

	.rightbox {
		padding-right:30px; 
		line-height:18px; 
		color:#276194; 
		text-decoration:none; 
		text-align:left; 
		font-size:11px;
	} 
	
	.clear{
		clear: both;
	}
	

/* Persecution panel
---------------------------------------------*/
.right_section_text {
	font-family: Tahoma;
	font-size: 11px;
	color: #072942;
	text-decoration: none;
	line-height: 20px;
	list-style-position: outside;
}

.right_section_bg {
	background-image: url(/images/line.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #b8b8d2;
	border-right-color: #b8b8d2;
	border-bottom-color: #b8b8d2;
	border-left-color: #b8b8d2;
}
.right_section_titles {
	font-family: Tahoma;
	font-size: 11px;
	color: #072942;
	text-decoration: none;
	line-height: 20px;
	list-style-position: outside;
	list-style-image: url(square2.jpg);
	font-weight: bold;
}

.formLabel{
	width:100px;
	height:40px;
	display:inline;
	margin-right:12px;
	padding-right:10px;
}
.formItem{
	margin-left:10px;
	display:inline;
}

/* Related features
-------------------------------------------------*/
	#rightstories #relatedfeatures .item{
		margin-top:0px;
		float: none;
		border-bottom:1px solid #F8F9F4;
	}

	#rightstories #relatedfeatures h1{
		font-size:12px;
		text-align:left;
		background:#D2DBE2;
		padding-top:3px;
		padding-bottom:3px;
		padding-left:25px;
		margin-top:0px;
	}
	

	
	#rightstories #relatedfeatures .item .title{
		font-size:11px;
		text-align:left;
		display:block;
		font-weight:bold;
		margin-right:25px;
		margin-left:25px;
		float:none;
	}
	
	#rightstories #relatedfeatures .item .caption{
		font-size:10px;
		text-align:left;
		display:block;
		margin-right:25px;
		margin-left:25px;
		padding-bottom:15px;		
	}
	
	#rightstories #relatedfeatures .item .photo {
		border:1px solid #D2DBE2;
		padding:3px;
		width:200px;
		float:none;
		margin-left:auto;
		margin-right:auto;
		display:block;
		margin-bottom:3px;
	}
	
	
	
	#photoLarge{
		float:left;
		border:1px solid #D2DBE2;
		padding:3px;
	}
	
/* Feature panel -- index.cfm
---------------------------------------------*/
	#featurepanel{
		background-color:#DFEBF7; 
		width:460px; 
		margin-top:10px; 
		padding:15px; 
		margin-left:15px; 
		float:left; 
		line-height:18px; 
		text-align:justify;
		border:1px solid #D2DBE2;
		display:inline;
		margin-bottom:20px;
	}
	
	#featureImagePanel, #featureFlashPanel{
		width:460px; 
		margin-top:10px; 
		margin-left:15px; 
		float:left; 
		display:inline;
		margin-bottom:20px;
		padding-bottom:20px;
	}
		
	.featurepanel_photo {
		border: 1px solid #c2bfd4;
		padding:5px;
		margin-left:5px;
		float:right;
	}
	
	#featurepanel h1 {
		font-size:13px;
		text-align:left;
	}
	
	#featurepanel h1 a{
		font-size:13px;
		text-align:left;
		color:#000000;
		text-decoration:none;
	}
	#featurepanel h1 a:hover{
		text-decoration:underline;
	}
	
	#featurepanel a.fullstory{
		color:#878686; 
		font-size:10px; 
		text-decoration:none;
		text-align:left; 
	}
	
	
	#featurepanel .caption{
		text-align:left;
		margin-left:15px;
		margin-right:15px;
		clear:both;
	}
	
	#flashsearch{
		padding-top:15px;
		padding-bottom:15px;
	}
		
		
		
.menuCell, .menucell td{
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #A4A8AC;
	border-top: 1px solid #E5E5E5;
	border-right: 1px none #E5E5E5;
	border-bottom: 1px none #E5E5E5;
	border-left: 1px none #E5E5E5;
	background-color:#F3F4F2;
}

.menuCellHighlight{
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #A4A8AC;
	border-top: 1px solid #E5E5E5;
	border-right: 1px none #E5E5E5;
	border-bottom: 1px none #E5E5E5;
	border-left: 1px none #E5E5E5;
	background-color:#E4E8E1;
}

.menuCellSubMenu{
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #A4A8AC;
	border-top: 1px solid #E5E5E5;
	border-right: 1px none #E5E5E5;
	border-bottom: 1px none #E5E5E5;
	border-left: 1px none #E5E5E5;
	background-color:#FFFFFF;
}


/*other sites menu overrides*/
div#othersitesnavholder {
	width:775px;
	margin:auto;
	border: 1px solid #000;
	border-top:0;
	
}

div#mastNavOtherSitesWraper {
	position:absolute;
	top:0;
	left:50%;
	width:775px;
	margin-left:-388px;
}

	
div.mastNavOtherSites {right:0;}
/*end other sites menu overrides*/


/*error*/
.error {
	border:2px solid #FBC2C4;
	margin-bottom:1em;
	padding:0.8em;
	background:#FBE3E4;
	color:#8A1F11;
}

