/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image: url( ../images/body_bg.jpg );
	background-repeat: repeat-x;
	background-color: #535D8A;
	font-family: Verdana;
	font-size: 11px;
	color: #38467A;
}

a {
	color: #828AC8;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

a.button {
	margin: 5px;
	padding: 3px;
	border: 1px solid #E0E0E0;
	background-color: #F8F8F8;
	text-decoration: none;
}

a.button:hover {
	border: 1px solid #D8D8D8;
	background-color: #F0F0F0;
}

h1 { font-size: 18px; font-weight: bold; }

h2 { font-size: 14px; font-weight: bold; font-style: italic; }

h3 { font-size: 12px; font-weight: bold; color: #af0000; }
h3.banner {
	margin: 0px;
	padding: 5px;
	background-color: #af0000;
	color: #FFFFFF;
}

h3.bio_name {
	background-color:#cacfed;
	font-family: Verdana;
	font-size:13px;
	color:#38467A;
	padding:5px 0px 5px 8px;
	margin:0px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	}

ul {
	list-style-image: url( ../images/bullet.gif );
	margin: 0px;
	margin-left: 20px;
	margin-right: 10px;
	padding: 0px;
}

li {
	margin-top: 10px;
	margin-bottom: 10px;
}

blockquote {
	background: url(../images/quote_mark.gif) no-repeat bottom right;
	margin-bottom: 10px;
	}

div#wrapper {
	width: 960px;
}

div#wrapperHeader {
	width: 960px;
	height: 110px;
	background-image: url( ../images/header.jpg );
	background-repeat: no-repeat;
}

div#wrapperBody {
	float: left;
	width: 960px;
	background-image: url( ../images/bodytile_bg.jpg );
	background-repeat: repeat-y;
	background-position: right;
}

div#wrapperNav {
	float: left;
	width: 177px;
	background-image: url( ../images/nav_bg.jpg );
	background-repeat: repeat-y;
}

div#wrapperContent {
	float: right;
	width: 783px;
	background-image: url( ../images/content_bg.jpg );
	background-repeat: no-repeat;
}

#bios {
	float:right;
	margin:0px;
}


p.bio {
	float:none;
	padding:0px 5px 5px 5px;
	margin-left:5px;
	font-family: Verdana;
	font-size: 11px;
	color: #38467A;
}

#jeff {
	width: 760px;
	background-image: url(/images/bios_bg.jpg );
	border: 1px dashed #cacfed;
	border-top:none;
	margin-top:5px;
}

#jeff img {
	float:left;
	margin:0px 9px 0px 5px;
}

#carolyn { 
	width:760px;
	background-image: url(/images/bios_bg.jpg );
	border: 1px dashed #cacfed;
	border-top:none;
	margin-top:5px;
}

#carolyn img {
	float:left;
	margin:0px 9px 0px 5px;
}

#braun {
	width:760px;
	background-image: url(/images/bios_bg.jpg );
	border: 1px dashed #cacfed;
	border-top:none;
	margin-top:5px;

}

#braun img {
	float:left;
	margin:0px 9px 0px 5px;
}

#walt {
	width: 760px;
	background-image: url(/images/bios_bg.jpg );
	border: 1px dashed #cacfed;
	border-top:none;
	margin-top:5px;

}

#walt img {
	float:left;
	margin:0px 9px 0px 5px;
}

#richard {
	width: 760px;
	background-image: url(/images/bios_bg.jpg );
	border: 1px dashed #cacfed;
	border-top:none;
	margin-top:5px;

}

#richard img {
	float:left;
	margin:0px 9px 0px 5px;
}

div#wrapperBottom {
	float: left;
	width: 960px;
	background-image: url( ../images/bodytile_bg.jpg );
	background-repeat: repeat-y;
	background-position: right;
}

div#wrapperHeel {
	float: left;
	width: 177px;
	height: 100px;
	background-image: url( ../images/nav_bg.jpg );
	background-repeat: repeat-y;
}

div#wrapperFooter {
	float: right;
	width: 783px;
	height: 100px;
	text-align: center;
}

div#wrapperFooter a {
	line-height: 150%;
	font-weight: normal;
	color: #38467A;
	text-decoration: underline;
}

div#wrapperFooter a:hover {
	text-decoration: none;
}

.author {
	font-style: italic;
	text-align: right;
	font-weight: bold;
	}
	
.button {
	background: #7c88cb;
	padding: 5px;
	border: 2px dashed #cacfed;
	width: 140px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin: 30px 0;
	}
	
.button a {
	color: #fff;
	}
	
.img_border {
	margin: 10px;
	padding: 5px;
	border: 1px solid #ccc;
	}
	
.top {
	text-align: right;
	font-size: 10px;
	}
	
.symposiumRightRail {
	float: right;
	width: 160px;
	border: 1px solid #ccc;
	text-align: center;
	margin-left:15px;
	}
	
.newsletter {
	width: 160px;
	background: #e4e6ed;
	font-weight: bold;
	margin: auto auto auto 10px;
	border: 1px solid #fff;
	padding: 0px;
	font-size: 10px;
	}
	
.newsletter h2 {
	width: 150px;
	text-align: center;
	font-size: 10px;
	color: #fff;
	background: #5a6691;
	padding: 5px;
	margin: 0;
	font-style: normal;
	}
	
.newsletter p { margin:3px 7px 7px 7px; line-height:125%; }
	
.signup {
	text-align: right;
	margin: -2px auto;
	font-style: italic;
	}
	
.signup a {
	color:#CC6666;
	}
	
.memberLogos { text-align:center; }
	.memberLogos img { margin-bottom:7px; }
	.memberLogos a { text-decoration:none; }
	.memberLogos a:hover { text-decoration:underline; }
	
#symposium08 { background-color:#FFFFFF; padding:3px; }

#symposiumNav { font-size:10px; font-weight:bold; color:#FFF; background-color:#B53941; width:757px; height:13px; padding:9px 0px; text-align:center; margin-top:3px;}
	#symposiumNav a { margin:0px 10px; color:#FFF; text-decoration:none; }
	#symposiumNav a:hover { color:#C9CCDB; }
	
#symposiumNav2 { font-size:10px; font-weight:bold; color:#FFF; background-color:#B53941; width:757px; padding: 0px; text-align:center; margin-top:3px;}

#symposiumNav2 img {
	margin: 3px 1px 0 1px;
	}
	/*#symposiumNav2 a { margin:0px 1px; color:#5A6691; border-top:1px #DDD solid; border-left:1px #DDD solid; border-right:1px #DDD solid; background:#EFEEF4; text-decoration:none; padding:5px 10px; }
	#symposiumNav2 a:hover { color:#FFF; background:#5A6691; }*/
	
	a.select { margin:0px 1px; color:#5A6691; border-top:1px #DDD solid; border-left:1px #DDD solid; border-right:1px #DDD solid; background:#FFF; text-decoration:none; padding:5px 10px; }
	a.nonselect { margin:0px 1px; color:#5A6691; border-top:1px #DDD solid; border-left:1px #DDD solid; border-right:1px #DDD solid; background:#E4E6ED; text-decoration:none; padding:5px 10px; }
	a.nonselect:hover { color:#FFF; background:#5A6691; }
	
.byline { font-size:12px; font-style:normal; font-weight:normal; }

.sponsors {
	width: 160px;
	height: 500px;
	float: right;
	clear: none;
	height: auto;
	border: 1px dotted #b53941;
	text-align: center;
	margin: 0 0 0 10px;
	}
	
#pizzaz {
	color: #b63d3d !important;
	font-size: 16px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top:0
	}
	
#pizzaz a {
	text-decoration: underline;
	}
	
#pizzaz a:hover {
	color: #888
	}

.newsItem {
  float:none;
  clear:both
}

.newsItem img {
  float:right;
  padding:0 0 5px 5px
}

p.error {
	background-color:red;
	color:#fff;
	padding:3px;
	text-align:center;
}

.memberLogos a:hover img { text-decoration: none;
}

label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }

#memberForm .bodyText {
	font-size: 11px;
}

.oc-header {
	margin-top: -10px;
}

.oc-bar-div {
	background: #5a6691;
	padding: 3px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
}

.oc-bar-div a {
	color: #FFF;
	text-decoration: none;
}

.oc-bar-div a:hover {
	color: #eaeaf2;
}

.oc-outer-box {
	border: solid 1px #c9ccdb;
	background: #e4e6ed;
	margin-top: 10px;
}

.oc-inner-box {
	border: solid 1px #FFF;
	padding: 5px;
}

.oc-td-header {
	background-color: #5a6691;
	padding: 5px;
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
}

.oc-td-left {
	font-weight: bold;
	width: 30%;
	padding: 10px;
	font-size: 12px;
	font-style: italic;
}

.oc-td-right {
	width: 70%;
}

.oc-tr-light {
	background: #f1f3fa;
}

.oc-reg-btn {
	float: right;
	margin-left: 10px;
	margin-top: 10px;
}