@charset "utf-8";
body {
	background-color: 130f10;
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat;
	text-align: center;
	/* set 10px = 1em */
	font-size: 62.5%;
}
/* site wide elements ------------------ */
div, h1, h2, h3, ul, ol, li, p, a { margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; }
a:link, a:visited { color: #CCCCCC; }
a:hover, a:active { color: #ce3835; }
ul { list-style: none; }
.clear { clear: both; }

/* layout ------------------------------ */
#frame {
	width: 800px;
	text-align: left;
	margin: 0 auto;
	background-color: #130f10;
    border: 0.1em solid #999999;
	padding: 0.5em;
}
#wrapper {
	width: 800px;
	background-color: #130f10;
	background-image: url(../images/side-bg.jpg);
	background-repeat: repeat-y;
	background-position: right 247px;
/*	border: 0.1em solid #999999;
	padding: 0.5em; */

}
#side-top {
	float: right;
	height: 247px;
	width: 142px;
	background-image: url(../images/side-top.jpg);
}
#masthead {
	float: left;
	height: 24.7em;
	width: 800px;
	background-image: url(../images/side-top.jpg);
	background-repeat: no-repeat;
	background-position: right 0px;
}
#masthead-lcol {
	float: left;
	height: 24.7em;
	width: 658px;
}
#masthead-logo {
	float: left;
	height: 88px;
	width: 264px;
	background-repeat: no-repeat;
	background-position: -10px -5px;
	background-image: url(../images/logo.jpg);
}
#masthead-top {
	float: left;
	height: 63px;
	width: 394px;
	background-repeat: no-repeat;
	background-position: right 0px;
	background-image: url(../images/masthead-top-bg.jpg);
}
#masthead-nav {
	float: left;
	height: 25px;
	width: 394px;
}
#banner {
	float: left;
	height: 138px;
	width: 658px;
	background-image: url(../images/banner-img1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#banner-nav {
	background-color: #ce3835;
	float: left;
	height: 2em;
	width: 658px;
}
#content {
	float: left;
	width: 643px;
	padding-left: 15px;
}
#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	height: 110px;
	width: 658px;
}
#copyright {
	float: left;
	height: 20px;
	width: 658px;
}

/* navigation ------------------------------ */
#banner-nav ul {
	float: left;
	list-style-type: none;
	height: 20px;
	width: 100%;
}
#banner-nav ul li {
	float: left;
}
#banner-nav ul li a {
	display: block;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 0.9em;
	padding-left: 0.9em;
	font-size: 1.3em;
	line-height: 1.538462em;
	background-color: #ce3835;
}
#banner-nav ul li a:hover {
	color: #000000;
}
#masthead-nav ul {
	list-style-type: none;
}
#masthead-nav ul li {
	float: right;
}
#masthead-nav ul li a {
	display: block;
	color: #FFFFFF;
	text-decoration: underline;
	padding-right: 0.6em;
	padding-left: 0.6em;
	font-size: 1.1em;
	line-height: 1.818182em;
}
#masthead-nav ul li a:hover {
	color: #ce3835;
}

/* copyright ------------------------------ */
#copyright { text-align: right; }

/* banner image switching ------------------------------ */
#default #banner { background-image: url(../images/banner-img1.jpg); }
#scheme #banner { background-image: url(../images/banner-img2.jpg); }
#handbook #banner { background-image: url(../images/banner-img3.jpg); }
#aboutus #banner { background-image: url(../images/banner-img4.jpg); }
#links #banner { background-image: url(../images/banner-img5.jpg); }
#awarding #banner { background-image: url(../images/banner-img6.jpg); }
#primary #banner { background-image: url(../images/banner-img7.jpg); }
#downloadz #banner { background-image: url(../images/banner-img8.jpg); }
#contact #banner { background-image: url(../images/banner-img9.jpg); }
#news #banner { background-image: url(../images/banner-img10.jpg); }
#providers #banner { background-image: url(../images/banner-img11.jpg); }


#supporting-lh, #supporting-rh {
	float: left;
	width: 320px;
}
#supporting-rh {
	text-align: center;
}
	
