body
{
	margin: 0 auto;
	background-image:url(images/bgrep.png);
	background-repeat:repeat-x;
	background-color:#5A0010;
	padding: 0px;
	height:100%;
	font-family:Arial;
	font-size:14px;
}

html
{
	margin: 0;
	padding: 0;
	height: 100%;
}

h2 {
  display: inline;
  font-size: 14px;
}

a
{
	border: none;
	color:#FFF;
	text-decoration:underline;
	outline: none;
}

.redlink
{
	color:#B0011E;
	text-decoration:underline;
	outline: none;
	font-weight: bold;
	text-decoration: blink;
}

a:hover
{
	border: none;
	color:#CCC;
	text-decoration:underline;
}

img
{
	border:none;	
}

#size
{
	padding:0px;
	margin:0;
	height:0px;
	width:978px;
}


* html #container { height: 100%; width:100%;}

#bg
{
	margin: 0 auto;
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	position: absolute;
	width:100%;
	height:902px;
}

#container
{
	margin: 0 auto;
	min-height:100%;
	position: relative;
	background-image:url(images/menu/contentrep.png);
	background-position:center;
	background-repeat:repeat-y;
	width:100%;
	min-width:975px;
}

#subcontainer
{
	min-height:100%;
	bottom: 0px;
	width:978px;
	margin: 0 auto;
	position: relative;
}

#banner
{
	margin: 0 auto;
	background-image:url(images/menu/banner.jpg);
	background-repeat:no-repeat;
	width:978px;
	height: 239px;
	position:relative;
	
}

/*----------------- Navigation Menu -----------------*/
#nava {
	height: 30px;
	position: relative;
	z-index:5;
	width: 650px;
	margin:0 auto;
	top:208px;
}

#menu 
{
	height: 20px;
	
}

#menu ul 
{
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	line-height: 20px;
}

#menu li 
{
list-style-type: none;
display: inline;
}

#menu a 
{
	text-decoration: none;
	font-family: Arial;
	font-size: 16px;
	color: #000;
	border: none;
	z-index:5;
}

/*----------------- END -----------------*/





/*------------ Site Content -------------*/

#content
{
	margin: 0 auto;
	background-image:url(images/menu/home_banner.jpg);
	background-repeat:no-repeat;
	width:977px;
	height: 433px;
	position:relative;

}

#contenttext
{
	margin: 0 auto;
	width:900px;
	min-height:500px;
	position:relative;
	top:-120px;
}

.contentimage
{
	margin: 0 auto;
	width:242px;
	padding-left:20px;
	padding-right:30px;
	height:296px;
	position: relative;
	float:left;
}

#specialevents
{
	margin: 0 auto;
	position: relative;
	float: right;
	left:-88px;
	height: 32px;
	width: 163px;
}

/*----------------- Slideshow 1-----------------*/

#slideshow1 {
    position:relative;
    height:296px;
	float: left;
	width: 292px;
	margin-right: 10px;
}

#slideshow1 IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow1 IMG.active {
    z-index:10;
}

#slideshow1 IMG.last-active {
    z-index:9;
}

/*----------------- Slideshow 2-----------------*/

#slideshow2 {
    position:relative;
    height:296px;
	float: left;
	width: 292px;
	margin-right: 10px;
}

#slideshow2 IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow2 IMG.active {
    z-index:10;
}

#slideshow2 IMG.last-active {
    z-index:9;
}

/*----------------- Slideshow 3-----------------*/

#slideshow3 {
    position:relative;
    height:296px;
	float: left;
	width: 292px;
}

#slideshow3 IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow3 IMG.active {
    z-index:10;
}

#slideshow3 IMG.last-active {
    z-index:9;
}

/*------------ Footer -------------*/

#footercont
{
	width:800px;
	margin: 0 auto;
	height:50px;
	line-height:25px;
	position: relative;
	margin-top:19px;
	color: #FFF;
	font-size:15px;
	text-align: left;

}

#footerrep
{
	margin: 0 auto;
	position: absolute;
	background-image:url(images/footerrep1.png);
	background-position:center;
	background-repeat:repeat-x;
	width: 100%;
	min-width:978px;
	bottom:0px;
	height:74px;
}




