/*
-----------------------------------------------------------------------------------------------
	File		:	SiteHomePageInfoNav.css
	Program		:   
	Date		:    
	Author		:
	Purpose		:
-----------------------------------------------------------------------------------------------
*/
div.HomePageInfoNavPanel
{
position: absolute;
top: 90%;
left: 62%;
width: 400px;
height: 16px;
}
a:link
{
cursor: crosshair;
text-align: left;
color: #D3D3D3;
text-decoration: none;
background-color: transparent; 
}
a:visited
{
color: #D3D3D3;
text-decoration: none;
background-color: transparent;
}
a:hover
{
color: #eee0b1;
text-decoration: underline;
background-color: transparent;
}
a:active
{
color: #D3D3D3;
text-decoration: none;
background-color: transparent;
}
.InfoLink
{
text-align: center;
position: absolute;
height: 100%;
width: 60px;
font-size: 15px;
font-family: Arial, Helvetica, sans-serif;
}
.InfoAboutLink
{
left: 0%;
}
.InfoStaffLink
{
left: 16%;
}
.InfoJobsLink
{
left: 32%;
}
.InfoContactLink
{
left: 46%;
}
.InfoTermsLink
{
left: 66%;
}
.InfoCopyrightLink
{
left: 82%;
}
/*
-----------------------------------------------------------------------------------------------
    End of File
-----------------------------------------------------------------------------------------------
*/
