/*
OHSU Health Heart Surver
Paul Farning / Jed Morrell - ISITE Design, Inc.

*/

body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dd, dt, blockquote, fieldset, legend, label, input, img {
    margin:0; padding:0; border:0; 
}
hr	{ display:none; }

body {
	background: #c5d3a1;
	color: #283870;
    font: 82%/100% Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
} 

h1, h2, h3, h4, h5, h6, p {
    margin: 0 0 1em 0;
}

/* ------------ LINKS -------------- */
a { color: #7c9c6a; }

/* ------------ H* -------------- */
h1	{ font-size:160%;
	  text-align:center;
}
h2	{ font-size:140%; }
h3	{ font-size:18px; color:#D68528;}
h4	{ font-size:120%; }
h5	{ font-size:100%; }
h6	{ font-size:90%; } 
ul, ol { margin-left:10px; }

.homeHeader { font:82%/100% Verdana, Arial, Helvetica, sans-serif; font-size:18px; font-weight:bold; color:#D68528; line-height:20px; }

/* ----------- LAYOUT ----------- */
#wrapper {
	background: #c5d3a1 url(../images/bg_body.gif) repeat-y;
	margin: 0 auto;
	width: 600px;
}

#header {
	background: #c5d3a1 url(../images/hdr_hearthealthscreening.gif) 0 bottom no-repeat;
	height: 256px;
	margin: 0 0 14px 0;
	text-indent: -9999px;
	width: 600px;
}

#eventsheader {
	background: #c5d3a1 url(../images/hdr_hearthealthevents.gif) 0 bottom no-repeat;
	height: 256px;
	margin: 0 0 14px 0;
	text-indent: -9999px;
	width: 600px;
}

#intheader {
	background: #c5d3a1 url(../images/inthdr_hearthealthscreening.gif) 0 bottom no-repeat;
	height: 236px;
	margin: 0 0 14px 0;
	text-indent: -9999px;
	width: 600px;
}
#popheader {
	background: #c5d3a1 url(../images/pophdr_hearthealthscreening.gif) 0 bottom no-repeat;
	height: 80px;
	margin: 0 0 14px 0;
	text-indent: -9999px;
	width: 600px;
}

#content {
	margin: 0 auto;
	text-align: left;
	width: 550px;
}

#flashcontent {
	margin: 0 auto;
	width: 436px;
	text-align:center;
	
}

#footer {
	background: #c5d3a1 url(../images/bg_footer.gif) no-repeat;
	color: #7c9c6a;
	font-size: .8em;
	line-height: 1em;
	padding: 24px;
	text-align: center;
}
	#logolink {
		background: transparent url(../images/logo_ohsu.gif) 3px 0 no-repeat;
		display: block;
		height: 45px;
		margin: 0 auto 14px auto;
		overflow: hidden;
		text-indent: -9999px;
		width: 171px;
	}
	#footer p { margin: 2px; }

