@charset "UTF-8";
/* CSS Document */

#fourBoxesContainer {
	width:860px;
	height:283px;
	clear:both;
	margin-bottom:20px;
}

#fourBoxesContainer .fourBox {
	width:200px;
	height:283px;
	float:left;
	text-align:center;
}

.fourBox img {
	margin-bottom:6px;
}

.fourBox div {
}

.fourBox ul {
	margin:0px;
	padding:0px;
}

.fourBox li {
	list-style:none;
	font-size:14px;
	margin-bottom:12px;
	text-align:center;
}

.fourBox li a {
	color:#000000;
	text-decoration:none;
}

.fourBox.summer {
	background-color:#00ff00;
	background-image:url(../images/boxbottom-summer.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

.fourBox.autumn {
	background-color:#fbc300;
	background-image:url(../images/boxbottom-autumn.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

.fourBox.winterSpring {
	background-color:#bfbbef;
	background-image:url(../images/boxbottom-winterspring.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

.fourBox.symposium {
	background-color:#cecccc;
	background-image:url(../images/boxbottom-symposium.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
.fourBoxDivider,
.twoColumnDivider {
	width:20px;
	height:20px;
	float:left;
	display:inline;
}
.fourBox ul {
	height:130px;
}


#hpTwoColumns {
	width:860px;
}

#twoColumnLeft,
#twoColumnRight {
	width:420px;
	float:left;
}

#hpNavigator {
	background-color:#d9e0e6;
	text-align:center;
	width:900px;
	height:22px;
	font-size:14px;
	padding-top:8px;
	/*display:none;*/
}

#hpNavigator div.menuItem {
	display:inline;
}

#hpNavigator a {
	color:#000000;
	text-decoration:none;
}

#hpNavigator ul {
	display:inline;
}

#hpNavigator li {
	list-style:none;
	display:inline;
	margin-left:12px;
	margin-right:12px;
}

#hpContent {
	/*display:none;*/
}

