@charset "UTF-8";

body {
	margin-top: 0;
	background: url(new_images/bg.jpg) repeat-x #256298;
}
img {
	border: none;
}
h1 {
	font-size: 1.2em;
	margin: 0;
	font-weight: normal;
}
h2 {
	font-size: 1.3em;
	color: #216d47;
	margin: 0;
	font-weight: normal;
}
.secondaryNav a:hover, .news a:hover, .footer a:hover {
	text-decoration: underline;
}
.container {
	margin: 0 auto;
	width: 950px;
	min-width: 950px;
	font-family: Arial, Helvetica, sans-serif;
}
.secondaryNav {
	height: 22px;
	font-size: .75em;
	color: #fff;
	background: url('new_images/secondary_homebg.jpg') no-repeat left top;
	text-align: right;
	padding-top: 54px;
	padding-right: 1.5em;
}
.secondaryNav.jonathan {
	background: url('freedom_images/top_bar.jpg') no-repeat left top;
}
.secondaryNav a {
	text-decoration: none;
	color: #fff;
}
.secondaryNav a:visited {
	color: #fff;
}
.mainNav {
	min-height: 64px;
	background: url('new_images/main_homebg.jpg') no-repeat top;
	overflow: auto;
	z-index: 2;
	position: relative;
}
.mainNav.jonathan {
	background: url('freedom_images/text_bar.jpg') no-repeat top;
}
.mainNav a, .mainNav a:visited {
	font-size: .95em;
	border-right: 2px solid #99c3e5;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: .4em 1.3em;
	text-align: center;
	float: right;
	margin-top: .5em;
}
.mainNav a.events {
	width: 130px;
	padding: .5em .9em;
}
.mainNav a.last {
	border-right: none;
}
.mainNav a:hover {
	color: #74cea2;
}
.mainNav.jonathan a:hover {
	color: #fbba65;
}
.mainNav.jonathan a.center {
	padding: .8em 1.3em 0 1.3em;
}

.picBanner {
	height: 100px;
	position: absolute;
	top: 140px;
	z-index: 1;
	min-width: 950px;
}
.picBanner img {
	float: left;
}
.description {
	z-index: 3;
	position: absolute;
	background: #fcfdef;
	font-size: .7em;
	color: #29659a;
	width: 90px;
	/*margin-top: 15px;*/
	padding: 5px;
	visibility: hidden;
	border: 1px solid #29659a;
}
.description strong {
	color: #d31d0e;
}
#janine {
	left: 790px;
	margin-top: 120px;
}
#teresa {
	left: 530px;
	margin-top: 120px;
	padding-bottom: 20px;
}
#amy {
	left: 660px;
	margin-top: 120px;
}
#jonathan {
	left: 840px;
	margin-top: 120px;
}

.mainContent {
	clear: both;
	margin-top: 170px;
	background: url('new_images/homecontent_bg.jpg') bottom no-repeat;
	overflow: auto;
}
.mainText {
	width: 610px;
	font-size: .8em;
	color: #29659a;
	float: left;
}
.mainText p {
	margin: 0 20px;
	line-height: 1.4em;
}
.mainText a {
	text-decoration: none;
	color: #fcfdef;
	padding: .1em .3em;
	background: #29659a;
}
.mainText a:hover {
	background: #c11b0d;
}
.boxLinks {
	width: 92px;
	background: #fcfdef;
	font-size: .9em;
	float: right;
	margin: 0 20px 0 20px;
	padding: 10px;
	border: 1px solid #d6dac0;
	line-height: 1.4em;
}
.boxLinks.jonathan {
	width: 110px;
	margin: 0 0 0 20px;
	border: 1px solid #6d9dc8;
}
.boxLinks a {
	text-decoration: none;
	color: #5187b6;
	background: none;
	padding: 0;
}
.boxLinks a:hover {
	text-decoration: underline;
	background: none;
	color: #1e6548;
}
.newsletter {
	text-align: left;
	margin-bottom: 15px;
}
.extra {
	text-align: left;
	clear: right;
	color: #5187b6;
}

.news {
	width: 340px;
	float: left;
	font-size: .8em;
	color: #1e6548;
}
.news h1 {
	padding: .2em .3em;
	background: #d31d0e;
	color: #fff;
	width: 5.6em;
	margin-bottom: .8em;
	clear: right;
}
.news a {
	color: #c11b0d;
	text-decoration: none;
}
.news a.events {
	color: #1e6548;
	text-decoration: underline;
}
.news a.events:hover {
	text-decoration: none;
	color: #c11b0d;
}
.news b {	
	background: #fcfdef;
	padding: .4em .4em .4em .3em;
	display: block;
	margin: 1.2em 0 .7em -.3em;
}
.text {
	margin: 0 10px 15px 20px;
	display: block;
}
/* Curriculum Vitae List */
ul.vitae {
	padding-left: 1.4em;
}
ul.vitae li {
	padding: .4em 0;
}
li.blue {
	background: #e3eeea;
}
ul.vitae ul.vitae li {
	padding: 0;
}

/* Footer */
.footer {
	width: 950px;
	font-size: .75em;
	background: #134549 url('new_images/footer_botborder.jpg') no-repeat bottom;
	margin-top: 25px;
	padding: 0 0 1em 0;
	overflow: auto;
}
.footer.jonathan {
	background: #00377a url(freedom_images/footer_botborder.jpg) no-repeat bottom;
}
.footer a {
	color: #e6ebe0;
	text-decoration: none;
}
.footer.jonathan a.text {
	padding-top: 20px;
	display: block;
}
.footer ul.first {
	list-style: none;
	float: left;
	border-right: 1px solid #256d4c;
	margin: 0;
	padding: .5em 3em .5em 1.8em;
	line-height: 1.4em;
}
.footer ul.last {
	list-style: none;
	float: left;
	margin: 0;
	padding: .5em 3em .5em 1.8em;
	line-height: 1.4em;
}
.footer ul ul {
	list-style: disc;
	padding-left: 2em;
	margin: 0;
	color: #e6ebe0;
}
.footer ul ul ul {
	list-style: none;
	padding-left: .3em;
	margin: 0;
}
.homeButton {
	width: 52px;
	height: 53px;
	float: right;
	/*margin: 7em 30px 0 0;*/
	margin: -25px 0 0 0;
}
.homeButton.jonathan {
	float: left;
	margin: 0 10px 0 30px;
}
.homeButton a {
	background: url(new_images/home_link.jpg);
	display: block;
}
.homeButton a:hover {
	background: url(new_images/home_link_hover.jpg);
}
.homeButton.jonathan a {
	background: url(freedom_images/home_link.jpg);
}
.homeButton.jonathan a:hover {
	background: url(freedom_images/home_link_hover.jpg);
}



/* Interior Site Pages */
.mainPages {
	clear: both;
	margin-top: 170px;
	background: url('new_images/main_bg.jpg') repeat-y;
}
.pageText {
	width: 890px;
	font-size: .8em;
	color: #256298;
	float: left;
	margin: 0 30px;
	background: url(new_images/branches_bg.jpg) no-repeat bottom right;
}
.smallText {
	font-size: .85em;
}
.pageText a {
	color: #256298;
	text-decoration: underline;
}
.pageText a:hover {
	text-decoration: none;
	color: #cc1f04;
}
.pageText img {
	border: 2px solid #216d47;
	margin: 0 .8em .3em 0;
}
.pageText img.right {
	margin: 0 0 .5em .8em;
}
.pageText img.row {
	margin: 0 4em .8em 0;
}
.pageText img.row:hover {
	border: 2px solid #cc1f04;
}
.pageText form img {
	border: none;
}
.pageText a.row {
	text-decoration: none;
	color: #216d47;
}
.pageText a.row:hover {
	color: #cc1f04;
}
.pageText strong {
	color: #216d47;
}
.pageText strong.blue {
	color: #256298;
}
.pageText strong.red {
	color: #d2232a;
}
.pageText b.red {
	color: #cc1f04;
	font-weight: normal;
}
.pageText p {
	margin: 0 0 1.2em 0;
}
.pageText p.border {
	border-bottom: 2px solid #dbe7e3;
	padding-bottom: 2em;
	margin-bottom: 2em;
}
.pageText h1 {
	font-size: 1.6em;
	border-bottom: 2px solid #dbe7e3;
	padding-bottom: .6em;
	margin-bottom: 1.5em;
	margin-top: .3em;
}
.pageText h1.noBorder {
	border-bottom: none;
	margin-bottom: .1em;
}
.pageText h2 a {
	text-decoration: none;
	color: #216d47;
}
.pageText h2 a:hover {
	text-decoration: underline;
}
.pageText.jonathan h2 {
	color: #d2232a;
}
.pageText h3 {
	color: #216d47;
	font-size: 1em;
	margin: 0;
}
.pageText ol {
	margin: 0;
}
.quote {
	font-size: 1.1em;
	color: #97ada5;
	font-style: italic;
	line-height: 1.4em;
}
.seminarInfo {
	float: right;
	width: 220px;
	padding: .9em;
	background: #e3eeea;
	border: 2px solid #a4c3ab;
}
.seminarInfo.seminarList {
	color: #216d47;
	background: #f8faed;
	margin-left: .8em;
}
.seminarList a {
	color: #216d47;
}
.datesA, .datesB {
	float: left;
	width: 300px;
}
.datesA {
	margin-right: 20px;
}
/* Callout Boxes */
.callout {
	width: 220px;
	float: right;
	border: 2px solid #5e91be;
	padding: .9em;
	background: #ecf2e9;
	margin: 0 0 .5em .8em;
	color: #6e9ec9;
}
.callout ul {
	margin: 0;
	padding-left: 1.5em;
}
.callout strong {
	color: #6e9ec9;
}
/* Columns for Visitor Center */
.colA, .colB, .colC {
	width: 276px;
	float: left;
}
.colA {
	margin-right: 31px;
}
.colC {
	margin-right: 0;
}
.colB {
	margin-right: 11px;
}
.colB.foot {
	margin-right: -29px;
}
/* Columns for Video Page */
.colD, .colE {
	width:  430px;
	float: left;
}
.colD {
	margin-right: 30px;
}
.colD a.small, .colE a.small {
	font-size: .85em;
}
/* Anchor Links */
a.top  {
	font-size: .85em;
}

/* Calendar */
.calendar {
	font-size: .9em;
}
.calendar h2 {
	font-size: 1.5em;
}
.calendar ul.days {
	list-style: none;
	margin: 0;
	padding: 0;
}
.calendar ul.days li {
	float: left;
	width: 110px;
	height: 6.1em;
	display: block;
	background: #ecf2e9;
	text-align: center;
	padding: .5em 8px;
	border-right: 1px solid #a4c3ab;
	border-bottom: 1px solid #a4c3ab;
}
.calendar ul.days li.head {
	background: #a4c3ab;
	border: none;
	width: 111px;
	height: 1.6em;
}
.calendar ul.days li.first {
	border-left: 1px solid #a4c3ab;
	width: 109px;
	clear: left;
}
.calendar ul.days a.next, .calendar ol a.next {
	text-decoration: none;
	color: #216d47;
}
.calendar ul.days a.next:hover, .calendar ol a.next:hover {
	color: #cc1f04;
}
.calendar ol {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}
.calendar ol li {
	float: left;
	width: 110px;
	height: 6.1em;
	background: #ecf2e9;
	padding: .5em 8px;
	border-right: 1px solid #a4c3ab;
	border-bottom: 1px solid #a4c3ab;
}
.calendar ol li.fiveRows, .calendar ul.days li.fiveRows {
	height: 7.3em;
}
.calendar ol li.first {
	border-left: 1px solid #a4c3ab;
	width: 109px;
	clear: left;
}
.calendar ol li.next {
	color: #c8cdc5;
}
.calendar ol ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.calendar ol ul li {
	padding: 0;
	border: none;
	background: none;
}
.calendar a.selected {
	color: #cc1f04/*216d47*/;
	text-decoration: none;
	font-weight: bold;
}

/* Sub Navigation */
.subNav {
	background: #e3eeea;
	padding: .5em;
}
.subNav a {
	text-decoration: none;
	margin-right: 2em;
}
.subNav a.selected {
	font-weight: bold;
	/*color: #216d47;*/
}

/* Text Buttons */
a.button {
	color: #fff;
	background: #216d47;
	padding: .1em .4em;
	margin-top: .2em;
	display: inline-block;
	text-decoration: none;
}
a.button:hover {
	background: #c11b0d;
	color: #fff;
}

.testimonials em {
	font-size: .85em;
}

/* Newsletter */
.newsletterContents {
	float: left;
	width: 150px;
	margin: 0 20px 5px 0;
	padding: 15px;
	background: #e3eeea;
	border: 2px solid #a4c3ab;
}

/* Freedom Page Events Box */
.freedomEvents {
	width: 395px;
	float: right;
	border: 2px solid #6d9dc8;
	padding: 15px;
	margin: 0 0 10px 15px;
}
.freedomEvents h2 {
	color: #d2232a;
}
.freedomText {
	float: left;
	width:430px;
}
.freedomText h2 {
	color: #256298;
}
.authorText {
	color: #d2232a;
	font-style: italic;
}