﻿body
{
	background-color: #10232B;
	font-family: Tahoma, Verdana;
}
#OuterFrame
{
	width: 909px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	background-image: url(/Assets/Images/OuterFrame.gif);
	background-repeat: no-repeat;
}
#OuterFrameSplash
{
	width: 909px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
#PhotoBox
{
	position: relative;
	z-index: 0;
	width: 806px;
	height: 317px;
	border: solid 5px #205F80;
	margin-left: 47px;
	margin-top: 76px;
	background-color: #10232B;
}
#TagLine
{
	color: White;
	position: relative;
	left: 280px;
	top: -30px;
}
#LogoBox
{
	z-index: 1;
	position: relative;
	left: 33px;
	top: -50px;
	width: 223px;
	height: 75px;
	border: solid 5px #7EA2B6;
	background-image: url(/Assets/Images/Logo.gif);
	background-position: center;
	background-repeat: no-repeat;
}
#ButtonRow
{
	margin-left: 47px;
	width: 816px;
	height: 53px;
	background-image: url(/Assets/Images/ButtonRow.gif);
}
#ContentRow
{
	clear: both;
	background-image: url(/Assets/Images/ContentRow.gif);
	overflow: hidden;
}
#ContentText
{
	margin: 10px 80px 10px 80px;
	width: 750px;
	color: White;
	font-size: 15px;
	line-height: 24px;
	text-align: justify;
}
#LeftContentText
{
	float:left;
	margin: 10px 0px 10px 80px;
	width: 218px;
}
#RightContentText
{
	float: left;
	margin: 10px 80px 10px 18px;
	width: 504px;
	color: White;
	font-size: 15px;
	line-height: 24px;
	text-align: justify;
}
#LeftColumnText
{
	float:left;
	margin: 10px 0px 10px 80px;
	width: 361px;
	color: White;
	font-size: 15px;
	line-height: 24px;
	text-align: justify;
}
#RightColumnText
{
	float: left;
	margin: 10px 80px 10px 18px;
	width: 361px;
	color: White;
	font-size: 15px;
	line-height: 24px;
	text-align: justify;
}
#BottomRow
{
	background-image: url(/Assets/Images/BottomRow.gif);
	width: 909px;
	height: 23px;
}
a:link, a:visited, a:active
{
	font-size: 15px;
	color: Yellow;
}
a:hover
{
	color: White;
}
#ButtonRow ul.nav
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	width: 100%;
}
#ButtonRow ul.nav li
{
	float:left;
}
#ButtonRow ul.nav a
{
	background-image:url(/Assets/Images/Tab.jpg);
	width: 136px;
	height: 47px;
	color: White;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 43px;
	display: block;
	text-align: center;
}
#ButtonRow ul.nav a:hover
{
	color: #000000;
}

#LeftContentText ul.nav
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 208px;
}
#LeftContentText ul.nav li
{
}
#LeftContentText ul.nav a
{
	background-image:url(/Assets/Images/SideBarButtons.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 208px;
	height: 40px;
	color: Black;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 40px;
	display: block;
	text-align: center;
}
#LeftContentText ul.nav a:hover
{
	color: White;
}

#BottomLinks ul.nav
{
	position: relative;
	top: -15px;
	margin-left: 60px;
	padding: 0px;
	list-style: none;
	float: left;
}
#BottomLinks ul.nav li
{
	float:left;
}
#BottomLinks ul.nav a
{
	color: White;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
}
#BottomLinks ul.nav a:hover
{
	color: Yellow;
}

#CopyrightRow
{
	clear: both;
}

#ClientCopyright
{
	color: White;
	font-size: 11px;
	text-align: center;
}
#GonzoCopyright
{
	text-align: center;
}
#GonzoCopyright a:link, #GonzoCopyright a:visited, #GonzoCopyright a:active
{
	color: White;
	font-size: 11px;
}
#GonzoCopyright a:hover
{
	color: Yellow;
	font-size: 11px;
}
#FPSA
{
	position: relative;
	left: -100px;
	top: -50px;
	float: right;
}
#ViewButton
{
    position: relative; 
    left: 685px; 
    top: -150px; 
    z-index: 10; 
    font-weight: 300; 
    font-size: 18px; 
    color: White; 
    background-color: #85A0AB; 
    line-height: 35px; 
    border-style: outset; 
    border-width: 1px; 
    width: 110px; 
    text-align: center;
}
#ViewButton a:link, #ViewButton a:active, #ViewButton a:visited
{
    font-weight: 300; 
    font-size: 18px;
    text-decoration: none;
    color: White;
    display: block;
}
#ViewButton a:hover
{
    text-decoration: none;
    color: Black;
    display: block;
}