/* CSS for ASC Website, Revision 2.0. */

/* Main tags */

html {
  margin: 0px;
  padding: 0px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00C;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

p {
	font-size: 14px;
	text-align: left;
	font-weight: normal;
}

h1 {
  font-size: 32px;
  font-weight: bold;
}

h2 {
  font-size: 20px;
  font-weight: bold;
}

h3 {
  font-size: 18px;
  font-weight: bold;
}

ul {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 14px;
}

li {
  text-align: justify;
}

a {
	color: #F00;
	text-decoration: underline;
	font-size: 14pt;
	font-weight: bolder;
}

a:hover {
	color: #F00;
	text-decoration: underline;
	text-align: center;
	font-size: 14pt;
	font-weight: bold;
}

/* Menu */

ul.menu {
  list-style: none;
  padding: 0px;
  margin: 10px 0 80px 0;
  height: 780px;
  background-image: url(../images/leftbar-right.png);
  background-repeat: repeat-y;
  background-position: right;
}

ul.menu li {
  text-align: right;
  display: block;
  margin: 0px;
  padding: 0px;
  background-image: url(../images/leftbar-right.png);
  background-repeat: repeat-y;
  background-position: right;
}

ul.menu li a {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  background-color: #333366;
  background-image: url(../images/leftbar-right.png);
  background-repeat: repeat-y;
  background-position: right;
  text-decoration: none;
  display: block;
  margin: 0px;
  padding: 4px;
}

ul.menu li a:hover {
  color: #333366;
  text-decoration: none;
  background-color: #ffffff;
  background-image: none;
}

ul.menu li a.selected {
  color: #333366;
  text-decoration: none;
  background-color: #ffffff;
  background-image: none;
}

/* Layout and colouring */

img.picture {
  border: 1px solid #000000;
}

p.picture {
  color: #333366;
  font-size: 10px;
  text-align: center;
}

p.new {
  background-color: #FFFF00;
  border: 1px dashed #000000;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

p.new a {
  color: #000000;
}

div#main {
  width: 900px;
  margin: 0px;
  padding: 0px;
}

div#banner {
  width: 100%;
  height: 128px;
  margin: 0px;
  padding: 0px;
  background-image: url(../images/ascflag.jpg);
  background-repeat: no-repeat;
  background-position: top left;
}

div#leftbar {
  width: 200px;
  height: 800px;
  float: left;
  margin: 0px;
  padding: 0px;
  background-color: #333366;
  background-image: url(../images/leftbar-bottom.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}

div#leftbar_fife {
  margin: 0px;
  padding: 0px;
  background-image: url(../images/Celebrat_Fife_HG_ASC_Menu.png);
  background-repeat: no-repeat;
  background-position: bottom middle;
}

div#content {
  width: 680px;
  float: right;
  margin: 10px;
  padding: 0px;
}

div#footer {
  clear: both;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

div#banner h1 {
  text-align: right;
  margin: 0px;
  padding: 0px;
}

div#banner h2 {
  text-align: right;
  font-style: italic;
  margin: 0px;
  padding: 0px;
}

div#footer p {
  font-size: 10px;
  text-align: center;
}

table.info_table {
  border: 1px solid #000000;
  border-collapse: collapse;
  font-size: 14px;
}

table.info_table tr.header {
  background-color: #FFFE00;
  font-size: 16px;
  font-weight: bold;
  border: 0px;
}

table.info_table tr td {
  border: 1px solid #000000;
  padding: 2px;
}

table.info_table tr.header td {
  border: 0px;
}

table.appform {
  font-size: 14px;
  background-color: #ddd;
  padding: 20px;
  margin: 0px auto;
}

table.appform tr td {
  padding: 2px;
}

table.appform tr td.labels {
  text-align: right;
}

table.appform tr td.buttons {
  text-align: right;
}
#main #content div table tr td {
	text-align: left;
}
#main #content div table tr td p strong {
	font-weight: bold;
}
