﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	/* background-image: url("../images/background_tile.gif");
	background-repeat: repeat-x;
	background-attachment: scroll; 
	background-color: #369; */
	background-color: #FFF; */	
}
#container {
	border-right: 2px solid #484848;
	border-bottom: 2px solid #484848;
	border-left: 2px solid #484848;
	background-color: #fff;
}
#outside_container {
	border:thick;border-color:#005DAD; border-style:ridge;	
	width: 664px;
	margin-left: 0px;
	margin-right: 0px;
	/* text-align:left; */
	text-align:center;
	margin:auto;
}
#masthead {
	position:relative;
	top: 0px;
	text-align: right;
	background-color: #005DAD;
	/* background-image: url("../images/masthead_image.jpg"); */
	background-position: top;
	background-repeat: no-repeat;
	height: auto;
}
html>body #masthead {
	height: 112px;
}
/* --------------------------------------------------------------- */
#navigation_new {
	border: 1px solid #005DAD; 
	background-color: #2134F7;
	color: #000;
	font-size:x-small;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 550px;
	text-align:center;
}
html>body #navigation_new {
	overflow: hidden; 
	width: 658px;
}

/* Navigation */
#navigation_new ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation_new li {
	float: left;
	display: inline-block;
	/* width: 164px; */
}
#navigation_new a {
	height: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	display: block;
	padding: 2px;
	/* border: 1px solid #fea; */
	border: 1px solid #FFF;
	background-color: #2134F7;
	/* width: 164px; */
}
#navigation_new a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fea;
	border: 1px solid #8b0000;
	background-color: #8b0000;
}

/* ------------------------------------------------------ */


#navigation {
	border: 1px solid #005DAD; 
	background-color: #2134F7;
	color: #000;
	/* i added this to try make smaller 
	height: 24px; */
	font-size:small;
	/* width: 658px; */
	padding-top: 1px;
	padding-bottom: 1px;
	width: 550px;
	text-align:center;
}
html>body #navigation {
	overflow: hidden; 
	width: 658px;
}

#nav_bar {
	border: 1px solid #005DAD; 
	background-color: #2134F7;
	color: #000;
	width: 658px;
	text-align: center;
	border: solid 1px black;
}
#main_content {
	width: 627px;
	padding: 15px;
	background-color: #fff;
	text-align:left;
}
html>body #main_content {
	/* width: 630px; */
	width: 660px;
	/* padding: 0 15px; */
	padding: 0px;
	background-color: #fff;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	color: #FF0000;
	margin-right: 0.5em;
	margin-bottom: 0;
}
#masthead h2 {
	color: #FF0000;
	margin-right: 0.5em;
	margin-bottom: 0;
}
#masthead h3 {
	color: #FFF;
	margin-top: 0;
	margin-right: 1em;
}
#masthead h5 {
	color: #FFF;
	margin-top: 0;
	margin-right: 1em;
}

#masthead img {
	float:left;
	width: 111px;
	/* height: 116px; */
	margin-top: 0;
}
#masthead_sponsor {
	/* position:relative;
	width: 287px; 
	height: 67px;
	left: 100px; */
}
#masthead_sponsor img {
	/* position:relative; */
	width: 287px; 
	height: 67px;
	padding-left: 80px;  
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	display: inline-block;
	width: 164px;
}
#navigation a {
	height: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	display: block;
	padding: 5px;
	/* border: 1px solid #fea; */
	border: 1px solid #FFF;
	background-color: #2134F7;
	width: 164px;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fea;
	border: 1px solid #8b0000;
	background-color: #8b0000;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #800;
}
h2 {
	font-size: x-large;
	color: #700;
}
h3 {
	font-size: large;
	color: #600;
}
h4 {
	font-size: medium;
	color: #500;
}
h5 {
	font-size: x-small;
	color: #400;
}
h6 {
	font-size: xx-small;
	color: #300;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #000;
	padding-bottom: 5px;
}
/* Links */
a {
	color: #8b0000;
	text-decoration: underline;
}
a:hover {
	color: #fa3;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.FrontPageNews_box {
	position:relative;
	clear:left;
	top: 0px;
	left: 0px;
	color:white;
	background-color:blue;
	font-size:medium;
	font-weight:bold;
	margin-top: 10px;
	padding-bottom: 20px;
	text-align:center;
	width: 250px;
	height: 200px;
}
.FrontPageNews_heading {
	position:relative;
	text-align:center;	
	color:white;
	background-color:blue;
	font-size:medium;
	font-weight:bold;
	/* margin-top: 10px;
	padding-bottom: 2px; */

}
.FrontPageNews_text {
	color: #000;
	font-size:small;
	text-align:left;
}
.News_heading {
	color: #FFFFFF;
	background-color: #FF0000;
	font-size:medium;
	font-weight:bold;
	margin-top: 10px;
	padding-bottom: 2px;
	text-align:left;
}
.News_text {
	color: #000;
	font-size:small;
	text-align:left;
}
.page_heading_h2 {
	width: 100%;
	text-align: center;
	font-size: large;
	font-weight:bolder;
	color: #FFF;
	background-color: #FF0000;
}
.sponsor_encouragement {
	padding: 5px;
	background-color: #FF0000;
	color:white;
	font-weight:bolder;
	border-top:thin white solid;
}
.sponsor_naming_rights {
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-large;
	font-weight:bolder;
	text-align:	center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.sponsor_naming_rights_subtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size:large;
	color: #FF0000;
	text-align:	center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.yamaha_main_logo {
	text-align:center;
	font-weight:bolder;
}
.links ul {
	padding: 25 5 25 5;
}
.links li {
	list-style-image:url('../images/red_diamond_whitebg(comp100).jpg');
}
.event {
	width: 500px;
	text-align:center;
	padding-bottom: 25px;
}
.event ul {
	padding-top: 25px;
	padding-bottom: 25px;
}
.event li {
	list-style-image:url('../images/red_diamond_whitebg(comp100).jpg');
	padding-top: 15px;
	padding-bottom: 15px;
}
.contact {
	padding-top: 15px;
	padding-bottom: 50px;
}
.acknowledgements {
	padding-top: 15px;
	padding-bottom: 50px;
	font-weight:bold;	
}
.acknowledgements img {
	left: 50px;
}

p.test {
  background-color: #f66;
}

html>body p.test {
  background-color: #6f6;
}
#programme_contents {
  margin-left: 50px;
}
.ymf_table_cell{
	/* margin-left: 5px; */
}
