/* CSS Document 
created 2 April 2008
by Joanna Candler of Jo Can Do
see http://www.jocando.co.uk
*/

body {
background-color:#656a87;
/*color:#333333;*/
text-align: center; /*hack for IE in quirks mode - to centre on page*/
margin-top: 20px;;
}

#bgWrapper {
width: 800px;
margin: 0 auto;
padding: 0px;
border: 2px solid #182b50;
background: url(images/bg_tile2.jpg) repeat 50% 0%; /* because IE6 doesn't support fixed backgrounds - long pages will see a tiled image*/
}

#wrapper {
width: 800px;
background: url(images/fixed_bg.jpg) no-repeat 50% 0% fixed;
}

/*style menu */
#menu {
margin-top: -1em !important;
margin-top: 0;
padding-top: 25px;
}

#navlist {
margin: 0;
padding: 0;
list-style: none;
width: 800px;
float: left;

}

#navlist ul {
margin-left: 2em;
}

#navlist li {
float: left;
}

#navlist a {
float: left; /*hack for IE5.2 on Mac */
display: block;
padding: 1em 1.5em 2em 1.5em;
line-height: 2.1em;
text-decoration: none;
color:#656a87;
font-family: "Palatino Linotype", Arial, Helvetica, sans-serif;
font-size: 1.2em;
font-weight:bold;
}

#navlist a:hover {
text-decoration: underline;
}

#navlist #current a {
text-decoration: underline;
}
/*end of menu styles*/


/*style content */
#content {
margin-right: 170px;
margin-left: 35px;
text-align: center;
font-family:"Palatino Linotype", Arial, Helvetica, sans-serif;
font-size: medium;
line-height: 1.35em;
}


/* style bullets
#content ul{
margin: 0;
padding: 0;
list-style-type: none;
}

#content ul li {
background: url(images/bullet2.gif) no-repeat 0 50%;
padding-left: 30px;
}
*/

/* style faqs/headings*/

h3 {
padding-left: 20px;
margin-bottom: -0.8em;
background: url(images/bullet2.gif) no-repeat 0 50%;
font-size: 1em;
}

#content a {
color:#336699;
}

#footer {
	clear: both;
	text-align: center;
	padding: 5px;
}

#footer p {
color:#656a87;
font-size:0.9em;
}

#footer a {
color: #333333;
}

.image_left {
float: left;
margin: 0 15px 5px 0;
}




