@charset "UTF-8";

* {
	margin: 0 auto; 
	padding: 0;
	font-family: Arial;
	font-size: 100%;
	border:0;
}

body {
	text-align: center;
	color: #FFF;
	background: #000 url(../images/bg.gif) repeat-x left top;	
}

a {
	text-decoration: none;
	cursor: pointer;
}

table {
	border-collapse: collapse;
}

img { 
	display: block;
}

hr {
	display: none;
}

ul, ul li, ol, ol li {
	list-style: none;
}

h1, h2, h3, h4, h5, p {
	#position: relative;
}

.Spacer
{
	clear: both;
}

.NoButton
{
	cursor: default;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	#display: inline-block;
}

html[xmlns] .clearfix {
	#display: block;
}

* html .clearfix { 
	height: 1%;
}

.Hidden
{
	display: none !important;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#Header 
{
	width: 930px;
	display: block;
	position: relative;
}	

	#Header .Social
	{
		height: 28px;
		position: absolute;
		top: 10px;
		right: 14px;
	}	
		#Header .Social .YouTube
		{
			background: transparent url('../images/common/im_logo_you_tube.png') no-repeat top center; 
			width: 33px;
			height: 33px;
			display: inline;
			float: left;
			overflow: hidden;
			line-height: 3000px;
		}
		#Header .Social .Twitter
		{
			background: transparent url('../images/common/im_logo_twitter.png') no-repeat top center;
			width: 33px;
			height: 33px;
			display: inline;
			float: left;
			margin-left: 4px;
			overflow: hidden;
			line-height: 3000px;
		}
		
		#Header .Social .Facebook
		{
			background: transparent url('../images/common/im_logo_facebook.png') no-repeat top center;
			width: 33px;
			height: 33px;
			display: inline;
			float: left;
			margin-left: 4px;
			overflow: hidden;
			line-height: 3000px;
		}
		


#Header h1
{
	position: relative;
	width: 930px;
}

#Header h1 a
{
	background: transparent url('../images/common/im_header3.jpg') no-repeat top center;
	width: 930px;
	height: 163px;
	display: block;
}
	#Header h1 a span { display: none !important; }
	
	#Header h1 span.date
	{
		position: absolute; 
		top: 10px;
		left: 10px;
		color: #000;
		font-size: 10px;
		font-weight: normal;
		font-family: Arial; 
	}
	
#nav 
{
	display: block;
	width: 955px;
	/* 
	height: 92px;
	background: transparent url('../images/common/nav/bg.png') no-repeat center top;
	padding: 0px 33px 0px 45px;
	*/
	height: 52px;
	text-align: left;
	/* margin-bottom: 18px; */
	margin-bottom: 6px;
	padding: 0 22px 0px 23px;
}


	#nav li
	{
		display: inline;
		height: 46px;
	}
	
	#nav li.Separator a
	{
	}
	
	#nav li a
	{
		margin: 0px 45px;
	}
	
	#nav li a.Construction
	{
		margin-left: 0px;
	}
	
	#nav li a.Haiti
	{
		margin-right: 0px;
	}
	
	#nav li a,
	#nav li a *
	{
		display: inline-block;
	}
	
	/*
	#nav li a,
	#nav li a *
	{
		display: inline-block;
		width: 33.03%;
		height: 45px;
		font-variant: small-caps;
		white-space: nowrap;
		color: #031529;
		margin: 0;
	}
	*/
	
	#nav li a:first-letter,
	#nav li a span:first-letter {
		font-size: 24px;
	}

#subnav 
{
	display: block;
	width: 1000px;
	height: 40px;
	background: #000407 url('../images/common/nav/pt_sub.jpg') no-repeat left top;
}

#subnav ul 
{
	display: block;
	width: 1000px;
	height: 30px;
	padding: 10px 0px;
	background: transparent url('../images/common/nav/pt_sub.jpg') no-repeat left bottom;
}

	#subnav li 
	{
		display: inline-block;	
	}


	#subnav li a 
	{
		/*
		font-family: Arial;
		font-size: 9px;
		line-height: 45px;
		display: inline-block;
		text-transform: uppercase;
		color: #043e64;
		*/
		color: #666666;
		line-height: 30px;
		display: inline;
	    font-size: 18px;
	    letter-spacing: 1px;
	    font-family: "Times New Roman";
	    font-variant: small-caps;
	    padding: 0 13px;
	    text-transform: capitalize;
	    white-space: nowrap;
	    font-weight: normal;
	    text-shadow: 2px 2px 2px #000;
	}
	
	#subnav li.Overview
	{
		text-align: left;
		width: 227px;
	}
	
	#subnav li.Press
	{
		width: 152px;
	}
	
	#subnav li.Celebrities
	{
		width: 172px;
	}
	
	#subnav li.Humanitarian
	{
		width: 254px;
	}
	
	#subnav li.Contact
	{
		width: 80px;
		padding-right: 20px;
		text-align: right;
	}
	
	#subnav li.Overview a
	{
		padding-left: 0px;
	}
	
	#subnav li.Contact a
	{
		padding-right: 0px;
	}
	
	#subnav .eventssubnav li a
	{
		/* margin: 0px 21.7px; */
		margin: 0px 14.7px;
	}


.hr 
{
	width: 800px;
	height: 1px;
	background: transparent url('../images/csc/body/ic_hr.gif') no-repeat left top;
	color: transparent;
	border: 0;
	display: block;
}

	.hr * { display: none !important; }
	
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */	

#footer
{
	margin-top: 35px;
	width:1000px;
	text-align: left;
}

	#footer p 
	{
		color: #999999;
		font-size: 8pt;
		padding-bottom: 35px;		
	}

	

