/* BASE CSS */
* {
	margin: 0px;
	padding: 0px;
}

html {
	background-color: #FFFFFF;
}

body {
	background-image: url('../images/background.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 21px;
}

body.editor {
	background-image: none;
	background-color: #FFFFFF;
}

table {
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
} 

table th {
	text-align: left;
}

table td {
	vertical-align: top;
}

.form_table td {
	padding: 0px 4px 4px 0px;
}

p {
	margin-bottom: 10px;
}

ul {
	padding-left: 15px;
}

#content ul, #content ol {
	padding-left: 15px;
	margin-bottom: 10px;
}

h1 {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #939497;
}

h2, .schedule th {
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	text-transform: uppercase;
	color: #952825;
	margin-bottom: 5px;
}

h3 {
	font-size: 15px;
	line-height: 19px;
	font-weight: normal;
	text-transform: uppercase;
	color: #202523;
	margin-bottom: 5px;
}

hr {
	margin: 20px 0px;
	height: 1px;
	border: 0px;
	background-image: url('../images/hr.gif');
	background-repeat: repeat-x;
}

img { 
	border: none;
}

a {
	text-decoration: none;
	outline: none;
	color: #952825;
}

blockquote {
    margin: 10px 0px 10px 15px;
}

.cl {
	clear: left;
}

.cr {
	clear: right;
}

.cb {
	clear: both;
}

.right_photo {
	float: right;
	margin: 5px 0px 10px 15px;
	display: inline;
}

.left_photo {
	float: left;
	margin: 5px 15px 10px 0px;
	display: inline;
}

/* FORM CSS */                      

optgroup option {
	padding-left: 25px;
}

fieldset {
	border: 0px;
}
 
legend {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}

label, .label {
	white-space: nowrap;
}
 
fieldset td {
	padding: 2px 4px;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
 
.button, #searchsubmit {
	border: 0px;
	background-color: #202523;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	padding: 2px 4px;
	text-transform: uppercase;
}

.alert, .red {
	color: #FF0000;
}

/* LAYOUT CSS */

#container {
	width: 950px;
	margin: 0px auto;
	position: relative;
	padding: 480px 0px 7px 0px;
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
}

#logo {
	margin: 52px 0px 0px 0px;
}

#slogan {
	width: 300px;
	margin: 7px 0px 0px 0px;
	height: 150px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #0C607C;
}

.mailinglist {
	float: left;
	color: #7F7F81;
	width: 177px;
}

#footer .mailinglist {
	width: 400px;
	margin-top: 4px;
}

.mailinglist img {
	margin-bottom: 4px;
}

#footer .mailinglist img {
	float: left;
	margin: 1px 10px 0px 0px;
	display: inline;
}

.mailinglist label {
	float: left;
	font-weight: bold;
	margin-right: 4px;
	line-height: 15px;
	display: inline;
}

.emailbox {
	border: 0px;
	background-image: url('../images/email_bg.gif');
	background-repeat: no-repeat;
	width: 112px;
	height: 15px;
	color: #7F7F81;
	font-size: 11px;
	padding: 0px 2px;
	float: left;
}

#header .social_links a {
	float: left;
	margin: 14px 12px 0px 0px;
	display: inline;
}

#footer .social_links a {
	float: right;
	margin: 0px 2px 10px 10px;
	display: inline;
}

#content_box {
}

#content {
	width: 570px;
	float: left;
	padding-bottom: 17px;
}

#left_content {
	width: 305px;
	float: right;
	padding-bottom: 17px;
}

#footer {
	background-image: url('../images/footer_bg.gif');
	background-repeat: repeat-x;
	height: 177px;
	padding: 13px 0px;
}

#footer_inner {
	width: 950px;
	margin: 0px auto;
	color: #ACACAC;
}

#footer hr {
	margin: 10px 0px;
}

/* NAVIGATION CSS */

#nav {
	width: 950px;
	position: absolute;
	top: 432px;
	left: 0px;
	clear: both;
	padding: 0px 0px 0px 10px;
	margin: 0px;
	height: 31px;
	background-image: url('../images/nav_bg.gif');
	background-repeat: no-repeat;
}

#nav li {
	list-style: none;
	float: left;
	margin: 0px 23px;
	display: inline;
}

#nav li a {
	display: block;
	height: 31px;
	text-indent: -9999px;
	overflow: hidden;
}

#nav li a:hover, #nav li.active a {
	background-position: 0px -31px;
}

#nav a.nav1 {
	background-image: url('../images/nav_home.png');
	width: 45px;
}

#nav a.nav2 {
	background-image: url('../images/nav_events.png');
	width: 61px;
}

#nav a.nav3 {
	background-image: url('../images/nav_videos.png');
	width: 56px;
}

#nav a.nav4 {
	background-image: url('../images/nav_publicity.png');
	width: 77px;
}

#nav a.nav5 {
	background-image: url('../images/nav_blog.png');
	width: 41px;
}

#nav a.nav6 {
	background-image: url('../images/nav_photos.png');
	width: 60px;
}

#nav a.nav7 {
	background-image: url('../images/nav_bio.png');
	width: 28px;
}

#nav a.nav14 {
	background-image: url('../images/nav_outreach.png');
	width: 79px;
}

#nav a.nav8 {
	background-image: url('../images/nav_contact.png');
	width: 70px;
}

#subnav, #blognav {
	padding: 0px;
	margin: 0px;
}

#subnav li, #blognav li {
	list-style: none;
	text-transform: uppercase;
	margin-bottom: 2px;
}

#subnav li a {
	color: #939497;
	text-decoration: underline;
	padding-left: 10px;
}

#subnav li a:hover, #subnav li.active a {
	color: #952825;
}

#subnav li.active a {
	background-image: url('../images/subnav_active.png');
	background-position: top left;
	background-repeat: no-repeat;
}

#bottom_nav {
	width: 948px;
}

#bottom_nav td {
	text-align: center;
	text-transform: uppercase;
	width: 13%;
}

#bottom_nav td.nav1 {
	text-align: left;
	width: 7%;
}

#bottom_nav td.nav2 {
	width: 18%;
}

#bottom_nav td.nav3 {
	width: 14%;
}

#bottom_nav td.nav4 {
	width: 15%;
}

#bottom_nav td.nav5 {
	width: 13%;
}

#bottom_nav td.nav6 {
	width: 14%;
}

#bottom_nav td.nav7 {
	width: 10%;
}

#bottom_nav td.nav8 {
	text-align: right;
	width: 9%;
}

#bottom_nav a {
	color: #7E7E7E;
}

#bottom_nav a:hover {
	color: #202523;
}

/* GALLERY STYLES */
.gallery {
	padding: 0px;
	margin: 0px;
}

.gallery td {
	text-align: center;
	padding: 0px 21px 21px 0px;
}

/*
.gallery table {
	background-color: #FAF8F6;
	border: 1px solid #C1BAB1;
	width: 147px;
	height: 147px;
}

.gallery td table td {
	padding: 6px;
	width: 135px;
	height: 135px;
	vertical-align: middle;
}

.gallery img {
	padding: 0px;
	margin: 0px;
}
*/


/* ADMIN CSS */

#admin .button {
	margin: 0px 3px 6px 0px;
	line-height: 12px;
}

#admin .admin_table {
	width: 100%;
}

#admin .admin_table td {
	padding-right: 4px;
}

#admin ul, #admin ol {
	padding-left: 0px;
}

#admin_nav .button {
	width: 150px;
}

.admin-index-list img { 
	float: left; 
	padding: 2px 6px 2px 4px;
}

.admin-index-list, .admin-index-grid { 
	list-style-type: none; 
	margin: 0px; 
	width: 100%;
}

.admin-index-list li { 
	padding: 3px;
	margin: 5px 0px;
	line-height: 17px;
	background-color: #aaa; 
	background-image: url('../images/admin_bar_bg_light.png');
	background-position: center left;
	background-repeat: repeat-x;
	border: 1px solid #999; 
}

.admin-index-list li div {
	float: right;
	padding: 0px;
	margin: 0px 3px;
	text-align: center;
}

#admin .admin-index-list .button { margin: 0px; width: 100%; }
.admin-index-list li div.view { width: 46px; }
.admin-index-list li div.configure { width: 77px; }
.admin-index-list li div.edit { width: 36px; }
.admin-index-list li div.subpages { width: 100px; }
.admin-index-list li div.delete { width: 55px; }

.admin-index-grid li {
	width: 143px;
	height: 188px;
	padding: 8px 0px 0px 8px;
	float: left;
	background-color: #aaa; 
	border: 1px solid #999; 
	margin: 0px 10px 10px 0px;
}

#admin.page-edit ol {
	list-style: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#admin.page-edit li {
	padding: 6px;
	background-color: #EEEEEE;
	margin-bottom: 1px;
}

#admin.page-edit label, #admin.page-edit .label {
	float: left;
	width: 120px;
	text-align: right;
	margin-right: 7px;
}

#admin.page-edit li.custom label {
	float: none;
	width: auto;
	text-align: left;
}

#admin.page-edit li div {
	margin-left: 127px;
}

#admin.page-edit input.input-field, #admin.page-edit textarea {
	width: 350px;
}

#admin.page-edit .tooltip {
	width: 20px;
	height: 20px;
	display: block;
	float: right;
	background-image: url('../images/icon_help.png');
}

/* Home CSS */
a.global-link {
	font-weight: bold;
	text-transform: uppercase;
	color: #0d617d;
	padding-right: 18px;
	background-image: url('../images/right-arrow.gif');
	background-repeat: no-repeat;
	background-position: center right;
}

.column {
	width: 465px;
	float: left;
	padding-bottom: 27px;
}

.schedule {
	width: 465px;
	color: #949598;
	font-size: 14px;
}

.schedule th {
	padding-bottom: 5px;
}

.schedule td {
	padding-bottom: 10px;
}

.schedule td.date {
	width: 110px;
}

.schedule strong {
	font-weight: normal;
	color: #202523;
}

.schedule a {
	display: block;
}

#biography {
	background-image: url('../images/biography_bottom.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: #EFEEEE;
}

#biography_inner {
	background-image: url('../images/biography_top.gif');
	background-repeat: no-repeat;
	backgroundd-position: top left;
	padding: 8px 10px 10px 10px;
	line-height: 24px;
}

#biography h1 {
	margin-left: -1px;
}

.presenters-feedback blockquote 
{
	padding: 0px;
	margin: 0px;
}

.presenters-feedback cite {
	display: block;
	text-align: right;
	margin-bottom: 15px;
	color: #949598;
	font-style: normal;
}

#home-gallery-thumbs {
	height: 85px;
	margin-left: -10px;
	margin-bottom: 10px;
}

#home-gallery-thumbs a {
	float: left;
	margin-left: 10px;
	display: inline;
}

#gallery-thumbs {
	height: 85px;
	margin-left: -25px;
	margin-bottom: 10px;
}

#gallery-thumbs a {
	float: left;
	margin-left: 25px;
	display: inline;
}

/* Blog CSS */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}        

img.alignright {      
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
} 

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;  
}

.alignright {
	float: right;      
}

.alignleft { 
	float: left;       
}

.navigation {
	display: block;           
	text-align: center;
	margin-bottom: 20px;
}

.video {
	float: left;
	text-align: center;
	margin: 0px 20px 20px 0px;
	display: inline;
}

.video .thumbnail {
	display: block;
	width: 120px;
	height: 90px;
	background-repeat: no-repeat;
}

#publicity {
	width: 100%;
}

#publicity td {
	width: 50%;
	text-align: center;
	padding-bottom: 5px;
	vertical-align: middle;
}

#publicity img {
	margin-top: 15px;
}

