/* CSS Document for general layout of The Haven Wolverhampton website */

/* This is a recent addition to the website which was originally written prior to widespread CSS support */
html {
}

body {
background-color:#fff;
margin:0px;
font-family:"Trebuchet MS", sans-serif;
font-size:12px;
color:#000;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
color:#002c77;
clear:left;
}
h1 {
font-size:24px;
}
h2 {
font-size:20px;
}
h3 {
font-size:18px;
}
h4 {
font-size:14px;
}
h5 {
font-size:12px;
}
h6 {
font-size:10px;
}

img a {
border:none;
}


#header-top a{
background-image:url(newbanner/banner-top.gif);
width:900px;
height:106px;
text-indent:-999em;
display:block;
}
#header-bottom {
background-image:url(newbanner/banner-bottom.gif);
text-indent:-999em;
height:20px;
}

#inner-wrap {
background-color:#fff;
width:900px;
margin-left:auto;
margin-right:auto;
}

#wrap {
width:1000px;
margin-left:auto;
margin-right:auto;
height:auto;
/* background-image:url(newbanner/bgfade.jpg); */
background-color:#FFF;
background-repeat:repeat-y;
background-position:center;
}

#navigation {
width:195px;
float:left;
background-color:#fff;
padding-left:5px;
}

#secondary-navigation ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
}
#secondary-navigation li a{
margin: 5px 0;
padding: 0;
padding-top:10px;
height:35px;
background: #e4fec8;
font: bold 12px "Trebuchet MS";
color: #000;
display: block;
width: auto;
text-decoration: none;
border-bottom: 1px solid white;
}
#secondary-navigation .fourwomen,
#secondary-navigation .fourchildren,
#secondary-navigation .donatehere,
#secondary-navigation .rememberacharity {
display:block;
text-indent:-999em;
}
#secondary-navigation .fourwomen {
background-image:url(newbanner/4women.gif);
}
#secondary-navigation .fourchildren {
background-image:url(newbanner/4children.gif);
}
#secondary-navigation .donatehere {
background-image:url(newbanner/donatehere.gif);
}
#secondary-navigation .rememberacharity {
background-image:url(newbanner/rememberacharity.gif);
}

#main_area {
width:695px;
background-color:#fff;
float:left;
padding-right:5px;
background-image:url(newbanner/banner-fade.gif);
background-position:top;
background-repeat:no-repeat;
}
#language-table a,
#language-table a:hover,
#language-table a:visited {
text-decoration:none;
text-align:center;
color:#000;
}

#footer-bottom {
background-image:url(newbanner/footer-bottom.gif);
background-position:bottom;
background-repeat:no-repeat;
height:160px;
width:900px;
text-align:center;
float:left;
color:#000;
}
#footer-left,
#footer-right {
height:110px;
width:200px;
float:left;
padding-top:55px;
color:#fff;
text-align:center;
}
#footer-middle {
width:700px;
margin-left:auto;
margin-right:auto;
}

#footer-shadow {
/* background-image:url(newbanner/bgfadebottom.jpg); */
background-color:#FFF;
width:1000px;
height:46px;
margin-left:auto;
margin-right:auto;
text-align:center;
padding-top:7px;

}

#credit {
height:18px;
color:#fff;
clear:both;
text-align:center;
background-color:#333333;
width:900px;
margin-left:auto;
margin-right:auto;
}
#footer-shadow a,
#footer-shadow a:hover,
#footer-shadow a:visited {
text-decoration:none;
color:#bbb;
font-size:9px;
}