@import "init.css";

/**
* Threespot/LiUNA!
*
* description: General lower-level page styles
* version: 1.0
* created:  2007-06-28
* modified: 2007-06-28
* @author: Greg MacWilliam, Threespot.
* copyright: open
*
**/


/*
* General Page Styles
* ----------------------------------------------- */
body {
	font:11px/18px Arial, Helvetica, sans-serif;
	background:#FFF url("/i/site/body_bg.gif") repeat-x;
	text-align:center;
	margin:0;
}
a {
	color:#fc7001;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
form {
	padding:0;
	margin:0;
}
input.field, select.field {
	color:#444;
	font:11px/13px Arial, Helvetica, sans-serif;
	border:1px solid #CCC;
	padding:3px 4px;
}
	select.field {
		padding:0;
	}
.pipe-left {
	padding-left:10px;
	border-left:1px solid #ebe5cd;
	margin-left:10px;
}
.pipe-right {
	padding-right:10px;
	border-right:1px solid #ebe5cd;
	margin-right:10px;
}
.rule {
	border-top:1px solid #ebe5cd;
	margin:12px 0;
}
.break {
	clear:both;
}
img.action-arrow {
	margin-left:5px;
	vertical-align:middle;
}

/*
* Page Headers
* ----------------------------------------------- */
h1 {
	color:#ff9933;
	font:normal 30px/36px "Arial Black", Arial, Helvetica, sans-serif;
	letter-spacing:-0.5px;
	margin:0 0 15px;
}
h2, h2 a {
	color:#999;
	font:normal 18px/21px "Arial Black", Arial, Helvetica, sans-serif;
}
h3, h3 a {
	color:#999;
	font:normal 16px/21px "Arial Black", Arial, Helvetica, sans-serif;
	margin:10px 0;
}
h4, h4 a {
	color:#999;
	font:normal 14px/18px "Arial Black", Arial, Helvetica, sans-serif;
	margin:10px 0;
}
h5, h5 a {
	color:#858585;
	font:normal 11px/14px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	margin:15px 0 10px;
}
h6, h6 a {
	color:#ff9933;
	font:normal 14px/18px "Arial Black", Arial, Helvetica, sans-serif;
	margin:8px 0;
}
	h2 a:hover, h3 a:hover, h4 a:hover {
		text-decoration:none;
	}
	.bright, .bright a {
		color:#ff9933;
	}

/*
* PAGE
* ----------------------------------------------- */
#page {
	width:948px;
	text-align:left;
	padding:14px 0 25px;
	margin:0 auto;
}

/*
* HEADER
* ----------------------------------------------- */
#header {
	position:relative;
	width:100%;
	padding:40px 0 0;
}

	/* LOGO */
	
	#header a.logo, #header em.logo {
		display:block;
		width:390px;
		height:68px;
		background:url("/i/site/logo.gif") no-repeat;
		overflow:hidden;
		text-indent:-5000px;
		margin:0;
	}

	/* MAIN-NAVIGATION */
	
	#header .mainnav {
		position:absolute;
		left:423px;
		top:72px;
		list-style:none;
		padding:0;
		margin:0;
	}
		#header .mainnav li {
			display:block;
			height:36px;
			float:left;
			margin-left:30px;
		}
		#header .mainnav em,
		#header .mainnav a {
			display:block;
			height:100%;
			float:left;
			color:#858585;
			font:normal 16px/36px "Arial Black", Arial, Helvetica, sans-serif;
			padding:0 15px;
		}
			#header .mainnav a:hover {
				color:#ff9933;
				text-decoration:none;
			}
			#header .mainnav li.first {
				margin:0;
			}
			
			/* ACTIVE TAB */
			
			#header .mainnav em {
				color:#FFF;
				background:url("/i/site/mainnav_bg-right.gif") no-repeat right 0;
			}
			#header .mainnav li.active {
				background:#ff9933 url("/i/site/mainnav_bg-left.gif") no-repeat;
			}
	
	/* UTILITY-NAVIGATION */
	
	#header .utility {
		position:absolute;
		width:100%;
		left:0;
		top:0;
		color:#999;
		font:11px/19px Arial, Helvetica, sans-serif;
		text-align:right;
		list-style:none;
		margin:0;
	}
		#header .utility li {
			display:inline;
		}
		
		/* LINKS & SEARCH INPUT */
		
		#header .utility a {
			color:#999;
		}
		#header .utility a:hover,
		#header .utility em {
			color:#ff9933;
			text-decoration:none;
		}
		
		#header .utility input {
			vertical-align:middle;
		}
		#header .utility .search-input {
			width:116px;
			margin:0 8px;
		}
		
		/* USER LOGIN UTILITY */
		
		#header .utility .login {
			float:left;
			padding-left:140px;
		}
		#header .utility .logout {
			float:left;
		}

	/* LOCAL CHAPTER */
	
	#header .local {
		position:absolute;
		left:410px;
		top:54px;
		margin:0;
	}
	
	#header .nextmeeting {
		width:268px;
		color:#666;
		font-weight:bold;
		text-align:right;
		position:absolute;
		left:680px;
		top:80px;
		margin:0;
	}

	#header .attention {
		color:#ff9933;
		text-transform:uppercase;
	}

/*
* LOCAL NAVIGATION (left-hand links menu)
* ----------------------------------------------- */

#localnav {
	width:100px;
	list-style:none;
	text-align:right;
	border-top:1px dotted #c2c2c2;
	padding:0;
	margin:42px 0 0;
}
	#localnav li {
		border-bottom:1px dotted #c2c2c2;
	}
	#localnav li a, #localnav li em {
		color:#666;
		display:block;
		font:bold 11px/13px Helvetica, Arial, sans-serif;
		background:url("/i/site/arrow-local-left.gif") no-repeat right center;
		padding:4px 10px 3px 0;
		border-top:1px solid #fff;
		border-bottom:1px solid #fff;
	}
	#localnav li a:hover {
		background-color:#fef4d3;
		text-decoration:none;
	}
	#localnav li em {
		font-style:normal;
		background:#f5e5ad none;
		margin:1px 0;
	}
	#localnav.nosubnav {
		margin:20px 0 0;
	}
	
		/* Local second-level nav */
		
		#localnav li ul {
			display:none;
		}
		#localnav li.expanded em {
			background:#f5e5ad url("/i/site/arrow-local-down.gif") no-repeat right center;
		}
		#localnav li.expanded ul {
			display:block;
			list-style:none;
			margin:0;
		}
		#localnav li.expanded ul li {
			background-color:#f9f1d4;
			border:none !important;
		}
		#localnav li.expanded ul li em {
			color:#fd7509;
			font-weight:normal;
			background:none;
		}
		#localnav li.expanded ul li a {
			font-weight:normal;
			background:none;
		}
		#localnav li.expanded ul li a:hover {
			text-decoration:underline;
		}

/*
* PAGE BODY (2-col right content)
* ----------------------------------------------- */

#body {
	width:825px;
	float:none;
}
	#body.nosubnav {
		padding-top:20px;
	}

/* SUB-NAVIGATION */

#subnav {
	height:60px;
	list-style:none;
	border-top:3px solid #ff9933;
	padding:0;
	margin:0;
}
	#subnav li {
		display:block;
		float:left;
		height:39px;
		border-right:1px solid #ebe5cd;
		border-bottom:1px solid #ebe5cd;
	}
	#subnav em, #subnav a {
		display:block;
		height:100%;
		color:#858585;
		font:normal 12px/39px "Arial Black", Arial, Helvetica, sans-serif;
		background:#f4f1e4 url("/i/site/nav_bg-of.gif") repeat-x;
		text-align:center;
	}
	#subnav a:hover {
		background:#fce9a6 url("/i/site/nav_bg-on.gif") repeat-x;
		text-decoration:none;
	}
	#subnav em {
		color:#ff9933;
		background:#fce9a6 url("/i/site/nav_bg-on.gif") repeat-x;
	}
	
		/* INDIVIDUAL LINK DISPLAYS */
		
		#subnav li.first a, #subnav li.first em {
			border-left:1px solid #ebe5cd;
		}
		
		/* --- ABOUT US --- */
		
		#subnav em.history, #subnav a.history {
			width:111px;
		}
		#subnav em.membertypes, #subnav a.membertypes {
			width:178px;
		}
		#subnav em.successes, #subnav a.successes {
			width:130px;
		}
		#subnav em.initiatives, #subnav a.initiatives {
			width:124px;
		}
		#subnav em.leadership, #subnav a.leadership {
			width:132px;
		}
		#subnav em.publications, #subnav a.publications {
			width:143px;
		}

		/* --- GET INVOLVED --- */

		#subnav em.become-member, #subnav a.become-member {
			width:158px;
		}
		#subnav em.ma-subscription, #subnav a.ma-subscription {
			width:207px;
		}
		#subnav em.lan-subscription, #subnav a.lan-subscription {
			width:268px;
		}
		#subnav em.assessment-tool, #subnav a.assessment-tool {
			width:187px;
		}
			
/*
* BODY COLUMNS (main-left, secondary-right)
* ----------------------------------------------- */
#main {
	width:538px;
	float:left;
	padding-right:30px;
	border-right:1px solid #ebe5cd;
	margin-right:20px;
}
#secondary {
	width:236px;
	float:left;
	color:#777;
}
	#local-main {
		width:537px;
		margin-right:22px;
		float:left;
	}
	#local-secondary {
		width:266px;
		float:left;
	}

/*
* PAGE UTILITIES (print / email / select content)
* ----------------------------------------------- */

.page-utilities {
	float:right;
	margin-top:20px;
	margin-left:20px;
}
	.page-utilities a.email {
		padding-right:10px;
		border-right:1px solid #ebe5cd;
	}
	.page-utilities a.print {
		padding-left:10px;
	}

.page-select {
	color:#858585;
	font:normal 14px/13px "Arial Black", Arial, Helvetica, sans-serif;
	padding-bottom:10px;
	border-bottom:1px solid #ebe5cd;
	margin-bottom:20px;
}
	.page-select.pad-top {
		padding-top:20px;
	}
	.page-select .page-utilities {
		margin-top:3px;
	}
	.page-select select {
		width:250px;
		margin-left:12px;
		padding:0;
	}

/*
* IN THIS SECTION NAVIGATION (secondary col)
* ----------------------------------------------- */
ul.inthissection {
	list-style:none;
	border-top:1px solid #ebe5cd;
	border-bottom:4px solid #ebe5cd;
	padding:8px 0;
	margin:0;
}
	ul.inthissection em, ul.inthissection a {
		color:#858585;
		font:normal 11px/21px Helvetica, Arial, sans-serif;
		background:url("/i/site/arrow-orange-lg.gif") no-repeat 0 center;
		padding-left:10px;
	}
	ul.inthissection a:hover,
	ul.inthissection em {
		color:#ff9933;
		text-decoration:none;
	}

/*
* EMAIL OPT-IN FORM (secondary col)
* ----------------------------------------------- */
.email-optin {
	color:#ff9933;
	font-weight:bold;
}
	.email-optin input {
		vertical-align:middle;
	}
	.email-optin input.field {
		width:147px;
		margin:0 3px 0 7px;
	}

/*
* PAGE FOOTER
* ----------------------------------------------- */
#footer {
	clear:both;
	color:#ebe5cd;
	padding:18px 0 20px 123px;
}
	/* Footer list formatting */
	
	#footer ul.bar,
	#footer ul.list {
		list-style:none;
	}
	#footer ul.bar li,
	#footer ul.list li {
		display:inline;
	}
		#footer ul.bar {
			text-align:right;
			line-height:13px;
			border-top:1px solid #ebe5cd;
			border-bottom:1px solid #ebe5cd;
			padding:6px 0 5px;
			margin:0;
		}
		#footer ul.list {
			margin:6px 0 0;
		}
	
	/* Footer elements */
	
	#footer a {
		color:#999;
	}
	#footer a:hover {
		color:#ff9933;
		text-decoration:none;
	}
	#footer a.privacy,
	#footer a.terms {
		float:left;
	}
	#footer a.email {
		float:left;
		padding-left:25px;
		background:url("../i/site/icon_email.gif") no-repeat 0 center;
	}
	#footer a.email, 
	#footer a.login {
		text-transform:uppercase;
		font-size:10px;
	}
	
/*
* HOMEPAGE
* ----------------------------------------------- */

/* top banner */

.home-banner {
	text-align:right;
	background:#ff9933 url("/i/site/home-banner_bg.gif") no-repeat 100px bottom;
	padding-left:24px;
	border-left:4px solid #ff6600;
	margin:0 0 32px;
}
	.home-banner .headline {
		width:279px;
		height:231px;padding:22px 26px 0;
		background:#ff9933 url("/i/site/home-banner_bg.gif") no-repeat right bottom;
	}
		.home-banner h2 {
			width:240px;
			float:left;
			color:#FFF;
			text-align:left;
			padding:22px 0 0;
			margin:0;
		}
		.home-banner h2,
		.home-banner h2 a {
			font:normal 14px/24px "Arial Black", Arial, Helvetica, sans-serif;
		}
		.home-banner h2 a {
			color:#e2dabb;
			padding-right:8px;
			background:url("/i/site/arrow-beige-lg.gif") no-repeat right 55%;
		}
		.home-banner h2 a:hover {
			color:#fff;
			background:url("/i/site/arrow-white-lg.gif") no-repeat right 55%;
		}

/* 3-col header/feature blocks */

.home-promo {
	width:251px;
	float:left;
	margin-left:36px;
}	
	#promo-0 {
		margin-left:0; /* no margin on left-most block */
	}
	.home-promo-hover {
		background-color:#f9f1d4;
	}
	.home-promo img.splash {
		border-left:4px solid #ff9933;
	}
	.home-promo .feature {
		border-left:4px solid #f9f1d4;
		padding:0 15px;
	}
		/* feature content */
		
		.home-promo h3 {
			color:#ff9933;
			font:normal 16px/21px "Arial Black", Arial, Helvetica, sans-serif;
			padding-top:10px;
			margin:0;
		}
		.home-promo p {
			margin:5px 0;
		}
		.home-promo p.action {
			color:#ff9933;
			font-weight:bold;
			padding-bottom:6px;
			margin:0;
		}
		.home-promo p.citation {
			color:#9c9d98;
			text-align:right;
		}
		.home-promo a {
			color:#ff9933;
		}
		
	/* homepage email opt-in */
	
	.home-promo #email-optin {
		width:130px;
	}

/*
* LOWER PAGES
* ----------------------------------------------- */

/* section top banner */

.lower-banner {
	text-align:right;
	background-color:#ff9933;
	padding-left:20px;
	border-left:4px solid #fe7407;
	margin-bottom:30px;
}
	.lower-banner h2 {
		width:241px;
		float:left;
		color:#FFF;
		font:normal 22px/34px "Arial Black", Arial, Helvetica, sans-serif;
		letter-spacing:-0.5px;
		text-align:left;
		padding:30px 0 0;
		margin:0;
	}
	

.body-photo {
	float:left;
	border-left:3px solid #ff9933;
	margin:0 15px 15px 0;
}
	
/* section index header blocks w/ rollovers */

.lower-promo {
	position:relative;
	overflow:auto;
}
.lower-promo-hover {
	background-color:#f9f1d4;
}
	.lower-promo img.photo {
		float:left;
		border-left:3px solid #ff9933;
	}
	.lower-promo .content {
		padding-left:153px;
		padding-right:20px;
		border-left:3px solid #ebe5cd;
	}
		.lower-promo .content h3,
		.lower-promo .content h3 a {
			color:#ff9933;
		}
		.lower-promo .content h3 {
			margin:5px 0;
		}
		.lower-promo .content p {
			padding-bottom:6px;
			margin:0;
		}



.header {
	overflow:auto;
	padding-right:15px;
	margin:0;
}
	* html .header {
		height:1%;
	}
	.header-hover {
		background:#fef4d3 url("../i/site/header_ro.gif") repeat-x;
	}
	.header img.splash {
		float:left;
		border-left:4px solid #ff9933;
		margin-right:18px;
	}
	.header h3, .header a, .header span.more {
		color:#ff9933;
	}
	.header h3, .header p {
		margin:5px 0 0;
	}

/*
* LOCAL CHAPTER PAGES
* ----------------------------------------------- */

/* local layout top banner */

.local-banner {
	border:1px solid #ebe5cd;
	border-left:none;
	border-bottom:none;
}
.local-headline {
	border-left:4px solid #ff9933;
	background:#ece5c7 url("../i/local/headline_bg.gif") repeat-x;
	padding:20px 20px 25px;
	margin-bottom:30px;
}
	.local-headline h1, .local-headline h4 {
		margin-bottom:0;
	}
	.local-headline h4 a:hover {
		color:#ff9933;
		text-decoration:none;
	}

/* local layout search box */

.local-search {
	border-left:4px solid #ff9933;
	margin-top:0;
}
	.local-search p {
		color:#999;
		border:1px solid #ebe5cd;
		border-left:none;
		font-weight:bold;
		background:#e9e0bf url("../i/local/search_bg.gif") repeat-x;
		padding:15px 0 16px 10px;
		margin:0;
	}
	.local-search p input {
		vertical-align:middle;
	}
	.local-search p input.field {
		width:124px;
		margin:0 8px 0 6px;
	}

/*
* Sidebar items
* ----------------------------------------------- */
.sidebar {
	border-left:4px solid #ebe5cd;
	padding:0 0 2px 10px;
	margin-top:28px;
}
	* html .sidebar {
		/* bottom border included to correct IE6 padding render issue */
		border-bottom:1px solid #FFF;
	}
	.sidebar h3 {
		margin:0;
	}
	.sidebar h3 a {
		color:#999;
		text-decoration:none;
	}
		.sidebar h3 a:hover {
			text-decoration:none;
		}
	.sidebar a, 
	.sidebar h3 a:hover {
		color:#ff9933;
	}
	.sidebar p, .sidebar ul {
		margin:5px 0;
	}
	.sidebar ul {
		list-style-type:square;
		padding-left:15px;
	}
	.sidebar small {
		color:#999;
		font:normal 10px/21px "Arial Black", Arial, Helvetica, sans-serif;
		text-transform:uppercase;
		margin:0;
	}
	
.cta-skills {
	background:url("/i/site/happyworker.gif") no-repeat;
	padding:16px 0 0 88px;
	border-bottom:1px solid #eae6cd;
	margin-top:25px;
}
	.cta-skills h3 {
		margin:0;
	}
	.cta-skills p {
		color:#000;
		line-height:16px;
		margin:5px 0 8px;
	}
	.cta-skills a {
		color:#ff9933;
	}

/*
* Local Profile
* ----------------------------------------------- */
.member-profile {
	position:relative;
	background-color:#f2efde;
	border-left:5px solid #ff9933;
	border-bottom:1px solid #eae2c6;
	margin-bottom:40px;
}
	.member-profile img.portrait {
		position:absolute;
		left:0px;
		top:0px;
	}
	.member-profile .profile-info {
		margin-left:140px;
	}
	.member-profile h4 {
		color:#FFF;
		background-color:#ff9933;
		padding:5px 22px;
		margin:0;
	}
	.member-profile .info {
		border-right:1px solid #eae2c6;
		padding:22px;
		padding-bottom:40px;
	}
	.member-profile .info h3 {
		color:#ff9933;
		padding-bottom:6px;
		border-bottom:2px solid #d3c9a3;
		margin:0 0 12px;
	}
	.member-profile .info div {
		position:relative;
		border-bottom:1px solid #d3c9a3;
		padding:0 0 7px;
		margin:7px 0 0;
	}
		.member-profile .info .last {
			border:none;
		}
	.member-profile .info div p {
		padding:0 0 0 105px;
		margin:0;
	}
	.member-profile .info div span {
		position:absolute;
		left:0;
		color:#996633;
	}
	.member-profile .info a {
		color:#fc7001;
		text-decoration:underline;
	}
	

/*
* 
* ----------------------------------------------- 

.lower h1 {
	color:#FFF;
	line-height:30px;
	background-color:#d2ccac;
	padding:11px 0 12px 10px;
	border-left:3px solid #b7b29e;
	margin:0;
}
.lower h2 {
	color:#ff9933;
	font-size:24px;
	line-height:28px;
	margin:26px 0 20px;
}
.lower h3 {
	margin:20px 0;
}
.lower p {
	margin:16px 0;
}
*/


.news-story h2 {
	color:#ff9933;
	font-size:21px;
	line-height:25px;
	margin:15px 0 10px;
}
.news-story p, .news-story ul {
	font:normal 12px/18px Arial, Helvetica, sans-serif;
	margin:18px 0;
}
.news-story ul {
	list-style:none;
	margin:0;
}
.news-story ul.bullet-list li {
	padding-left:10px;
	background:url("/i/site/bullet-list.gif") no-repeat 0 center;
}
	.news-story span.date {
		color:#666;
		text-transform:uppercase;
	}
	.news-story .notice {
		float:left;
		margin-right:10px;
		margin-top:3px;
	}
	.news-story .browse {
		list-style:none;
		text-align:right;
		padding:10px 0 0;
		border-top:1px solid #ebe5cd;
		margin:0;
	}
		.news-story .browse,
		.news-story .browse a {
			color:#999;
			font:normal 12px/24px "Arial Black", Arial, Helvetica, sans-serif;
		}
		.news-story .browse a:hover {
			color:#ff9933;
			text-decoration:none;
		}
		.news-story .browse li {
			display:inline;
		}
		.news-story .browse li.left {
			float:left;
		}
		
		
		

.section-header,
.section-header-fixed {
	color:#FFF;
	line-height:30px;
	background-color:#ff9933;
	padding:11px 0 12px 10px;
	border-left:3px solid #fc750a;
	margin:0;
}
	.section-header-fixed {
		width:556px;
	}
	
	
.contact-info {
	width:545px;
}
	.contact-info td {
		padding:3px 0;
	}
	.contact-info tr.alt {
		background-color:#f2eee2;
	}
	
	.contact-info .division {
		width:225px;
		background:url("/i/site/arrow-orange-sm.gif") no-repeat 6px center;
		padding-left:15px;
	}
	.contact-info td.name {
		color:#919191;
	}
		.contact-info td.name span {
			color:#fc7001;
		}
	.contact-info td.phone {
		width:85px;
	}

.cta-link {
	padding:20px 0 0;
	border-top:1px solid #e7e6d1;
	margin:20px 0;
}
	.cta-link, 
	.cta-link a {
		color:#999;
		font:normal 12px/24px "Arial Black", Arial, Helvetica, sans-serif;
	}
	

/*
* GET INVOLVED: Online Assessment Tool
* ----------------------------------------------- */
.assessment-form {
	margin-top:30px;
}
	.assessment-form p {
		color:#666;
		text-align:right;
		padding:15px 50px 15px 10px;
		margin:0;
	}
	.assessment-form p.alt {
		background-color:#faf4dd;
	}
	.assessment-form p label {
		float:left;
	}
	.assessment-form select {
		width:252px;
		border:1px solid #ccc;
	}
	.assessment-form input {
		width:240px;
		border:1px solid #ccc;
		padding:2px 5px;
	}
	.assessment-form p.submit {
		border-top:1px solid #ebe5cd;
		padding:20px 0 10px 10px;
	}
		.assessment-form p.submit input {
			width:auto;
			border:none;
			padding:0;
		}
		.assessment-form p.submit .required {
			float:left;
			color:#999;
			font-size:10px;
		}
		

/*
*
* ----------------------------------------------- */		
.success-story {
	position:relative;
	border-top:1px solid #ebe5cd;
	padding:20px 0;
	overflow:auto;
}
	.success-story img {
		position:absolute;
		left:0;
		border-left:3px solid #ff9933;
	}
	.success-story.photo .story {
		margin-left:150px;
	}
	.success-story h3 {
		color:#ff9933;
		margin:0;
	}
	.success-story p {
		margin-bottom:0;
	}


	
.find-local {
	border-top:1px solid #ebe5cd;
	padding-top:15px;
}
	.find-local label {
		color:#858585;
		text-transform:uppercase;
	}
	.find-local input {
		vertical-align:middle;
	}
	.find-local .field {
		width:125px;
		margin-right:10px;
	}
	.find-local .col-right {
		width:245px;
		float:right;
		padding-left:30px;
		border-left:1px solid #ebe5cd;
	}
	
	
.calendar-event {
	padding:20px 11px;
	border-bottom:1px solid #ebe5cd;
}
.carlendar-event-hover {
	background-color:#f9f1d4;
}
	.calendar-event strong {
		color:#666;
	}
	.calendar-event h3 {
		color:#ff9933;
		margin:4px 0;
	}
	.calendar-event h3 a {
		color:#ff9933;
	}
	.calendar-inset {
		margin-left:11px;
	}
	
	
.press-release-header {
	position:relative;
	color:#666;
	margin-top:15px;
	padding-bottom:6px;
	border-bottom:1px solid #ebe5cd;
}
	.press-release-header p.left {
		text-transform:uppercase;
		position:absolute;
		left:0;
		margin:0;
	}
		.press-release-header p.left strong {
			text-transform:none;
			font-weight:bold;
		}
	.press-release-header p.right {
		margin:0 0 0 255px;
	}
