/* CSS Document */

body {
margin:0 0 0 0;
  font-family:Arial, Verdana, Helvetica, sans-serif;
  font-size:100%;
}

a:link,
a:visited {
  color:#0095D9;
  text-decoration:none;
}

a:hover {
  color:#A6CE39;
  text-decoration:underline;
}

p {
padding:2px 5px 2px 5px;
font-size:14px;
}

li {
font-size:14px;
}

.indexboxcost {
border:1px solid #CCCCCC;
background-image:url(images/index-cost.gif);
height:120px;
}

.indexboxawards {
border:1px solid #CCCCCC;
background-image:url(images/index-awards.gif);
height:90px;
}
.indexboxquotes {
border:1px solid #CCCCCC;
height:90px;
}

.indexboxquiz {
border:1px solid #CCCCCC;
background-image:url(images/index-quizcentre.gif);
height:90px;
}

.indexboxtext {
padding:2px 5px 2px 95px;
font-size:14px;
}

.indexboxtext a:link,
.indexboxtext a:visited {
  color:#0095D9;
  text-decoration:none;
}

.indexboxtext a:hover {
  color:#A6CE39;
  text-decoration:underline;
}

.sidenav {
padding:2px 2px 2px 2px;
margin-top:2px;
margin-bottom:2px;
}

.sidenavseparate {
padding:2px 2px 2px 2px;
border-bottom: 1px solid #cccccc;
margin-bottom:2px;
margin-top:2px;
}

.subheading {
color:#A6CE39;
font-size:18px;
font-weight:bold;
margin-bottom:0px;
padding-bottom:0px;
border-bottom:1px solid #A6CE39;
}

.headeryear {
color:#000;
font-weight:bold;
font-size:12px;
border-bottom:1px solid #ccc;
padding:5px 0px 0px 5px;
margin:0px;
}

.headerround {
color:#000;
font-weight:normal;
font-size:12px;
padding-bottom:0px;
padding-top:7px;
margin:0px;
}

.headerdate {
color:#A6CE39;
font-weight:bold;
font-size:11px;
padding-bottom:0px;
padding-top:0px;
margin:0px;

}

.gradient {
background-image:url(images/gradient.jpg);
background-repeat:repeat-x;
border:1px solid #CCCCCC;
padding-top:5px;
padding-bottom:5px;
}

.boxheader{
background-image:url(images/gradient.jpg);
background-repeat:repeat-x;
border:1px solid #CCCCCC;
padding:5px;
color:#000000;
font-size:14px;
font-weight:bold;
}

.footergradient {
color:#000;
font-weight:bold;
font-size:11px;
background-image:url(images/gradient.jpg);
background-repeat:repeat-x;
border:1px solid #CCCCCC;
padding-top:5px;
padding-bottom:5px;
padding-left:5px;
}


.footergradient a:link,
.footergradient a:visited  {
  	color:#0095D9;
}


.footergradient a:hover{
	color:#A6CE39;
	text-decoration:underline
}

/*.nav {
  font-size:0.9em;
  font-weight:bold;
  color:#0095D9;
  padding: 5px 7px 6px 7px;
  height: 25px;
  line-height: 14px;

}

.nav a:link,
.nav a:visited {
  color:#0095D9;
  text-decoration:none;
}

.nav a:hover {
  color:#A6CE39;
  background: url(images/tab.gif) no-repeat bottom center #FFC273;
  text-decoration:underline;
}*/

#menumain {
	width:100%;
	padding: 0;
	margin: 0;
	height: 25px;
	}

#menumain a:link, #menumain a:visited {
	float: left;
	font-size:0.9em;
  	font-weight:bold;
  	color:#0095D9;
	line-height: 14px;
	padding: 5px 7px 6px 7px;
	text-decoration: none;
	}

#menumain a:link.active, #menumain a:visited.active, #menumain a:hover {
	color:#A6CE39;
	/*background: url(images/tab.gif) no-repeat bottom center #F4F9E5;*/
	background: url(images/tab.gif) no-repeat bottom center;
	}