@import url("main.css");
@import url("header.css");
@import url("sidebar1.css");
@import url("figures.css");
@import url("footer.css");
@import url("forms.css");

#mainContent {
	margin: 0 222px 0 265px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0;
	position: relative
}
#mainContent div.promo1 {
	margin-bottom: 2em;
}
#mainContent .promo1 h1 {
	font-size: 0.938em;
	color: #F77300;
	margin: 0px 0px 0.5em;
}
#mainContent .promo1 p {
	margin-top: 0px;
}
#mainContent .promo2 p.date {
	font-weight: bold;
	background: url(/YCS/images/news_date.png) no-repeat left center;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
#mainContent .promo2 p, #mainContent .promo3 p {
	margin: 0px;
	padding: 0px;
	color: #0D396D;
}
#mainContent .promo2 {
	width: 48%;
	float: left;
}
#mainContent .promo3 {
	width: 48%;
	float: right;
}
#mainContent .promo2 h2, #mainContent .promo3 h2 {
	background: #EAEAEA;
	padding: 0.25em;
	color: #315C8F;
	font-size: 1.1em;
}
#mainContent .promo3 img {
	float: left;
}
#mainContent .promo3 p {
	margin-left: 110px;
}
#sidebar1 {
	background: url(/YCS/images/navigation/left_nav_bg.png) no-repeat left top;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 210px;
}
#sidebar2 p {
	font-size: 0.75em;
	line-height: 1.4em;
}
#subContent {
	position: relative;
	margin: 4em 10px 1em 45px;
}
#finder {
	margin-bottom: 3em;
}
#subContent h3 {
	font-size: 1.25em;
	font-weight: normal;
	color: #315B8F;
}
#subContent1 {
	float: left;
	width: 32%;
	position: relative;
}
#subContent2 {
	margin-right: 34%;
	margin-left: 34%;
	position: relative;
}
#subContent3 {
	float: right;
	width: 32%;
	position: relative;
}
#subContent p {
	font-size: 0.75em;
	line-height: 1.5em;
	color: #0D396D;
}
body {
	background: url(/YCS/images/background.png) repeat-x center bottom;
}
.yorkEvents {
	color: #0D396D;
	font-size: .75em;
	line-height: 1.75em;
}