/* Universal Stylesheet */

body {
	color: #404040;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 160%;
	text-align: center;
	padding: 0;
	border: 0;
	margin: 0 0 100px 0;
}


/* boxes */

.outer {
	position: relative;
	text-align: left;
	width: 900px;
	background: #FFF;
	padding: 0;
	margin: 0 auto 0 auto;
}

.header {
	position: relative;
	height: 63px;
	padding: 16px 0 0 0;
	margin: 0 20px 13px 20px;
}

.nav {
	position: absolute;
	top: 60px;
	right: 10px;
	height: 22px;
}

.subnav {
	width: 180px;
	padding: 0 0 15px 0;
	margin: 0;
}

.marqueeSWF {
	width: 900px;
	height: 270px;
	text-align: center;
	padding: 0;
	margin: 0 0 20px 0;
}

.section {
	width: 870px;
	margin: 0 15px 25px 15px;
}

.col {
	float: left;
	width: 195px;
	margin-right: 30px;
}

.col-last {
	margin-right: 0;
}

.content {
	float: left;
	width: 465px;
	margin: 0 20px 0 0;
}

.content-wide {
	float: left;
	width: 655px;
	margin: 0;
} 

.subcontent {
	float: left;
	width: 195px;
	margin: 0 20px 0 0;
}

.footer {
	height: 28px;
	color: #fff;
	background: #5a80af url(/core/img/bg_footer.jpg) no-repeat 0 0;
	text-align: right;
	padding: 12px 20px 0 20px;
	margin: 0;	
}

.footer .icon_link {
	background-repeat: no-repeat;
	padding: 1px 0 1px 22px;
}

.footer a {
	color: #fff;
}

.inline {
	margin: 2px auto 18px auto;
}

.inline-r {
	float: right;
	margin: 2px 0 12px 12px;
}

.inline-l {
	float: left;
	margin: 2px 12px 12px 0;
}

object {
	margin: 0;
}

.share {
	margin: 12px 0;
}


/* text */

h1 {
	display: none;	
}

h2 {
	color: #fff;
	background: #5a80af url(/core/img/bg_h2.jpg) no-repeat 0 0;
	font-size: 22px;
	line-height: 120%;
	padding: 13px 20px 14px 22px;
	margin: 0 0 20px 0;
}

h2 a {
	color: #fff;
	text-decoration: none;
}

h3 {
	font-size: 18px;
	line-height: 120%;
	color: #000;
	margin: 0;
	padding: 0 0 10px 0;	
}

h3 a {
	text-decoration: none;
}

h4 {
	font-size: 14px;
	line-height: 135%;
	color: #444;
	margin: 0;
	padding: 0 0 8px 0;	
}

h5 {
	font-size: 15px;
	font-style: italic;
	line-height: 135%;
	color: #444;
	margin: 0;
	padding: 0 0 6px 0;	
}

p {
	font-size: 13px;
	line-height: 135%;
	padding: 0;
	margin: 0 0 12px 0;	
}

p.caption {
	font-size: 10px;
	color: #777;
	padding: 5px 0 0 0;
	margin: 0;
}

p.returnLink {
	margin: 20px 0 0 0;
}

.error {
	color: #993333;
	font-weight: bold;
}

.success {
	color: #339933;
	font-weight: bold;
}

a {
	color: #2856a1;
}


/* lists */

ul,ol {
	line-height: 135%;
	padding: 0;
	margin: 3px 0 10px 35px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li {
	padding: 0;
	margin: 0;
}

ul ul, ol ol {
	margin-bottom: 5px;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 15px;
	margin-bottom: 10px;	
}


/* nav */

.nav ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 5px;
}

.nav li {
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 125%;
	background: url(/core/img/nav_div.gif) no-repeat 100% 50%;
	padding: 0;
	margin: 0;
}

.nav li.last {
	background: none;	
}

.nav li a {
	display: block;
	color: #004898;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	background: none;
}

.nav li a:hover {
	text-decoration: underline;
}

.subnav ul {
	list-style: none;
	width: 195px;
	padding: 0;
	margin: 0 0 10px 0;
	border-top: 1px solid #E0E3F3;
}

.subnav ul li {
	font-size: 12px;
	line-height: 125%;
	padding: 0;
	margin: 0;
}

.subnav ul ul {
	border-top: 0;
	margin: 0;
}

.subnav ul ul li a {
	border-top: 0;
	width: auto;
	padding-left: 25px;
}

.subnav ul ul ul li a {
	border-top: 0;
	width: auto;
	padding-left: 40px;
}

.subnav ul li a {
	display: block;
	width: 175px;
	text-decoration: none;
	color: #616786;
	padding: 6px 10px 5px 10px;
	border-bottom: 1px solid #E0E3F3;
}

.subnav ul li a:hover {
	background: #F4F5FF;
}

.subnav ul li.on>a {
	font-weight: bold;
	background: #E9ECFF;
}

.subnav ul li.selected>a {
	font-weight: bold;
}

.subnav ul li ul {
	display: none;
}

.subnav ul li.selected>ul {
	display: block;
}


/* tables */

table.form {
	background: #dff0ff;
	padding: 15px 45px 15px 15px;
	margin: 6px 0 0 0;
}

table.form td {
	text-align: left;
	vertical-align: top;
	padding: 0 10px 6px 0;	
}


/* forms */

input {
	width: 180px;	
}

textarea {
	width: 300px;
	height: 100px;	
}

input.submit {
	width: auto;	
}


/* img */

img {
	display: block;
	padding: 0;
	border: 0;
	margin: 0;	
}

img.header {
	margin: 0 0 25px 0;
}

.hr {
	margin: 20px 0 20px 0;
}


/* misc */

.clear:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.clear { display: inline-block; }
/* no ie mac \*/
* html .clear { height: 1%; }
.clear { display: block; }
/* */


/* SECTION SPECIFIC */


/* home */

.home {
	background: url(/core/img/bg_home.gif) repeat-y 0 0;
	margin-bottom: 20px;
}

.home h3 {
	color: #a72d02;
	padding: 0 0 8px 0;	
}

.home h4 a {
	text-decoration: none;
}

.newsItemHome, .arItemHome {
	background: url(/core/img/hr_light.gif) no-repeat 0 100%;
	padding: 0 0 7px 0;
	margin: 0 0 10px 0;
}

.newsItemHome h4, .arItemHome h4 {
	padding: 0 0 3px 0;
}

.newsItemHome p, .arItemHome p {
	margin: 0 0 3px 0;
}

.home .signupForm {
	margin-bottom: 10px;
}

.home .feature {
	margin: 0 0 20px 0;
}

.home .featureText {
	color: #384121;
	background: #c3ce9c;
	font-size: 14px;
	line-height: 145%;
	padding: 10px 14px;
	margin: 0;
}


/* signup form */

.signupForm {
	background: #dbfade url(/core/img/bg_signup.gif) repeat-x 0 100%;
	padding: 10px;
	margin: 0 0 20px 0;
}

.signupForm input.text {
	width: auto;
	margin: 0 0 6px 0;
}

.signupForm input.submit {
	margin: 0;
}

.signupForm a {
	color: #408175;
}


/* social networks */

.socialNetworks {
	background: #c1d6eb url(/core/img/bg_socialnetworks.gif) repeat-x 0 0;
	padding: 10px;
	margin: 0 0 20px 0;
}

.socialNetworks ul {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
}

.socialNetworks ul li {
	margin: 0 0 7px 0;
	padding: 0 0 0 25px;
	background-repeat: no-repeat;
}


/* tertconent */

.tertcontent {
	float: left;
}


/* quotes */

.quotes {
	width: 140px;
	background: #E2F4DC;
	padding: 12px 15px 6px 15px;
	margin: 0 0 20px 0;
}

.quotes p {
	color: #408175;
	font-size: 11px;
	line-height: 135%;
	padding: 0;
	border: 0;
	margin: 0 0 10px 0;
}

.quotes p.attrib {
	padding: 10px 0 0 0;
	border-top: 1px dotted #408175;
}


/* podcast */

.pc {
	padding: 10px 10px 3px 10px;
	border: 1px solid #ddd;
	margin: 0 0 10px 0;
}

.pc h3 {
	font-size: 15px;
}


/* A&R */

ul.arList {
	list-style-type: none;
	display: block;
	margin: 0 0 25px 0;
	padding: 0;
}

ul.arList li {
	padding: 8px 10px 1px 10px;
}

ul.arList li.odd {
	background: #F6F6F6;
}

.arFind {
	padding: 8px 8px 10px 8px;
	border: 1px solid #ddd;
	margin: 20px 0 25px 0;
}

table.ra {
	border-top: 1px solid #E9ECFF;
}

table.ra td {
	color: #404040;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 135%;
	padding: 0 0 8px 0;
}

table.ra tr.head td {
	padding-top: 10px;
}

table.ra td.label {
	width: 22%;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding-right: 15px;
}

table.ra td h4 {
	color: #333;
	margin: 0;
}


/* polls */

.poll {
	margin: 0 0 25px 0;
}

.pollItem {
	background: url(/core/img/hr_light.gif) no-repeat 0 100%;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
}

.pollItem input {
	float: left;
	width: 20px;
	padding: 0;
	margin: 1px 6px 0 0;
}

.pollItem p {
	margin: 0;
}

.resultsMsg {
	font-style: italic;
	font-weight: bold;
	color: #993333;
}

.percent {
	float: left;
	line-height: 120%;
	font-weight: bold;
	color: #408175;
	margin: 0 10px 0 0;
}

.option {
	float: left;
	width: 150px;
	line-height: 120%;
}

.sub {
	font-size: 10px;
	font-style: italic;
}


/* award winners */

.winnersMenu {
	background: #eee;
	border: 1px solid #ccc;
	padding: 8px 12px 8px 12px;
	margin: 4px 0 16px 0;
}

.winnersMenu p {
	padding: 0;
	margin: 0;
}

.winnersMenu form {
	padding: 0;
	margin: 0;
}


/* events */

.events .eventsGroups {
	margin: 20px 0 0 0;
}

.events .featured {
  	margin: 0 0 20px 0;
}

.events .upcoming {
  	margin: 0 0 20px 0;
}

.events .recent {
  	margin: 0 0 20px 0;
}

.events h3 {
	color: #000;
	padding: 10px 10px 10px 47px;
	margin: 0 0 15px 0;
}

.events h3 img {
	display: inline;
}

.events h3 .all {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.events .featured h3 {
	color: #fff;
	background: #0163b1 url(/core/img/bg_h3_featured.gif) no-repeat 0 0;
}

.events .upcoming h3 {
	background: #facd58 url(/core/img/bg_h3_upcoming.gif) no-repeat 0 0;
}

.events .recent h3 {
	background: #a8ee9c url(/core/img/bg_h3_recent.gif) no-repeat 0 0;
}

.eventListing {
    padding: 0 0 5px 10px;
	border-bottom: 1px solid #ddd;
	margin: 0 0 10px 0;
}

.eventListing h5 {
	color: #000;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
}

.eventListing h4 {
	color: #000;
	font-size: 14px;
	line-height: 125%;
	padding: 0 0 6px 0;
}

.eventListing p {
	margin-bottom: 5px;
}

.eventsList .eventListing {
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
}


/* event details */

.eventDetails p {
	padding: 0;
	margin: 0 0 8px 0;
} 

.eventDetails h3 {
	font-size: 22px;
	margin-bottom: 12px;
}

.eventDetails h5 {
	color: #000;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
}

.eventDetails .eventDetailsMain {
	float: left;
	width: 435px;
	margin: 0 20px 20px 0;
}

.eventDetails .eventDetailsMain .intro {
	margin: 0 0 20px 0;
}

.eventDetails .eventDetailsMain .docs .docGroup {
	padding: 0 0 6px 0;
	border-bottom: 1px solid #dee8ef;
	margin: 0 0 10px 0;
}

.eventDetails .eventDetailsSub {
	float: left;
	width: 200px;
	margin: 0 0 20px 0;
}

.eventDetails .eventDetailsSub .introMedia {
	margin: 0 0 20px 0;
}

.eventDetails .eventDetailsSub .introMedia img {
	margin: 0 auto 0 auto;
} 

/* event gallery */

.eventDetails .gallery {
	position: relative;
	background: #eaeef1;
	width: auto;
	padding: 12px 15px 15px 15px;
	margin: 0;
}

.eventDetails .gallery h3 {
	color: #002f55;
	font-size: 18px;
	padding-bottom: 8px;
	border-bottom: 1px solid #acbbc6;
	margin-bottom: 10px;
}

.eventDetails .gallery .galleryPrevNext {
	position: absolute;
	top: 15px;
	right: 15px;
}

.eventDetails .gallery .galleryPrevNext a, .eventDetails .gallery .galleryPrevNext img {
	float: left;
	margin-left: 5px;
} 

.eventDetails .gallery table {
	border-collapse: separate;
	margin: 0;
}

.eventDetails .gallery table td {
	width: 80px;
	padding: 4px;
}

.eventDetails .gallery table td img {
	margin: 0 auto 0 auto;
}

.eventDetails .gallery table td a {
	display: block;
	background: #f5f4ee;
	border: 1px solid #FFF;
}

.eventDetails .gallery table td a:hover {
	border: 1px solid #acbbc6;
}

/* MT */

#gamma {
	float: left;
	width: 140px;
	background: #E2F4DC;
	padding: 15px 15px 8px 15px;
	margin: 0 0 20px 0;
}

#gamma p {
	color: #408175;
}

#gamma a {
	color: #408175;
}

#gamma input.text {
	width: 130px;
	margin: 0 0 5px 0;
}

#gamma form {
	margin: 0 0 10px 0;
	padding: 0;
}

.archive-title {
	font-size: 16px;
	margin-bottom: 6px;
}

.archive-header {
	font-size: 16px;
	margin-bottom: 6px;
}

.widget-header {
	color: #404040;
	font-size: 16px;
	padding: 0 0 5px 0;
	margin: 0;
}

.widget-list {
	line-height: 125%;
	list-style-type: none;
	margin: 0 0 10px 0;
	border: 0;
	padding: 0;
}

.widget-list-item {
	margin: 0 0 8px 0;
}

.blog-feeds {
	line-height: 130%;
	list-style-type: none;
	margin: 0 0 10px 0;
	border: 0;
	padding: 0;
}

.blog-feeds li {
	margin-bottom: 8px;
}

.blog-feeds li img {
	display: inline;
}

.archive-list {
	list-style-type: none;
	margin: 0 0 10px 8px;
	border: 0;
	padding: 0;	
}

.comments input {
	width: auto;
}

.comment-header {
	font-weight: bold;
}

.comment-content {
	margin: 0;
	padding: 0;
}

.comment-footer {
	margin: 0 0 8px 0;
	padding: 0;
}

.trackbacks-header, .comments-open-header, .comments-header, .entry-categories-header, .entry-tags-header {
	color: #333;
	font-size: 13px;
	border-bottom: 1px solid #DDD;
	padding: 0 0 6px 0;
	margin: 0 0 6px 0;
}

.entry-asset {
	margin-bottom: 24px;
}

.asset-name {
	margin-bottom: 4px;
}

.asset-meta {
	margin: 10px 0 18px 0;
	border-top: 1px solid #DDD;
	padding: 6px 0 0 0;
}

#trackbacks-link {
	font-weight: bold;
}


/* newsletter */

.newsletter p {
	line-height: 140%;
	margin-bottom: 8px;
}

.newsletter p.intro {
	color: rgb(112,142,98);
	font-size: 14px;
	font-weight: bold;
	line-height: 140%;
	margin: 0 0 15px 0;
}

.newsletter .newsletter-header {
	position: relative;
	padding: 0;
	margin: 0;
}

.newsletter .newsletter-header img {
	padding-top: 10px;
	padding-left: 15px;
	width: 625px;
}

.newsletter .newsletter-header p.date {
	position: absolute;
	top: 14px;
	left: 24px;
	color: #000;
	/*text-shadow: 1px 1px rgba(0,0,128,.3); */
	padding: 0;
	margin: 0;
	margin-left: -10px;
}

.newsletter .newsletter-alpha {
	float: left;
	width: 415px;
	margin: 15px 15px 0 15px;
}

.newsletter .newsletter-alpha .articlePreview {
	padding: 0;
	margin: 0 0 20px 0;
}

.newsletter .newsletter-beta {
	float: left;
	width: 195px;
	margin: 15px 15px 0 0;
}

.newsletter .newsletter-beta .group {
	margin: 0 0 15px 0;
}

.newsletter h3 {
	font-size: 19px;
	line-height: 130%;
	padding-bottom: 5px;
	margin: 0;
}

/* newsletter article */

.newsletterArticle p.date {
	color: #72779D;
	padding: 0;
	margin: 0 0 4px 0;
}

.newsletterArticle h3 {
	font-size: 22px;
	line-height: 130%;
	padding-bottom: 12px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 12px;
}

/* newsletter archive */

.newsletterArchive {
	background: #ddd;
	padding: 10px 10px 2px 10px;
	margin: 0 0 20px 0;
}

.newsletterArchive select {
	margin: 0 0 6px 0;
}

.newsletterArchive input.submit {
	margin: 0;
}


/* resources home */

.resources {
	 width: 380px;
}

.resources .photoDesc {
	color: #FFF;
	background: #13629f url(/core/img/bg_resources_photoDesc.gif) repeat-x 0 0;
	padding: 12px 12px 2px 12px;
	margin: 0 0 15px 0;
}

.resources h3 {
	color: #a72d02;
	font-size: 16px;
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 4px 0 5px 40px;
	margin: 0 0 15px 0;
}

.resources h3.webcasts {
	padding-left: 48px;
}

.resources .arList {
	margin: 0 0 4px 0;
}

.resources .arList li {
	background: url(/core/img/hr_light.gif) repeat-x 0 100%;
	padding: 0 8px 2px 8px;
	margin: 0 0 10px 0; 
}

.resources .arList.webcasts li {
	padding: 0 8px 8px 8px;
}

.resources .arList.webcasts li img {
	float: right;
	margin-top: 0.125em;
	margin-left: 0.75em;
}

.resources .arList.webcasts li h4 {
	width: 21em;
	float: left;
}

.resources .arList li h4 {
	padding: 0 0 3px 0;
}

.courseIndex .arList li img {
	float: right;
	margin-top: 0.125em;
	margin-left: 0.75em;
}

.courseIndex .arList li h4 {
	width: 24em;
	float: left;
}

.resources .eventListing {
	background: url(/core/img/hr_light.gif) repeat-x 0 100%;
	padding: 0 8px 10px 8px;
	border: 0;
	margin: 0 0 10px 0;
}

.resources .eventListing h4 {
	color: #000;
	font-size: 14px;
	padding: 0 0 3px 0;
}

.subresources {
	float: left;
	width: 255px;
	margin: 0;
}

.subresources .gc {
	border: 1px solid #ddd;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
}

.subresources .gc h3 {
	color: #403f3f;
	font-size: 16px;
	background: url(/core/img/bg_resources_gc_h3.gif) repeat-x 0 0;
	padding: 13px;
	margin: 0;
}

.subresources .gc p {
	margin: 13px;
}

.subresources .gc img {
	margin: 0 11px 1px 11px;
}

.subresources .caphw {
	padding: 10px;
	border: 14px solid #f7f8ff;
}

.subresources .caphw h3 {
	color: #a72d02;
	font-size: 15px;
	background: url(/core/img/hr_light.gif) repeat-x 0 100%;
	margin: 0 0 10px 0;
}

.subresources .caphw img {
	margin: 0 0 3px 0;
}

.coursesDetails .inner {
	float: left;
	width: 36em;
	margin-top: 0.5em;
	margin-right: 1em;
}

.coursesDetails .video {
	margin-bottom: 1em;
}

.coursesDetails .info {
	background: url(/core/img/hr_light.gif) repeat-x 0 100%;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
}

.coursesDetails .info span.time {
	font-weight: 400;
}

.coursesDetails .info h4, .coursesDetails .info p {
	font-size: 1.125em;
}

.coursesDetails .bios .item {
	margin-bottom: 1em;
}

.coursesDetails .bios img {
	float: left;
	margin-right: 1.5em;
}

.coursesDetails .bios .text {
	float: right;
	width: 26em;
	margin-right: 2.25em;
}

.coursesDetails .other {
	float: left;
	width: 10em;
	background: #e7edfa;
	padding: 1em 1em 0.5em 1em;
	margin-top: 0.5em;
}

.coursesDetails .other h3 {
	font-size: 1em;
}

.coursesDetails .other ul {
	margin: 0;
	padding: 0;
}

.coursesDetails .other ul li {
	list-style-type: none;
	margin: 0 0 0.75em 0;
	padding: 0;
}


/* search */

.search {
	position: absolute;
	top: 0;
	right: 0;
	width: 21.5em;
	background: #F4F5FF;
	border-bottom: 1px solid #E0E3F3;
	border-right: 1px solid #E0E3F3;
	padding: 10px 12px 4px 12px;
}

.search .gsc-control-cse {
	background: none;
	border: none;
	padding: 0;
}

.search .gsc-control-cse input[type='text'] {
	float: left;
	width: 180px;
	margin: 0 6px 0 0;
	padding: 3px 4px 3px 4px;
}

.search table.gsc-search-box td.gsc-input {
	padding-right: 4px;
}

.search input[type='button'] {
	display: inline-block;
	width: auto;
	height: 16px;
	font-size: 12px;
	line-height: 100%;
	color: #FFF;
	background: #c8d9f1; /* Old browsers */
	background: -moz-linear-gradient(top,  #c8d9f1 0%, #86b0db 5%, #6ea1d2 27%, #1e71b5 77%, #0360ab 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c8d9f1), color-stop(5%,#86b0db), color-stop(27%,#6ea1d2), color-stop(77%,#1e71b5), color-stop(100%,#0360ab)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c8d9f1 0%,#86b0db 5%,#6ea1d2 27%,#1e71b5 77%,#0360ab 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c8d9f1 0%,#86b0db 5%,#6ea1d2 27%,#1e71b5 77%,#0360ab 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c8d9f1 0%,#86b0db 5%,#6ea1d2 27%,#1e71b5 77%,#0360ab 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c8d9f1 0%,#86b0db 5%,#6ea1d2 27%,#1e71b5 77%,#0360ab 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8d9f1', endColorstr='#0360ab',GradientType=0 ); /* IE6-9 */
	padding: 7px 8px 17px 8px;
	border: 0;
	border-radius: 4px;
	margin: 0;
}

/* Ads in Sidebar */

.adsSidebar {
	margin-top: 15px;
	text-align: center;
}

.adsSidebar img {
	display: inline;
}

/* Google Custom Search Engine: cse */

.cse {
	
}

.cse input {
	width: auto;
}

.cse-closeResults a {
	color: #004898;
	background-color: #F4F5FF;
}
