/* --------------------------------------------------------

    Outpatient Outlook - Screen Styles
	updated: 03.03.2008

-------------------------------------------------------- */

* { margin: 0; padding: 0; }

body {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #606060;
	background: #fff;
}

a:link, a:visited {
	color: #005596;
	text-decoration: none;
}

a.plain:link, a.plain:visited {
	color: #606060;
	text-decoration: none;
}

a:hover, a.plain:hover {
	color: #1EA345;
}

a { outline: none; } /* Firefox imposed outline */

img, a img { border: none; }


/* --------------------------------------------------------
    Page Structure
-------------------------------------------------------- */

#wrap {
	clear: both;
	float: left;
	width: 951px;
}
#nav {
	float: left;
	width: 179px;
}
#main {
	float: right;
	width: 771px;
	border-left: 1px solid #DBE8EF;
	border-top: 1px solid #DBE8EF;
	background: #EEF3F7;
}
#main-inner {
	margin: 29px 0 29px 29px;
	border: 1px solid #DBE8EF;
	border-right: 0;
	min-height: 356px;
	background: transparent url(http://67.228.235.93/~outpwat6/img/main-bg.gif) repeat-y top left;
}
#content {
	float: left;
	width: 480px;
	background: #fff;
}
#sidebar {
	float: right;
	width: 261px;
	position: relative;
}


/* --------------------------------------------------------
    Header
-------------------------------------------------------- */

#header {
	width: 951px;
	height: 130px;
	position: relative;
}
#header h1 {
	margin: 0 50px;
	padding: 39px 0 0;
}
#header h2 {
	position: absolute;
	top: 60px;
	right: 0;
	text-indent: -9999px;
	width: 115px;
	height: 48px;
	background: url(../img/masthead-marcap.jpg) no-repeat 0 0;
}


/* --------------------------------------------------------
    Content
-------------------------------------------------------- */

#content .gutter {
	margin: 0;
	padding: 25px 35px 0 35px;
}
#main ul {
	margin: 0 0 1.6em 0;
	padding: 0;
	line-height: 1.6em;
	list-style: none;
}
#main li {
	margin: 0;
	padding: 0 0 0 7px;
	background: transparent url(http://67.228.235.93/~outpwat6/img/bullet.gif) no-repeat 0 8px;
}
#content p {
	line-height: 17px;
	margin: 0 0 17px 0;
}
#content h2 {
	margin: 0 0 10px 0;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	color: #555;
}
#content h3 {
	margin: 1.6em 0 6px 0;
	font-size: 12px;
	font-weight: bold;
}
#content h3 span {
	font-size: 10px;
	font-weight: normal;
}
#content blockquote {
	margin: 0 0 17px 0;
	font-style: italic;
	font-weight: bold;
}
#content blockquote span {
	display: block;
	font-weight: normal;
}
#content blockquote span.caps {
	display: inline; /* textile...grr... */
}

/* TOC - location lists */

#main ul.toc {
	border-bottom: 1px solid #E5EEF3;
	list-style: none;
}
#main  ul.toc li {
	background: none;
	padding: 10px 0;
	border-top: 1px solid #E5EEF3;
}
#main ul.toc li:first-child {
	border-top: none;
}
#main ul.toc li a {
	float: left;
}
#main ul.toc li span {
	display: block;
	width: 65px;
	float: right;
}
#main ul.toc p {
	clear: both;
	margin: 0;
	font-style: italic;
	font-size: 10px;
	line-height: 1.2em;
}
div.dots {
	background: url(http://67.228.235.93/~outpwat6/img/dots-h.gif) repeat-x 0 1em;
}
div.dots span {
	padding-left: 3px;
	background: #fff;
}
div.dots a {
	padding-right: 4px;
	background: #fff;
}
#main ul.toc li span.toc-title { /* No link override */
	float: left;
	width: auto;
	padding: 0 4px 0 0;
}
#main ul span.caps { 
	display: inline;
	width: auto;
	float: none;
	padding: 0;
} /* textile fix */

/* Program schedule */

body#program #content {
	border-right: 1px solid #DBE8EF;
	width: 479px;
}
body#program .gutter {
	padding: 25px 0 0 0;
}
body#program #main h2,
body#program #main p,
body#program #main ul { 
	margin-left: 35px; 
}
body#program #main h3 {
	margin: 0;
	padding: 10px 25px 10px 35px;
	border-top: 1px solid #DBE8EF;
	border-bottom: 1px solid #DBE8EF;
	background: #FFFFF7;
}
body#program #main p {
	margin-right: 35px;
}
body#program #main ul p {
	margin-right: 0;
}
body#program #main ul {
	list-style: none;
}
body#program #main ul li {
	background: none;
	padding: 8px 0;
	border-top: 1px solid #E5EEF3;
	line-height: 1.2em;
	padding-right: 170px;
	position: relative;
}
body#program #main ul li:first-child {
	border-top: none;
}
body#program #main ul li a {
	float: left;
}
body#program #main ul li span.time {
	display: block;
	width: 155px;
	position: absolute;
	top: 8px; right: 0;
}
body#program #main ul p {
	clear: both;
	font-size: 10px;
	line-height: 1.2em;
	margin: 0 165px 0 0;
	padding: 2px 0 0 0;
}
body#program #main ul ul {
	clear: both;
	margin: 0 0 0 10px;
	padding: 0;
}
body#program #main ul ul li {
	border: none;
	margin: 0;
	padding: 0;
	line-height: 1.2em;
	text-indent: 0;
}



/* sponsor page - summaries */

.sponsor-wrap {
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #DBE8EF;
}
.sponsor-entry {
	float: left;
	width: 190px;
	padding: 0 0 20px 0;
	/*height: 180px;*/
}
.sponsor-entry-row {
	clear: left;
}
.row-1 { 
	margin: 0 25px 0 0;
	clear: left; 
}
#content .sponsor-wrap h2 {
	font-size: 12px;
	margin: 0 0 15px 0;
}/*
.sponsor-entry .sponsor-logo {
	height: 70px;
}
*/
#content .sponsor-entry p {
	line-height: 1.3em;
	margin-bottom: 10px;
}
#content .sponsor-entry p.slink {
	margin-bottom: 0;
}
.sponsor-entry a { color: #555555; font-weight: bold; }
.sponsor-entry a:hover { color: #1EA345; font-weight: bold; }

/* sponsor page - footer columns */

body#sponsors #main-inner {
	min-height: 0;
	padding-bottom: 10px;
}
div.sponsorlevel {
	margin: 0 0 0 30px;
}
div.sponsorlevel div {
	float: left;
	width: 200px;
	margin: 0 0 30px 35px;
}
div.sponsorlevel h2 {
	margin: 0;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	color: #555;
}
div.sponsorlevel h3 {
	margin: 0 0 10px 0;
	font-size: 14px;
	font-weight: bold;
}

/* speakers page */

body#speakers .gutter {
	padding: 25px 0 0 0;
}
body#speakers #main #content h2,
body#speakers #main #content p,
body#speakers #main #content ul { 
	margin-left: 35px; 
	margin-right: 35px; 
}
body#speakers #main #content h3 {
	margin: 0 0 12px 0;
	padding: 10px 25px 10px 35px;
	font-size: 12px;
	font-weight: bold;
	border-top: 1px solid #DBE8EF;
	border-bottom: 1px solid #DBE8EF;
	background: #FFFFF7;
}
body#speakers #sidebar {
	padding: 0 0 0 0;
}
/*
body#speakers #sidebar ul {
	margin: 0 20px 30px 30px;
}
body#speakers #sidebar ul li {
	margin: 0;
	padding: 0 0 15px 0;
	background: none;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2em;
}
body#speakers #sidebar ul li a span {
	display: block;
	font-size: 11px;
	font-weight: normal;
}
body#speakers #sidebar ul li a {
	color: #666;
}
body#speakers #sidebar ul li a:hover {
	color: #1EA345;
}

body#speakers #sidebar ul li a.active {
	color: #005596;
}
*/

/* subnav  - CLEAN THIS UP was just on speakers before */

#sidebar ul.subnav {
	margin: 0 20px 30px 30px;
}
#sidebar ul.subnav li {
	margin: 0;
	padding: 0 0 15px 0;
	background: none;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2em;
}
#sidebar ul.subnav li a span {
	display: block;
	font-size: 11px;
	font-weight: normal;
}
#sidebar ul.subnav li a {
	color: #666;
}
#sidebar ul.subnav li a:hover {
	color: #1EA345;
}

#sidebar ul.subnav li a.active {
	color: #005596;
}


#sidebar ul.yearlinks {
	margin: 0;
	padding: 0;
}
#sidebar ul.yearlinks li {
	margin: 0;
	padding: 8px 0;
	background: none;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.2em;
}
#sidebar ul.yearlinks li a {
	color: #666;
}
#sidebar ul.yearlinks li a:hover {
	color: #1EA345;
}
#sidebar ul.yearlinks li a.active {
	color: #005596;
}
/* nested */
#sidebar ul.yearlinks ul {
	margin: 0;
	border-left: 4px solid #dbe8ef;
}
#sidebar ul.yearlinks ul li {
	padding: 0;
	margin: 4px 0;
	padding-left: 8px;
}


/* repeating entries (presentation downloads) */

.entry {
	padding: 10px 0 0 0;
	border-top: 1px solid #DBE8EF;
}
a.pdf {
	padding: 4px 0 4px 24px;
	background: url(http://67.228.235.93/~outpwat6/img/icn-pdf-sm.gif) no-repeat 0 1px;
}


/* --------------------------------------------------------
    Sidebar
-------------------------------------------------------- */

#sidebar h3 {
	margin: 0 0 10px 0;
	font-weight: normal;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	color: #005596;
}


/* subpage feature text - over right column image */

#sidebar .feature {
	margin: 80px 0  0 0;
	padding: 0 30px 24px 33px;
	font-size: 10px;
}
#sidebar .feature p {
	line-height: 1.2em;
	margin: 0 0 5px 0;
}

/* right column background images */

body#about #main { background: #EEF3F7 url(../img/sidebar-about-bg.jpg) no-repeat top right; }
body#register #main,
body#news #main,
body#msg #main {	background: #EEF3F7 url(../img/sidebar-reg-bg.jpg) no-repeat top right; }
body#contact #main {	background: #EEF3F7 url(../img/sidebar-contact-bg.jpg) no-repeat top right; }
body#location #main {	background: #EEF3F7 url(../img/location_jwmarriott.jpg) no-repeat top right; }
body#location #sidebar { line-height: 1px; font-size: 1px; min-height: 566px; }

/* "alt" style sidebar - (no image) */

body.alt #main-inner,
body.alt #main-inner { 
	background-color: #F5F9FA; 
}
body.alt #sidebar .feature {
	margin: 29px 0 29px 29px;
	padding: 25px 0 25px 25px;
	border: 1px solid #DBE8EF;
	border-right: 0;
	background: #FAFCFD;
}

/* sponsor page plain text */
body.alt-feature #sidebar {
	padding-top: 35px;
}
body.alt-feature #sidebar .feature {
	margin-top: 0;
}
body.alt-feature #sidebar .feature p {
	font-size: 11px;
	line-height: 1.5em;
	margin: 0 0 15px 0;
}
body.alt-feature #sidebar .feature h2 {
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 15px;
}

/* program schedule details lists */

body.alt #sidebar dl {
	margin: 0 0 30px 0;
}
body.alt #sidebar dt {
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0;
}
body.alt #sidebar dd {
	padding: 5px 0;
	border-top: 1px solid #DBE8EF;
}


/* --------------------------------------------------------
    Main Navigation
-------------------------------------------------------- */

#nav ul {
	list-style: none;
}
#nav a {	
	margin: -1px 0 0 50px;
	padding: 10px 0 10px 0; 
	border-top: 1px solid #DBE8EF;
	border-bottom: 1px solid #DBE8EF;
	font-size: 10px;
	color: #606060;
	text-decoration: none;
	background: transparent;
	display: block;
	position: relative;
	z-index: 1;
}
#n-home a {
	margin-top: 0;
}
/* you-are-here */
#nav a:hover,
body#about #n-about a, body#program #n-program a, body#sponsors #n-sponsors a, body#location #n-location a,
body#register #n-register a, body#speakers #n-speakers a, body#presentations #n-speakers a, body#contact #n-contact a, body#regform #n-register a,
body#gallery #n-gallery a, body#conference_2007 #n-past a {
	margin-left: 0;
	padding-left: 50px;
	background: #FBFFF7;
	z-index: 2;
}

/* --------------------------------------------------------
    Home page specific
-------------------------------------------------------- */

body#home #main { 
	background: #fff; 
}
body#home #main-inner { 
	margin: 0;
	padding: 0;
	border: 0;
	position: relative;
}
body#home #content { 
	width: 771px;
	padding: 27px 0 0;
	height: 430px; /* 457-27 */
	background: url(http://67.228.235.93/~outpwat6/img/home-bg-030308.jpg) no-repeat 0 0;
}

/* home: intros */
#welcome {
	margin-left: 20px;
	width: 295px;
}
#welcome h1 {
	background: url(../img/h-canyousee.gif) no-repeat 0 0;
	height: 45px;
	text-indent: -9999px;
	margin: 0 0 10px 0;
}
#welcome p {
	margin-bottom: 10px;
}
#keynote {
	position: absolute;
	top: 265px;
	left: 20px;
}
#keynote h2 {
	color: #005596;
	margin: 0 0 4px 0;
	line-height: 1em;
	font-size: 15px;
}
#keynote h2 span {
	display: block;
	font-size: 11px;
}
#keynote p {
	margin: 0;
	line-height: 1.2em;
}
#keynote a {
	font-size: 85%;
	text-decoration: none;
}
#feature {
	width: 261px; height: 75px;
	position: absolute;
	top: 382px; left: 0;
	line-height: 0;	margin: 0; padding: 0;
}
#feature h2 {
	font-size: 12px;
	line-height: 1.2em;
	margin: 0 0 5px;
	
}
#feature p {
	font-size: 10px;
	margin: 0;
	line-height: 1.1em;
}
/*
#feature a {
	display: block;
	padding-top: 5px;
	font-size: 9px;
	text-decoration: none;
}*/
#feature a {
    line-height: 0; margin: 0; padding: 0;
}

/* home: mailing list */
#list {
	position: absolute;
	top: 398px; left: 284px;
	width: 473px;
	line-height: 1.2em;
}
#list h3 {
	margin: 0 0 3px 0;
	font-size: 13px;
	color: #fff;
	font-weight: normal;
}
#list label {
	float: left;
	width: 240px;
	display: block;
	font-size: 10px;
	color: #fff;
	margin: 0 20px 0 0;
}
#list #email, .email-input, #cm-258321-258321 { /* campaign monitor element id */
	float: left;
	width: 150px;
	margin: 6px 4px 0 0;
	height: 17px;
	border: 1px solid #ccc;
	color: #606060;
	font-size: 11px;
}
#list #submit-btn {
	float: left;
	margin: 6px 0 0;
	background: #fff;
}
#list #submit-btn:hover {
	background: #E1FFE3;
}

/* home: secondary links - removed */
/*
ul#home-links {
	position: absolute;
	top: 347px; left: 264px;
	list-style: none;
	width: 507px;
	border-bottom: 1px solid #DBE8EF;
	padding: 0;
	margin: 0;
}
ul#home-links li {
	float: left;
	text-align: center;
	background: none;
	margin: 0;
	padding: 12px 0;
	line-height: 10px;
	font-size: 10px;
}
ul#home-links li a {
	color: #003674;
}
#home-links #l-register {
	width: 127px;
	border-right: 1px solid #DBE8EF;
}
#home-links #l-sponsors {
	width: 173px;
	border-right: 1px solid #DBE8EF;
}
#home-links #l-marriott {
	width: 204px;
}
*/
/* home: sponsor listing rows */ 
#sponsor-row {
	padding: 18px 0 25px 20px;
	border-top: 1px solid #DBE8EF;
}
#sponsor-row-inner {
	background: url(http://67.228.235.93/~outpwat6/img/sponsor-row-bg-030308.gif) repeat-y -20px 0;
}
#sponsor-row dl dt {
	margin: 0 0 12px 0;
	font-weight: normal;
}
#sponsor-row dl.gold {
	float: left;
	width: 190px;
}
#sponsor-row dl.silver {
	float: left;
	width: 290px;
	vertical-align: top;
}
#sponsor-row dl.bronze {
	float: left;
	width: 185px;
}
#sponsor-row dl.media {
	float: left;
	width: 140px;
}
#sponsor-row dl img {
	vertical-align: top;
}


/* --------------------------------------------------------
    Footer
-------------------------------------------------------- */

#footer {
	margin: 0;
	clear: both;
	width: 901px;
	margin: 0 0 0 50px;
	border-top: 1px solid #DBE8EF;
}

#footer p#credit {
	float: left;
	font-size: 10px;
	padding: 10px 0;
}
#footer p#copyright {
	float: right;
	font-size: 10px;
	padding: 10px 0;
}
#footer a {
	color: #1EA345;
}


/* --------------------------------------------------------
    Misc
-------------------------------------------------------- */

/* conference 2007 page override */

body#conference_2007 #main-inner { 
	background-color: #F5F9FA; 
}
body#conference_2007 #sidebar .feature {
	margin: 29px 0 29px 29px;
	padding: 25px 35px 25px 25px;
	border: 1px solid #DBE8EF;
	border-right: 0;
	background: #FAFCFD;
	font-size: 120%;
	line-height: 1.5em;
}


/* Contact columns */

p.contact-list {
	float: left;
	width: 33%;
}

.clear { clear: both; height: 0; }

/* Self-clearing floats */

#main-inner:after,
#main ul.toc li:after,
#main ul.toc li div:after,
.cart li:after,
.cart li div:after,
#list:after,
#sponsor-row:after,
#sponsor-row-inner:after,
.sponsor-wrap:after {
	content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

