
/* Set up */

*, html {
	margin: 0;
	padding: 0;
}

html { height: 100%; }

body {
	color: #333;
	background: #999;
	text-align: center;
	font: 12px Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}

p, h1, h2, h3, h4, a, div, img, ul, li, span {
	padding: 0;
	margin: 0;
	border: none;	
}

div { background: none; }

img {
	border: none:
	float: left;
}

h1 {
	font-size: 18px;
	color: #999;
	margin-bottom: 5px;

}

h2 {
	font-size: 18px;
	line-height: 125%;
	color: #FDE508;
	font-weight: bold;
	margin-bottom: 6px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	line-height: 130%;
	margin-bottom: 10px;
}


p {
	
	color: #333;
	line-height: 200%;
}

a {
	text-decoration: none;
}

a:link {
	color: #00AAE7;
}

a:visited {
	color: #00AAE7;
}

a:focus {
	color: #00AAE7;
	
}

a:hover {
	color: #00AAE7;
	text-decoration: underline;
}

a:active {
	color: #00AAE7;
}


h4 {
	font-size: 14px;
	line-height: 100%;
	font-weight: bold;
	color: #FDE508;
	margin-top: 12px;
	margin-bottom: 6px;
}

	h4 a:link {
		color: #FDE508;
	}
	
	h4 a:visited {
		color: #FDE508;
	}
	
	h4 a:focus {
		color: #FDE508;
		
	}
	
	h4 a:hover {
		color: #FDE508;
		text-decoration: underline;
	}
	
	h4 a:active {
		color: #FDE508;
	}

ul {
	list-decoration: none;
	color: #000;
	line-height: 135%;
}


/* Content Structure */

#contentWrapper {
	background-color: #999;
	text-align: center;
}

.headerBar {
	background-color: #003366;
	height: 20px;
}

.panorama {
	margin: 0 auto;
	background-color: #FFF;
	border-bottom: #CCCC00 solid 8px;
}

.content {
	margin: 0 auto;
	width: 970px;
	height: 325px;
	padding: 10px;
	padding-bottom: 20px;

	background-color: #FFF;
	text-align: left;
}

	.content .intro {
		height: 225px;
	}

	.content .introPhoto {
/*		background-color: purple;*/
		float: left;
		margin-top: 10px;
		margin-left: 5px;
	}

	.content .textContent {
/*		background-color: fuchsia;*/
		color: #333;
		float: left;
		width: 605px;
		margin-left: 20px;
		margin-top: 10px;
		margin-bottom: 2px;
	}
	
	.content .textContent h1 {
		width: 202px;
		height: 24px;
		background: transparent url(../img/CD_title.gif) no-repeat;
		margin-bottom: 10px;
		
	}
	
	.content .textContent p {
	}
	
	.content span {
		display: none;
	}

	.content .bucketOne {
		width: 322px;
		height: 100px;
		float: left;
		color: #000;
		text-align: center;
		margin-top: 8px;
		margin-bottom: 20px;
/*		background-color: orange;*/
	}
	
	.content .bucketTwo {
		width: 322px;
		height: 100px;
		float: left;
		color: #000;
		text-align: center;
		margin-top: 8px;
		margin-bottom: 10px;
/*		background-color: blue;*/
/*		border-left: dotted gray 1px;*/
	}

	.content .bucketThree {
		width: 322px;
		height: 100px;
		float: left;
		color: #000;
		text-align: center;
		margin-top: 8px;
		margin-bottom: 10px;
/*		background-color: orange;*/
/*		border-left: dotted gray 1px;*/
	}

/* FOOTER */

.footer {
	background-color: #FFF;
	font: 10px Helvetica, Arial, sans-serif;
	width: 970px;
	height: 40px;
	padding: 10px;
	margin: 0 auto;
}

	.footer .columbiaLogo {
		width: 322px;
		height: 30px;
		float: left;
		color: #000;
		text-align: left;
		background: transparent url(../img/logo_columbia.gif) no-repeat;
	}
	
	.footer ul {
		width: 322px;
		margin: 0 auto;
		margin-top: 8px;
		float: left;
		list-style: none;
	}
	
	.footer ul li {
		display: inline;
		margin-right: 10px;
		color: gray;
	}
	
	.footer a {
		color: gray;
	}
	
	.footer .nypcolumbiaLogo {
		width: 322px; 
		height: 30px;
		float: right;
		color: #000;
		text-align: right;
		background: transparent url(../img/logo_presbyterian.gif) no-repeat;
	}
	
	.footer .nypcolumbiaLogo img {
		float: right;
	}
	
	.footer span {
		display: none;
	}














