.pngFix, #content, .module .playBtn, #slideshow, .note, #calendarBottom
{
	_behavior: url("/js/iepngfix.htc")
}


html, body
{
	background: white url('image/bg.rx.jpg') repeat-x fixed center top;
	padding:0;
	margin:0;
}   

li
{
	margin-top:10px;
	margin-bottom:10px;
}

h1
{
	color:#3e5f87;
	font-size:170%;
	margin:10px 0;
}

h2
{
	margin:10px 0;
	margin-top:25px;
	color:#333;
}

h3
{
	color:#4d7298;
	margin:0;
	margin-bottom:3px;
}

hr
{
	color:#ccc;
	background-color:#ccc;
	border:1px solid #ccc;
	margin:15px 0;
}

a
{
	color:#6298cb;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}


dl, dt, dd, dl dd
{
	margin:0;
}

/*////////////////////////////////////////
//Header
////////////////////////////////////////*/

#topHeaderBarWrapper
{
	background-color:black;
	height:30px;
	line-height:30px;
}

	#topHeaderBarContent
	{
		color:#cccccc;
		margin:0 auto;
		width:1000px;
		height:30px;
		text-align:left;
		background-color:black;
		
	}
	
	#topHeaderBarContent span.title
	{
		font-weight:bolder;
		color:white;
		float:left;
		margin-right:5px;
	}
	
	#topHeaderBarContent span.date
	{
		font-weight:bolder;
		color:#93cdff;
		float:right;
	}

#logoWrapper
{
	height:122px;
	width:100%;
	background-color:#666;
}

	#logoBar
	{
		height:122px;
		background: #666 url('image/header.jpg') no-repeat scroll center top;
		width:1000px;
		margin:0 auto;
	}
	
	

#header
{
	width:1000px;
	margin:0 auto;
	margin-top:2px;
}

	
	#slideBg
	{
		background-image:url('image/index.bg.jpg');
		width:808px;
		height:220px;
		float:right;
	}
	
	body.chinataiwan #slideBg
	{
		background-image:url('image/china.bg.jpg');
	}
	
	body.india #slideBg
	{
		background-image:url('image/india.bg.jpg');
	}
	
	body.middleeast #slideBg
	{
		background-image:url('image/middleeast.bg.jpg');
	}
	
	body.kurdish #slideBg
	{
		background-image:url('image/kurdish.bg.jpg');
	}

	
	#stripe
	{
		width:808px;
		height:38px;
		background-image:url('image/stripe.jpg');
		float:right;
		margin-top:2px;
	}
	
/*////////////////////////////////////////
//Content
////////////////////////////////////////*/

#bd
{
	width:1000px;
	margin:0 auto;
}

	#leftCol
	{
		width:190px;
		float:left;
	}
	
		#calendarWrapper
		{
			background:#ebebeb url('image/calendar.bg.jpg') no-repeat scroll top center;
			width:190px;
			float:left;
		}
			
			#calendarBottom
			{
				background:transparent url('image/calendar.bottom.png') no-repeat scroll;
				width:190px;
				height:100px;
				float:left;
				margin-top:3px;
			}
			
			.ui-datepicker .hasEvent
			{
				border:1px solid #3e5f87;
				color:white;
				background-color: #79a6d1;
				background-image:none;
			}
			
			.ui-datepicker
			{
				width:170px;
				margin:10px auto;
			}
			
			.ui-widget
			{
				font-size:80%;
			}
		
			.event
			{
				text-align:left;
				display:block;
				width:170px;
				height:50px;
				margin:7px auto;
				background:white url('image/event.arrow.jpg') no-repeat scroll top right;
				border:1px solid #e5e5e5;
				text-decoration:none;
				-webkit-border-radius:6px;
				-moz-border-radius:6px;
			}
			
			.event .title
			{
				font-weight:bold;
				color:#333;
				display:block;
				padding:10px;
				padding-bottom:0;
			}
			
			.event .date
			{
				color:#555;
				display:block;
				font-size:90%;
				padding:2px 10px;
			}
			
			.event:hover
			{
				text-decoration:none;
				background-position:bottom right;
			}
	
	#content
	{	
		text-align:left;
		background:transparent url('image/content.corner.png') no-repeat scroll top left;
		width:565px;
		padding:15px 25px;
		padding-bottom:30px;
		float:left;
		color:#333;
		
		_padding:15px 20px;
		_width:575px;
	}

		.note
		{
			width:557px;
			background:transparent url('') no-repeat scroll top center;
			padding:0 20px;
			margin-left:-10px;
			_width:557px;
			_padding:0 13px;
		}
		
		.noteTop
		{
			background-image: url('image/note.top.png');
			height:8px;
			margin-top:10px;
		}
		
		.noteMiddle
		{
			background-image: url('image/note.middle.png');
			background-repeat:repeat-y;
			padding-top:7px;
		}
		
		.noteBottom
		{
			background-image: url('image/note.bottom.png');
			height:51px;
			margin-bottom:10px;
			
		}
		
		.noteBottom .title
		{
			font-size:130%;
			font-weight:bold;
			float:right;
			line-height:40px;
			margin-right:40px;
		}

#sideBar
{
	float:right;
}
	.module
	{
		text-align:left;
		border:1px solid #ccc;
		width:170px;
		padding:10px;
		margin: 10px auto;
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		_margin:10px 0;
	}
	
	.module h3
	{
		padding:8px 0;
		padding-top:0;
	}
	
	.module .video
	{
		width:170px;
		height:130px;
	}
		
	.module .playBtn
	{
		background:transparent url('image/play.btn.png') no-repeat scroll center center;
		_margin-left:40px;
		_margin-top:25px;
		display:block;
		
	}
	
	.module.benefactor img
	{
		width:100px;
		display:block;
		margin:0 auto;
	}
	
	.module.monograph img
	{
		width:30px;
		float:left;
		margin-right:5px;
		margin-bottom:5px;
	}
	
.eventContent
{
	padding:10px;
}

	.eventContent .title
	{
		color:#3e5f87;
		font-size:170%;
		font-weight:bolder;
		display:block;
	}
	
	.eventContent .date
	{
		color:#3e5f87;
	}
	
	.eventContent .subTitle
	{
		color:#333;
		font-size:110%;
		font-weight:bolder;
		display:block;
	}
	
	.eventContent img
	{
		float:left;
		margin-right:10px;
		margin-bottom:10px;
	}
	
	

#footer
{
	width:1000px;
	background:#f6f6f6 url('image/stripe.bottom.gif') no-repeat scroll center top;
	margin:0 auto;
	padding-top:30px;
	padding-bottom:15px;
	text-align:left;
	margin-bottom:10px;
}
	
	#footer li
	{
		list-style:none;
		display:block;
		max-width:120px;
		margin:5px 0;
		
	}
	
	#footer ul
	{
		padding:0;
		margin:0;
	}
	
	#footer>ul>li
	{
		float:left;
		padding:10px;
	}
	
	/*IE 6 Bullshit*/
		
		#footer ul
		{
			_margin-left:20px;
		}
		
		#footer ul li
		{
			_float:left;
			_padding-left:15px;
			_font-weight:bold;
		}
		
		#footer ul li ul
		{
			_float:left;
			_margin-left:0;
		}
		
		#footer ul li ul li
		{
			_float:none;
			_width:120px;
			_padding-left:0;
		}
		
		#footer
		{
			
		}
	/* End IE 6 Bullshit*/
	
	#footer>ul>li:first-child
	{
		margin-left:20px;
	}
	
	#footer>ul>li>a:first-child
	{
		color:#333;
		font-weight:bold;
	}



#contact
{
	color:#999;
	font-size:90%;
	width:1000px;
	margin:0 auto;
	margin-bottom:50px;
}

	#masthead
	{
		display:block;
		width:265px;
		height:27px;
		background:transparent url('image/masthead.jpg') no-repeat scroll center center;
		margin:10px auto;
	}
	
#subMenu
{
	margin:30px 0;
}	
	#subMenu a
	{
		background:transparent url('image/tab.bg.rx.gif') repeat-x scroll center center;
		color:#555;
		font-weight:bold;
		float:left;
		font-size:11px;
		border:1px solid #9faabb;
		
		padding:7px 10px;
		-webkit-border-top-left-radius: 7px;
		-webkit-border-top-right-radius: 7px;
		-moz-border-radius-topright: 7px;
		-moz-border-radius-topleft: 7px;
	}
	
	#subMenu a:hover
	{
		text-decoration:none;
	}
	
	#subMenu .selected
	{
		border-bottom:none;
		color:black;
		margin-top:-5px;
		padding-bottom:13px;
		background:transparent url('image/arrow.down.png') no-repeat scroll center bottom;
	}

.paging
{
	margin-top:15px;
}
	.paging a, .paging .disabled, .paging .current, .paging .dots
	{
		text-align:center;
		padding:4px;
		background-color:white;
		border:1px solid #3875d7;
		margin:1px;
		font-size:12px;
		-moz-border-radius:2px;
		-webkit-border-radius:2px;
	}
	
	body .pagination .dots
	{
		border:0;
		background-color:transparent;
		padding:4px 0;
	}
	
	.paging .disabled
	{
		color:#999;
		border-color:#999;
		display:inline;
	}
	
	.paging .current
	{
		color:white;
		background-color:#6d9fce;
	}
	
	.right .paging a, .right .paging .disabled, .right .paging .current, .right .paging .dots
	{	
		display:block;
		float:left;
	}

.staffDate
{
	background-color:#3e5f87;
	color:white;
	padding:7px;
	font-size:120%;
	font-weight:bold;
	border:1px solid #777;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.collapsibleItem
{
	display:block;
	padding:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background:transparent url('image/plus.gif') no-repeat scroll 4px 3px;
	padding-left:32px;
}
	.collapsibleItem:hover
	{
		background-position:3px -48px;
		border:1px solid #999;
		padding:4px;
		padding-left:31px;
		cursor:pointer;
		cursor:hand;
	}
	
	.collapsibleItem.open
	{
		
		background-position:4px -97px;
	}
	
	.collapsibleItem.open:hover
	{
		background-position:3px -148px;
	}
	
#slideshow
{
	width:445px;
	height:333px;
	background:transparent url('image/slideshow.reflection.png') no-repeat scroll center bottom;
	position:absolute;
	z-index:100;
	top:79px;
	left:50%;
	margin-left:20px;
}
/*////////////////////////////////////////
//About Page
////////////////////////////////////////*/
.staffPhoto
{
	width:75px;
	height:104px;
	float:left;
	margin-right:5px;
	margin-bottom:1px;
}

	
/*////////////////////////////////////////
//Custom
////////////////////////////////////////*/

.message
{
	background-color:#d8e9f4;
	padding:10px;
	margin:7px;
	border:1px solid #4c9bc2;
	color:#3e5f87;
	display:block;
	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	
	_margin-bottom:0;
}

.caption
{
	font-style:italic;
	font-weight:bold;
}

.photo
{
	border:1px solid #cecece;
	padding:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	background-color:white;
}

.photo.left
{
	margin-right:10px;
	margin-bottom:10px;
}

.photo.right
{
	margin-left:10px;
	margin-bottom:10px;
}

.mainTitle
{
	margin-bottom:0;
}

.subTitle
{
	margin-top:0;
}

.left
{
	float:left;
}

.right
{
	float:right;
}

.hidden
{
	visibility:hidden;
}

.none
{
	display:none;
}

.center
{
	margin:0 auto;
}

.clear
{
	clear:both;
}

.textCenter
{
	text-align:center;
}


