
/* - - - - - - - - - - - - - - - - - - - - -

Title :    The History of Heart Failure
Author :   Ryan Swedal
URL :      http://

Created :  03.04.2008
Modified : 03.05.2008

- - - - - - - - - - - - - - - - - - - - - */

/*
http://meyerweb.com/eric/thoughts/2007/04/14/reworked-reset/
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}

a img, :link img, :visited img {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol, ul {
	list-style: none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
}

/* =HTML
- - - - - - - - - - - - - - - - - - - - - */
body {
	font-size: 66%;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	background:#0f0904;
	color:#47341F;
}

html>body {
	font-size: 11.7px;
}

/* =HEADINGS
- - - - - - - - - - - - - - - - - - - - - */
h2 {
}

/* =LINKS
- - - - - - - - - - - - - - - - - - - - - */
a:link {
}

a:visited {
}

a:hover {
}

a:active {
}

/* =NAVIGATION
- - - - - - - - - - - - - - - - - - - - - */
/* Global Navigation */
ul#navlist {
	width:145px;
	height:365px;
	margin-left:41px;
}

ul#navlist li {
	display:inline;
	list-style:none;
}

ul#navlist li a {
	margin:0;
	padding:0;
	display:block;
	width:145px;
	float:left;
	text-indent:-9000em;
	overflow:hidden;
	text-decoration:none;
	background-image: url(../images/nav_sprite.jpg);
}

/* about */
ul#navlist li a#about {
	height:52px;
	background-position: 0 0;
}

ul#navlist li a#about:hover, ul#navlist li#active a#about {
	background-position: -145px 0;
}

/* board */
ul#navlist li a#board {
	height:52px;
	background-position: 0 -52px;
}

ul#navlist li a#board:hover, ul#navlist li#active a#board {
	background-position: -145px -52px;
}

/* profiles */
ul#navlist li a#profiles {
	height:52px;
	background-position: 0 -104px;
}

ul#navlist li a#profiles:hover, ul#navlist li#active a#profiles {
	background-position: -145px -104px;
}

/* archives */
ul#navlist li a#archives {
	height:52px;
	background-position: 0 -158px;
}

ul#navlist li a#archives:hover, ul#navlist li#active a#archives {
	background-position: -145px -158px;
}

/* sponsors */
ul#navlist li a#sponsors {
	height:52px;
	background-position: 0 -210px;
}

ul#navlist li a#sponsors:hover, ul#navlist li#active a#sponsors {
	background-position: -145px -210px;
}

/* register */
ul#navlist li a#register {
	height:52px;
	background-position: 0 -262px;
}

ul#navlist li a#register:hover, ul#navlist li#active a#register {
	background-position: -145px -262px;
}

/* contact */
ul#navlist li a#contact {
	height:52px;
	background-position: 0 -314px;
}

ul#navlist li a#contact:hover, ul#navlist li#active a#contact {
	background-position: -145px -314px;
}

/* Footer Navigation */
ul#footlist {
	margin:24px 0;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}

ul#footlist li {
	display: inline;
	list-style-type: none;
	margin-right: 8px;
	padding-right: 8px;
	background:url(../images/separator.gif) right center no-repeat;
}

ul#footlist li.lastItem {
	margin-right:0;
	padding-right:0;
	background:none;
}

ul#footlist li a {
	font-size:0.9em;
	color:#999392;
	text-decoration:none;
}

ul#footlist li a:hover {
	color:#fff;
	text-decoration:underline;
}

/* =LAYOUT
- - - - - - - - - - - - - - - - - - - - - */
.hide {
	display: none;
}

.clear {
	clear:both;
}

#wrap1 {
	margin: 0 auto;
	width: 800px;
}

h1#logo {
	float:left;
	text-indent:-9000em;
	overflow:hidden;
	width:476px;
	height:197px;
	background:url(../images/logo.jpg) top left no-repeat;
}

#headerImage {
	float:right;
	width:324px;
	height:197px;
	background:url(../images/hdr_churchill.jpg) top left no-repeat;
}

#contentWrap {
	float:left;
	width:568px;
	padding-right:37px;
	background:url(../images/bg_rborder.jpg) top right no-repeat;
}

#globalNav {
	float:left;
	width:195px;
	height:451px;
	background:url(../images/bg_navbar.jpg) top left no-repeat;
}

#footer {
	clear:both;
	width:567px;
	padding-top:10px;
	
}

#content {
	width:549px;
	padding:10px 8px 14px 10px;
}
#contentBoard {
	width:549px;
	padding:10px 0px 14px 18px;
}
#contentRegister {
	width:519px;
	padding:10px 24px 14px 24px;
}

#thankyou #contentRegister {
	padding-bottom: 350px;
}



.about {
	background: url(../images/bg_about.jpg) top left repeat-y;
}

.board {
	height:427px;
	background: url(../images/bg_board.jpg) top left repeat-y;
}

.profiles {
	height:427px;
	background: url(../images/bg_profiles.jpg) top left repeat-y;
}

.slides {
	height:427px;
	background: url(../images/bg_slides.jpg) top left repeat-y;
}

.archives {
	height:427px;
	background: url(../images/bg_archives.jpg) top left repeat-y;
}

.slides ul li {
	line-height: 22px;
}

.slides ul li a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

.sponsors {
	height:427px;
	background: url(../images/bg_sponsors.jpg) top left repeat-y;
}

.register {
	background: url(../images/bg_register.jpg) top left repeat-y;
}

.contact {
	height:427px;
	background: url(../images/bg_contact.jpg) top left repeat-y;
}

.contact h2, .contact p {
	text-indent:-9000em;
	overflow:hidden;
}

.contact div {
	margin: 60px 0 0 15px;
}

.contact div a,
.contact div a:visited {
	color: #fff;
	font-weight: bold;
}

/* =DETAILS
- - - - - - - - - - - - - - - - - - - - - */
img.inlineImage {
	float:left;
	margin-right:14px;
	margin-bottom:14px;
}

/* About Page */
#content.about p {
color:#fefdfc;
	font-size:1.1em;
	line-height:1.4em;
	margin-bottom:1.2em;
}

.aboutBot {
padding-bottom:2px;
width:567px;
background:url(../images/bg_about_bot.jpg) bottom left no-repeat;
}

/* Board Member Page */
p.center {
	color: #fff;
	margin-bottom: 10px;
	text-align: center;
}
.memberWrap {
	float:left;
	margin:4px 12px 20px 0;
	width:257px;
	background:url(../images/member_bg.png) top right no-repeat;
color:#fff;
height: 120px;
}

.centerMember {
	margin:4px auto;
	float:none;
	clear:both;
}

.memberWrap img {
	float:left;
}

.memberWrap h3 {
	margin-left:74px;
	padding-top:6px;
	font-size:1em;
}

.memberWrap h3 a,
.memberWrap h3 a:visited {
	color: #fff;
}

.memberWrap p {
	margin-left:80px;
	padding-top:6px;
	font-size:0.8em;
	line-height:1.2em;
}

/* Archives Page */
#bttnSlides a, #bttnTranscripts a {
	float:left;
	width:260px;
	height:418px;
	display:block;
	text-indent:-9000em;
	overflow:hidden;
}

/* Sponsors Page */
#bttnAmgen a, #bttnNovartis a, #bttnBiosite a, #bttnOtsuka a, #bttnChf a, #bttnResMed a, #bttnMedtronic a, #bttnStjude a {
	float:left;
	width:230px;
	height:60px;
	margin-top:22px;
	margin-bottom:22px;
	margin-left: 24px;
	display:block;
	text-indent:-9000em;
	overflow:hidden;
}

/* Registration Page */
.registerTop {
width:567px;
height:10px;
background:#705B3A url(../images/bg_register_top.jpg) bottom left no-repeat;
}
.registerBot {
padding-bottom:10px;
width:567px;
background:url(../images/bg_register_bot.jpg) bottom left no-repeat;
}


.register p, .register h2 {
	text-align:center;
}

#brwnTitle {
	padding-top:4px;
	padding-bottom:4px;
	background:#362616;
}

#brwnTitle h2 {
	margin-bottom:4px;
	font-size:1.6em;
	color:#fff;
	font-weight:bold;
}

#brwnTitle p {
	color:#fff;
	font-weight:bold;
}

p.details {
	margin-bottom:4px;
	line-height:1.4em;
	font-weight:bold;
}

p.notes {
	margin-bottom:12px;
	padding-top:2px;
	padding-bottom:2px;
	line-height:1.2em;
	font-size:0.83em;
	border-top:1px solid #47341F;
	border-bottom:1px solid #47341F;
}

#leftBox {
	float:left;
	width:245px;
	margin-right:28px;
	background:url(../images/regbox_bg.jpg) top left repeat-y;
}

#rightBox {
float:left;
	width:245px;
	padding-top:6px;
	background: url(../images/regbox_top.jpg) top left no-repeat;
}


#leftBox p {
	padding-left:8px;
	padding-bottom:12px;
	text-align:left;
	font-size:0.83em;
	line-height:1.2em;
}
#leftBox h3 {
	margin-bottom:6px;
	padding:8px;
	display:block;
	font-size:1.2em;
	color:#fff;
	background:#47341F url(../images/regbox_top1.jpg) top left no-repeat;
}
#formBox {
	padding-top:6px;
	margin-bottom:8px;
	background:url(../images/regbox_bg.jpg) top left repeat-y;
}

.regBoxBot {
	background:url(../images/regbox_bot.jpg) bottom left no-repeat;
}




/* Form */
#formBox label {
display:block;
	margin-left:11px;
padding-bottom:1px;
	font-size:0.9em;
	font-weight:bold;
}

#formBox input {
margin-left:11px;
	margin-bottom:10px;
	width:220px;
}
#formBox select {
margin-left:11px;
margin-bottom:10px;
}
#phone input {
	margin-right:2px;
	width:50px;
}
#state {float:left;width:140px;}
#zip {
float:right;
padding-right:10px;
}
#zip input {
width:60px;
}
#phone {clear:both;}
#email input {
margin-bottom:12px;
}
#verify input {
	width: 12px;
}

#formBox p {
text-align:left;
padding-bottom:12px;
padding-left:10px;
}
h3#formTitle {
	font-size:1.4em;
	font-weight:bold;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:10px;
}

.button {
margin-right:10px;
	float:right;
}

/* =PROFILES
- - - - - - - - - - - - - - - - - - - - - */
#contentBoardProfile .top {
width:567px;
height:10px;
background:#705B3A url(../images/bg_register_top.jpg) bottom left no-repeat;
}

#contentBoardProfile .bottom {
padding-bottom:10px;
width:567px;
background:url(../images/bg_register_bot.jpg) bottom left no-repeat;
}

#contentBoardProfile img {
	display: inline;
	float: left;
	margin-left: -170px;
}

#contentBoardProfile #profile {
	background: url(../images/bg_register.jpg) top left repeat-y;
	padding: 10px 25px 20px 190px;
}

#contentBoardProfile #profile h2 {
	font-size: 1.2em;
}

#contentBoardProfile #profile p {
	font-size: 1.1em;
	line-height: 1.4em;
	margin-bottom: 20px;
}
