body {
	font: normal 62.5%/1.2 "lucida sans", tahoma, verdana, sans-serif;
	margin: 0;
	background: #5A595E url(images/body_background.jpg) repeat-x;
	color: #3c3c3c;
}
body #eventsfeed {
	background: none;
}
#Container {
	background: url(images/container_background.jpg) repeat-x;
	height: 1200px;
	width: 774px;
	margin: 40px auto;
	padding: 8px 7px 0 7px;
}

/* Header Area */

#Header {
	position: relative;
}
#Header img {
	display: block;
}
#Header h1 {
	margin: 0;
}
#Header h1 span {
	display: none;
}
#Header .content {
	position: absolute;
	top: 150px;
	left: 61px;
	width: 330px;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	/*color: #8193A1;*/
	color: #767f86;
}
#Book {
	float: left;
	width: 103px;
	height: 141px;
	margin: -10px 0 0 -15px;
}
#Book img {
	border: none;
}
#BookPromo h2 {
	font-size: 13px;
	line-height: 18px;
	color: #F09450;
	margin: 0;
}
#BookPromo p {
	margin: 0;
}
#Buy, #BookSite {

}


/* Navigation */

#Nav {
	height: 45px;
	background: url('images/nav-bg.png') no-repeat top left;
}												
#Nav ul {
	margin: 0;
	padding: 0 7px;
}
#Nav li {
	float: left;
	display: inline;
	height: 45px;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
}
#Nav li.active, #Nav li:hover {
	background: url('images/nav-tab-right-edge.png') no-repeat right top;
}
#Nav li.search:hover {
	background: none;
}
#Nav a, #Nav a:link, #Nav a:visited, #Nav a:hover, #Nav a:active {
	display: block;
	padding: 10px 4px 10px 7px;
	color: #3C3C3C;
	text-decoration: none;
	margin: 0 3px;
}
#Nav li.active a, #Nav li:hover a {
	background: url('images/nav-tab-bg.png') no-repeat left top;
	margin-right: 3px;
}
#Nav li.search:hover a {
	background: none;
	margin-right: 0;
}
#iptSearch {
	float: left;
	display: inline;
	background: url('images/searchfield.png') no-repeat;
	width: 90px;
	height: 24px;
	border: none;
	margin: 7px 0 0 8px;
	padding: 4px 0 0 4px;
	color: #8D9BA6;
}
#btnSearch {
	float: left;
	display: inline;
	background: url('images/searchbutton.png') no-repeat;
	width: 22px;
	height: 24px;
	border: none;
	margin: 7px 0 0 0;
	padding: 0;
	text-indent: -10em;
	cursor: pointer;
}


/* Page Content */


h1, h2, h3, h4, h5, h6 {
	font-family: palatino, "times new roman", times, serif;
	font-weight: normal;
	font-style: italic;
	margin: 2em 0 0 0;
	line-height: 1;
}
h1, h2, h3 {
	color: #767f86;
}
h1, h1 + h2, h2 + h3, h3 + h4 {
	margin-top: 1.1em;
}
h1 {
	font-size: 2.4em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.4em;
	font-weight: bold;
	font-style: normal;
}
h4 {
	font-size: 1.1em;
	font-weight: bold;
	font-style: normal;
}
p {
	
}
a {
	color: #00709E;
}
/*a:visited {
	color: #8193A1;
}*/

#Page ul {
	margin: 1em 0;
	padding: 0;
	list-style: none;
}
#Page li {
	margin: 1em 0;
	padding: 0;
}
ol {
	
}

#Page {
	background: url('images/page-vertical-bg.png') repeat-y;
}
#PageInner {
	background: #d9d9da url('images/page-horizontal-bg.png') repeat-x;
	margin: 0 2px;
	padding: 0 45px 45px;
	/*height: 1500px;*/
	overflow: hidden;
}
#PageInner img {
	padding: 7px;
	border: 1px solid #d3ddd7;
	background: #f6f6fb;
}
/*#Page h1 {
	margin: 0;
	padding-top: 1em;
}*/

/* Columns */

.oneCol {
	float: left;
	width: 120px;
	font-size: 0.9em;
	margin: 0 8px;
	line-height: 1.5;
}
.oneplusCol {
	float: left;
	width: 180px;
	font-size: 1.1em;
	margin: 2em 8px 0;
	line-height: 1.45;
}
.twoCol {
	float: left;
	width: 256px;
	font-size: 1em;
	margin: 0 8px;
	line-height: 1.45;
}
.threeCol {
	float: left;
	width: 392px;
	font-size: 1.2em;
	margin: 0 8px;
	line-height: 1.4;
}
.threeplusCol {
	float: left;
	width: 468px;
	font-size: 1.3em;
	margin: 0 8px;
	line-height: 1.4;
}
.fourCol {
	float: left;
	width: 528px;
	font-size: 1.4em;
	margin: 0 8px;
	line-height: 1.35;
}
.fiveCol {
	float: left;
	width: 664px;
	font-size: 1.6em;
	margin: 0 8px;
	line-height: 1.3;
}

.directory {
	border-top: 1px dotted #C4CED8;
}
#Page .directory li {
	border-bottom: 1px dotted #C4CED8;
	margin: 0;
}
.directory li a {
	display: block;
	font: bold 1.3em/1 palatino, "times new roman", times, serif;
	padding: 1em;
	text-decoration: none;
}
.directory li a:hover {
	text-decoration: underline;
	background-color: #E3E9EE;
}
/* Footer */

#Footer {
	clear:left;
	background: /*#5A595E*/ url('images/page-bottom.png') no-repeat top left;
	padding: 1em;
	height: 60px;
}
#Footer p {
	float: left;
	/*color: #BACAD9;*/
	color: #8E9CA7;
	margin: 0.5em 1em;
}
p#SchaeferTag {
	float: right;
}
#SchaeferTag a {
	text-decoration: none;
	color: #7F8792;
}
#SchaeferTag a:hover {
	text-decoration: underline;
	color: #8E9CA7;
}

/* Page Specific */

/* Home */
#Events h3 {
	margin-bottom: 0;
}
#Events p {
	margin-top: 0;
}

.zem_event_listing {
	padding: 2em 0;
	border-bottom: 1px dotted #c4ced8;
}
.zem_event_listing .dateline {
	margin: 0 0 0.25em 0;
}
.zem_event_listing h2 {
	margin-top: 0;
}
.zem_event_location {
	display: block;
}
#Page .zem_event_description ul {
	list-style: disc;
	margin-left: 3em;
}


/* Other */

.zemContactForm {
	
}
.zemContactForm fieldset {
	border: none;
	padding: 0;
}
.zemContactForm legend {
	display: none;
}
.zemContactForm label {
	display: block;
	margin-top: 1em;
}
input.zemSubmit {
	float: right;
	margin: 2em 3em;
}
.zemError {
	color: #c00;
}

#events .fourCol h2 {
	margin-bottom: 0;
}
#events .published {
	margin: 0;
	font: bold 1.2em/1.4 palatino, "times new roman", times, serif;
}

#SearchResults .entry-summary strong {
	background: #fd9;
}

#publications #Books img {
	float: left;
	clear: left;
	margin: 0 16px 1em 0;
}
#Books h3 {
	clear: left;
}
.small {
	font-size: 0.8em;
}

#ContactForm label {
	display: block;
	margin-top: 1em;
}
#ContactForm textarea {
	width: 400px;
	height: 125px;
}
#ccAddWrap {
	margin-top: 1em;
}
#ccAddWrap input {
	float: left;
	width: 15px;
	margin-right: 6px;
}
#ccAddWrap div {
	float: left;
	width: 450px;
}
#ccAddWrap label {
	margin: 0;
}
#ccAddWrap p {
	font-size: 0.85em;
}

#CCOptin .submit {
	display: block;
	margin: 1em 0 ;
}
#CCOptin label {
	display: block;
}


#Events p.viewAll {
	margin-top: 2em;
}

