* { margin: 0px auto; padding: 0px;}   
body { 
  background:#dcdcdc;
  background-image: url("./imgs/borderfade.jpg");
  background-repeat: repeat-x;
  font-family: "Arial";
  font-size: 14px;
  color: #606060;
}   
h1.toptitle {
  font-family: "Comic sans ms";
  font-style: italic;
  font-weight: bold;
  font-size: 30px;
  text-align:left;
  padding: 30px 10px 10px 60px; /* top, right, bottom, left, */
  color: #22a0ff;
  text-shadow: 2px 2px 2px #000000, 0px 0px 1px #ffffff;
}
h1.inset {
  padding: 5px 10px 0px; /* top, left&right, bottom */
}
h2.inset {
  padding: 5px 10px 0px; /* top, left&right, bottom */
}
p.inset {
  padding: 2px 10px 0px 10px; /* top, right, bottom, left */
  text-align: justify;
}
p.info {
  padding: 2px 10px 0px 10px; /* top, right, bottom, left */
  color: #009900;
}
p.error {
  padding: 2px 10px 0px 10px; /* top, right, bottom, left */
  color: #ff0000;
}
p.warn {
  padding: 2px 10px 0px 10px; /* top, right, bottom, left */
  color: #ffbb00;
}
p.right {
  text-align:right;
  margin-right: 10px;
  position:relative;
  text-shadow: 1px 0px 1px #ffffff, 0px 1px 1px #ffffff, -1px 0px 1px #ffffff, 0px -1px 1px #ffffff;
  top:-30px;
}
p.clear{
  clear: both;
  line-height: 1px;
}
p.center{
  text-align:center;
}
img.left {
  float:left;
  margin-left:10px;
  margin-right:10px;
  margin-top:8px;
  max-width:95%;
}
img.bannerimg {
  width:100%;
  vertical-align: top; /* prevents extra space in div after image */
}
img.photo{
  display:block; 
  margin-top:4px;
  margin-bottom:8px;
  margin-left:auto;
  margin-right:auto;
  max-width:95%; 
  box-shadow: 3px 3px 4px #666666; /* Opera and other CSS3 supporting browsers */
}
img.thumb{
  display:block; 
  box-shadow: 3px 3px 4px #666666; /* Opera and other CSS3 supporting browsers */
}
li.menu { /* styles for li elements in menu */
  list-style-type: none;
  text-align: center;
  color: #fdfdfd; /* active menu text colour */
}
li.right { 
  float:right;
  border-left:1px solid #888888;
}
li.left { 
  float:left;
  border-right:1px solid #888888;
}
li.inset{
   margin-top: 8px;
   margin-right: 8px;
   margin-bottom: 4px;
   margin-left: 24px;
  text-align: justify;
}
li.menu a:link,
li.menu a:visited, 
li.menu a:active { /* styles for a links in li elements in menu div */
  padding: 6px 12px 6px 12px; /* padding around a link, top, right, bottom, left */
  display:block;
  background-image: url(./imgs/tab_inactive.jpg);
  background-repeat: repeat-x;
  text-decoration: none;
  color: #666666; /* inactive menu text colour */
  opacity: 0.8; filter: alpha(opacity=80);
}
li.menu a:hover,
p.menu {
  padding: 6px 12px 6px 12px; /* padding around a link, top, right, bottom, left */
  display:block;
  background-image: url("./imgs/tab_active.jpg");
  background-repeat: repeat-x;
  color: #fdfdfd; /* active menu text colour */
  opacity: 0.8; filter: alpha(opacity=80);
}
table.results{
  border-collapse: collapse; 
  border-spacing:0px;
  border-width:1px;
  border-style:solid;
  border-color:#000000;
}
td.theader{
  padding: 2px;
  border-width:1px;
  border-style:solid;
  background-color:#0080ff;
  color:#ffffff;
  border-color:#000000;
  font-weight:bold;
}
td.results{
  font-size: 12px;
  color:#000000;
  padding: 2px;
  border-width:1px;
  border-style:solid;
}
input {margin:4px;}
a:active, a:link, a:visited {text-decoration: none; color : #0058ff; font-weight: bold;}
a:hover {text-decoration: underline; color: #000000; font-weight: bold;}
a img {border-width: 0px;}

.bannercontainer {
	position:relative;
        overflow:hidden;
}
.banner {
	position:absolute;
	width:100%;
}
.header { 
	height:100px; 
	margin-top:0px; 
	margin-bottom:0px; 
	background:#fdfdfd; 
	background-image: url("./imgs/headermontage.jpg"); 
	background-repeat:no-repeat; 
	overflow: hidden;
}
.garhead { 
	height:100px; 
	margin-top:0px; 
	margin-bottom:0px; 
	background:#fdfdfd; 
	background-image: url("./imgs/garhead.jpg"); 
	background-repeat:no-repeat; 
	overflow: hidden;
}
.subheader { 
	margin-bottom:0px;
         background-image: url(./imgs/tab_inactive.jpg);	
	 background-repeat: repeat;
	overflow: hidden;
}
.page { 
	max-width:1030px; 
	margin-top:10px; 
	margin-bottom:10px; 
	background:#fdfdfd; 
	box-shadow: 3px 3px 5px #444444, -3px 3px 5px #444444;
	overflow: hidden; /* ensures floats are cleared on modern browsers */
}
.page:after {  /* ensures floats are cleared on older browsers */
  content: "";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
.card {
  float: right;
  clear: right;
  margin: 5px 5px 5px -325px; /* corresponds to margin on div alongside it, and is needed for fluid width */
  width: 320px;
  height: 130px;
  overflow:hidden;
  background-image: url("./imgs/card_back.jpg");
}
.utube {
  float: right;
  clear: right;
  margin: 5px 5px 5px -325px; /* corresponds to margin on div alongside it, and is needed for fluid width */
  width: 320px;
  height: 250px;
  overflow:hidden;
}
.mainbody {
  float: left;
  padding-bottom: 8px;
  margin-right:325px; /* corresponds to margin on div alongside it, and is needed for fluid width */
  max-width:700px; /* max width selected to be page width less card width */
  min-width:300px; /* min width selected to be lower than iphone 4 at 320 pixels */
}
.widebody {
  clear:both;
  padding-bottom: 8px;
  min-width:300px; /* min width selected to be lower than iphone 4 at 320 pixels */
}
.bluebar {
  width: 100%;
  height: 18px;
  background-image: url(./imgs/menubody_blue.jpg);
  background-repeat: repeat-x;
  padding: 2px 0px 0px 0px;
  overflow:hidden;
  font-family: "Comic Sans MS"; 
  font-size: 12px;  
  color: #ffffff;
  font-style: italic;
  text-align:center;
}
.footer {
  margin-bottom:0px;
  clear: both;
}
.live{
  margin-top:10px;
  overflow:hidden;
  max-height:180px;
}
@media only screen and (max-width:650px) { /* only applies to screens smaller than specified width */
  .mainbody {
    margin-right:0px;
  }
  .card , .utube {
    float:none;
    margin-left:auto;
    margin-right:auto;
  }
}

.photos
{
	list-style: none;
}
.photos a
{
	position:relative;
}
.photos a .preview
{
	display: none;
}
.photos a:hover
{
	display:block;
	z-index:1;
}
.photos a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}
.photos img
{
	border-width: 0px;
	vertical-align: top;
	width: 120px;
	height: 80px;
}
.photos li
{
	border-width: 0px;
	display: inline;
	float: left;
	margin: 10px;
	position: static;
}
.photos .preview
{
	width: 225px;
	height: 150px;
}

@media only screen and (max-width:600px) { /* only applies to screens smaller than specified width */
  .garhead {
    background-image: none;
  }
  .toptitle {
    font-size: 20px;
    padding: 30px 10px 10px 10px;
  }
