/* stapleton road style sheet */

html, body {
  	background-color: #ffffff;
  	color: #333333;
  	text-align: center;
	margin: 0;
	margin-top: 10px;
	padding: 0;
	border: 0;
	padding-bottom: 25px;
}


#centre-content {
	position: relative;
	width: 752px;
  	margin-left: auto;
  	margin-right: auto;
  	margin-top: 5px;
  	border: 0px solid #A6B2BC;
  	background-color: #ffffff;	
}


#footer {
	clear: both;
}




/* --------MENU BAR--------- */

#menu-top {
	float: left;
	width: 750px;
	background-color: #ffffff;
	margin-bottom: 15px;
	border-bottom: 1px solid #666666;
}


/* ---------menu bar - left hand side--------- */

.menu-top-big {
	float:left;
	border-right: 0px;
	padding:4px;
}

#menu-top-big ul {
	list-style-type: none;
 	text-align: left; 
	padding-left: 0px;
	margin: 0;
}

#menu-top-big li {
	display: inline;
	font-family: arial, sans-serif;
}

#menu-top-big a, #menu-top a:visited   {
	text-decoration: none;
	color: #666666;
	font-size: 80%;
	padding-right: 8px;
	padding-left: 10px;
	border: solid 4px #ffffff;
}

#menu-top-big li a:hover {
	text-decoration: underline;
	color: #cc3300;
}

#menu-top-big  li a#on {
	color: #ffffff;
	background-color: #cc3300;
	border: solid 4px #cc3300;
}


#menu-top-big  li a:hover#on {
	text-decoration: none;
	color: #666666;
}

.invisible {
	color: #ffffff;
}


/* ---------menu bar - right hand side---------*/



.menu-top-little {
	float: right;
	text-align: center; 
	padding:4px;
	padding-right:0px;
}

#menu-top-little ul {
	list-style-type: none;
 	text-align: center; 
	margin: 0px;
}

#menu-top-little li {
	display: inline;
	font-family: arial, sans-serif;
}

#menu-top-little li#line {
	border-left: 0px solid #666666;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
}


#menu-top-little a, #menu-top-little a:visited  {
	text-decoration: none;
	color: #cc3300;
	font-size: 80%;
	padding-right: 4px;
	padding-left: 4px;
	border: solid 4px #ffffff;
}

#menu-top-little li a:hover {
	text-decoration: underline;
	color: #666666;
}

#menu-top-little  li a#on {
	color: #ffffff;
	background-color: #cc3300;
	border: solid 4px #cc3300;
}


#menu-top-little  li a:hover#on {
	text-decoration: none;
	color: #666666;
}



