/*css document copyright of Claire Kay and Eve Designs Limited 2007*/
html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
html,body{
	height: 100%;
	margin: 0;
	padding: 0;
	}
body {
	background-position: center;
	font-size: 1 em;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#FF3300;
	margin: 0 0 0 0; 
    padding: 0 0 0 0; 
    text-align: center;
}
h1 {
  color: #000;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.25em;
  padding: 0 10px 0 0;
}
/* Commonly used to style section titles. */
h2 {
  color: #000;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.25em;
  padding: 0 10px 0 0;
}
#wrapper {
	position: relative;
	margin: 0 auto 0 auto;
	height: 550px;
	width: 80%;
}
#header {
	position: absolute;
	top: 5px;
	right: 50px;
	background: url(images/heading1.png) no-repeat;
	padding: 5px 0;
	width: 800px;
	height: 140px;
	left: 62px;
}
#breadcrumbs {
	position: absolute;
	top: 208px;
	left: 50px;
}	
.rndbox {
	position: absolute;
	top: 225px;
	left: 50px;
	background: #FFFF99;
	width: auto;
	font: 1em Arial, Helvetica, sans-serif;
	color:#000000;
	background-position: 95%;
	background-repeat: no-repeat;
	z-index: 4;
	height: auto;
	line-height: 1.3em;
}
.rndtop {
	background: url(images/top_rt.gif) no-repeat right top;
}
.rndbottom {
	background: url(images/bot_rt.gif) no-repeat right top;
}
.rndbottom img {
	display: block;
}
.rndbox p {
	margin: 0 0.4em 0 0.4em;
}
.indent {
    padding-left: 20px;
}
.featureimage {
	float: left;
	width: auto;
	border: solid 2px #FFFF00;
	margin-bottom:6px;
	margin-right: 20px;
	}
.clear {
	clear: both;
	}		

#skip li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
	text-align: right;
}
#skip li a {
	padding: 3px;
	margin: 0;
	border: 1px solid #336633;
	border-bottom: none;
	text-decoration: none;	
}
#skip li a:link {
	color: #009900;
	border-bottom: 1px solid #336633;
	}
#skip li a:link {
	color: #009900;
	border-bottom: 1px solid #336633;
}
#skip li a:visited {
	color: #006633;
}
#skip li a:hover {
	color: #990000;
	}
#nav {
	position: absolute;
	top: 156px;
	left: 0;
	font-size: 100%;
	font-weight: bold;
	color:#FFFFFF;
	list-style: none;
	line-height: 2;
	width: 989px;
	margin: 0;
	padding: 0;
	height: 35px;
} 
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
}
#nav a {
	float: left;
	width: 105px;
	height: 30px;
	color:#000000;
	background-image: url(images/horz_nav.png); 
	text-decoration: none;
	text-align: center;
	line-height: 2;
}
#nav a:hover {
	font-size: 100%;
	font-weight: bold;
	color:#000000;
	background-position: 105px 0;
}
#nav a:active {
	background-position: 210px 0;
	color: #990000;
} 
#footer {
	position: absolute;
	left: 10px;
	bottom:auto;
	width: 504px;
}
