body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	color: #000000;
	background-color: #F7E6E1;
}

table {
    font-size: 100%;
}

a {
    color: #AA0000;
    background-color: transparent;
}
a:visited{
	color: #800080;
}

img {
    border: none;
    vertical-align: middle;
}
p {
    margin: 0.25em 0 1.25em 0;
    line-height: 1.5em;
}

p img {
    border: none;
    margin: 0;
}

hr {
    border: 0;
    height: 1px;
    color: #FDE8B0;
    background-color: #ebc766;
    margin: 0.5em 0 1em 0;
}
hr.dotLine {
	background-color: transparent;
    border-bottom: 1px dashed #ebc766;	
}

h1, h2, h3, h4, h5, h6 {
    color: #785200;
    background-color: transparent;
    font-family: "Trebuchet MS", "Trebuchet", Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin: 0.25em 0 0.5em 0;
}

h3 a,
h4 a,
h5 a,
h6 a {
    color: #785200 !important;
}

h1 {
	color: #B5121B;
	font-size: 165%;
	font-weight: bold;
	margin-bottom: 1em;
}

h2 {
	color: #B5121B;
	font-size: 130%;
	font-weight: bold;
}
h1 a,
h2 a{
    color: #B5121B !important;
}

h3 {
	font-size: 116%;
    font-weight: bold;
}

h4 {
    font-size: 108%;
    font-weight: bold;
}

h5 {
    font-size: 100%;
    font-weight: bold;
}

h6 {
    font-size: 90%;
    font-weight: bold;
}

ul {
    line-height: 1.4em;
    margin: 0.5em 0 1.25em 1.5em;
    padding: 0;
    list-style-image:  url("../images/common/bullet.gif");
    list-style-type: disc;
}
ul ul{
    list-style-image:  url("../images/common/bullet-red.gif");
    list-style-type: circle;
}

ol {
    line-height: 1.5em;
    margin: 0.5em 0 1.25em 2.5em;
    padding: 0;
    list-style-image: none;
}

li {
    margin-bottom: 0.5em;
}

fieldset {
    border: 1px solid #FDE8B0;
    margin: 1em 0em 1em 0em;
    padding: 0em 1em 1em 1em;
    line-height: 1.5em;
    width: auto;
}

legend {
    background: transparent;
    padding: 0.5em;
    font-size: 90%;
}

form {
    border: none;
    margin: 0;
}

label {
    font-weight: bold;
}

textarea {
    font: 100% Monaco, "Courier New", Courier, monospace;
    border: 1px solid #CCCCCC;
    color: #000000;
    background: #FFFFFF url("../images/common/input_background.gif") repeat-x;
    width: 100%;
}

input {
    visibility: visible;
    border: 1px solid #CCCCCC;
    color: #000000;
    vertical-align: middle;
    background: #FFFFFF url("../images/common/input_background.gif") repeat-x;
}
select {
    border: 1px solid #CCCCCC;
    color: #000000;
    background-color: #FFFFFF;
    vertical-align: top;
}
.field {
    top: 0;
    left: 0;
    margin: 0 1em 1em 0;
}
.field .field {
    margin: 1em 0 0 0;
}
.fieldRequired {
    background:  url("../images/common/required.gif") center left no-repeat;
    padding: 0 0 0 8px;
    color: red;
	font-size: 0.83em;
}
.context {
    cursor: pointer;
    padding: 1px 10px;
}
.formControls{
	margin-top: 2.5em;
}
.formHelp {
	font-size: 0.91em;
	color: #666666;
}


.visualClear {
    display: block;
    clear: both;
}
.visualClear1px {
    height: 1px;
	display: block;
    clear: both;
	line-height: 1px;
}

.netscape4 {
    display: none;
}


/* Accessibility and visual enhancement elements */

.hiddenStructureRight {
	display: block;
	background: transparent;
	background-image: none; /* safari bug */
	border: none;
	height: 1px;
	overflow: hidden;
	padding: 0;
	margin: -1px 0 0 -1px;
	width: 1px;
	float: right;
}
.hiddenStructure {
	display: block;
	background: transparent;
	background-image: none; /* safari bug */
	border: none;
	height: 1px;
	overflow: hidden;
	padding: 0;
	margin: -1px 0 0 -1px;
	width: 1px;
}

/* Elements */
.documentActions {
	float: right;
	margin: 0.4em 0 0 0.5em;
	padding: 0;
	text-align: right;
}
.documentActions ul {
	margin: 1px 0 2px 0;
	padding: 0;
	display: block;
}
.documentActions li {
	display: inline;
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
.documentActions a {
	border: none !important;
	text-decoration: none;
}

.imageGroupFloatRight300px {
	width: 300px;
	float: right;
	margin: 0 0em 1em 1.5em;
}

.imageFloatLeft{
	float: left;
	margin: 0 15px 10px 0;
}
.imageFloatRight{
	float: right;
	margin: 0 0 10px 15px;
}

.imageFloatLeftCaption {
	float: left;
	margin: 0 15px 10px 0;
}
.imageFloatRightCaption {
	float: right;
	margin: 0 0 10px 15px;
}
.imageFloatLeftCaption p,
.imageFloatRightCaption p {
	font-size: 0.9166em;
	color: #666666;
	line-height: 1.1em;
	margin: 0em 0 0.5em 0;	
}
.width150 {
	width: 150px;
}
.width215 {
	width: 215px;
}

.floatLeft{
	float: left;
}
.floatRight{
	float: right;
}
.floatBoxRight,
.floatBoxRightSF{
	float: right;
	display: block;
	width: 35%;
	padding: 10px;
	margin: 0.25em 0 1em 1em;
	border: 1px solid #FDE8B0;
	font-size: 1.05em;
}
.floatBoxLeft,
.floatBoxLeftSF{
	float: left;
	display: block;
	width: 35%;
	padding: 10px;
	margin: 0.25em 1em 1em 0;
	border: 1px solid #FDE8B0;
	font-size: 1.05em;
}
.floatBoxRightSF,
.floatBoxLeftSF{
	font-size: 0.95em;
}

.textBlockquote {
    padding: 1em;
    margin-left: 0;
	margin-right: 0;
    border: 1px solid #FDE8B0;
}
.textBlockquoteLightBackground {
    padding: 1em;
    margin-left: 0;
	margin-right: 0;
	background-color: #FFF8E4;
	border: 1px solid #FDE8B0;
}
.textBlockquoteRedItalic {
    padding: 1em 0;
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
    margin-left: 0;
	margin-right: 0;
    border-top: 1px solid #C88A11;
	border-bottom:  1px solid #C88A11;
    color: #B5121B;
}
.floatWhiteBoxLeft5em{
	display: block;
	float: left;
	width: 5em;
}

.visualPadding{
	margin: 0;
	padding: 10px;
}
.backtotop{
	text-align: right !important;
	font-size: 90%;
	margin-bottom: 1em;
	margin-top: 0.5em;
}
.textBlack{color: #000000;}
.textBrown{color: #A1550B;}
.textDarkBrown{color: #694800;}
.textRed{color: #B5121B;}


.textDarkBrown a,
.textDarkBrown a:visited{
	color: #694800;
}

.textSmallcaps {
	font-variant: small-caps;
}
.textUppercase {
	text-transform: uppercase;
}
.textCapitalize {
	text-transform: capitalize;
}

.textNormalWeight{ font-weight: normal;}
.listRedSquareBullet{
	list-style-image: url("../images/common/bullet-red-square.gif");
	list-style-type: square;
}
.listBlackSquareBullet{
	list-style-image: url("../images/common/bullet-black-square.gif");
	list-style-type: square;
}
.listCircle{
	list-style-image: none;
	list-style-type: circle;
}

.noTopMargin{
	margin-top: 0;
}
.noBottomMargin{
	margin-bottom: 0;
}
.noMargin{
	margin: 0;
}
.noBold{
	font-weight: normal;
}
.onehalfLineSpacing {
	margin-bottom: 1.7em;
}
.doubleLineSpacing {
	margin-bottom: 2.5em;
}

.note {
	font-size: 0.9166em;
	color: #787878;
}
.note a {
	color: #787878;
}

/*-------------------- Layout --------------------*/
#visual-portal-wrapper{
	margin: 0 auto;
	padding: 0;
	width: 100%;
	text-align: left;
	border-top: 3px solid #81030A;	
}
*html #visual-portal-wrapper{
	border-top-width: 2px;
}
#portal-top{
	background-image:  url("../images/common/bg-topbanner-extended.jpg");
	background-position: top;
	background-repeat: repeat-x;
	background-color: #FFEDB6;
	border-bottom: 2px solid #9B090B;
	margin: 0;
	padding: 0;
}
#portal-header{
	margin: 0;
	padding: 0;
	background-image:  url("../images/common/bg-topbanner.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	height: 104px;
}
/*header elements*/
#fontSize{
	float: right;
	color: #EDEDED;
	background-color: transparent;
	padding: 0 10px;
	margin: 0;
}
#fontSize img{
	vertical-align: middle;	
}
#banner-dhhs{
	height: 18px;
	clear: both;
	margin: 0;
	padding: 0;
}
#logo-nhlbi{
	margin: 0;
	float: left;
}
#logo-copd{
	float: left;
}
#logo-print{
	display: none;
}
#secondaryNavigationWrapper{
	background-color: #DA7E66;
	min-height: 22px;
	clear: both;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	background-image:  url("../images/common/bg-searchbar.gif");
	background-position: right bottom;
	background-repeat: no-repeat;
}
#secondaryNavigation{
	float: left;
	color: #FFFFFF;
	padding: 0.5em 1em 0.4em 1em;
	text-transform: capitalize;
}
#secondaryNavigation a:link,
#secondaryNavigation a:visited{
	text-decoration: none;
	color: #FFFFFF;
}
#secondaryNavigation  a:hover,
#secondaryNavigation  a:visited:hover{
	text-decoration: underline;
}
#searchBox{
	float: right;
	width: 310px;
	padding-top: 2px;
	padding-right: 5px;
	text-align: right;
}
.searchinput{
	height: 14px;
	width: 110px;
	border: 1px solid #C4840F;
	padding: 1px 2px;
}
#searchBox input{
	font-size: 0.9em;
}
#searchBox .goButton{
	font-size: 9px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/*target audiences*/
#portal-target-audiences{
	width: 100%;
	height: 165px;
}
#audienceBackgroundLeft{
	background-color: #F8CC94;
}
#audienceBackgroundRight{
	background-color: #9297AE;
}
#audiencePanels{
	width: 780px;
}
#audiencePanelsWrapper{
}
.audiencesSubpage1,
.audiencesSubpage2,
.audiencesSubpage3{
	height: 80px !important;
}
.audiencesSubpage1,
.audiencesSubpage1 #audienceBackgroundRight{
	background-color: #D9953E;
}
.audiencesSubpage2,
.audiencesSubpage2 #audienceBackgroundRight{
	background-color: #6FB63C;
}
.audiencesSubpage3,
.audiencesSubpage3 #audienceBackgroundRight{
	background-color: #80859C;
}

/*----- content -----*/
#portal-content{
	background-color: #FFFFFF;
	min-height: 350px;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #B5121B;
	background-image:  url("../images/common/bg-verticleline.gif");
	background-position: 25% top;
	background-repeat: repeat-y;
}
*html #portal-content{
	height: 350px;
}
#column-one{
	width: 25%;
	min-width: 150px;
	vertical-align: top;	
	float: left;
}
#column-content{
	float: right;
	width: 74%;
	font-size: 1.2em;
	line-height: 1.45em;
	vertical-align: top;
}
#column-content .visualPadding{
	padding-left: 1.5em;
}

/*2 columns*/
.twoColumnsLeft {
	width: 48%;
	float: left;
	margin-right: 0;
}
.twoColumnsRight {
	width: 48%;
	float: right;
}


/*main navigation*/
#mainNavigation{
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	clear: both;
	font-family: "Trebuchet MS", "Trebuchet", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	list-style: none;
	text-align: left;
}
.portletNavigationTree {
    margin: 0em; 
    padding: 0; 
    list-style: none; 
    list-style-image: none; 
    line-height: 1.2em;
}
.portletNavigationTree ul{
	margin-bottom: 0;
}
.navTreeItem{
	margin: 0;
	padding: 0;
	display: block;
	margin-bottom: 1px;
}
#mainNavigation li a{
	color: #000000;
	border: 1px solid #FDE8B0;
	text-decoration: none;
	text-transform: capitalize;
	padding: 0.5em 0.5em 0.5em 1.5em;
	margin: 0;
	background-image:  url("../images/common/bg-nav-off.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #FEF9EC;
	display: block;
}
#mainNavigation li a:hover{
	color: #FFFFFF;
	background-image:  url("../images/common/bg-nav-on.gif");
	background-color: #B5121B;
	border: 1px solid #B5121B;
	text-decoration: none;
}
#mainNavigation li a.selected{
	color: #FFFFFF;
	background-image:  url("../images/common/bg-nav-on.gif");
	background-color: #B5121B;
	border: 1px solid #B5121B;
}

.navTree {
	list-style: none;
	list-style-image: none;
	margin-top: 1px;
}
.navTree li {
	margin-bottom: 1px;
}
.navTreeLevel2 {
	margin-left: 0px;
	margin-top: 0px;
	border: 1px solid #FDE8B0;
	border-top-color: #B5121B;
}
.navTreeLevel2 li a{
	border: none !important;
	text-decoration: none !important;
	text-transform: capitalize !important;
	margin-left: 0.5em !important;
	background-image:  url("../images/common/bg-subnav.gif")!important;
	background-position: 0.4em 0.2em !important;
	background-color: transparent !important;
}
.navTreeLevel2 li a:hover{
	color: #B5121B !important;
}



/* What's New Box */
#whatsnewBox {
	width: 33%;
	float: right;
	display: block;
	border:  1px solid #9b090b;
	margin: 0 0 1em 1em;	
}
#whatsnewBox dl{
	margin: 0;
	padding: 0;
	border:  1px solid #FFFFFF;
}
#whatsnewBox dt{
	margin: 0;
	padding: 6px 10px;
}
#whatsnewBox dt {
	font-size: 133.34%;
	background-color: #9b090b;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	background-image: url("../images/bg-portlet-header.gif");
	background-position: top right;
	background-repeat: no-repeat;
	font-weight: bold;	
}
#whatsnewBox dd {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
}
#whatsnewBox dd a{
	background-color: #fff8e4;
	border-top: 1px solid #e5bf6e;
	padding: 6px 10px;
	display: block;
	color: #000000;
	text-decoration: none;
}
#whatsnewBox dd a:hover,
#whatsnewBox dd a:visited:hover {
	background-color: #f3e0aa;
	color: #b5121b;
}



/* Footer */
#footer-wrapper{
	background-image:  url("../images/common/bg-footer.gif");
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	color: #444444;
	line-height: 1.2em;
	min-height: 14.8em;
}
#footerLogoLeft{
	float:left;
	width: 27%;
	text-align: left;
	vertical-align: middle;
	min-height: 14.8em;
}

#footerLogoLeft img{
	margin-top: 25px;
	margin-left: 10px;
}
#footerLogoLeft a{
	color: transparent;
}
#footerNavigation{
	margin: 0;
	vertical-align: middle;
}
*html #footer-wrapper,
*html #footerLogoLeft,
*html #footerNavigation{ height: 14.8em;}

#footerNavigation a{
	color: #666666;
	text-decoration: none;
}
#footerNavigation a:hover{
	color: #666666;
	text-decoration: underline;
}
#footerNavigation p {
    margin: 0em 0 0.5em 0;
    line-height: 1.4em;
}


/* E-Cards */
.ecardWrapper {
	width: 545px; 
	margin: 40px auto;
}

.btCancel {
	margin-right: 100px;
	font-size: 0.9em;
	background-image: none;
	color: #555555;
}
.btBack {
	margin-right: 30px;
	font-size: 0.9em;
	background-image: none;
	color: #555555;
}
.evenRow td{
	background-color: #f1f1f1;
}
.ecardThumbnail {
	width: 165px;
	height: 115px;
	float: left;
	margin: 0 15px 15px 0;
}
.ecardThumbnail p{
	margin-bottom: 0.25em;
	text-align: center;
}
.ecardThumbnail img{
	border: 1px solid #000000;;
}
.ecardList {
	/*width: 64%;*/
	/*float: left;*/
}