@charset "UTF-8";
/* CSS Document */

@import url("mission.css");

div#main {
	width: 776.4px;
}

div#content {
	border-right: #999 thin solid;
	width: 979px;
}

div#logo_secondary {
	background-image: url(images/secondary_head.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 980px;
	height: 126px;
}

h1.name_smaller {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 135%;
	font-weight: 100;
	color: #FFF;
}

div#orgname {
	width: 197px;
	float: left;
	margin: 5px 0 0 5px;
	/*margin-left: 10px;*/
}

div#topnav {
	margin-left: 0;
	float: left;
}

div#entree {
	float: left;
	width: 565px;
	
}

div#sidedish {
	float: right;
	width: 202px;
}

.headline {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 150%;
	font-weight: 100;
	color: #333;
}

div.text {
	padding: 25px 15px 15px 15px;
}

div.text p {
	line-height: 160%;
	padding-top: 10px;
	padding-bottom: 5px;
}

.subhead {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	font-weight: 600;
	line-height: 170%;
	padding: 10px 0 5px 0;
}

.subhead_LessSpace {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	font-weight: 600;
	line-height: 100%;
	padding-top: 15px;
}

.secondary_headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 140%;
	color: #333;
	line-height: 140%;
	font-style: italic;
	text-align: center;
	font-weight: 200;
}

.text ul {
	padding: 0 0 5px 25px;
	list-style: bullet;
}

.text ul li {
	margin: 0 0 6px;
	line-height: 140%;
}

.inner_dish {
	margin: 20px 10px 50px 0;
	text-align: center;
}

.inner_dish img {
	margin-bottom: 5px;
}

.caption_nolink {
	font-size: 80%;
	color: #333;
	font-weight: 600;
}

.caption a {
	font-size: 80%;
	color: #852639;
	font-weight: 600;
}

.caption a:hover, #caption a:active {
	color: #333;
}

.links a {
	font-size: 90%;
	color: #852639;
	font-weight: 600;
}

.links a:hover, links a:active {
	color: #333;
}