@import url('/CSS/Web.css');

div#page
{
	background-image: url(/images/home.jpg);
}

div#tagLine
{
	position: absolute;
	left: 0;
	top: 425px;
	width: 794px;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	font-style: italic;
	color: #CAF4F6;
}

div#content
{
	position: absolute;
	left: 0;
	top: 457px;
	width: 794px;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
}

div#content a
{
	text-decoration: none;
	color: #FFFFFF;
}

div#content a:hover
{
	text-decoration: underline;
}

div#homeNavigation1
{
	position: absolute;
	left: 266px;
	top: 20px;
	width: 509px;
	height: 18px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

div#homeNavigation2
{
	position: absolute;
	left: 266px;
	top: 42px;
	width: 509px;
	height: 18px;
	text-align: center;
	font-size: 13px;
	text-transform: uppercase;
}

div#homeNavigation1 span.separator, div#homeNavigation2 span.separator
{
	padding: 0 0 0 4px;
	color: #C2E9EB;
}

div#homeNavigation1 a
{
	color: #C2E9EB;
	text-decoration: none;
}

div#homeNavigation2 a
{
	color: #FFFFFF;
	text-decoration: none;
}

div#homeNavigation1 a:hover, div#homeNavigation2 a:hover
{
	text-decoration: underline;
}

div#button1Link img, div#button2Link img, div#button3Link img, div#button4Link img
{
	border: 0;
}

div#button1Link
{
	position: absolute;
	left: 77px;
	top: 118px;
}

div#button2Link
{
	position: absolute;
	left: 238px;
	top: 118px;
}

div#button3Link
{
	position: absolute;
	left: 396px;
	top: 118px;
}

div#button4Link
{
	position: absolute;
	left: 554px;
	top: 118px;
}

