/* CSS Document */
body {
	margin: 0 0 0 0;
	font-size: 76%; 
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color:#AEADAD;}
#container {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width: 755px;
	border-left:3px solid #FFF;
	border-right:3px solid #FFF;
	border-bottom:3px solid #FFF;
	background-color:#FFF;}
#logo {
	height:95px;
	background-image:url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: left; }
#logohome {
	height:81px;
	background:url(images/logo_home2.gif) no-repeat left center; }
#logosub {
	height:66px;
	background-image:url(images/logo_sub.gif);
	background-repeat: no-repeat;
	background-position: left; }
#slogan {
	width:355px;
	float:left;
	font-size:2em;
	text-align:center;
	font-weight: bold; 
	color: #666;
	padding:60px 0px 0px 0px;}
#subslogan {
	font-size:1.0em;
	line-height:2.5em;
	text-align:right;
	font-weight: bold;
	padding-right:10px;
	color: #FFF;
	height:30px;
	background-color:#666;
	background-image:url(images/subslogan.gif);
	background-repeat: no-repeat;
	background-position: left;}
#banner {
	margin-left:357px;
	padding: 0 0 10px 0;}
#grid {
	background-image:url(images/grid.gif);
	height:37px;
	clear:both;}
#mainmenu {
	font-size: 1.25em;
	text-align:center;
	background-color:#FC3;
	padding: 5px 0 5px 0;
	border-top:1px solid #666;
	border-bottom:1px solid #FED868;}
#content {
	background-color:#FFF;
	background-image:url(images/squares2.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height:200px;}
#subcontent {
	margin-right:200px;
	background-color:#FFF;
	padding: 10px 20px 10px 20px;
	text-align:justify;}
#rightside {
	padding: 10px 0 0 0 ;
	float:right;
	width: 175px;
	text-align: left;}
#footer{
	height:6px;
	background-color:#FC3;
	clear:both;}
#subfooter{
	height:6px;
	background-color:#FC3;
	clear:both;}
#submenu{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width: 755px;
	text-align:center;
	font-size: 1.0em;}
a.menu:link{
	color:#000;
	text-decoration: none;
	padding: 0 5px 0 5px;}
a.menu:visited{
	color:#000;
	text-decoration: none;
	padding: 0 5px 0 5px;}
a.menu:hover{
	color:#000;
	text-decoration: none;
	background-color: #FEDD7D;
	border-bottom: 2px solid #999;
	padding: 0 5px 0 5px;}
a.menu:active{
	color:#000;
	text-decoration: none;
	padding: 0 5px 0 5px;}
a.submenu:link{
	color:#000;
	text-decoration: none;}
a.submenu:visited{
	color:#000;
	text-decoration: none;}
a.submenu:hover{
	color:#FFF;
	text-decoration: none;
	background-color: #666;}
a.submenu:active{
	color:#000;
	text-decoration: none;}
a.footer:link{
	color:#000;
	text-decoration: underline;}
a.footer:visited{
	color:#000;
	text-decoration: none;}
a.footer:hover{
	color:#FFF;
	text-decoration: none;
	background-color: #666;}
a.footer:active{
	color:#000;
	text-decoration: none;}
h1{	font-size: 1.50em;
	color:#666;
	padding-left:20px;
	background-color: #F0F0F0;
	background-image:url(images/h1.gif);
	background-repeat: no-repeat;
	display: inline-block;}
h2{	font-size: 1.25em;
	color:#666;
	padding-left:15px;
	background-image:url(images/h2.gif);
	background-repeat: no-repeat;
	display: inline-block;}
/*
Dropdown Divs
*/
.dropdown{
	background-color:#FC3;
	text-indent: 3px;
	DISPLAY: block; }
a.dropdown:link {
  color: #000;
  text-decoration: none; }
a.dropdown:visited {
  color: #000;
  text-decoration: none;}
a.dropdown:hover {
  color: #000;
  text-decoration: none; 
  background: #FEDD7D;}
a.dropdown:active {
  text-decoration: none; 
  color: #000;}
.images {
	border:1px solid #666;}
a:link{
	color:#000;
	text-decoration: underline;}
a:visited{
	color:#000;
	text-decoration: underline;}
a:hover{
	color:#FFF;
	text-decoration: none;
	background-color: #666;}
a:active{
	color:#000;
	text-decoration: none;}
td{	font-size: 1.15em;}
.borderbottom{border-bottom: 2px solid #F0F0F0;}
input, select, textarea{
border: 1px solid #ccc;
 background-color: #F0F0F0;}
table#list{width: 500px;}
.height{height: 70px;}
a img{border-style:none}
.colour{background-color:#F0F0F0;}
.imgborder{
	padding:1px;
	border:1px solid #ccc;
	float:right;
	margin:0 0 10px 10px;}