@charset "utf-8";
/* CSS Document */

body {
	background-color: #F7F2E2;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
a:link {
	color: #003366;
}
a:visited {
	color: #333333;
}
form { 
	margin-bottom: 0; 
}
/* wrapper */

#divWrapper {
	width: 760px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

/* banner  */

#divBanner {
	float: left;
	width: 760px;
	height: 90px;
	background-color: #005885;
}
#divBannerLogo {
	float: left;
	padding-top: 7px;
	padding-left: 14px;
}
#divBannerForm {
	float: right;
	padding-right: 10px;
	padding-top: 60px;
}

/* nav  */

#divNav {
	float: left;
	width: 760px;
	text-align: center;
	background-color: #333333;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}


/* Flash element  */

#divFlash {
	float: left;
	width: 760px;
	height: 200px;
}

/* content */

#divContentWrapper {
	float: left;
	width: 740px;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-left: 14px;
	padding-right: 6px;
	padding-bottom: 5px;
	clear: both;
	min-height: 500px;
}
#divContentLeft {
	float: left;
	width: 460px;
	padding-left: 30px;
	padding-bottom: 20px;
}
#divContentRight {
	float: right;
	width: 218px;
	margin-right: 10px;
}
#divContentRGray {
	background-color: #EBEBEB;
	padding: 9px;
	margin-top: 40px;
	margin-bottom: 10px;
}
#divContentRdot {
	background-color: #FFFFFF;
	padding: 9px;
	border: dotted 1px #006699;
}
#divContentWide {
	float: left;
	width: 600px;
	padding-left: 30px;
	padding-bottom: 20px;
}
#divContentExWide {
	float: left;
	width: 700px;
	padding-left: 10px;
	padding-bottom: 20px;
}
#divContentIndent {
	float: left;
	width: 540px;
	padding-left: 60px;
}


/* content home */

#divHomeWrapper {
	float: left;
	width: 496px;
}
#divPageHeading {
	padding-top: 10px;
	padding-bottom: 20px;
}
#divContentHomeLeft {
	float: left;
	width: 196px;
}
#divContentHomeMid {
	float: left;
	width: 280px;
	margin-left: 20px;
}
#divContentHomeRight {
	float: right;
	width: 200px;
}
#divContentHomeRightGray  {
	background-color: #EBEBEB;
	padding: 9px;
}
#divContentHomeRight p {
	font-size: 11px;
	line-height: 13px;
	color: #003366 !important;
	margin-top: 9px;
	margin-bottom: 9px;
}
#divContentHomeRight a {
	text-decoration: none !important;
}
#divContentHomeRight2 {
	float: right;
	width: 200px;
	padding: 9px;
	overflow: auto;
}
.HomePullout {
	background-color: #EBEBEB;
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 9px;
	padding-bottom: 3px;
}

/* columns: event recaps  */

#recapColumnMain {
	float: left;
	width: 297px;
	margin-top: 20px;
	margin-right: 24px;
}
#recapColumnSide {
	float: left;
	width: 360px;
	margin-top: 20px;
}
#recapColumnWide {
	float: left;
	width: 650px;
	margin-top: 20px;
	margin-left: 50px;
}

/* event recaps: fancybox elements  */

.gallery {
}


/* stakeholders  */

#divStakeholders {
	float: left;
	width: 100%;
	background-color: #FFFFFF;
}

/* photos  */

#divPhotoRight {
	float: right;
	border: 8px solid #CCCCCC;
	margin-left: 20px;
	margin-bottom: 12px;
}


/* footer  */

#divFooter {
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
}
#divFooter p {
	font-size: 11px;
	line-height: 14px;
	color: #666666;
	margin-top: 9px;
	margin-left: 90px;
	margin-right: 90px;
	margin-bottom: 9px;
}

/* buttons */

#buttonSec {
	margin: 0;
	padding:0;
}
#buttonSec li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#buttonSec ul {
	margin: 0;
	padding: 0;
	background-color: #333333;
	border: 1px solid #FFFFFF;
	position: absolute;
	left: -9000px;
	z-index: 10000;
}
#buttonSec a {
	display: block;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF !important;
	width: 168px;
	margin-top: 0px !important;
	margin-bottom: 0px!important;
	padding-top: 4px;
	padding-left: 24px;
	padding-right: 6px;
	padding-bottom: 4px;
	border-bottom: 1px solid #FFFFFF;
	background-color: #333333;
	background-image: url(http://www.kclifesciences.org/images/sec/button_arrow.gif);
	background-repeat: no-repeat;
	background-position: 8px 5px;
}
#buttonSec a:hover {
	color: #FFFFFF !important;
	text-decoration: none;
	background-color: #666666;
}

/* pullouts */

#divPullout {
	float: right;
	background-color: #EBEBEB;
	padding: 9px;
	margin-left: 20px;
}


/* form styles */

#divFormIndented {
	margin-left: 40px;
	background-color: #EBEBEB;
	padding: 9px;
}


/* text styles  */

p {
	font-size: 12px;
	line-height: 18px;
	margin-top: 12px;
	margin-bottom: 12px;
}
.AgendaTime {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #003366;
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: uppercase;
	text-align: right;
}
.AgendaTopic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #003366;
	margin-top: 0px;
	margin-bottom: 3px;
	font-weight: bold;
}
.AgendaSpeaker {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #003366;
	margin-top: 0px;
	margin-bottom: 2px;
	text-transform: uppercase;
}
.AgendaTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
	font-style: italic;
}
.bodySM {
	font-size: 11px;
	line-height: 15px;
	margin-top: 6px;
	margin-bottom: 6px;
}
.bodySMitalic {
	font-size: 11px;
	line-height: 15px;
	color: #666666 !important;
	margin-top: 9px;
	margin-bottom: 9px;
	font-style: italic;
}
.breadcrumb {
	font-size: 11px;
	line-height: 15px;
	color: #999999 !important;
	margin-top: 9px;
	margin-bottom: 0px;
}
.bulletText {
	font-size: 12px;
	line-height: 18px;
	margin-top: 9px;
	margin-bottom: 9px;
	list-style-image: url(http://www.kclifesciences.org/images/sec/bullet.gif);
}
.bulletTextSM {
	font-size: 11px;
	line-height: 14px;
	margin-top: 6px;
	margin-bottom: 6px;
	list-style-image: url(http://www.kclifesciences.org/images/sec/bullet.gif);
}
.caption {
	font-size: 11px;
	line-height: 15px;
	color: #003333;
	margin-top: 9px;
	margin-bottom: 9px;
}
.divider {
	font-size: 12px;
	color: #999999 !important;
}
.footerLtGray {
	font-size: 11px;
	line-height: 15px;
	color: #999999 !important;
	margin-top: 9px;
	margin-bottom: 9px;
}
.imageThumbnail {
	float: left;
	padding: 0 12px 12px 0;
}
.imageThumbnailBlock {
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
	clear: both;
}
.intro {
	font-weight: bold;
	color: #003366;
	margin-top: 12px;
	margin-bottom: 12px;
}
.ListTitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 3px;
	color: #333333;
}
.ListNames {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #333333;
	margin-top: 18px;
	margin-bottom: 3px;
}
.ListNames0 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin-top: 6px;
	margin-bottom: 0px;
}
.ListTitlePlace {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 6px;
	color: #333333;
}
.LogoSpacer {
	margin-top: 24px;
	margin-bottom: 24px;
}
.newsfeedHeading {
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	color: #666666;
}
.pageHeading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 20px;
	color: #003366;
	margin-top: 12px;
	margin-bottom: 24px;
}
.photoLeft {
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.photoRight {
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.pulloutHeading {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #003366;
	margin-top: 0px;
	margin-bottom: 9px;
}
.pulloutHeadingSM {
	font-size: 11px;
	line-height: 14px;
	color: #003366;
	margin-top: 0px;
	margin-bottom: 9px;
}
.pulloutText {
	font-size: 11px;
	line-height: 14px;
	margin-top: 6px;
	margin-bottom: 6px;
}
.pulloutTextLG {
	font-size: 12px;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.subhead {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #003366;
	margin-top: 18px;
	margin-bottom: 6px;
}
.subheadSM {
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #003366;
	margin-top: 18px;
	margin-bottom: 0px;
}
.subheadRule {
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	margin-top: 24px;
	margin-bottom: 6px;
	background-color: #EBEBEB;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	text-transform: uppercase;
	letter-spacing: .1em;
	clear: both;
}



/* form errors  */

span.error {
	color:#EE3434;
}

/* misc form formatting */

.formElement {
	padding:5px 0px;
}

.formElement label {
	display:inline-block;
	padding-right:5px;
	width:135px;
	text-align:right;
}

.formElement span.error {
	padding-left:5px;
}

#save-cancel {
	float:left;
	padding:5px 0px 5px 140px;
}

#save-cancel input {
	float:left;
	margin-right:10px;
}

/* news admin */

#divContentWide.admin {
	width:690px;
}

#divContentIndent.admin {
	width:690px;
	padding-left:0px;
}

.admin table {
	border-collapse:collapse;
}

.admin tr.odd {
	background-color:#e4e4e4;
}

.admin td {
	padding:10px 5px;
}

.admin td#date {
	width:60px;
}
