
/* BEGIN: Eric Meyer CSS reset v1.0 | 20080212 */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	color: #3c4558;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END: Eric Meyer CSS reset v1.0 | 20080212 */

#header-link-home {
	width:233px;
	height:115px;
	display:block;
	overflow:hidden;}
#header-link-home span{
	display:block;
	text-indent:-9999px;
}
div#layoutcontainer {
    width: 958px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
}

div#layout-head {
    height: 140px;
    background-image: url(../images/contentarea-top.gif);
    background-repeat: no-repeat;
    position: relative;
}
div#layout-content {
    background-image: url(../images/contentarea-bgslice.gif);
    background-repeat: repeat-y;
}
div#layout-content div#content-container {
    background-image: url(../images/contentarea-background.jpg);
    background-repeat: no-repeat;
    min-height: 425px;
    height: auto !important;
    height: 425px;
    padding-left: 50px;
    padding-right: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
}
div#layout-footer {
    height: 145px;
    background-image: url(../images/contentarea-bottom.jpg);
    background-repeat: no-repeat;
}

div#layout-head ul {
    position: absolute;
    right: 12px;
    top: 21px;
}

div#layout-head ul li {
    float: left;
    height: 47px;
    padding-right: 20px;
    padding-top: 25px;
}
div#layout-head ul li.last {
    padding-top: 0px;
}
div#layout-footer {
    position: relative;
}
div#layout-footer #link-milk-carton {
	display:block;
	position:absolute;
	left:25px;
	top:0px;
	width:49px;
	height:104px;	
}
div#layout-footer p#link-ho {
    position: absolute;
    top: 79px;
    left: 83px;
}
div#layout-footer p#link-privacy {
    position: absolute;
    top: 94px;
    left: 210px;
}
div#layout-footer p#link-sitemap {
    position: absolute;
    top: 94px;
    left: 291px;
}
div#layout-footer p#link-references {
    position: absolute;
    top: 94px;
    left: 343px;
}
div#layout-footer p#link-contact {
    position: absolute;
    top: 94px;
    left: 414px;
}
div#layout-footer p#life-dha-logo {
	position:absolute;
	top:112px;
	left:83px;
}

/* Typography styles */

.bold {
    font-weight: bold;
}
.small {
    font-size: 80%;
}
.warning {
	line-height: 1.5;
}
a, a:visited {
	text-decoration: underline;
	color: #de1920;
}
.italic {
	font-style: italic;
}
p {
	line-height: 1.2;
	padding-bottom: 1em;
}

.col-2 p {
	padding-bottom: 0px;
}


/* Layout styles */
.col-1 {
    float: left;
    width: 460px;
    padding-right: 40px;
}
.col-2 {
	float: left;
	width: 380px;
}
.clear {
	clear: both;
}
.col-2 .warning img {
	float: left;
	padding-right: 20px;
	padding-left: 5px;
	padding-top: 5px;
}

/* Misc. and purple stuff */
h1 {
	padding-bottom: 20px;
}
h2 {
	padding-bottom: 0.5em;
}
.col-1 ul   {
	padding-left: 40px;
}
.col-1 ul li {
	list-style-type: disc;
	padding-bottom: 1em;
}
