/****************************************************************************************************
- Styles in this sheet allow browsers (IE 6, IE 7, Firefox, Safari) to be cross browser compliant.
  Styles are standard. No customisation should be done here.
****************************************************************************************************/

body {
	text-align: center;
	background: #000000 url(../im/bg.jpg) repeat-x;
}

html, body {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0 0 20px 0;
}

img {
	border: none;
}

.map {
	margin: 35px 0 0 0;
}

hr {
	border: 1px solid #1a1a1a;
	margin: 25px 0 25px 0;
}

ul {
	margin: -7px 0 24px 0;
}


/********** tables **********/
.lead_in {
	padding: 0 35px 0 0;
}

.table_content {
	padding: 0 25px 0 0;
}


/********** slideshow **********/
#slideshow {
    position:relative;
    height:263px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 263px;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 263px;
    display: block;
    border: 0;
    /* margin-bottom: 10px; */
}
