@charset "UTF-8";
/* World Healing HQ styles */

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{ margin: 0; padding: 0; }

/* Removes list-style from lists */
ol, ul
{ list-style: none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style: normal; font-weight: normal; }

/* Removes spacing between tables */
table
{ border-collapse: collapse; border-spacing: 0; }

/* Removes border from fieldset and img */
fieldset, img
{ border: 0; }

/* Left-aligns test in caption and th */
caption, th
{ text-align: left; }

/*Removes quotation marks from q */
q:before, q:after
{ content: ''; }


/* General */

html {
text-align: center;
}

body {
background: #4660A4 url(images/background.jpg) repeat-y center 350px;
font: 62.5%/1.5 "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
margin: 0 auto;
position: relative;
text-align: left;
width: 1024px;
}

div#branding {
background: url(images/header.jpg) repeat-x;
height: 350px;
margin: 0 auto;
position: relative;
width: 100%;
}

div#wrapper {
position: relative;
margin: -75px auto;
width: 720px;
}

a:link {
color: #4660A4;
}

a:hover {
color: #c0c;
text-decoration: none;
}

strong {
font-weight: bold;
}

/* Left nav */

div#leftnav {
background: #fff url(images/bottomnav.gif) no-repeat bottom left;
float: left;
padding: 0;
width: 200px;
}

div#leftnav .top {
background: #4660A4;
padding: 0;
margin: 0 4px;
text-align: center;
}

div#leftnav .divider {
border-bottom: 1px solid #333;
}

div#leftnav .bottom {
background: #8FD400;
padding: 15px 7px 0;
margin: 4px 4px 10px;
}

div#leftnav p {
border-bottom: 1px solid #fff;
color: #333;
font-size: 1.2em;
margin: 0;
padding: 5px 0 15px;
}

div#leftnav p.noborder {
border: none;
margin: 0;
padding: 0;
}

div#leftnav p.topborder {
border-top: 1px solid #fff;
border-bottom: none;
}

div#leftnav img.pad {
padding: 15px 0;
}

/* Main content */

div#content {
background: #fff url(images/bottombox.gif) no-repeat bottom left;
float: right;
padding: 0 0 20px;
width: 500px;
}

div#content h1.topborder {
background: url(images/topbox.gif) no-repeat;
color: #c0c;
font: 2em Georgia, "Times New Roman", Times, serif;
padding: 20px 20px 0;
}

div#content h2 {
color: #4660A4;
font: 1.5em Georgia, "Times New Roman", Times, serif;
margin: 0;
padding: 6px 20px 0;
}

div#content h3 {
color: #4660A4;
font-size: 1.2em;
font-weight: bold;
margin: 0;
padding: 6px 20px 0;
}

div#content p {
padding: 6px 20px 0;
color: #333;
font-size: 1.2em;
line-height: 1.2;
margin: 0;
}

.centre {
padding: 10px 50px 0;
}

div#content ul {
color: #333;
font-size: 1.2em;
list-style: outside disc;
padding: 0 40px;
}

/* Footer */

div#footer1 {
color: #8FD400;
clear: both;
float: left;
margin: 12px 0;
position: relative;
font: 1.1em Georgia, "Times New Roman", Times, serif;
width: 200px;
}

div#footer2 {
color: #8FD400;
float: right;
font: 1.3em Georgia, "Times New Roman", Times, serif;
margin: 10px 0;
position: relative;
text-align: center;
width: 500px;
}

div#footer1 a:link, div#footer1 a:visited, div#footer2 a:link, div#footer2 a:visited {
color: #8FD400;
text-decoration: none;
}

div#footer1 a:hover, div#footer2 a:hover {
color: #FFF;
text-decoration: underline;
}

/* Subscribe form */
div.response {
font-size: 1.2em;
margin: 0;
}