body
{
	margin: 0 auto;
	padding: 0px;
	height:100%;
	background-color: #ffffff;
}

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

* html #container { height: 100%;}

a:link{
	color:#FFF;
}

a:hover{
	color:#333;
}

a:visited{
	color:#FFF;	
}

img
{
	border:none;	
}

/*----------------- Site Container -----------------*/

#container
{
	margin: 0 auto;
	position: relative;
	width: 100%;
	min-height:100%;
}

#subcontainer
{
	margin: 0 auto;
	position: relative;
	width:840px;
	
}

/*----------------- Header -----------------*/

#header
{
	margin: 0 auto;
	position: relative;
	background-image:url(../images/top_banner_non_repeat.png);
	height:110px;
	width:839px;
	background-repeat:no-repeat;
	
}

#headerrep
{
	margin: 0 auto;
	position: relative;
	background-image:url(../images/top_banner_repeat.png);
	height:110px;
	width:100%;
	min-width:840px;
	background-repeat:repeat-x;
}

/*----------------- Navigation Menu -----------------*/
#nava {
	height: 30px;
	position: relative;
	z-index:5;
	width: 575px;
	margin-left:250px;
	top:-60px;
}

#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 ul li a:hover 
{
color:#F8AB0C;
}

#menu ul li a#current 
{
color:#999;
border-bottom:#F90 3px solid;
}

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

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

#contentbg
{
	margin: 0 auto;
	position: absolute;
	background-image:url(../images/bg_non_repeat.jpg);
	background-position:center;
	background-repeat:no-repeat;
	bottom: 0px;
	min-width:840px;
	width: 100%;
	height:786px;
	z-index:-10;
}

#cinfo
{
	margin: 0 auto;
	position: relative;
	font-family: Arial;
	font-size: 12px;
	width:320px;
	height:12px;
	top:-138px;
	left:205px;
	color:#FFF;
}

#welcome
{
	position: relative;
	width:437px;
	height:80px;
	left:20px;
}

#welcome h1
{
	display:inline;
	font-family:"Times New Roman", Times, serif;
	font-size: 19px;
}

.banner
{
	margin: 0 auto;
	position: relative;
	background-image:url(../images/home_graphic.gif);
	width:793px;
	height:329px;
}

#text
{
	margin: 0 auto;
	position: relative;
	width:793px;
	font-family: Arial;
	font-size: 12px;
}

.infomationbutton
{
	margin: 0 auto;
	margin-left:25px;
	position: relative;
	height:46px;
	float: right;
}

#content
{
	margin:0 auto;
	height:825px;
}

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

#slideshow {
    position:relative;
    height:350px;
}

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

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

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


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

#footer
{
	margin: 0 auto;
	position: absolute;
	background-image:url(../images/footer_non_repeat.gif);
	background-position:center;
	background-repeat:no-repeat;
	bottom:0px;
	height:36px;
	min-width:840px;
	width:100%;
}

#footercontent
{
	margin: 0 auto;
	width:840px;
	color:#FFF;
	text-align:center;
	font-family:Arial;
	font-size:12px;
	line-height:36px;
}

