/* CSS for the homepage and information pages only */

/* Textbox class*/
.textbox
{
position: absolute;
text-align: left;
border-color: #4983C2;
border-style: solid;
border-top-width: 2px;
border-right-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-spacing: 0px;
padding-left: 15px;
padding-right: 15px;
z-index: 3
}

/* Intro text box on homepage ID*/
#intro
{
width: 435px;
height: 200px;
left: 230px;
top: 231px;
}

/* Information pages */
#infopage
{
width: 435px;
height: 200px;
left: 30px;
top: 131px;
}

/* Text class for homepage and info pages*/
.homepage
{
color: white
}

/* Text class for site map*/
.sitemap
{
font-family: Verdana, Helvetica, Arial, Univers, sans-serif;
font-size: 0.8em;
font-style: normal;
color: white
}

/* Horizontal bar class*/
.horizbar
{
position: absolute;
width: 102px;
height: 2px;
text-align: left;
border-color: #4983C2;
border-style: solid;
border-top-width: 2px;
border-right-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-spacing: 0px;
z-index: 4
}

/* Horizontal bar class*/
.vertbar
{
position: absolute;
width: 2px;
text-align: left;
border-color: #4983C2;
border-style: solid;
border-top-width: 0px;
border-right-width: 0px;
border-left-width: 2px;
border-bottom-width: 0px;
border-spacing: 0px;
z-index: 4
}

/* Gallery link class*/
.gallerylink
{
position: absolute;
width: 98px;
height: 98px;
text-align: left;
border-color: #4983C2;
border-style: solid;
border-width: 2px;
border-spacing: 0px;
z-index: 4
}

/* Individual gallery link locations (IDs)*/
#gall1
{
left: 230px;
top: 131px;
}

#gall2
{
left: 130px;
top: 231px;
}

#gall3
{
left: 30px;
top: 131px;
}

#gall4
{
left: 480px;
top: 131px;
}

/* Individual horizontal bar locations (IDs)*/
#horizbar1
{
left: 30px;
top: 231px;
}


/* Individual horizontal bar locations (IDs)*/
#vertinfobar1
{
left: 30px;
top: 131px;
height: 100px;
}
