html {
    height:100%; /* fix height to 100% for IE */
    max-height:100%; /* fix height for other browsers */
    padding:0; /*remove padding */
    margin:0; /* remove margins */
    border:0; /* remove borders */
	font-family:Verdana, Arial, sans-serif;
	font-size: 10pt;
    /* hide overflow:hidden from IE5/Mac */
    /* \*/
    overflow:hidden; /*get rid of scroll bars in IE */
    /* */
}
 
body {
	color: #fff;
    height:100%; /* fix height to 100% for IE */
    max-height:100%; /* fix height for other browsers */
    /*width: 100%;*/
    overflow:hidden; /*get rid of scroll bars in IE */
    padding:0; /*remove padding */
    margin:0; /* remove margins */
    border:0; /* remove borders */
	background-color: #3366a7;
	background-image: url(images/bgstrip.png);
	background-repeat: repeat-x;
	background-position: bottom left;
}

a, a:visited {
	color: #fff000;
}

a img, a:link img {
	border: 0px;
}




#sidebar {
	z-index: 6;
    height: 100%;
    width: 220px;
    padding: 10px 0px 10px 10px;
	margin-top: 0px;
    position: absolute;
    top: 0px;
    right: 15px;
}

#logo {
	width: 200px;
	height: 140px;
	background: transparent url(http://media.bathsnowsports.net/images/logo.png) no-repeat;
}

* html #logo
{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://media.bathsnowsports.net/images/logo.png', sizingMethod='scale');
}

#snowsports_logo {
	width: 561px;
	height: 26px;
	background: transparent url(http://media.bathsnowsports.net/images/snowsports.png) no-repeat;
}

* html #snowsports_logo
{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://media.bathsnowsports.net/images/snowsports.png', sizingMethod='scale');
}

#kpmg {
	width: 200px;
	height: 78px;
	background: transparent url(http://media.bathsnowsports.net/images/sponsors/kpmg.png) no-repeat;
}

* html #kpmg
{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://media.bathsnowsports.net/images/sponsors/kpmg.png', sizingMethod='scale');
}

#natives {
	width: 200px;
	height: 27px;
	background: transparent url(http://media.bathsnowsports.net/images/sponsors/natives.png) no-repeat;
}

* html #natives
{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://media.bathsnowsports.net/images/sponsors/natives.png', sizingMethod='scale');
}


#sidebar a{
	font-size: 10pt;
}

#container {
    display:block; /* set up as a block */
    height:100%; /* set height to full page */
    max-height:100%;
    overflow:auto; /* add scroll bars as required */
    position:relative; /* set up relative positioning so that z-index will work */
    z-index:3; /* allocate a suitable z-index */
    margin-bottom: 150px;
}

.pad {
display:block;
height:100px; /* height to miss header and footer */
}

#menu
{
	z-index: 5;
	font-weight: bold;
	padding-top: 4px;
	width: 100%;
}

#content_holder {
    margin: 10px 230px 10px 10px;
    padding: 10px 10px 10px 10px;

}

#menu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}

#menu ul li { display: inline; }

#menu ul li a
{
	text-decoration: none;
	font-size: 10pt;
	padding: 0em 0.3em 0em 0.3em;
	color: #fff;
	background-color: transparent;
	margin: 0;
}

#footerImage{
  position:absolute;
  bottom:0;
  left:0;
  right: 18px;
  width:729px;
  height:100px;
  background: transparent url(http://media.bathsnowsports.net/images/mountains.png) no-repeat scroll;
  background-position: top left;
	z-index: 10;
 }

* html #footerImage
{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://media.bathsnowsports.net/images/mountains.png', sizingMethod='scale');
}
 
 #footer {
     position: absolute;
     bottom: 0;
     left: 0;
     text-align: center;
     color: #637782;
     height: 14px;
     right: 0;
     font-size: 10px;
 }

h4, h3, h5 {
	color: #FFF000;
	margin-top: 5px;
	padding-top: 0px;
}

/* NEWS STYLES */

#news h4 {
	border-bottom: #3173BA 1px solid;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#news h6 {
	margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
	float: right;
}
/* EVENT STYLES */
.event {
	padding-bottom: 10px;
	font-size: 12px;
	position: relative;
	right: 0px;
}
/* event title */
.event h3 {
/*	border-bottom: #fff 1px solid; */
	padding-bottom: 0px;
	margin-bottom: 0px;
	color: #FFF000;
}

.event a {
	text-decoration: none;
}

.event h3 a {
	color: #FFF000;
}

/* event dates etc */
.event h5 {
	margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
	float: right;
}

.event_body {
	border-top: #FFF000 1px solid;
}

.committee_desc {
	border-top: #FFF000 1px solid;
}
.box{
	border: #94ADCF 1px solid;
	padding: 10px 10px 10px 10px;
	margin: 5px 5px 5px 5px;
}

.committee td {
	padding: 0px 10px 0px 10px;
}

.table_header {
	color: #FFF000;
}

.committee_header {
	color: #FFF;
	font-size: 13px;
}

/* horizontal menues */
.horizontal_menu {
	margin: 0;
	padding: 0;
	text-align: center;
}
.horizontal_menu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;

}

.horizontal_menu ul li { display: inline; }

.horizontal_menu ul li a
{
	text-decoration: none;
	padding: 0em 1em;
	height: 20px;
	background-color: transparent;
	margin: 0;
	padding: 0.5em;
	color: #FFF000;
}

/* two column */
.two_column table {
	width: 100%;
	padding: 0px 20px 0px 20px;
	margin: 30px 10px 30px 10px;
}

.two_column td {
	padding: 0px 20px 0px 20px;
}

.left_column td{
	border-right: #3173BA 1px solid;
}

.normal td{
	border: none;
}

.view_nav a {
	font-size: 14pt;
}

.selected_view a{
	color: #ffffff;
	border-bottom: 1px solid;
}

.event_calendar table, .event_calendar td
{
    border-color: #BDF3FC;
    border-style: solid;
}

.event_calendar table
{
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
}

.event_calendar td
{
    margin: 0;
    padding: 4px;
    border-width: 1px 1px 0 0;
    font-size: 7pt;
}
.event_day{
	background-color: #194F98;
	color: #FFF000;
}

.no_format td, .no_format table{
    border: none;
}