/* Style sheet for bennettoakley.co.uk based on a vertical blue fade. */

html, body {
    margin: 0px;
    height: 100%;
    background-image: url('gradient.png');
    background-repeat: repeat-x;
    background-color: #3f7eb3;
    font-family: 'lucida grande', 'myriad pro', sans-serif, verdana, 'helvetica neue', helvetica, arial;
    color: #404040;
    padding: 0px;
}

#container {
    width: 722px;
    margin: auto;
}

#banner {
    width: 722px;
    height: 156px;
    background-image: url(header.png);
}

#banner h1 {
    padding-left: 200px;
    padding-top: 70px;
    font-size: xx-large;
    color: #404040;
}

#innerContainer {
    background-image: url('bg.png');
    position: relative;
    height: 100%;
    display: block;
}

#navigation {
    margin: 0 auto;
    width: 650px;
    background: #e3e3e4 url('navbg.png') bottom right repeat-x;
    display: block; 
    padding-top: 0.7ex;
    padding-bottom: 0.7ex;
}

#navigation p {
    margin-top:0.5ex;
    padding-left: 0.5em;
}

#navigation a {
    text-decoration: none;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

#navigation a:hover {
    /* TODO: Change to green? */
    background-color: #bbb;
}

#navigation a.activeLink {
    background-color: #b1c2d0;
}

#content {
    margin: 3em;
    /* width: 630px; */
    min-height: 24ex;
    margin-top: 10px;
    margin-bottom: 0ex;
}

#content a:link,#content a:visited,#content a:active {	
    color: #0000ff;
    text-decoration: none;
}

#content a:hover {
    color: #264763;
    text-decoration: underline;
}

#footer {
    height: 35px;
    padding: 0px;
    margin: 0px auto;
    background-image: url(footer.png);
}

address {
    float: right;
    border: 1px #3f7eb3 solid;
    padding: 1.5em;
    margin: 1.5em;
    margin-right: 5em;
    font-size: small;
    font-weight: bold;
}

img {
    border: none;
}

p, ul, dl, ol  {
    margin-bottom: 0ex;
}

dd {
    margin-top: 1ex;
}

.error {
	background: #ffeeee;
    width: 60%;
	border: 1px solid #cc5555;
	padding: 0.5em;
}

.accessibility {
	display: none;
}
