﻿/* This CSS file controls the appearance of the 'index.htm' file */

/* This controls the background color of the index */
body
{
    background: #000000 url(images/firebackground.gif) repeat-x fixed center bottom;
}
/* End of background color */

/* The following settings control the index table */
.index
{
    background-color: #BBC0D3;
    text-align: center;
    border: outset #BBC0D3;
    width: 800px;
    height: 550px;
}
.header 
{
    width: 800px;
    height: 100px;
    background: #BBC0D3 url(images/lifeteen_logo.gif);
    border-bottom: solid 3 black;
}
.navbar 
{
    width: 100px;
    vertical-align: top;
}


/* These control the buttons on the navigation bar */
.navbutton
{
    width: 100px;
    height: 25px;
    background: url(images/navbutton.gif);
}
.subnavbutton
{
    width: 100px;
    height: 25px;
    background: url(images/subnavbutton.gif);
}
.topsub
{
    width: 100px;
    height: 25px;
    background: url(images/topsub.gif);
    visibility: hidden;
}
.middlesub
{
    width: 100px;
    height: 25px;
    background: url(images/middlesub.gif);
    visibility: hidden;
}
.bottomsub
{
    width: 100px;
    height: 25px;
    background: url(images/bottomsub.gif);
    visibility: hidden;
}
.navspacer
{
    width: 100px;
    height: 25px;
}
.button1
{
    border-width: 0px;
	font-family: bradley hand itc;
	color: #ffffff;
	font-weight:500;
	font-size: 12pt;
	text-decoration: none;
	line-height: 10px;
}
.button2
{
    border-width: 0px;
	font-family: bradley hand itc;
	color: #ffffff;
	font-weight:500;
	font-size: 9pt;
	text-decoration: none;
	line-height: 10px;
}
/* End of navigation buttons */

.navtree 
{
    width: 200px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}
.subnav
{
    position: absolute;
    visibility: hidden;
    margin: 0 0 0 0;
    margin-left:100px;
    margin-top:-25px;
}
.iframe 
{
    width: 700px;
    vertical-align:top;
}
.navbutton
{
	width: 100px;
	height: 25px;
	border-width: 0px;
	font-family: bradley hand itc;
	color: #ffffff;
	font-weight:500;
	font-size: 12pt;
	text-decoration: none;
}
#comingeventssub
{
    margin-left:100px;
    margin-top:-25px;
}
#navframe
{
    width:100%;
    height: 425px;
}
h1
{
    text-align:center;
    font-family:Bradley Hand ITC;
}
