
#accessibility {
	position: absolute;
	top: -10000px;
}

body {
/*	 background: #fff url('../graphic/gradient.png') repeat-x top left;  */
	color: #666;



	font-family: Georgia, Garamond, Caslon, Times, serif;
	font-size: 14px;
	line-height: 1.6em;


}

p{
	margin-bottom: 1em;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 12px;
	color: #444;
}



strong {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
}

h1 {
	position: absolute;
	left: 115px;
	top: 8px;
	background: url('../graphic/logo.png');
	height: 210px;
	text-indent: -999em;
	width: 108px; 
}

h2 {
	font-size: 20px;
	margin-bottom: 1em;
	padding-bottom: 0.3em;
	border-bottom: 1px dotted #999;
}

h3 {
	margin-bottom: 1em;
	margin-top: 2em;
	font-size: 17px;
	
}

h4 {
	margin-bottom: 1em;
	margin-top: 2em;
	font-size: 15px;
	
}




#content {
	position: relative;
	margin-top: 50px;
	clear: both;
}


#container, #bar {
	position: relative;
	margin: 0 auto;
	width: 930px;

	padding: 0 0 0 25px;

}

#container {
}


#imagebar {
	width: 660px;
	margin-left: 250px;

}

#bar {
	background: #fff url('../graphic/bar.png') no-repeat top left;
	border: 0;
	margin-bottom: 12px;
	overflow:hidden;
	height:18px;
	

}







a {
	color: #142645;
	font-style: italic;
	text-decoration: none;
	border-bottom: 1px dashed #999;

}

a:link {


}

a:visited {

}

a:hover {
	color: #868b93;


}

a:active {

}




.indent1 {
	margin-left: 20px;
}

.indent2, blockquote {
	margin-left: 40px;
}



.c1, .columnized1 {
	width: 195px;
}

.c2,  .columnized2 {
	width: 415px;
}

.c3 {
	width: 660px;
}



.c1, .c2, .c3, .c4, .columnized1, .columnized2 {
	float: left;
	/* outline: 1px solid #f00; */
	margin-right: 50px;
}

.columnized2 {
	margin-right: 0;
}





#sidebar {
	float: left;
	width: 195px;
	overflow: hidden;
	/* outline: 1px solid #f0a; */
}
















ul {
	list-style-type: square;
}

ul li {
	border-bottom: 1px dotted #999;
	margin-bottom: 0.5em;
	margin-left: 25px;
}


ol {
	margin-left: 50px;
}

ol li {
	border-bottom: 1px dotted #999;
	margin-bottom: 0.5em;
	margin-left: 12px;
}




.event-list  li{
	border-bottom: 1px dotted #999;
	list-style-type: none;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	
}

.member-list li {
	float: left;
	width: 280px;
	margin-right: 50px;
	margin-bottom: 25px;
	list-style-type: none;
	margin-left: 0;
}

.member-list li img{
	float: left;
	margin-right: 25px;
	margin-bottom: 12px;
}

.member-list li .entry-title{
	float: left;
	width: 165px;
}

.event_list_detail {
	
	border-bottom: 1px dotted #999;
	
}

.event_list_detail h4 {
	margin-top: 0.5em;
	margin-bottom: 0;
}

.event_list_detail h4 a {
	margin-bottom: 0;
	font-style: normal;
}

.event_list_detail .date {
	margin-bottom: 0.5em;
}







#foot {
	width: 910px;
	
	border-top: 1px dotted #999;
	font-size: 10px;
	clear: both;
}





/* Menu */
#top-menu {
	position: relative;
	height: 50px;
	margin-top: 12px;
	margin-left: 250px;
	/* overflow: hidden; */
	z-index: 2;
}

#top-menu li {
	position: relative;
	float: left;
	list-style-type: none;
	vertical-align: baseline;
	margin-left: 0;
	margin-right: 15px;
	border-top: 1px dotted #999; 
	padding-top: 6px;
	
	border-bottom: none;
	
	
}

#top-menu  li a {
	display: block;
	float: left;
	font-size: 14px;
	color: #000;
	vertical-align: baseline;
	padding-left: 1px;
	padding-right: 20px;
	height: 59px;
	text-decoration: none;
	font-style: normal;
	border-bottom: none;
}

#top-menu  li:hover  a {
	text-decoration: none;
	color: #666;
	
}

#top-menu li ul {
	position: absolute;
	left: -999em;
	margin-top: 16px;
	margin-left: 12px;
	padding-top: 8px;
	width: 180px;
}

#top-menu li ul li {
	background: none;
	border: 0;
	height: 1.5em;
	margin: 0;
	padding: 0;
	overflow: hidden;
	float: none;
	
}

#top-menu  li:hover ul li a {
	background: none;
	color: #222;
}

#top-menu li ul li a {
	top: 0;
	line-height: normal;
	padding-right: 0;
	margin-left: 0;
	width: 175px;
	
	float: none;
	
	
	font-style: italic;
	text-transform: none;
}

#top-menu li ul li:hover a {
	color: #666;
	background: none
}

#top-menu li:hover ul,#top-menu li.sfhover ul {
	left: 0;
}



/* Profile */

.columnized1 img{
	margin-bottom: 12px;
}


/* Contact Form */

.zemContactForm {
	
}

 legend{
 display: none;
}

input {
	margin-bottom: 1.5em;
}

fieldset {
	border: 0; margin: 0; padding: 0;
}

textarea {
	margin-bottom: 1.5em;
}




