div#logo { margin: 12px 0 20px 24px; }
div#intro { margin: 0 40px 50px 84px; font-family: Georgia, "Times New Roman", Times, serif; line-height: 1.6em; }

/* SIDE AREA FOR PHOTO AND SUB-NAV */
#secondary { float: right; margin: 15px 0; width: 280px; }
#secondary img { display: block; }
#secondary div#menu { margin: 10px 0 0 10px; background: #e6e9ee url(/Images/Corporate/side_menu_cap_top.gif) no-repeat; }
#secondary div#menu ul { margin: 0; padding: 10px 15px; list-style: none; background: url(/Images/Corporate/side_menu_cap_bottom.gif) left bottom no-repeat; }
#secondary div#menu li { margin: 0; padding: 5px 0; }

/* TEMPORARY */
div#temporary { padding: 10px; border: 1px solid #C66; background-color: #EEE; }
div#temporary p { margin: 0; }

h4 {
	font-family: Georgia;
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
	color: #3A95DB;
	margin: 19px 0 8px;
}

#navlist {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#navlist li.current {
	padding-left: 13px;
	background-image: url(../Images/redDot.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-bottom: 8px;
}

#navlist li.past {
	padding-left: 13px;
	background-image: url(../Images/blueDot.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-bottom: 8px;
}

#navlist li.star {
	background-image: url("../Images/starDot.gif");
    background-position: -1px 0;
    background-repeat: no-repeat;
    padding-bottom: 8px;
    padding-left: 18px;
}
